.navbar-nav .nav-item a{
    padding: 10px 0;
}
.mw-200{
    max-width: 200px;
}
.w-60{
    width: 60px;
}
.dropdown-menu{
    padding: 10px 20px;
}
.dropdown-item.active,
.dropdown-item:active{
background-color: transparent;
}

@media (max-width:991px){
    .overflow-mobile-hidden{
        overflow: hidden;
    }
    .navbar-toggler {
        text-align: center;
        float: right;
        padding-top: 20px;
    }
    .letras-mov {display: none;}
    .box-apasionado{font-size: 2em !important;
        color: #007aff;
        text-align: start;
      }
    /* .box2{position: relative !important;width: 100%!important; top: inherit!important;} */
    .tobotom{display: block !important; bottom: 0!important;}
    .apasionado{font-size: 1.5em;
        color: #007aff;
        text-align: start;  line-height: 1.2em !important;}
        .container-text {
            position: absolute;
            width:100%;
            top: -90px;
            overflow: visible;
            z-index: 8 !important;}
 .cuadro{ height: auto;
    margin: auto;
          width: 90% !important;
         justify-content: center;
        transform:rotate(0deg)!important;
        padding: 10px;
            }
            .cuadro p{ transform:rotate(0deg)!important;}   
}
.pointer{
    cursor: pointer;
}

.section-divider{
    position: relative;
    border-top: 3px solid #ed1c24
}
.section-divider .img-container{
   position: absolute;
   bottom: -2px;
    left: 50%;
    transform: translate(-50%);
    font-size: 2.3em;
    color: var(--gris-oscuro);
    background: #fff;
    width: 100px;
    text-align: center;
    padding: 0 15px;
}
.div-custom2{
    border: 1px solid #00000014;
    overflow: hidden;
    border-radius: 1em;
    padding: 2.3em 1em;
    transition: 0.3s all ease;
    min-height: 100%;
}
.div-custom2:hover{
    box-shadow: 0px 10px 30px -10px rgb(0 0 0);
    background: #7a7d7a1a;
}

.div-custom{
    position: relative;
    overflow: hidden;
    border-radius: 1em;
    padding: 2.3em 1em;
    transition: 0.3s all ease;
    min-height: 100%;
}
.div-custom:hover{
    box-shadow: 0px 10px 30px -10px rgb(0 0 0);
    background: white;
}

.card-section{
    border-radius: 2em;
    box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 35%);
}

/*** Contact ***/

