/*, *::before, *::after{
    box-sizing: inherit;
}*/
*{
    box-sizing: border-box;   
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    min-height: 100vh;
    background-color: rgb(246, 233, 233);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
header{
    background-color: rgb(246, 233, 233);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 5px 5px 20px;
}
header a{
    /*justify-content: space-between;*/
    text-decoration: none;
    color: #333;
}
header a:hover {
    color: lightseagreen;
}
header h1{
    font-size: large;
}
header nav{
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}
nav a:hover{
    color: lightseagreen;
}
nav a{
    /*padding: 25px 12px;*/
    text-decoration: none;
    color: #333;
}
.cajalogo{
    display: flex;
    align-items: center;
}
.cajalogo img{
    max-width: 100%;
}
.cajalogo h1{
    color: #333;
    font-weight: 200;
}
@media (min-width:820px){
    header{
        height: 15vh;
    }
    .cajalogo h1{
        padding-top: 20px;
    }
    .cajalogo img{
        padding-top: 20px;
    }
}
.container{
    max-width: 1400px;
    margin: auto;
}
header .logo{
    display: flex;
    align-items: center;
    font-size: 11px;
}
.logo_img{
    height: 125px;
}
header .container{
    display: flex;
    flex-direction: column;
    /*justify-content: center;
    align-items: center;*/
}
header .socialmedia_link{
    display: flex;
    padding-top: 5px;
    margin: auto;
}
.icon_instagram_facial{
    padding-left: 25px;
}
.socialmedia_link a{
    color: lightseagreen;
}
nav ul{
    padding-left: 0;
}
.enlaces_menu{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 40vh;
    margin: 0;
    display: none;
    opacity: 0;
    width: 100%;
}
.enlaces_menu li{
    list-style-type: none;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    margin: 20px 0;
}
.enlaces_menu li:hover{
    background-color: lightgray;
}
@keyframes muestraMenu{
    from{opacity: 0;}
    to{opacity: 1;}
}
.enlaces_menu.activado{
    display: flex;
    animation: muestraMenu 600ms ease-in-out both;
}
nav button:hover{
    background-color: rgb(246, 233, 233);
}
.ham{
    display:block;
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.ham span{
    display: block;
    background-color: #333;
    height: 3px;
    width: 28px;
    margin: 10px auto;
    border-radius: 2px;
}
.br-1.animado{
    transform: rotate(-45deg)
    translate(-10px, 8px);
}
.br-2.animado{
    opacity: 0;
}
.br-3.animado{
    transform: rotate(45deg)
    translate(-10px, -8px);
}
#bienvenida .container{
    text-align: center;
    padding: 150px 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.welcome_text::first-letter{
    font-size: 2em;
}
.title-1{
    font-size: 2em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: whitesmoke;
}
.title-2{
    font-size: 1.8em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.title-3{
    font-size: 1.5em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
section button{
    font-size: 1em;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    box-shadow: 1.5px 1.5px 8px rgba(0, 0, 0, 0.6);
    color: whitesmoke;
    background-color: lightseagreen;
}
button:hover{
    background-color: rgb(132, 200, 197);
}
#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
        )
        ,url(/assets/images/nails-pics/budaspa.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
#hero .container-whatsapp{
    background-color: #2e6329;
    border: .5px solid #fff;
    position: fixed;
    z-index: 9999;
    border-radius: 50%;
    top: 200px;
    right: 0.5px;
    padding: 5px;
    animation: efecto 1.2s infinite;
}
.container-whatsapp:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
#hero .button-whatsapp{
    max-width: 100%;
    height: 40px;
    width: 40px;
    transition: ease 1s;
}
@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}
#nuestros_servicios{
    background-color: #494040;
    color: whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;text-align: center;
}
#nuestros_servicios .container{
    padding: 100px 10px;
}
#nuestros_servicios h2{
    margin-top: 0;
}
#nuestros_servicios p{
    display: none;
}
#nuestros_servicios .carta{
    background-position: center center;
    background-size: cover;
    padding: 50px;
    margin: 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.carta:first-child{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
        )
        ,url(/assets/images/nails-pics/nailart.webp);
}
.carta:nth-child(2){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
        )
        ,url(/assets/images/nails-pics/facialcare3.webp);
}
.carta:nth-child(3){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
        )
        ,url(/assets/images/nails-pics/expo-uv.webp);
}
#contacto{
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 15px;
    height: 70vh;
}
#contacto a{
    color: lightseagreen;
}
#contacto p{
    margin: 40px;
}
footer{
    font-size: small;
    margin-top: 50px;
    background-color: rgb(230, 230, 230);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
}


@media (min-width:820px){
    header{
        position: sticky;
        top: 0;
        background-color: rgb(246, 233, 233);
        padding-top: 10px;
    }
    header .container{
        justify-content: space-between;
        flex-direction: row;
        height: 9vh;
    }
    header nav{
        flex-direction: row;
        align-items: center;
        margin-top: 15px;
        padding-right: 30px;
    }
    .enlaces_menu li:hover{
        background-color: transparent;
    }
    .logo_img{
        height: 100px;
        padding-bottom: 10px;
        padding-left: 30px;
    }
    .nav_link-button:hover{
        color: lightseagreen;
    }
    .ham{
        display: none;
    }
    .enlaces_menu{
        max-width: 1000px;
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        opacity: 1;
    }
    #bienvenida .container{
        display: flex;
        justify-content: space-evenly;
    }
    #bienvenida .img_container{
        background-image: url(/assets/images/nails-pics/bienvenida.webp);
        background-size: cover;
        background-position: center center;
        height: 500px;
        width: 500px;
    }
    .text_container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        max-width: 500px;
        width: 50%;
        text-align: initial;
        padding-left: 70px;
    }
    #hero .button-whatsapp{
        height: 70px;
        width: 70px;
    }
    #nuestros_servicios .servicios{
        display: flex;
        justify-content: center;
    }
    #nuestros_servicios p{
        display: block;
    }
    #nuestros_servicios h3{
        margin-top: 0px;
    }
    #nuestros_servicios .carta{
        width: 300px;
        padding: 10px;
    }
    .carta:first-child button{
        margin-top: 32px;
    }
}