﻿html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px; /* alto del header fijo */
}

@font-face {
    font-family: 'MiFuente';
    src: url('fuentes/Nefelibata-Script.ttf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Beauty';
    src: url('fuentes/BeautySalonScriptRegular.ttf');
    font-weight: 200;
    font-style: normal;
}

body{
    background: #f2eadf;
    font-family: "Montserrat", sans-serif;
}


.chat{
    position: fixed;
    bottom: 30px;
    z-index: 1000;
    right: 30px;
    width: 60px;
}
.chat img{
    width: 100%;
}


.ayuda{
    width: 100%;
    height: 210px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255,255,255,.9);
    padding-top: 12px;
    padding-bottom: 12px;
}
header a{
    text-decoration: none;
}

.logotipo{
    transition:all .3s ease;

}
.logotipo img{
    width: 90%;
    transition:all .3s ease;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}

.menu{
    text-align: center;
    font-size: 21px;
    color: #ffba3a;
    padding: 12px 0;
}
.menu:hover, .activo{
    font-weight: bold;
}



.uno{
    padding-top: 50px;
}

.uno h1{
    width: 100%;
    font-family: "Playwrite NO", cursive;
    font-family: "Dancing Script", cursive;
    font-family: MiFuente;
    text-align: center;
    font-size: 77px;
    font-weight: bold;
    display: inline-block;
}

.uno p{
    text-align: center;
    font-size: 27px;
    line-height: 32px;
    font-weight: bold;
    margin: 5px 0 35px;
}


.btn-amarillo{
    background: #ffba3a;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    color: white;
    padding: 22px 20px;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-amarillo:hover{
    background: #ffba3a;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

.flags{
    display: flex;
    gap: 10px;
}

.flags img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}


.visitanos{
    color: #b9775d;
    color: #5b3f34;
    font-size: 20px;
    margin-top: 35px;
}
.visitanos p{
    font-weight: 300;
    text-align: left;
    font-size: 20px !important;
    margin: 0;
}


.w1{
    background: #02bf62;
    text-align: center;
    color: white;
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
    padding: 12px;
    cursor: pointer;

    border-radius: 20px;
}


.menusote{
    padding-top: 30px;
    padding-bottom: 30px;
}


.m{
    text-align: center;
    color: #5b3f34;
}
.m img{
    border: 3px solid #ffba3a;
    background: white;
    width: 95%;
    height: 186px;
    padding: 12px;

    object-fit: cover;

    border-radius: 50%;
}
.m p{
    font-size: 14px;
    font-weight: 300;
}

.leyenda1{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}



.nosotros{
    position:relative;
    overflow:visible;

    padding-top: 140px;
    padding-bottom: 140px;
}


.texto{
    background: #5e4033;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 70px 80px 70px 60px;
}

.nosotros .row{
    position:relative;
    align-items:center;
}


.nosotros .efecto{
    position:absolute;
    right:0;
    top:-150px;
    z-index:3;
    width:650px;
    min-height:650px;
}







.media-area{
    position:relative;
    width:100%;
    min-height:650px;
}

/* =========================
   CÍRCULO GRANDE
========================= */

.video-circle{
    position:absolute;
    width:80%;
    height:420px;
    border-radius:50%;
    left:160px;
    top:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.video-inner{
    width:380px;
    height:380px;
    border-radius:50%;
    overflow:hidden;
    border:10px solid #fff;
    background:#ddd;
    position:relative;
}

/* Bootstrap carousel */
.video-inner .carousel,
.video-inner .carousel-inner,
.video-inner .carousel-item{
    width:100%;
    height:100%;
}

/* Imágenes */
.video-inner .carousel-item img,
.video-inner video,
.video-inner iframe,
.video-inner img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}

/* =========================
   CÍRCULO PEQUEÑO
========================= */

.img-circle-small{
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    overflow:hidden;
    border:10px solid #fff;
    background:#ddd;
    left:55px;
    top:240px;
}

/* Bootstrap carousel */
.img-circle-small .carousel,
.img-circle-small .carousel-inner,
.img-circle-small .carousel-item{
    width:100%;
    height:100%;
}

/* Imágenes */
.img-circle-small .carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}

/* =========================
   BOTONES DEL CARRUSEL
========================= */

.carousel-control-prev,
.carousel-control-next{
    width:15%;
    opacity:1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter:invert(1);
}

/* =========================
   VIDEO CONTROLS
========================= */

.video::-webkit-media-controls-panel{
    display:none !important;
    opacity:0 !important;
}






