*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 22px;
}


.btn-flotante-whatsapp{
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    text-decoration: none;
    box-shadow: 0 1px  10px rgba(0, 0, 0, 0.3);
    z-index:100;
}


.btn-flotante-whatsapp:hover{
    text-decoration: none;
    color: #0df053;
    background: #b6b6b6;
    
}



.sdc-bg-primary{ background: #C22121;}

.sdc-bg-secondary{ background: #fff;}

.sdc-border-bottom { border-bottom: 1px #2A333D;  box-shadow: 0px 1px 8px rgba(34, 33, 33, 0.644); padding-bottom: 5px;}

.sdc-bg-tertiary { background: #2A333D;}
.sdc-bg-tertiary__bar { background: #2A333D; height: 45px;}

.letter-white{ color: #fff;}
.letter-gray{color:#827E7E;}
.letter-black{color: #000;}
.letter-transparent{color: #00000000;font-family: 'Inter', sans-serif; font-size:1.5rem;}
.letter-red{color:#7a1212}

.sdc-title-font-family{font-family: 'Montserrat', serif; font-weight: bold; text-transform: uppercase;font-size: 1.5rem;}
.sdc-subtitle-font-family{font-family: 'Bai Jamjuree', sans-serif;font-size: 1.7rem;}
.sdc-subtitle-font-family_menu{font-family: 'Bai Jamjuree', sans-serif;font-size: 1.0rem;}
.sdc-text-font-family{font-family: 'Inter', sans-serif; font-size: 0.8rem; text-align: justify; padding: 0 20px;}
.sdc-notes-font-family{font-family: 'Inter', sans-serif; font-size: 0.7rem;}
.sdc-btn-font-family{font-family: 'Montserrat', sans-serif; font-size: 0.6rem; font-weight: bold; text-shadow: 2px 2px 3px black;}
.sdc-btn-font-family__menu{display:inline-block; font-family: 'Montserrat', sans-serif; justify-content: center; padding: 0; align-content: center; align-items: center; text-align: center;  font-size: 0.4rem; font-weight: bold; text-shadow: 2px 2px 3px black;}
.sdc-footer-font-family{font-family: 'Inter', sans-serif; font-size: 0.5rem;}
.sdc-font-style-bold{font-weight: 900;}
.sdc-font-style-light{font-weight:100;}

.subtitle-contacto{font-family: 'Montserrat', serif; font-weight: bold; text-transform: uppercase;font-size: 1.0rem;color:#CC2027;}
.articulo-contacto {font-family: 'Inter', sans-serif; font-size: 0.8rem; margin-left: 10px;}

.footer-rrss a{
    margin: 10px 20px;
}

.mapagoogle iframe{
    position: relative;
    height : 550px;
    width: 100%;
}

.btn_black{
    padding: 5px 11px;
    color:#fff;
    background:  #000;
    border: 2px solid #000;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.btn_black:hover{
    color:#000;
    background:  #fff;
}

.btn_bg-primary{
    padding: 5px 5px;
    color:#fff;
    background:  #C22121;
    border: 2px solid #000000;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.btn_bg-primary:hover{
    color:#C22121;
    border: 2px solid #000;
    background:  #00D95F;
    text-shadow: 2px 2px 3px #827E7E;
}

.btn_bg-tertiary{
    padding: 5px 5px;
    color:#fff;
    background:  #2A333D;
    border: 2px solid #ffffff;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;

    display: flex;
    width: 262px ;
    height: 30px;
}

.btn_bg-tertiary:hover{
    background:  #495563;
}

.btn_bg-tertiary_h{
    padding: 5px 5px;
    color:#fff;
    background:  #2A333D;
    border: 2px solid #ffffff;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;

    display: flex;
    width: 159.53px ;
    height: 25px;
}

.btn_bg-tertiary_h:hover{
    background:  #495563;
}


/* barra superior header INICIO */

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}


.social-link-header {
    padding: 1px 1px 1px 1px;
    margin: 2px 10px 2px 10px;
    font-family: 'Bai Jamjuree', sans-serif;
    border-radius: 50%;
}

.social-link-header img{
    width: 30px;
    height:30px;
}

.btn-whatsapp img{
    width: 40px;
    height:40px;
    margin:0;
}

.btn-phoneblack img{
    width: 40px;
    height:40px;
    margin:0;
}

.btn-pinlocalization img{
    width: 40px;
    height:40px;
    margin:0;
}

.social-link-header:hover{
    opacity: 1;
    color:  #fff;
    background: #2A333D;
}

.menu-item-header-simple{
    padding: 4px 20px 2px 20px;
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Hind Madurai', sans-serif;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 2px;
}

.menu-item-header{
    padding: 4px 20px 2px 20px;
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight:900;
    margin-top: 8px;
    margin-bottom: 2px;
}

.menu-item-header:hover{
    opacity: 1;
    color: #2A333D;
}

.logo-header img{
    width: 100%;
    height: auto;
    padding-top: 5px;
    flex-wrap: nowrap;
}

.logo-header img:hover{
    padding-left: 2px;
    padding-right: 2px;
}



.sdc-barmenu:hover{
    color:#2A333D;
    border: 1px solid #2A333D;
    font-size: 1.9rem;
    transition-property: color, border, font-size;
    transition-duration: 1200ms;
    transition-timing-function: ease;
}

.img-whatsapp {
    margin-left: 50px;
    width: 60px;
    height: 60px;
}

/* barra superior header FIN*/


/* MENU INICIO */

.disable-scroll {
    overflow: hidden;
}

.menu-movil{
    position: absolute;
    background: #CC2027;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.bg-ocupado{
    position: absolute;
    background: #030303b0;
    width: 70%;
    height: 100%;
    z-index: 2000;
    right: 0;
}


.nav__links{
    width: 100%;
    padding: 0;
    padding-left: 3%;
    z-index: 2000;
}



.nav__item{
    list-style: none;
}

.nav__link{
    color: #fff;
    display:block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 0.6rem;
    letter-spacing: 2px;
    font-family: 'Inter', sans-serif;
}

.nav__link--inside{
    border-radius: 6px ;
    padding-left: 20px;
    text-align: left;
}

.nav__link--inside:hover{
    background: #2A333D;

}

.list{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 16px 16px 0;
    background: #CC2027;
}

.list__item{
    list-style: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.list__item--click{
    cursor: pointer;
}

.list__button{
    display: flex;
    align-items: center;
    gap: 1em;
    width: 70%;
    margin: 0 auto;
}

.arrow .list__arrow{
    transform: rotate(90deg);
}

.list__arrow{
    margin-left: auto;
    transition: transform .3s;
}

.list__show{
    width: 80%;
    margin-left: auto;
    border-left: 2px solid #303440;
    list-style: none;
    transition: height .4s;
    height: 0;
}

/* MENU FIN */


/*MENU HORIZONTAL*/

.main-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.main-menu li {
    margin-right: 20px;
}

.nav__link_h{
    color: #fff;
    display:block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 0.6rem;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.nav__link_h_u{
    color: #fff;
    display:block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 0.6rem;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.list__show_h {
    display: none;
    position: absolute;
    background-color: #CC2027;
    border: 1px solid #000;
    padding: 10px;
    list-style: none;
    margin-left: -90px;
    z-index:1900;
}

.list__show_h:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #CC2027;
    position: absolute;
    top:-12px;
    left: 90px;
}


.list__inside_h {
    padding: 5px 0;
}

.list__button_h{
    display: flex;
    align-items: center;
    gap: 1em;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.nav__link_h:hover  {

    display: block;
}

/* FIN MENU HORIZONTAL */

/* FOOTER - START*/

.row-footer{padding: 50px;}

.rowmenu{padding: 10px;}
.telefono-zona{
    text-decoration: none;
    color:#000
}


.logo-dropzone img{
    width: 25%;
    height: auto;
    padding-top: 5px;
}

.white-line{
    border: none;
    border-top: 2px solid white;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.menu-item-footer{
    text-decoration: none;
    list-style: none;
}


.menu-item-footer:hover{
    opacity: 1;
    color: #e9e9e9;
}


.rowfooter-end{
    background:#1b2025 ;
    bottom: 0;
    height: auto;
    padding-top: 20px;
}

/* FOOTER - END*/




/*  HOME START*/
.sdc-header{
    height: 95vh;
    width: 99vw;
}


.bg-video {
    position: absolute;
    display: block;
    opacity: 1;
    object-fit:fill;
    background-size:cover;
    background-repeat: no-repeat;
    top: 120px;
    left: 0;
    height: 87vh;
    width: 100vw;
    object-fit: cover;
    z-index: -1;
}

.bg-video-movil {
    position: absolute;
    display: block;
    opacity: 1;
    object-fit:fill;
    background-size:cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 85vh;
    width: 100vw;
    object-fit: cover;
    z-index: -1;
}

.slogan_1linea {
    font-family: 'Bai Jamjuree', serif; 
    text-transform: uppercase;
    text-decoration: none;
    text-align:left;    
    padding: 2px 10px;
    margin: 5px 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 2.6rem;
    font-weight:bolder;
    line-height: 23px;
}

.slogan_2linea{
    font-family: 'Bai Jamjuree', serif; 
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    padding: 1.1rem 10px;
    margin: 5px 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 23px;
}



.bottom-card {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.col-card {
    height: 200px; /* Altura deseada para las columnas */
    width: auto;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Agrega aquí las imágenes de fondo para cada columna */
.col-card:nth-child(1) {
    background-image: url('../../assets/image/cards/b-card-1.webp');
    background-size:cover;
}

.col-card:nth-child(2) {
    background-image: url('../../assets/image/cards/b-card-2.webp');
    background-size: cover;
}

.col-card:nth-child(3) {
    background-image: url('../../assets/image/cards/b-card-3.webp');
    background-size: cover;
}

.card-area{
    position: absolute;
    bottom: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin:0;
    height: 54.76px;
    background: #00000070;
    width: 33.33%;
}

.card-area a{
    bottom: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}   


.sdc-nosotros-desk{
    height: 100vh;
    background: #ffffff;
    background-image: url('../../assets/image/fotos/dropzone.webp');
    background-repeat: no-repeat;
    background-size:cover;
    z-index: -1;
}

.titulo-nosotros{
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px #c0bfbf;
}

.subtitulo-nosotros{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px #c0bfbf;
}

.titulo-precios-desktop{
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px #c0bfbf;
}

.subtitulo-precios-desktop{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px #c0bfbf;
}


.texto-precios-desktop{
    font-family: 'Inter', sans-serif;
    text-align: justify;
    font-size: 0.8rem;
}

.sdc-nosotros-movil{
    margin: 0;
    padding: 0;
    height: 110vh;
    background: #ffffff;
    background-image: url('../../assets/image/fotos/dropzone_m.webp');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.d-grid {
    display: grid;
    grid-template-rows: auto 1fr; /* Primera fila (row-top) de altura automática, segunda fila (row-bottom) se expande para llenar el espacio restante */
    height: 100%; /* Establece la altura del contenedor al 100% del viewport */
}

.row-top {
align-self: start; /* Coloca el primer row en la parte superior */
}

.row-bottom {
align-self: end; /* Coloca el segundo row en la parte inferior */
}

.text-desktop-nosotros{
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
}

.text-movil-nosotros{
    font-family: 'Inter', sans-serif;
    font-size: 1.0rem;
    padding: 20px 20px;
    text-align: justify;
}

.btn-red-rounded{
    background: #CC2027;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 20px;
    -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}

.btn-red-rounded:hover{
    background: #a71b1f;
}


.precios-section-desktop{
    height: 100vh;
}

.precios-section-movil{
    height: 100vh;
}

.plan{
    background:#fff;
    padding: 0;
    margin: 0 10px;
    -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    margin-bottom: 50px;
    border-radius: 0;
}

.plan img{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.titulo-tarjeta-desktop{
    padding: 10px 0 0 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.titulo-tarjeta-movil{
    padding: 10px 0 0 0;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.caracteristicas{
    list-style: none;
    padding: 0 20px;
    margin-bottom: 0;
}


.caracteristicas li{
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 2px dotted #dedede;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 0.6rem;
    font-weight: bold;
}


.btn-whatsapp-content{
    display: block;
    background: #00D95F;
    padding: 5px 10px;
    margin: 0 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.btn-whatsapp-content:hover{
    background: #099245;
}

.btn-reservalinea{
    display: block;
    background: #CC2027;
    padding: 5px 15px;
    margin: 0 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 24px;
}

.btn-reservalinea:hover{
    background: #96171b;
}

    .sdc-titulo-precios-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.9rem;
        font-weight: 900;
        text-align: center;
    }

    .subtitulo-precios-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 2px 3px #c0bfbf;
    }
    
    .texto-precios-movil{
        font-family: 'Inter', sans-serif;
        text-align: justify;
        font-size: 0.9rem;
    }



    .swiper {
        width: 100%;
        height: 100%;
    }   


    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    .servicio-fotoyvideo-desktop{
        min-height: 100vh;
        padding: 60px 0;
        background: #2A333D;
    }

    .servicio-fotoyvideo-movil{
        min-height: 120vh;
        padding: 60px 0;
        background: #2A333D;
    }

    .sdc-titulo-servicio-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.4rem;
        font-weight: 900;
        text-align: center;
        margin: 0 80px;
        margin-top: 60px;
    }

    .sdc-textos-servicio-movil{
        font-family: 'Inter', sans-serif;
        font-size: 1.2rem;
        text-align: center;
        margin: 20px 80px;
    }

    .card-servicio{
        justify-content: center;
        align-items: center;
        background:#fff;
        padding: 10px 0;
        margin: 50px 5px;
    }

    
    .card-servicio-desktop{
        justify-content: center;
        align-items: center;
        background:#fff;
        padding: 5px 10px;
        margin: 0;
    }

    .video-servicio{
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
        background: #000;
    }


    .sdc-titulo-servicio-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        margin: 0 80px;
        margin-top: 60px;
    }

    .sdc-textos-servicio-desktop{
        font-family: 'Inter', sans-serif;
        font-size: 1.0rem;
        text-align: center;
        margin: 20px 80px;
    }

    .sdc-titulo-servicios-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        font-weight: 900;
        text-align: center;
        margin-top: 60px;
    }

    .btn-precio-desktop{
        display: block;
        background: #cc202600;
        padding: 5px 15px;
        margin: 24px 20px;
        color: #fff;
        text-decoration: none;
        text-shadow: 2px 2px 3px black;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        border-radius: 50px 0 50px 0;
        cursor:default;
    }



    .sdc-dropzone-desktop{
        height: 100vh;
        background: #fff;
    }

    .sdc-dropzone-movil{
        height: 100vh;
        background: #fff;
    }

    .sdc-titulo-dropzone-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        margin: 0 80px;
        margin-top: 60px;
    }

    .sdc-subtitulo-dropzone-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        margin: 0 80px;
    }

    .btn-conocemas-desktop{
        display: block;
        background: #852525;
        padding: 5px 15px;
        margin: 24px 20px;
        color: #fff;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        border-radius: 20px;
    }

    .btn-conocemas-desktop:hover{
        background: #b33030;
    }


    .sdc-titulo-dropzone2-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        font-weight: 900;
        text-align: center;
        margin-top: 60px;
        text-shadow: 2px 2px 3px black;
        color: #fff;
        position: absolute;
        margin-top: 30px;
        margin-left: 150px;
    }



    .sdc-titulo-dropzone-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
        margin: 0 10px;
        margin-top: 60px;
    }


    .sdc-subtitulo-dropzone-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
        margin: 0 10px;
    }

    .sdc-titulo-dropzone2-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.8rem;
        font-weight: 900;
        text-align: center;
        margin-top: 60px;
        text-shadow: 2px 2px 3px black;
        color: #fff;
        position: absolute;
        margin-top: 30px;
        margin-left: 80px;
    }

    .btn-conocemas-movil{
        display: block;
        background: #852525;
        padding: 5px 15px;
        margin: 24px 20px;
        color: #fff;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        border-radius: 20px;
    }

    .sdc-destacado-desktop{
        height: 100vh;
        background: #fff;
    }

    .sdc-titulo-destacado-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        margin: 30px 80px 0 80px;
    }

    .sdc-subtitulo-destacado-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        margin: 0 80px;
    }

    .card-destacado-desktop{
        justify-content: center;
        align-items: center;
        background:#fff;
        padding: 10px 10px;
        margin: 0;
        -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    }

    .sdc-destacado-movil{
        height: 100vh;
        background: #fff;
    }

    .sdc-titulo-destacado-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .card-destacado-movil{
        justify-content: center;
        align-items: center;
        background:#fff;
        padding: 5px 5px;
        padding-left: 10px;
        margin: 0;
        -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
        
    }


/*  HOME END */



/*  LANDING PAGE TANDEM START*/

.saltatandem-desktop{
    height: 100vh;
    background: #fff;
}

.sdc-font-text-saltotandem{
    font-family: 'Inter', sans-serif; font-size: 0.8rem;
    text-align: justify;
}

.sdc-font-btn-desktop{
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 30px;
    width: 347px;
    text-align: center;
    font-family: 'Inter', sans-serif; font-size: 0.8rem;
    text-align: center;
}

.btn_tandem_saltotandem-desktop{
    background: #C22221;
}

.btn_tandem_saltotjump-desktop{
    background: #D98200;
}

.btn_tandem_frecuentes-desktop{
    background: #2A333D;
}


.saltatandem-movil {
    height: 100vh;
    background: #fff;
}

.sdc-font-text-saltotandem-movil{
    font-family: 'Inter', sans-serif; font-size: 1.3rem;
    text-align: justify;
    padding: 0 20px;
}


.sdc-font-btn-movil{
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 30px;
    width: 292px;
    text-align: center;
    font-family: 'Inter', sans-serif; font-size: 1.2rem;
    text-align: center;
    justify-content: center;
}

.btn_tandem_saltotandem-movil{
    background: #C22221;
}

.btn_tandem_saltotjump-movil{
    background: #D98200;
}

.btn_tandem_frecuentes-movil{
    background: #2A333D;
}


.saltotandem17snm-desktop{
    height: 90vh;
    background-image: url(../../assets/image/tandem/bg_tandem_section.webp);
    background-repeat: no-repeat;
    background-size:cover;
}

.sdc-font-titulo-saltotandem-desktop{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px black;
}

.sdc_text_saltotandem17snm-desktop{
    font-family: 'Inter', sans-serif; 
    font-size: 1.0rem;
    text-align: justify;
    padding: 20px 20px 20px 20px;
}

.saltotandem17snm-movil{
    height: 100vh;
    background-image: url(../../assets/image/tandem/bg_tandem_section.webp);
    background-repeat:repeat-y;
    background-size:cover;
    background-position: top;
    z-index: 1;
}

.sdb_bg_black{
    height: 100vh;
    background: #02193391;
    z-index: 2;
}

.sdc-font-titulo-saltotandem-movil{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px black;
    margin-top: 40px;
}


.sdc_text_saltotandem17snm-movil{
    font-family: 'Inter', sans-serif; 
    font-size: 1.2rem;
    text-align: justify;
    padding: 20px 20px 20px 20px;
}


.saltotjump17snm-desktop{
    height: 100vh;
    background-image: url(../../assets/image/tandem/bg_tjump_desktop.webp);
    background-repeat: no-repeat;
    background-size:contain;
}

.saltotjump17snm-movil{
    height: 100vh;
    background-image: url(../../assets/image/tandem/bg_tjump__movil.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}


.precios_tandem_desktop {
    background: #fff;
    height: 100vh;
}

.sdc-subtitulo-precios-desktop{
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    text-align:start;
}

.titulo-tarjeta-tandem-desktop{
    background: #000;
    padding:0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.subtitulo-tarjeta-tandem-desktop{
    background: #CC2027;
    padding:0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}


.precios_tandem_movil{
    background: #fff;
    height: 110vh;
}

.sdc_frecuente-desktop{
    background: #fff;
    height: 100vh;
}

.sdc-quehacer{
    height: 100vh;
    background: #fff;
}




.tarjeta-hacer{
    background:#fff;
    padding: 0;
    margin: 0;
    -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    margin-bottom: 50px;
    border-radius: 0;
    width: 353px;
    height: 474px;
}

.tarjeta-hacer-movil{
    margin-left: 20px;
    -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    margin-bottom: 50px;
    border-radius: 0;
    width: 353px;
    height: 474px;
}



.tarjeta-hacer .rowimage img{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.swiper-hacer {
    width: 100%;
    height: 600px;
}   


.swiper-slide-hacer {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-slide-hacer img {
display: block;
position: relative;
width: 100%;
height: 100%;
object-fit:contain;
}

.piefoto{
    margin:0;
    padding: 5px 10px;
    text-align:left;
    font-family: 'Inter', sans-serif;
    font-size: 0.5rem;
    font-weight:100;
}


/*  LANDING PAGE TANDEM END*/


/*  LANDING PAGE ESCUELA START*/


    .btn_whastapp_escuela{
        position: absolute;
        background: #00D95F;
        border-radius: 20px;
        margin-top: 20%;
        left: 40%;
        padding: 5px 60px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center;
    }

    .btn_whastapp_escuela:hover{
        background: #08a14a;
    }



    .btn_whastapp_escuela2{
        position: absolute;
        background: #00D95F;
        border-radius: 20px;

        left: 60%;
        padding: 5px 60px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

    .btn_whastapp_escuela2:hover{
        background: #08a14a;
    }

    .aff-info{
        height: 100vh;
        background-image: url(../../assets/image/escuela/bg_cursoaff.webp);
        background-repeat: no-repeat;
        background-size:cover;
    }

    .titulo-aff-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 2px 3px #272727;
        margin-top: 5%;
    }

    .titulo-aff-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 2px 3px #272727;
        margin-top: 5%;
    }


    .subtitulo-aff-desktop{
        font-family: 'Inter', sans-serif;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
    }

    .subtitulo-aff-movil{
        font-family: 'Inter', sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        color:#fff;
        margin-bottom: 50px;
    }


    .subtitulo2-aff-desktop{
        font-family: 'Inter', sans-serif;
        font-size: 0.6rem;
        font-weight: bold;
        text-align: center;
        color:#fff;
        margin-bottom: 50px;
    }

    .text-escuela-desktop{
        font-family: 'Inter', sans-serif;
        font-size: 0.8rem;
        text-align: justify;
    }

    .text-escuela-movil{
        font-family: 'Inter', sans-serif;
        font-size: 1.2rem;
        text-align: justify;
    }


    .subsubtitulo-escuela-desktop{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center;
        color:#fff;
        text-shadow: 2px 2px 3px #272727;
        margin-top: 5%;
    }

    .aff-info-movil{
        height: 100vh;
        background-image: url(../../assets/image/escuela/bg_cursoaff.webp);
        background-repeat: no-repeat;
        background-size:cover;
        background-position: right;
        z-index: 1;
    }

    .aff-info-movil-bg{
        height: 100vh;
        background: #00000070;
        z-index: 2;
    }


    .titulo-aff-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        color:#fff;
        text-shadow: 2px 2px 3px #272727;
        margin-top: 5%;
    }

    .subtitulo-aff-movil{
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color:#fff;
        margin-bottom: 50px;
    }

    .text-escuela-movil{
        font-family: 'Inter', sans-serif;
        font-size: 1.3rem;
        text-align: justify;
        color: #fff;
    }

    .subsubtitulo-escuela-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color:#fff;
        text-shadow: 2px 2px 3px #272727;
        margin-top: 5%;
    }

    .subtitulo2-aff-movil{
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color:#fff;
        margin-bottom: 50px;
    }

    .btn_whastapp_escuela2-movil{
        position: absolute;
        background: #00D95F;
        border-radius: 20px;
        left: 19%;
        padding: 5px 60px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        margin-top: 50px;
    }

    .niveles-aff-desktop{
        height: 100vh;
        background-image: url(../../assets/image/escuela/bg_niveles-aff.webp);
        background-repeat: no-repeat;
        background-size:cover;
        z-index: 1;
    }

    .niveles-aff-desktop-bg{
        height: 100vh;
        background: #00000070;
        z-index: 2;
    }




    .text-aff-level-desktop{
        font-family: 'Inter', sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        color:#000;
    }


        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .swiper-pagination-bullet-active {
            margin-top: 30px;
            color: #fff;
            background: #007aff;
            }

    .card-aff{
        width: 100%;
        height: 240px;
        background: #fff;
    }

    .card-aff-header{
        width: 100%;
        background: #CC2027;
    }

    .card-titulo-aff{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
    }

    .card-titulo-aff-movil{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
    }


    .card-aff-text{
        color:#080808;
        font-family: 'Inter', sans-serif;
        font-size: 0.6rem;
        text-align: left;
        padding-left: 10px;
    }

    .card-aff-text-movil{
        color:#080808;
        font-family: 'Inter', sans-serif;
        font-size: 1.2rem;
        text-align: left;
        padding-left: 10px;
    }


    .card-subtitulo-aff{
        color:#000;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
    }

    .card-subtitulo-aff{
        color:#000;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center;
    }


    .card-aff-movil{
        width: 100%;
        height: 240px;
        background: #fff;
    }



    .btn_whastapp_reservaaff{
        position: relative;
        background: #00D95F;
        border-radius: 20px;
        padding: 5px 60px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        margin-top: 50px;
        -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.40);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    }

    .btn_whastapp_reservaaff:hover{
        background: #0c5e2f;
    }


    .btn_aff_frecuentes{
        position: relative;
        background: #2A333D;
        border-radius: 20px;
        padding: 5px 60px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        margin-top: 50px;
        -webkit-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.40);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    }

    .btn_aff_frecuentes:hover{
        background: #22282e;
    }


    .masniveles-aff-desktop{
        height: 100vh;
        background-image: url(../../assets/image/escuela/bg_mas_niveles-aff.webp);
        background-repeat: no-repeat;
        background-size:cover;
        z-index: 1;
    }

    .masniveles-aff-movil{
        height: 100vh;
        background-image: url(../../assets/image/escuela/bg_mas_niveles-aff.webp);
        background-repeat: no-repeat;
        background-size:cover;
        background-position: top;
        z-index: 1;
    }

    .niveles-aff-movil-bg{
        height: 100vh;
        background: #00000070;
        z-index: 2;
    }


    .precios-desktop{
        height: 100vh;
        background: #fff;
    }

    .tabla-precios{
        border-collapse: separate;
        border-spacing: 10px;
    }

    .tabla-header{
        background: #2A333D;
        width: 254px;
        height: 50px;
        text-align: center;
        align-items: center;
        border: 1px solid #2A333D;
        -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    }

    .tabla-concepto{
        background: #971616;
        width: 254px;
        height: 50px;
        text-align: center;
        align-items: center;
        border: 1px solid #971616;
        -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    }

    .tabla-dato{
        background: #D9D9D9;
        width: 254px;
        height: 50px;
        text-align: center;
        align-items: center;
        border: 1px solid #D9D9D9;
        -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    }

    .precios-movil{
        height: 100vh;
        background: #fff;
    }



    .precios-header-movil{
        background: #2A333D;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        align-items: center;
        border: 1px solid #2A333D;
        -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    }

    .card-precios-aff-movil{
        width: 100%;
        background: #D9D9D9;
    }

/*  LANDING PAGE ESCUELA END*/




/* LANDING PARACAIDISTAS START */

.paracaidistas-general{
    height: 100vh;
    background-image: url(../../assets/image/paracaidistas/bg_general.webp);
    background-repeat: no-repeat;
    background-size:cover;
}

.paracaidistas-bg{
    height: 100vh;
    background: #00000070;
    z-index: 2;
}

.sdc-font-titulo-paracadistas-desktop{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px black;
}

.sdc-font-subtitulo-paracadistas-desktop{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}


.sdc_text_paracaidistas{
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    text-align: justify;
    padding: 20px 20px 20px 20px;
}

.btn_naranja{
    background: #D98200;
}

.btn_rojo{
    background: #C22221;
}

.sdc-font-btn-paracaidistas{
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 30px;
    width: 292px;
    text-align: center;
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    text-align: center;
    justify-content: center;
}


.font_link{
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    text-align: justify;
    padding: 20px 20px 20px 20px;
}

.coaches-list{
    height: 100vh;
    background: #fff;
}

.font-tabla-titulo{
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    font-weight: bold;
}

.font-tabla-dato{
    font-family: 'Inter', sans-serif; 
    font-size: 0.6rem;
}

.tabla-dato-paracaidistas{
    background: #fff;
    width: 254px;
    height: 20px;
    text-align: center;
    align-items: center;
    border: 1px solid #000;

}

.cabecero-accordion{
    background: #C22221;
}

.bg-gray{
    background: #2A333D !important;
    color: #fff !important;
}


.seccion-eventos{
    height: 200vh;
    background: #fff;
}


/* LANDING PARACAIDISTAS END*/



/* LANDING SOBRE NOSOTROS START */

.seccion-somos{
    height: 100vh;
    background: #fff;
}


.sdc_text_nosotros{
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    text-align: justify;
    padding: 20px 20px 20px 20px;
}

.seccion-escencia{
    height: 100vh;
}

.tony-bg{
    width: 100%;
    height: 100%;
    background-image: url(../../assets/image/nosotros/tony-montano.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 1;
}

.creemos-bg{
    width: 100%;
    height: 100%;
    background-image: url(../../assets/image/nosotros/creemos.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 1;
}

.queremos-bg{
    width: 100%;
    height: 100%;
    background-image: url(../../assets/image/nosotros/queremos.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 1;
}


.font-text-bootom{
    margin-top: 110%;
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    z-index: 2;
}

.font-text-bootom2{
    margin-top: 99.5%;
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    z-index: 2;
}


.font-subtitle-escencia{
    margin-top: 40px;
    font-family: 'Inter', sans-serif; 
    font-size: 0.9rem;
    font-weight: bold;
    z-index: 2;
}

.font-text-escencia{
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    z-index: 2;
}

/* LANDING SOBRE NOSOTROS END*/

/* LANDING INSTALACIONES START*/

.instalaciones-dropzone{
    height: 100vh;
    background: #fff;
}

.sdc-font-titulo-instalaciones-desktop{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px black;
}

.sdc_text_instalaciones{
    font-family: 'Inter', sans-serif; 
    font-size: 0.8rem;
    text-align: justify;
    padding: 20px 20px 20px 20px;
}

.nuestros-aviones{
    height: 100vh;
    background: #fff;
}

/* LANDING INSTALACIONES END*/



@media screen and (max-width: 380px) {
    /* Estilos para dispositivos móviles antiguos */

    .btn-flotante-whatsapp{
        left: 20px;
        bottom: 30px;
    }

    .btn-flotante-whatsapp:hover{
        text-decoration: none;
        color: #0df053;
        background: #b6b6b6;
        
    }


    html {font-size: 8px;}
    .sdc-bg-tertiary__bar { background: #2a333d00;}
    .sdc-btn-font-family{ font-size: 0.6rem;}
    .sdc-title-font-family{font-size: 2.8rem;}
    .sdc-text-font-family{font-size: 0.9rem;}
    .sdc-btn-font-family__menu{display: block; padding: 0; margin-top: 30px; font-size: 1.8rem;text-align: center;}
    .logo-dropzone img{width: 60%;}
    .rowfooter-end{padding-top: 5px;}
    .subtitle-contacto{font-family: 'Montserrat', serif; font-weight: bold; text-transform: uppercase;font-size: 1.8rem;color:#CC2027;}
    .articulo-contacto {font-family: 'Inter', sans-serif; font-size: 1.4rem; margin-left: 10px;}

    .social-link-header img{
        width: 20px;
        height:20px;
        margin-top: 5px;
    }
    .menu-item-header{
        margin-top: 5px;
    }
    
    .btn-whatsapp img{
        width: 20px;
        height:20px;
    }
    .btn-phoneblack img{
        width: 20px;
        height:20px;
        margin:0;
    }

    .btn-pinlocalization img{
        width: 20px;
        height:20px;
        margin:0;
    }
    .slogan_2linea{
        padding: 0 10px;
    }
    .col-card {
        height: 150px; /* Altura deseada para las columnas */
        width: auto;
    }
    .col-card:nth-child(1) {
        background-image: url('../../assets/image/cards/card1.webp');
        background-size:cover;
    }
    
    .col-card:nth-child(2) {
        background-image: url('../../assets/image/cards/card2.webp');
        background-size: cover;
    }
    
    .col-card:nth-child(3) {
        background-image: url('../../assets/image/cards/card3.webp');
        background-size: cover;
    }
    .nav__link{
        font-size: 1.2rem;
    }
    .card-area a{
        display:flex;
        font-size: 10px;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .slogan_1linea {
        text-align: center;
        width:fit-content;
    }

    .slogan_2linea{
        text-align: center;        
        width:fit-content;
    }


    .titulo-nosotros{
        margin-top: 320px;
        font-size: 2.0rem;
        z-index: 3;    
    }
    
    .subtitulo-nosotros{
        font-size: 1.2rem;
        z-index: 2; 
    }

    .btn-red-rounded{
        background: #CC2027;
        font-family: 'Inter', sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 30px;
        border-radius: 20px;
        -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    }


.btn-whatsapp-content{
    font-size: 1.2rem;
    margin-bottom: 24px;
    margin-top: 24px;
}

.btn-reservalinea{
    font-size: 1.2rem;
    border-radius: 20px;
    margin-bottom: 24px;
    padding: 5px 4px;
}

.sdc-titulo-destacado-desktop{
    font-size: 2.4rem;
    margin: 30px 20px 0 20px;
}

.sdc-subtitulo-destacado-desktop{
    font-size: 1.6rem;
    margin: 0 10px;
}

.text-escuela-desktop{
    font-size: 1.8rem;
}

.sdc_text_paracaidistas{
    font-size: 1.2rem;
}

.coaches-list{
    height: 130vh;
}

.seccion-escencia{
    height: 180vh;
}

.sdc_text_nosotros{
    font-size: 1.3rem;
}

.sdc-font-titulo-instalaciones-desktop{
    font-size: 1.8rem;
}

.sdc_text_instalaciones{
    font-size: 1.0rem;
}

.seccion-eventos{
    height: 200vh;
}

}


@media screen and (min-width:380px) and (max-width: 428px)  {
    /* Estilos para dispositivos móviles modernos regulares*/

    .btn-flotante-whatsapp{
        left: 20px;
        bottom: 40px;
    }
    
    
    .btn-flotante-whatsapp:hover{
        text-decoration: none;
        color: #0df053;
        background: #b6b6b6;
        
    }


    html {font-size: 11px;}
    .sdc-bg-tertiary__bar { background: #2a333d00;}
    .sdc-text-font-family{font-size: 0.8rem; }
    .sdc-title-font-family{font-size: 2.8rem;}
    .sdc-btn-font-family{ font-size: 0.6rem;}
    .sdc-btn-font-family__menu{display: inline-block; padding: 0;font-size: 1.6rem; margin-top: 20px;align-items: center;text-align: center;align-content: center;}
    .sdc-footer-font-family{font-family: 'Inter', sans-serif; font-size: 0.7rem;}
    .subtitle-contacto{font-family: 'Montserrat', serif; font-weight: bold; text-transform: uppercase;font-size: 1.8rem;color:#CC2027;}
    .articulo-contacto {font-family: 'Inter', sans-serif; font-size: 1.4rem; margin-left: 10px;}
    .logo-dropzone img{width: 130px; height: 80.44px;margin-bottom: 47px;}
    .rowfooter-end{padding-top: 6px;}

    .sdc-header{
        height: 80vh;
        width: 99vw;
    }

    .social-link-header img{
        width: 20px;
        height:20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sdc-barmenu{
        padding-top: 15px;
        font-size: 1.9rem;
    }

    .menu-item-header{
        margin-top: 1px;
    }
    .btn-whatsapp img{
        width: 24px;
        height:24px;
    }
    .btn-phoneblack img{
        width: 24px;
        height:24px;
        margin:0;
    }
    .btn-pinlocalization img{
        width: 24px;
        height:24px;
        margin:0;
    }
    .slogan_2linea{
        padding: 0 10px;
    }
    .col-card {
        height: 180px; /* Altura deseada para las columnas */
        width: auto;
    }
    .col-card:nth-child(1) {
        background-image: url('../../assets/image/cards/card1.webp');
        background-size:cover;
    }
    
    .col-card:nth-child(2) {
        background-image: url('../../assets/image/cards/card2.webp');
        background-size: cover;
    }
    
    .col-card:nth-child(3) {
        background-image: url('../../assets/image/cards/card3.webp');
        background-size: cover;
    }
    .nav__link{
        font-size: 1.2rem;
    }

    .card-area a{
        display:flex;
        font-size: 10px;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .slogan_1linea {
        text-align: center;
        width:fit-content;
    }

    .slogan_2linea{
        text-align: center;        
        width:fit-content;
    }


    .suflix{
        position: absolute;
        margin-top: 53%;
        left: 0;
        width: 100%;
        z-index: 1;
    }

/*aqui*/
    .titulo-nosotros{
        margin-top: 320px;
        font-size: 2.0rem;
        z-index: 3;    
    }
    
    .subtitulo-nosotros{
        font-size: 1.2rem;
        z-index: 2; 
    }

    .btn-red-rounded{
        background: #CC2027;
        font-family: 'Inter', sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 30px;
        border-radius: 20px;
        -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    }

    .caracteristicas li{
        font-size: 1.2rem;
        font-weight: bold;
    }
    
    
    .btn-whatsapp{
        font-size: 0.7rem;
    }
    
    
    .btn-reservalinea{
        font-size: 0.7rem;
    }

    .btn-whatsapp-content{
        font-size: 1.2rem;
        margin-bottom: 24px;
        margin-top: 24px;
        padding: 5px 4px;
    }

    .btn-reservalinea{
        font-size: 1.2rem;
        border-radius: 20px;
        margin-bottom: 24px;
    }

    .sdc-titulo-destacado-desktop{
        font-size: 2.4rem;
        margin: 30px 20px 0 20px;
    }
    
    .sdc-subtitulo-destacado-desktop{
        font-size: 1.6rem;
        margin: 0 10px;
    }

    
    .btn_whastapp_escuela{
        margin-top: 20%;
        left: 20%;
        bottom: 150px;
        padding: 5px 60px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
    }

    
    .piefoto{
        font-size: 1.1rem;
    }

    .text-escuela-desktop{
        font-size: 1.4rem;
    }

    .sdc_text_paracaidistas{
        font-size: 1.2rem;
    }

    .coaches-list{
        height: 130vh;
    }

    .seccion-escencia{
        height: 180vh;
    } 

    .sdc_text_nosotros{
        font-size: 1.3rem;
    }

    .sdc-font-titulo-instalaciones-desktop{
        font-size: 1.8rem;
    }

    .sdc_text_instalaciones{
        font-size: 1.0rem;
    }

    .seccion-eventos{
        height: 150vh;
    }



}


@media screen and (min-width:429px) and (max-width: 721px)  {
    /* Estilos para dispositivos móviles modernos grandes*/
    .btn-flotante-whatsapp{
        left: 20px;
        bottom: 40px;
    }
    
    
    .btn-flotante-whatsapp:hover{
        text-decoration: none;
        color: #0df053;
        background: #b6b6b6;
        
    }

    html {font-size: 11px;}
    .sdc-bg-tertiary__bar { background: #2a333d00;}
    .sdc-title-font-family{font-size: 3.3rem;}
    .sdc-text-font-family{font-size: 1.6rem; }
    .sdc-btn-font-family{ font-size: 0.8rem;}
    .sdc-btn-font-family__menu{display: block; padding: 0; margin-top: 5px; font-size: 1.7rem;text-align: center;}
    .sdc-footer-font-family{font-family: 'Montserrat', sans-serif; font-size: 0.7rem;}
    .subtitle-contacto{font-family: 'Montserrat', serif; font-weight: bold; text-transform: uppercase;font-size: 1.8rem;color:#CC2027;}
    .articulo-contacto {font-family: 'Inter', sans-serif; font-size: 1.4rem; margin-left: 10px;}
    .logo-dropzone img{width: 130px; height: 80.44px;margin-bottom: 47px;}
    .rowfooter-end{padding-top: 6px;}




    .social-link-header {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .menu-item-header{
        margin-top: 5px;
    }
    .social-link-header img{
        width: 20px;
        height:20px;
    }
    .btn-whatsapp img{
        width: 24.45px;
        height:24.45px;
    }
    .btn-phoneblack img{
        width: 24.5px;
        height:24.5px;
        margin:0;
    }
    .btn-pinlocalization img{
        width: 24.45px;
        height:24.45px;
        margin:0;
    }
    .slogan_2linea{
        padding: 0.7rem 10px;
    }
    .col-card {
        height: 180px; /* Altura deseada para las columnas */
        width: auto;
    }
    .col-card:nth-child(1) {
        background-image: url('../../assets/image/cards/card1.webp');
        background-size:cover;
    }
    
    .col-card:nth-child(2) {
        background-image: url('../../assets/image/cards/card2.webp');
        background-size: cover;
    }
    
    .col-card:nth-child(3) {
        background-image: url('../../assets/image/cards/card3.webp');
        background-size: cover;
    }
    .nav__link{
        font-size: 1.2rem;
    }
    .card-area a{
        font-size: 10px;
        padding-top: 18px;
    }
    .slogan_1linea {
        text-align: center;
        width:fit-content;
    }

    .slogan_2linea{
        text-align: center;        
        width:fit-content;
    }

        .suflix{
        position: absolute;
        margin-top: 52%;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .titulo-nosotros{
        margin-top: 120px;
        font-size: 2.0rem;
        z-index: 3;    
    }
    
    .subtitulo-nosotros{
        font-size: 1.2rem;
        z-index: 2; 
    }

    .btn-red-rounded{
        background: #CC2027;
        font-family: 'Inter', sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 30px;
        border-radius: 20px;
        -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    }

    .btn-whatsapp-content{
        font-size: 1.2rem;
        margin-bottom: 24px;
        margin-top: 24px;
        padding: 5px 4px;
    }

    .btn-reservalinea{
        font-size: 1.2rem;
        border-radius: 20px;
        margin-bottom: 24px;
    }

    .sdc-titulo-destacado-desktop{
        font-size: 2.4rem;
        margin: 30px 20px 0 20px;
    }
    
    .sdc-subtitulo-destacado-desktop{
        font-size: 1.6rem;
        margin: 0 10px;
    }

    .text-escuela-desktop{
        font-size: 1.4rem;
    }

    .sdc_text_paracaidistas{
        font-size: 1.2rem;
    }

    .coaches-list{
        height: 130vh;
    }

    .seccion-escencia{
        height: 180vh;
    }

    .sdc_text_nosotros{
        font-size: 1.3rem;
    }

    .sdc-font-titulo-instalaciones-desktop{
        font-size: 1.8rem;
    }

    .sdc_text_instalaciones{
        font-size: 1.0rem;
    }


    .seccion-eventos{
        height: 150vh;
    }
    

}



@media screen and (min-width: 722px) and (max-width: 1100px)  {
    /* Estilos para ordenadores tabletas */
    html {font-size: 16px;}
    .sdc-text-font-family{font-size: 0.9rem; }
    .sdc-bg-tertiary__bar { background: #2a333d00;}
    .rowfooter-end{padding-top: 6px;}
    .logo-dropzone img{width: 140px; height: 90.44px;margin-bottom: 50px;}
    
    .slogan_2linea{
        padding: 0.8rem 10px;
    }
    .card-area a{
        font-size: 13px;
        padding-top: 18px;
    }
    .slogan_1linea {
        text-align: center;
        width:fit-content;
    }

    .slogan_2linea{
        text-align: center;        
        width:fit-content;
    }

    .titulo-nosotros{
        margin-top: 40px;
        font-size: 1.5rem;    
    }
    
    .subtitulo-nosotros{
        font-size: 2.8rem;
    }

    .btn-whatsapp-content{
        font-size: 1.2rem;
        margin-bottom: 24px;
        margin-top: 24px;
        padding: 5px 4px;
    }

    .btn-reservalinea{
        font-size: 1.2rem;
        border-radius: 20px;
        margin-bottom: 24px;
    }

}