.contact1 {
        width: 100%;
        min-height: 100%;
        padding: 15px;
        padding-bottom: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-contact1 {
        width: 1163px;
        background: #f1f1f1;
        background-image: url('../img/elements/botella-contacto.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 10px;
        overflow: hidden;

        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;

        padding: 90px 130px 88px 148px;

        box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 35%);
    }

    /*------------------------------------------------------------------
[  ]*/
    .contact1-pic {
        width: 296px;
    }

    .contact1-pic img {
        max-width: 100%;
    }


    /*------------------------------------------------------------------
[  ]*/


    .contact1-form-title {
        display: block;
        font-size: 24px;
        color: #333333;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 44px;
    }

    input.input1 {
        height:60px;
        border-radius:12px;
        padding: 0 30px;
        border: 1px solid rgba(105, 105, 105, 0.1);
    }

    input.input1+.shadow-input1 {
        border-radius: 25px;
    }

    textarea.input1 {
        min-height: 150px;
        border-radius: 12px;
        padding: 12px 30px;
        border: 1px solid rgba(105, 105, 105, 0.1);
        resize: none;
    }

    textarea.input1+.shadow-input1 {
        border-radius: 25px;
    }
    .input1::placeholder {color: #ffffff94;
    }
    /*---------------------------------------------*/
    .wrap-input1 {
        position: relative;
        width: 100%;
        z-index: 1;
        margin-bottom: 20px;
    }

    .input1 {
        display: block;
        width: 100%;
        background:#746f6f42;
        font-size:20px;
        line-height: 1.5;
        color: #fff;
        border: none;
        font-weight: 300;
    }

    .shadow-input1 {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 0px 0px;
        color: rgba(87, 184, 70, 0.5);
    }

    .input1:focus+.shadow-input1 {
        -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
        animation: anim-shadow 0.5s ease-in-out forwards;
    }

    @-webkit-keyframes anim-shadow {
        to {
            box-shadow: 0px 0px 80px 30px;
            opacity: 0;
        }
    }

    @keyframes anim-shadow {
        to {
            box-shadow: 0px 0px 80px 30px;
            opacity: 0;
        }
    }

    /*---------------------------------------------*/
    .container-contact1-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact1-form-btn {
        border: none;
        min-width: 193px;
        height: 50px;
        border-radius: 25px;
        background: #57b846;
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 25px;

        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .contact1-form-btn i {
        margin-left: 7px;

        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .contact1-form-btn:hover {
        background: #333333;
    }

    .contact1-form-btn:hover i {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }




    /*------------------------------------------------------------------
[ Responsive ]*/

    @media (max-width: 1200px) {
        .contact1-pic {
            width: 33.5%;
        }

        .contact1-form {
            width: 44%;
        }

    }

    @media (max-width: 992px) {
        .container-contact1 {
            padding: 90px 80px 88px 90px;
            background-position: -200px;
        }

        .contact1-pic {
            width: 35%;
        }

        .contact1-form {
            width: 55%;
        }
    }

    @media (max-width: 768px) {
        .container-contact1 {
            padding: 90px 80px 88px 80px;
            background-image: none;
        }

        .contact1-pic {
            display: none;
        }

        .contact1-form {
            width: 100%;
        }
    }

    @media (max-width: 576px) {
        .container-contact1 {
            padding: 90px 15px 88px 15px;
        }
    }

    .dbox {
        width: 100%;
        margin-bottom: 25px;
        padding: 0 20px;
    }

    @media (min-width: 768px) {
        .dbox {
            margin-bottom: 0;
            padding: 0;
        }
        .contorno_negro {
            -webkit-text-stroke: 2px #6261619e;
            stroke: 1.5px #9e9e9e45;
            -webkit-text-fill-color: #00000000 !important;
            font-size: 5em !important;
            letter-spacing: 15px;
            font-weight: 800;

        }
    }
@media (min-width: 1700px) {
    .dbox {
        margin-bottom: 0;
        padding: 0;
    }
    .contorno_negro {
        -webkit-text-stroke: 2px #6261619e;
        stroke: 1.5px #9e9e9e45;
        -webkit-text-fill-color: #00000000 !important;
        font-size: 7.5em !important;
        letter-spacing: 15px;
        font-weight: 800;

    }
}
    .dbox p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .dbox p span {
        font-weight: 500;
        color: #000;
    }

    .dbox p a {
        color: #2553b8;
    }

    .dbox .icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #57b846;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .dbox .icon span {
        font-size: 20px;
        color: #fff;
    }

    .dbox .text {
        width: 100%;
    }
    .negrita{font-weight: 700; }
    .negrita2{letter-spacing: 3px;}
.fw-bold2{font-weight: 900;}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
}
button.learn-more {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 1.25em 2em;
    background: #e62623cf;
    border: 2px solid #ec1c24;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #910000;
    border-radius: inherit;
    box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    transform: translate3d(0, 0.75em, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more:hover {
    color:black ;
    background: #ffe9e9;
    transform: translate(0, 0.25em);
}
button.learn-more:hover::before {
    box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
    transform: translate3d(0, 0.5em, -1em);
}
button.learn-more:active {
    background: #ffe9e9;
    transform: translate(0em, 0.75em);
}
button.learn-more:active::before {
    box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    transform: translate3d(0, 0, -1em);
}

.nav-link {
    /*padding: .5rem !important;*/
    margin-right: 5px;
    margin-left: 5px;
}

.theme-btn:hover {
    box-shadow: 0 10px 25px rgb(244 67 54 / 39%);
}

.lh-1_6{line-height: 1.6em;}
.linetop{position: absolute;
    top: 0;
    margin-top: -17px;
    left: 0;
    right: 0;
    font-weight: 900;
}
@media (min-width: 992px) {
.dropdown-menu2{
   min-width: 320px; margin-left: -20px; right: 0; border-radius:0 !important; padding-top: 0;
    z-index: -1;
/*border-bottom: 11px solid #037afd;*/
}
    .sticky {background-color: #fff !important;}
    .sticky .navbar-nav .nav-item a{color: #000000b8 !important;}
    .navbar-nav .nav-item a{color: #fff !important;font-size: 16px; font-weight: 800;}
    .fondo-equipo{background-image: url("../img/inicio/EDIT_EQUIPO_result.jpg");background-size: cover; background-position: center;background-position: 80% 10%;}
}
.heauto{height: auto !important;}
.div-img-menu{
    position: relative; margin-top: -50px;
    z-index: 3;}
.borrar{
    filter: blur(3.5px);
     position: fixed;
     height: 100%;
     width: 100%;
     backdrop-filter: blur(5px);
     z-index: -9;
     z-index: -9;
 }
.borrar-show{
    top: 0;
    z-index: 9;display:block;}
.lh-3{line-height: 3em;}

@media (min-width: 768px) {
    .banner0 {
        background-image: url("../img/slider/banner3.jpg");
        background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .banner1 {
        background-image: url("../img/slider/banner2.jpg");
        background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .banner2 {
        background-image: url("../img/slider/banner1.jpg");
        background-size: cover;
        background-position: center;
    }
    .bannernosotros {
        background-image: url("../img/nosotros/banner.jpg");
        background-size: cover;
        background-size: cover;
        background-position: top;
    }
    .bannercontacto {
        background-image: url("../img/nosotros/contacto.jpg");
        background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .bannerservicios {
        background-image: url("../img/servicios/banner.jpg");
        background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .icon-contact{background: #0e71ef; color: #fff; width: 75px; height: 75px; font-size: 35px; padding: 5px; margin: auto;line-height: 65px; text-align: center;display: block;}
}

@media (max-width: 767px) {
    .banner0 {
        background-image: url("../img/slider/banner3.jpg");
        background-size: cover;
        background-position: 50% -5%;
    }
    .banner1 {
        background-image: url("../img/slider/banner2.jpg");
        background-size: cover;
        background-position: center;
    }
    .banner2 {
        background-image: url("../img/slider/banner1.jpg");
        background-size: cover;
        background-position: 70% 10%;
    }
    .bannernosotros {
        background-image: url("../img/nosotros/banner.jpg");
        background-size: cover;
        background-size: cover;
        background-position: top;
    }
    .bannercontacto {
        background-image: url("../img/nosotros/contacto.jpg");
        background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .bannerservicios {
        background-image: url("../img/servicios/banner.jpg");
        background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .icon-contact{background: #0e71ef; color: #fff; width:40px; height:40px; font-size: 25px; padding: 5px; margin: auto;line-height: 20px; text-align: center;display: block;}
}
.fs-19{font-size: 19px !important ;}

.box-divform{width: calc(100% - 1px) !important;
    padding: 8px 16px !important;
    box-shadow: #a5a4a4 0 0 0 1px inset !important;
    border-radius: 6px !important;
    display: inline-block !important;}
.span-form-input{
    position: relative !important;
    -webkit-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 !important;
    padding: 0px !important;
    color:#00000080;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 2px;
    line-height: .9;
}
.form-control3{min-height: 31px !important;
    font-size: 17px;
    color: #000 !important;
    width: 100%;
    outline: transparent;
    border:none;
    background-color: transparent !important;
    font-family: "Lato", sans-serif;
    font-weight:200 !important;
    line-height: inherit !important;
    -webkit-appearance: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

@media (min-width: 992px) {
    .modal-lg {
        --bs-modal-width: 582px;
    }
}
@media (max-width: 767px) {
.theme-btn{
    width: 100%;
}
    .slider-section .single-slider{
        height: 75vh;
    }

    .header {
        padding-top: 50px;
    }
    .navbar-brand img {
        max-width: 220px;
        transition: .3s;
        overflow: auto;
        margin-left: 0;
    }
}
.btn-menu{
    background:#0e71ef;
    width: 56px;
    height: 50px;
    padding-top: 0;
    border-radius: 0 !important;
}
.centrar-navs{display: flex;
    margin: auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;}
@media (max-width:1199px) {
    .cuadro-az{padding: 40px; }
}
@media (min-width:1200px) and (max-width: 1700px) {
    .div550 {
        height:500px;

    }
    .cuadro-az{padding-left: 40px; padding-right: 40px;
        width: 50%;}
    .img-cuadro-az{width: 50%;padding: 0; height: 500px; object-fit: cover;}
}

@media (min-width:1701px) {
    .div550 {
        height:560px;
        max-width:1550px ;
        margin: auto;
    }
    .cuadro-az{padding-left: 40px; padding-right: 40px;
        width: 40%;}
    .img-cuadro-az{width: 60%;padding: 0; height: 560px; object-fit: cover;}
}

.cuadro-az{padding-left: 40px; padding-right: 40px; }
/* The Image container */


.boton-distribuidor{
    position: absolute;
right: 0;
    background:#fff ;
    top: 0;
    padding: 1.2em;

}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    height: auto;
    background: #3085a3;
    text-align: center;

}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;}
/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-ineos {
    background: #2f3238;
}

figure.effect-ineos img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-ineos figcaption {
    text-align: left;
}

figure.effect-ineos h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-ineos p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: #B61615;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}

figure.effect-ineos p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-ineos p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-ineos p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-ineos:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-ineos:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-ineos:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-ineos:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

figure.effect-ineos:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.spanabajo{
    position: absolute;bottom: 92px;}
.abajo{position: absolute;bottom: 40px;}
.ml-toleft{margin-left: -15px;}
.sombreado-text{text-shadow: 6px 6px 9px black}
.img-wrapper{position: relative;
    overflow: hidden;
}

.img-shadow{    position: absolute;
    width: 130%;
    height: 120%;
    background-image: url(../img/inicio/shadow.png);
    bottom: -137px;
    left: -116px;
    z-index: -2;
    background-size: cover;
    transition: 1s;
}
.icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
    box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -120px;*/
    position: relative;
    z-index: 15;
    transition: 1s;
}
.card-inicio{box-shadow: 0px 5px 20px #89898929; border: none; min-height: 643px;}
.card2{box-shadow: 0px 5px 20px #89898929; border: none; margin:auto;}
.card3{box-shadow: 0px 5px 20px #89898929; border: none; margin:auto;}
.card-inicio:hover >.icon-wrapper{margin-top: -80px; background: #fff; transition: 1s;}
.card-inicio:hover >.img-wrapper >.img-shadow{z-index: 1; transition: 1s;}
/* Asegurarse de que cada slide ocupe el 100% del ancho disponible */
.carousel-inner {
    display: flex;
    overflow: hidden;
}

/* Cada "carousel-item" (slide) debe contener 7 imágenes, por lo tanto, 100% / 7 */
.carousel-item {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    width: 100%; /* El contenedor ocupará todo el ancho */
}

.d-flex {
    display: flex;
    justify-content: space-between;
}

/* Establecer que cada imagen ocupe el 100% del espacio disponible dentro del slide */
.carousel-item-image {
    flex: 0 0 14.2857%; /* Esto asegura que 7 imágenes ocupen el 100% del espacio */
    padding: 5px; /* Agregar algo de espacio entre las imágenes */
}

/* Asegurarnos de que las imágenes no se distorsionen */
.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width:992px) {
    .slider-section .single-slider{height: 99vh;}
    .slider-section .single-slider.interior {
        height: 45vh;
    }
    .slider-interior.slider-section .single-slider .slider-content .interior .slider-title{
        font-size: 65px;
    }

}
.fs-65{font-size: 65px !important; }

/*EFECTO ANTES DESPues*/


main {
    display: grid;
    place-items: center;
    /*min-height: 100vh;*/
}

.container-img {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
}

.image-container {
    /*max-width: 90%;*/
    /*max-height: 90vh;*/
    /*aspect-ratio: 1/1;*/
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    /*filter: grayscale(100%)*/
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.slider:focus-visible ~ .slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    background-color: #0e71ef;
    color: #fff;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
.totop-testimonio{margin-top: -160px;}
.shadow-contact{box-shadow:0px 4px 0px 0px #f7f7f736;}
.bradius50{border-radius: 50px;}
.caja-blanca{
    background: white;
    padding:   9px 0 9px 19px;
    margin: 4px 0;
}
.caja-blanca:hover{
    transition: .5s;
    background: #037afd;
    cursor: pointer;
}
.caja-blanca:hover p{
    color: #fff;
}
.caja-blanca p{line-height: .9em;color: #5d5d5d;}
.caja-blanca span{line-height: 1.2;color: #5d5d5d}
.caja-footer{position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    /* right: 10px; */
    /* margin: 0; */
    padding: 20px;
}
/* Aseguramos que el video ocupe todo el contenedor de la columna */
.video-container {
    position: relative;

    overflow: hidden; /* Evita que se vea fuera del contenedor */
}

.video-ini {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Hace que el video cubra todo el espacio sin distorsionarse */
    z-index: -1; /* Coloca el video detrás del contenido */
}

.section-title {
    position: relative; /* Necesario para que el texto se mantenga visible sobre el video */
    z-index: 1;
}
.pregunta {
    /* Estilos iniciales de la pregunta */
    transition: transform 0.2s ease-out;  /* Añadimos transiciones para suavizar el movimiento */
}

.pregunta {
    position: fixed; /* Fija la pregunta en la pantalla */
    top: 50%;        /* Centra verticalmente */
    left: 50%;
    right: 0;
    margin: 0;
    width: 100%;/* Centra horizontalmente */
    /* Ajuste para que esté perfectamente centrada */
    z-index:-2;   /* Asegura que esté encima de otros elementos */
    pointer-events: none; /* Evita que la pregunta interfiera con otros eventos de los elementos debajo de ella */
    transition: transform 0.2s ease-out;
}
.caja-borde {
    border-bottom: 1px solid #cbcbcb; /* Borde inicial gris */
    transition: border-bottom 0.3s ease; /* Transición suave al cambiar el borde */
}

.caja-borde:hover {
    border-bottom: 1px solid #3498db; /* Borde azul cuando se hace hover */
}

.flecha {
     color:gray;
    transition: border-bottom 0.3s ease; /* Transición suave al cambiar el borde */
}

.caja-borde:hover .flecha {
    color:#3498db
}

/* Ocultar las imágenes inicialmente */
.s1, .s2, .s3, .s4, .s5{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-100%);  /* Empuja las imágenes hacia arriba */
    display: none  /* Hace invisible la imagen cuando no está activa */
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s; /* Visibilidad con retardo */
}

/* Cuando las imágenes son activadas, las mostramos con animación */
.s1.active, .s2.active, .s3.active, .s4.active, .s5.active {
    opacity: 1;
    position: relative;
    transform: translateY(0);  /* Desliza las imágenes hacia su posición original */
    display: block;  /* Muestra la imagen */
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s; /* Sin retardo en visibilidad */
}
#agendar-btn {
    position: relative;
    overflow: hidden;
    color: #fff; /* Color inicial de las letras */
    background: transparent;
    transition: color 0.5s ease-in-out;
    z-index: 1; /* Asegura que el contenido del botón siempre esté por encima */
}
#agendar-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #3498db; /* Color de fondo */
    z-index: -1; /* Coloca el pseudo-elemento detrás del texto */
    transition: left 1s ease-in-out;
}

#agendar-btn.active:before {
    left: 0; /* El fondo se desliza de izquierda a derecha */
}

.aceleracion {
    margin-left: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    transition: color 0.5s ease-in-out;
}

.borde-rb{border-right: 1px solid #575757;}
@media (max-width: 767px) {
.caja-blanca{
    min-height: auto;
    border: 0;
    background: transparent;
    bottom: 0;
}
    .caja-blanca:hover{
        transition: .5s;
        box-shadow:none;
        border: none;
    }
    .caja-blanca span{padding-top: 1px !important;}
    .caja-footer{padding: 0;
        position: relative;}
    .caja-footer{border-bottom: 1px solid #d1d2d4;}
    .caja-footer img {display: none; }
    .video-container {
        position: relative;
        overflow: hidden;
        min-height: 259px;
        margin-bottom: 50px;
    }
    .contorno_negro {
        -webkit-text-stroke: 3px #ccc5c5a8;
        stroke: 1.5px #9e9e9e45;
        -webkit-text-fill-color: #00000000 !important;
        font-size: 7em !important;
        letter-spacing: 2px;
        font-weight: 800;

    }
    .fondo_negro >.fs-50 {
        font-size: 46px!important;
    }
    .text-gradient {
       line-height: 1.7em;
        position: relative;
    }
}


.navbar-area{background: #00000000;}
@media (max-width: 991px) {
.navbar-nav .nav-item a{color: #fff; }
.dropdown-menu{background: #000;}
.caja-blanca p{color: #fff !important;}
    .caja-blanca span{color: #fff;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: #6c757d;}
    .navbar-area{background: #000;}
    .fondo-equipo{background: #000;}
    .profile {
        position: relative;
        height: 63vh !important;
        width: 100%;
        border-radius: 5vw;
        margin-top: 5vw;
        max-height: 30rem;
        max-width: 40rem;
      }
      .cubo{max-width: 200px;left: 0; right: 0;margin: auto;}
}
.overlay{width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    object-fit: cover;
    background: #041e3952;}
    .overlay2{width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 2;
        object-fit: cover;
        background: #041e39bf;}
        .overlay3 {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            z-index: 2;
            object-fit: cover;
            background: #00000078;
        }

    

.close:focus, .close:hover {
    box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover)
}

.fill:focus, .fill:hover {
    box-shadow: inset 0 0 0 2em var(--hover)
}

.pulse:focus, .pulse:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0)
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover)
    }
}

.raise:focus, .raise:hover {
    box-shadow: 0 .5em .5em -.4em var(--hover);
    -webkit-transform: translateY(-.25em);
    transform: translateY(-.25em)
}

.up:focus, .up:hover {
    box-shadow: inset 0 -3.25em 0 0 var(--hover)
}

.slide:focus, .slide:hover {
    box-shadow: inset 20.5em 0 0 0 var(--hover)
}

.offset {
    box-shadow: .3em .3em 0 0 #037afd, inset .3em .3em 0 0 var(--color)
}

.offset:focus, .offset:hover {
    box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover)
}

.fill {
    --color: black;
    --hover: #c9992b
}

.pulse {
    --color: #01a3e8;
    --hover: red
}

.close {
    --color: #ff7f82;
    --hover: #ffdc7f
}

.raise {
    --color: #ffa260;
    --hover: #e5ff60
}

.up {
    --color: #ffffff;
    --hover: #0c2340
}

/*.slide {*/
/*    --color: #000;*/
/*    --hover: #f0f0f0*/
/*}*/

.offset {
    --color: #fff;
    --hover: #000;
}

.simple {
    --hover: #ca4957
}

.simple:hover {
    background-color: #ca4957
}

button {
    color: var(--color);
    -webkit-transition: .25s;
    transition: .25s
}

button:focus, button:hover {
    border-color: var(--hover);
    color: var(--color)
}

.buttonn-q {
    background: 0 0;
    border: 1px solid #000;
    font: inherit;
    line-height: 1;
    margin: .5em;
    padding: 1.4em 2.6em;
    border-radius: 3px;
    color: #000; 
}

/*contact*/


/* label */
label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
font-weight: 100;
    font-size: 16px;
    margin: 12px 0;

    cursor: pointer;
    position: relative;
}


/* input */
.input-radio {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}


/* .design */
.design {
    width: 16px;
    height: 16px;

    border: 1px solid var(--other);
    border-radius: 100%;
    margin-right: 16px;

    position: relative;
}

.design::before,
.design::after {
    content: "";
    display: block;

    width: inherit;
    height: inherit;

    border-radius: inherit;

    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.design:before {
    /*background: var(--other);*/
    background: #000;
    opacity: 0;
    transition: .3s;
}

.design::after {
    background: var(--primary);
    opacity: .4;
    transition: .6s;
}


/* .text */
.text {
    color:#999999;
    /*color: var(--other);*/
}


/* checked state */
input:checked+.design::before {
    opacity: 1;
    transform: scale(.6);
}


/* other states */
input:hover+.design,
input:focus+.design {
    border: 1px solid #037afd;
}

input:hover+.design:before,
input:focus+.design:before {
    background:#037afd;
}

input:hover~.text {
    color: #037afd;
}

input:focus+.design::after,
input:active+.design::after {
    opacity: .1;
    transform: scale(2.6);
}
.dark {
    --primary: #037afd;
    --other: hsl(0, 0%, 90%);
}
/* Contenedor de los puntos de navegación */
.controls {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.controls .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* El punto activo */
.controls .dot.active {
    background-color: #3498db; /* Color para el dot activo */
}

/* Los items del carrusel */
.my-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Los items del carrusel */
.slider-item {
    display: none; /* Ocultamos los items al principio */
    flex: 0 0 100%;
}

/* Mostrar el item activo */
.slider-item.active {
    display: block;
}
.br-50{border-radius: 50px; }
.footer{      background:#051c40!important;}
.wats{
    color: #007af7;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blanco_tr {
    background: #ffffffde;
    position: relative;
    top: -50px;
    text-align: center;
    margin: auto;
    border-radius: 15px;
    border: 5px solid #fff;
}

.top-icon {
    position: relative;
    top: -20px;
}

.icon-about {
    position: relative;
    top: -36px;
    margin: auto;
    width: 70px;
    height: 70px;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    transition: background-color 0.3s ease; /* Transición para el fondo */
}

.img-tozoom {
    border-radius: 12px;
    transition: transform 0.3s ease; /* Transición para el zoom */
    object-fit: cover;
    width: 100%; /* Aseguramos que la imagen ocupe el 100% del ancho del contenedor */
    height: 100%; /* Aseguramos que la imagen ocupe el 100% del alto del contenedor */
}

.div-custom:hover .img-tozoom {
    transform: scale(1.2); /* Escala la imagen al hacer hover */
    overflow: hidden; /* Evita que la imagen se desborde */
}

.div-custom:hover .icon-about {
    background:#037afd; /* Cambia el fondo de icon-about a azul */
}

.div-custom:hover .oculta {
    display: none; /* Esconde la imagen con la clase 'oculta' */
}

.div-custom:hover .muestra {
    display: block; /* Muestra la imagen con la clase 'muestra' */
}
.justificado{text-align: justify;}
.flip{ display: inline-block; /* Asegura que el elemento sea tratado como un bloque en línea */
    transform: scaleX(-1);}
    .flecha-contacto{    position: absolute;
        right: -9px;
        max-width: 473px;
        z-index: -1;
        opacity: 1.5;
        bottom: 0;
        top: 100%;}
.wave{position: absolute; top: -169px; z-index: 2;}
.borde-top{border-top:2px solid #fff ;}
.borde-top2{border-top:3px solid #000 ;}
.espaciado{letter-spacing: 5px;}
.letras-mov-scrolled{background-color: #037afd;}
.letras-mov {
    position: relative;
    overflow: hidden;
 
    background-size: 200% 100%; /* Esto permite la repetición infinita del fondo */
    transform: rotate(0deg); /* Rotación del contenedor */
    z-index: 1;
    top: -89px;
    animation: moverFondo 15s linear infinite; /* Fondo que se mueve */
    width: 4000px !important;
    left: -500px;
  }

  .letras-mov h1 {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
    animation: moverTexto 15s linear infinite; /* Animación del texto */
    margin: 0;
  }
  .letras-mov span {
    cursor: pointer; 
  }
  /* Animación para mover el fondo */
  @keyframes moverFondo {
    0% {
      background-position: 100% 0; /* Empieza desde el final del fondo */
    }
    100% {
      background-position: 0 0; /* Termina en el principio, creando un ciclo infinito */
    }
  }

  /* Animación para mover el texto */
  @keyframes moverTexto {
    0% {
      transform: translateX(100%); /* Empieza desde la derecha */
    }
    100% {
      transform: translateX(-100%); /* Termina fuera de la pantalla a la izquierda */
    }
  }
  .letras-mov span:hover {
    animation-play-state: paused; /* Pausa la animación */
  }

  .letras-mov:hover h1 {
    animation-play-state: paused; /* Pausa la animación del texto cuando se pasa el mouse por todo el contenedor */
  }
  @media (min-width: 992px) {
    .apasionado{font-size: 5em;
        color: #007aff;
        text-align: left;
        line-height: 1em;
    }
  }
  @media (min-width: 1200px) {
    .apasionado{font-size: 6em;
        color: #007aff;
        text-align: left;
        line-height: 1em;
    }
  }
  @media (min-width: 1500px) {
    .apasionado{font-size: 8em;
        color: #007aff;
        text-align: left;
        line-height: 1em;
    }
  }

.container-text{    position: absolute; 
    top:2%;
    width: 800%;
    overflow: hidden;
    z-index: 9;}
    .box-apasionado{position: relative;  text-align: end;}
    /* .box2{  display: inline-flex;     right: 0; } */
        .fw-300{font-weight: 300!important;}
        .lh-1-2{line-height: 1.2em;}
.div-servicio{background: #f4f4f445;transition: 1s; box-shadow:0px 20px 50px 0px rgba(0, 0, 0, 0.05);}
.div-servicio:hover{background: #fff;transition: 1s;box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 39%);}
.tobotom{position: relative; bottom: -100px;}
/* button */

.button2 {
    border-radius: 5px;;
    --c: #037afd; /* the color*/
  
    box-shadow: 0 0 0 0.1em inset var(--c);
    --_g: linear-gradient(var(--c) 0 0) no-repeat;
    background: var(--_g) calc(var(--_p, 0%) - 100%) 0%,
      var(--_g) calc(200% - var(--_p, 0%)) 0%,
      var(--_g) calc(var(--_p, 0%) - 100%) 100%,
      var(--_g) calc(200% - var(--_p, 0%)) 100%;
    background-size: 50.5% calc(var(--_p, 0%) / 2 + 0.5%);
    outline-offset: 0.1em;
    transition: background-size 0.4s, background-position 0s 0.4s;
    color: #000;
  }
  .button2:hover {
    --_p: 100%;
    transition: background-position 0.4s, background-size 0s;
    color:#fff;;
  }
  .button2:active {
    box-shadow: 0 0 9e9q inset #0009;
    background-color: var(--c);
    color: #fff;
  }
  
  .button2 {
    font-family: system-ui, sans-serif;
    cursor: pointer;
    padding: 0.1em 0.6em;
    font-weight: bold;
    border: none;
  }

/* buttom */
.box-color {
    transition: background-color 0.5s ease;
  }
  
  /* abou-equipo */


  .bg-gradient-primary-to-secondary {
    background: #1e30f3;
    background: linear-gradient(135deg, #00fffe 0%, #007aff 100%);
  }
  
  .text-gradient {
    background: -webkit-linear-gradient(315deg, #1c2da5 0%, #00d7f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .rounded-4 {
    border-radius: 1rem !important;
  }
  
  .feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
  }
  
  .profile {
    position: relative;
    height: 35vw;
    width: 100%;
    border-radius: 5vw;
    margin-top: 5vw;
    max-height: 30rem;
    max-width: 40rem;
  }
  .profile .profile-img {
    height: auto;
    max-height: 35rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }


  /* equipo */
  .cubo {
    animation: subirBajar 4s ease-in-out infinite;
  }
  
  /* Animación de movimiento vertical suave */
  @keyframes subirBajar {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  .cubo:hover {
  animation: agitar 0.5s ease infinite;
  cursor: pointer;
}

/* Animación de agitación */
@keyframes agitar {
  0% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(-2px, -2px) rotate(-2deg); }
  40% { transform: translate(2px, 2px) rotate(2deg); }
  60% { transform: translate(-2px, 2px) rotate(-2deg); }
  80% { transform: translate(2px, -2px) rotate(2deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes bounceDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(10px); }
  100% { transform: translateY(0); }
}

.bounce-down {
  animation: bounceDown 1.5s infinite;
  cursor: pointer; /* Hace que parezca clickeable */
}
.cuadro{    height: 500px;
    width: 500px;
    justify-content: center;
    transform:rotate(45deg);
}

.cuadro {
    position: relative;
    overflow: hidden;
  }
  
  /* Estilo base para todos los bordes */
  .cuadro .borde {
    position: absolute;
    background-color: #00c2ff;
    display: block;
    transition: transform 0.4s ease;
    z-index: 1;
  }
  
  /* Lado superior */
  .cuadro .top {
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition-delay: 0s;
  }
  
  /* Lado derecho */
  .cuadro .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition-delay: 0.3s;
  }
  
  /* Lado inferior */
  .cuadro .bottom {
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition-delay: 0.6s;
  }
  
  /* Lado izquierdo */
  .cuadro .left {
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
    transition-delay: 0.9s;
  }
  
  /* Hover: dibuja bordes en secuencia */
  .cuadro:hover .borde {
    transform: scaleX(1) scaleY(1);
  }
  .borde-letra{border:1px solid #00000059;}
  .border2{border-radius: 15px;}
  .bordehr{border-top: 2px solid #000;}
.card2 {
    position: relative;
    width: 335px;
    height: 335px;

    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

/* Pseudo-element para animación desde esquinas */
.card2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 128, 255, 0.1), transparent);
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.2s ease-out;
    z-index: 0;
}

/* Hover con animación "desde esquinas" */
.card2:hover {
    transform: rotate(1deg) scale(1.02);
    box-shadow: 0 20px 30px rgba(0,0,0,0.2);
    border: 5px solid #00c2ff;
}

/* Expandir pseudo-elemento al hacer hover */
.card2:hover::before {
    transform: scale(1.5);
}
.card3 {
    position: relative;
    background: #000000c4;
    border: 1px solid #ffffff52;
   min-height: 400px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

/* Pseudo-element para animación desde esquinas */
.card3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 128, 255, 0.1), transparent);
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.2s ease-out;
    z-index: 0;
}

/* Hover con animación "desde esquinas" */
.card3:hover {
    transform: rotate(1deg) scale(1.02);
    box-shadow: 0 20px 30px rgba(0,0,0,0.2);
    border: 5px solid #00c2ff;
    background: #ffffff05;
    color: white;
}

/* Expandir pseudo-elemento al hacer hover */
.card3:hover::before {
    transform: scale(1.5);
}
@media (max-width: 1300px) {
    .card2 {
        width: 280px !important;
        height: 280px!important;
    }
}
@media (max-width: 1400px) {
    .card2 {
        width: 320px;
        height: 320px;
    }
}
.borde-img{border-radius: 35px; width: auto !important;}
.max-650{max-height: 648px;}
.carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 550px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden!important;
  }

  .card-img {
    position: absolute;
    width: 380px;
    height: 550px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease, z-index 0.4s ease, opacity 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 1;
  }

  .card-img.left-2 {
    transform: translateX(-200px) scale(0.65);
    opacity: 0.5;
    z-index: 2;
  }

  .card-img.left-1 {
    transform: translateX(-100px) scale(0.85);
    opacity: 0.5;
    z-index: 3;
  }

  .card-img.center {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 5;
  }

  .card-img.right-1 {
    transform: translateX(100px) scale(0.85);
    opacity: 0.5;
    z-index: 3;
  }

  .card-img.right-2 {
    transform: translateX(200px) scale(0.65);
    opacity: 0.5;
    z-index: 2;
  }

  .controls {
    text-align: center;
    margin-top: 20px;
  }
 
  canvas {
  display: block;
  vertical-align: bottom;
  position: fixed;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:#000000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
footer{position: relative;}