*{
   
    box-sizing: border-box;
    font-family: 'Overpass', sans-serif;
    scroll-behavior: smooth;
}
 
body
{
    margin: 0;
    padding: 0;
}
 
header
{
    height: 100px;
    background: #b59c8c;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo
{
    color:#fcede4;
    font-weight: 200;
}
.menu a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px;
    transition:  0.4s;
}
.mostrar-menu,
.esconder-menu
{
    font-size: 30px;
    cursor: pointer;
    display: none;
    transition: 0.4s;

}
.menu a:hover,
.mostrar-menu:hover,
.esconder-menu:hover{
    color:black
}
#check
{
    display:none;
}
#banner
{
    padding: 0 50px;
    background-image: url(img/baner.jpg);
    height: 70vh;
    background-size: cover;
    background-position: center;
}
#banner::before
{
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 70vh;
    left:0;
}
.contenido-banner
{
    position: relative;
    color:white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenido-banner h3{
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0px;
}
.contenido-banner h3 span
{
    font-weight: 600;
}
#banner-junior
{
    padding: 0 50px;
    background-image: url(img/junior.png);
    height: 70vh;
    background-size: cover;
    background-position: center;
}
#banner-junior::before
{
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 70vh;
    left:0;
}
.contenido-banner-junior
{
    position: relative;
    color:white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenido-banner-junior h3{
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0px;
}
.contenido-banner-junior h3 span
{
    font-weight: 600;
}
#banner-lux
{
    padding: 0 50px;
    background-image: url(img/media.png);
    height: 70vh;
    background-size: cover;
    background-position: center;
}
#banner-lux::before
{
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 70vh;
    left:0;
}
.contenido-banner-lux
{
    position: relative;
    color:white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenido-banner-lux h3{
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0px;
}
.contenido-banner-lux h3 span
{
    font-weight: 600;
}
#banner-master
{
    padding: 0 50px;
    background-image: url(img/master.png);
    height: 70vh;
    background-size: cover;
    background-position: center;
}
#banner-master::before
{
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 70vh;
    left:0;
}
.contenido-banner-master
{
    position: relative;
    color:white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenido-banner-master h3{
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0px;
}
.contenido-banner-master h3 span
{
    font-weight: 600;
}

#personas img{
    border-radius: 10%;
    height: 250px;
    width: 250px;

}
#personas div{
    padding: 30px 30px;

}
#personas
{
    padding: 50px 50px;
    display: flex;
    justify-content: center;
    text-align: left;
}
#personas div h4{
    font-size: 40px;
    margin: 15px 0px;
    color:#b59c8c;
}
#personas div p{
    color:#4d4d5c87;
    font-size: 18px;
}
.btn-wsp
{
    position:fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom:30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}
.btn-wsp:hover{
    text-decoration: none;
    color:#0df053;
    background: #fff;
}
#precios
{
    padding: 50px 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}
footer
{
    background-color: #111;
}
.footerContainer
{
    width: 100%;
    padding: 70px 30px 20px;
}
.socialIcons
{
    display: flex ;
    justify-content: center;
}
.socialIcons a{
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin:10px;
    border-radius: 50%;
}
.socialIcons a i{
    font-size: 2em;
    color:black;
    opacity: 0.9;
}
.socialIcons a:hover
{
    background-color: black;
    transition: 0.5s;
}
.socialIcons a:hover i
{
    color:white;
    transition: 0.5s;
}
.footerNav{
    margin: 30px 0;
}
.footerNav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.footerNav ul li a{
    color: white;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;
}
.footerNav ul li a:hover{
    opacity: 1;
}
.footerBottom{
    background-color: #000;
    padding: 20px;
    text-align: center;
}
.footerBottom p
{
    color: white;
}
.designer
{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}
#iconos
{
    padding: 0px 60px;
    background: #e6c3ae;
}
.contenido-iconos
{
    padding: 50px 50px 0px 50px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.contenido-iconos div{
    flex:1;
    margin: 20px 0;
    border-right:2px solid white;
}
.contenido-iconos div i{
    color: #4d4d5c87;
}
.contenido-iconos div h4{
    color:black;
    font-size: 20px;
    font-weight: 100;
    margin:10px 0px;
}
.contenido-iconos div p{
    color:  rgba(77,77,92,0.6);
}
#icono-spa
{
    border: none;
}
/* tablas de precios*/


.tabla{
    border:1px solid #b59c8c;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px  #f1683a;
    padding: 10px 10px 10px 10px;
    text-align: center;
    flex-grow: 1;
    color: black;
}

.tabla>h2{
    font-size:30px;
    margin-bottom:20px;
}


.tabla > h3{
    font-size:30px;
    margin-bottom: 20px;
}

.tabla > p{
    display: block;
    margin-bottom:20px;
}


.tabla:hover{
    background:#fab991 ;
    color: #f1f1f2;
    transition: .5s all;
    transform: scale(1.1);
    cursor: pointer;
}

@media(max-width: 780px)
{
    .tabla{
        border:1px solid #b59c8c;
        border-radius: 4px;
        box-shadow: 6px 20px 10px rgba(0, 0, 0, 0.61);
        padding: 10px 10px 10px 10px;
        text-align: center;
        flex-grow: 1;
        color: black;
        width: 100%;
        
    }
    
    .tabla>h2{
        font-size:30px;
        margin-bottom:20px;
    }
    
    
    .tabla > h3{
        font-size:30px;
        margin-bottom: 20px;
    }
    
    .tabla > p{
        display: block;
        margin-bottom:20px;
    }
    .footerNav ul {
        flex-direction: column;
    }
    .tabla
    {
        background:#fab991 ;
    color: #f1f1f2;
    }
    .footerNav ul li{
        width: 100%;
        text-align: center;
        margin: 10px;
    }
    .mostrar-menu,
    .esconder-menu
    {
        display:block;
    }
    .menu
    {
        position: fixed;
        width: 60%;
        height: 100vh;
        background: #b59c8c;
        right: -100%;
        top:0;
        text-align: left;
        padding: 100 0;
        z-index: 100;
        transition: 0.8s;
    
    }
    .menu a 
    {
        display: block;
        padding: 20px;
    }
    .esconder-menu
    {
        position: absolute;
        top: 40px;
        right: 40px;

    }
    #check:checked ~.menu
    {
        right: 0;
    }

    #personas
    {
        flex-direction: column; 
        justify-content: center;
    }
    #precios
    {
        flex-direction: column;
    }

    .contenido-iconos
    {
        flex-direction: column;
    }
    .contenido-iconos div{
        border:none;
    }

}
img
{
    width: 100%;
}
.row
{
    display:flex;
    padding: 5px;
    background: #b59c8c;
    flex-wrap: wrap;
}
.column
{
    flex: 25%;
    padding: 5px;
}
.column img{
    margin-top: 10px;
}
@media(max-width:600px)
{
    .column{
        flex:100%;

    }
}