.efecto{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:520px;
}
.carousel-circular{
    width:560px;
    height:560px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:4px solid #f7ad28;
    border-radius:50%;
    padding:34px;
}
.carousel-anillo{
    width:100%;
    height:100%;
    border-radius:50%;
    background:#fff;
    padding:18px;
}
.carousel-marco{
    width:100%;
    height:100%;
    position:relative;
    border-radius:50%;
    overflow:hidden;
}
.carousel-track{
    width:100%;
    height:100%;
    position:relative;
}
.carousel-slide{
    width:100%;
    height:100%;
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity .6s ease;
}
.carousel-slide.active{
    opacity:1;
    z-index:1;
}
.carousel-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.carousel-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:3;
    width:46px;
    height:60px;
    border:0;
    background:transparent;
    color:#fff;
    font-size:58px;
    line-height:1;
    cursor:pointer;
}
.carousel-btn.prev{
    left:24px;
}
.carousel-btn.next{
    right:24px;
}
.carousel-dots{
    position:absolute;
    left:50%;
    bottom:38px;
    transform:translateX(-50%);
    display:flex;
    gap:12px;
    z-index:4;
}
.dot{
    width:24px;
    height:24px;
    border-radius:50%;
    border:0;
    background:#fff;
    cursor:pointer;
    box-shadow:0 2px 6px rgba(0,0,0,.12);
}
.dot.active{
    background:#f7ad28;
}
@media(max-width:991px){
    .efecto{
        min-height:auto;
        margin-top:35px;
    }
    .carousel-circular{
        width:360px;
        height:360px;
        padding:24px;
    }
    .carousel-anillo{
        padding:14px;
    }
    .carousel-btn{
        font-size:44px;
    }
    .dot{
        width:18px;
        height:18px;
    }
}
@media(max-width:575px){
    .carousel-circular{
        width:300px;
        height:300px;
        padding:18px;
    }
    .carousel-dots{
        bottom:24px;
    }
}





.contacto-flat{
    padding:80px 70px 60px;
    background:#f2eadf;
    color:#5b3f34;
}
.contacto-info h2{
    font-size:42px;
    font-weight:800;
    text-align:center;
    margin:0;
}
.contacto-info h3{
    font-family:Beauty;
    font-size:55px;
    font-weight:200;
    text-align:center;
    margin:0 0 30px;
}
.mapa-flat{
    width:100%;
    overflow:hidden;
    border-radius:18px;
}
.mapa-flat iframe{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
}
.datos-flat{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    gap:35px;
    margin-top:45px;
}
.datos-flat a{
    color:#5b3f34;
    text-decoration: none;
}
.datos-flat p{
    font-size:15px;
    margin:0 0 16px;
    font-weight:400;
}
.datos-flat b{
    font-size:27px;
    margin-right:10px;
    vertical-align:middle;
}
.contacto-lateral{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:25px;
}
.form-flat{
    width:100%;
    background:#ffba3a;
    padding:30px 40px 32px;
    border-radius:30px;
    color:white;
}
.alerta-form{
    width:100%;
    padding:12px 16px;
    border-radius:12px;
    font-size:15px;
    font-weight:600;
}
.alerta-form.exito{
    background:#e9f7ef;
    color:#267347;
}
.alerta-form.error{
    background:#fdecea;
    color:#9f2f24;
}
.campo-trampa{
    display:none;
}
.form-flat h4{
    font-size:24px;
    font-weight:800;
    margin:0 0 18px;
}
.form-flat label{
    display:block;
    font-size:18px;
    margin:10px 0 6px;
}
.form-flat input,
.form-flat textarea{
    width:100%;
    height:38px;
    border:0;
    outline:none;
    background:#f2eadf;
    border-radius:14px;
    padding:8px 15px;
    color:#5b3f34;
}
.form-flat textarea{
    height:50px;
    resize:none;
}
.form-flat button{
    background:#b9775d;
    color:white;
    border:0;
    padding:8px 28px;
    border-radius:12px;
    margin-top:16px;
    font-weight:600;
}
.reviews-flat{
    width:100%;
    background:white;
}
.reviews-flat img{
    width:100%;
    display:block;
}
@media(max-width:1200px){
    .datos-flat{
        grid-template-columns:1fr;
        gap:0;
    }
    .reviews-flat,
    .form-flat{
        width:100%;
    }
}
@media(max-width:991px){
    .contacto-flat{
        padding:60px 25px;
    }
    .contacto-lateral{
        margin-top:45px;
        gap:40px;
    }
}
@media(max-width:576px){
    .contacto-info h2{
        font-size:36px;
    }
    .contacto-info h3{
        font-size:34px;
    }
    .mapa-flat{
        height:300px;
    }
}






@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .ayuda{
        display: none;
    }
    header{
        position: relative;
    }
}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    nav{
        margin: 12px 0 !important;
    }
    .menu{
        font-size: 18px;
    }
    .logotipo img{
        width: 100%;
    }
    .m{
        margin-bottom: 30px;
    }
    .video-circle{
        left: 70px;
        width: 340px;
        height: 340px;
    }
    .video-inner{
        width: 100%;
        height: 100%;
    }
    .img-circle-small{
        left: 0px;
    }
    .media-area{
        min-height: 500px;
    }
    .m img{
        width: 300px;
        height: 300px;
    }
    .m strong{
        width: 100%;
        display: inline-block;
    }
    .nosotros{
        padding: 12px;
    }
    .nosotros .efecto{
        position: relative;
        top: 0;
        width: 100%;
        min-height: auto;
    }
    .texto{
        padding: 30px;
    }
}

@media screen and (max-width:576px){
    
}
