@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap');
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display:none !important;
    }

:root {
    --main-color: #F15806;
  }

body{
    font-family: 'Open Sans', sans-serif;
    top:0!important;
}
#google-translate-element{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0!important;
    z-index: -2;
}
#goog-gt-tt{
    display: none!important;
    opacity: 0;
}

header{
    background: #fff;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    z-index: 9;
}
header .info-header{
    text-align: right;
    background: #CCC;
}

header .logo{
    height: 80px;
}


header .info-header .btn-english,header .info-header .btn-spanish{
    background: transparent;
    color: #333;
    border: 0;
    text-transform: capitalize;
}
header .info-header .info{
    display: inline-block;
    border-left: 1px solid #333;
    padding: 10px;
    color: #333;
    
}

header .info-header .info i{
    color: #333;
    font-size: 20px;
    width: 30px;
    text-align: left;
}

header .info-header .btn-english i ,header .info-header .btn-spanish i{
    color: #333;
    font-size: 20px;
    width: 30px;
    text-align: left;
}

header .nav-header ul{
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin:0;
}
header .nav-header li{
    list-style: none;
    display: table-cell;
    position: relative;
    border-top: 4px solid transparent;
}
header .nav-header li a{
    display: block;
    height: 90px;
    padding: 5px;
    padding-top: 40px;
    
    text-align: center;
    color:#333;
    text-decoration: none;
}


header .nav-header ul li:hover{
    border-color: var(--main-color);
}


header .nav-header ul li ul{
    display: none;
    position: absolute;
    top:100%;
    background: #FFF;
    padding: 10px;
    width: 300px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
header .nav-header ul li:hover ul{
    display: block;
}
header .nav-header ul li ul::after{
    content: "";
    position: absolute;
    top: 0px;
    background: var(--main-color);
    width: 100%;
    height: 4px;
    left: 0;
}

header .nav-header ul li ul li{
    display: block;
    border:0;
}

header .nav-header ul li ul li a{
    height: auto;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #CCC;
}

header .nav-header ul li ul li:last-child a{
    border:0;
}

header .nav-header ul li ul li a i{
    width: 30px;
    color: var(--main-color);
}

.slider-home{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.slider-home .carousel-item{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.slider-home .carousel-item .background-video-slider{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Proporción de aspecto 16:9 */
    overflow: hidden;
}
.slider-home .carousel-item .background-video-slider iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:15%;
    left: 0;
    z-index:0;
}
.slider-home .carousel-item .background-video-slider::before,.slider-home .carousel-item .background-image-slider::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 1;
}

.slider-home .carousel-item .background-image-slider{
    background: #000 center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}

.slider-home .carousel-item .caption-slider{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 10%;
    z-index: 3;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
}
.slider-home .carousel-item .caption-slider h2{
    color: var(--main-color);
    font-weight: 800;
}

.slider-home .carousel-control-next, .slider-home .carousel-control-prev{
    z-index: 4;
}

.padding-content{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.background-gray{
    background-color: #EEE;
}
.background-gradient{
    background: linear-gradient(45deg, var(--main-color) 0%,#000000 100%);
}

.main-title{
    position: relative;
    font-size: 20px;
    font-weight: 800;
    display: block;
    text-align: center;
    color: var(--main-color);
    padding-bottom: 5px;
}
.main-title::before{
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #666;
    top: 100%;
    left: 50%;
    margin-left: -30px;
}

.subtitle-main{
    font-weight: 800;
    color: var(--main-color) ;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    font-size: 25px;
}

.box-stories{
    min-height: 250px;
    text-align: center;
    padding: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

#carouselCasos .carousel-control-next,#carouselCasos .carousel-control-prev{
    color: #333;
    width: 50px;
    font-size: 30px;
}

.box-stories .description{
    background: #FFF;
    border-radius: 0.5em;
    border : 1px solid #CCC;
    padding: 20px;
    margin-bottom: 30px;
}

.box-stories h3{
    color: var(--main-color);
    font-weight: 800;
    font-size: 20px;
}
.box-stories h4{
    color: #666;
    font-size: 16px;
}

.box-number{
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-size: 30px;
}

.box-number .number-container{
    font-weight: 800;
    font-size: 50px;
}

.box-number h4{
    font-size: 18px;
}   

.slick-slider{
    padding-left: 40px;
    padding-right: 40px;
}

.slick-prev, .slick-next{
   color: #333;
}
.slick-prev{
    left: 0;
}

.slick-next{
    right: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    color: #333;
}
.slick-prev:before, .slick-next:before{
    color: #333;
}

.box-area{
    text-decoration: none;
    color: #333;
    border-radius: 0.5em 0.5em 0.3em 0.3em;
    border:1px solid #CCC;
    display: block;
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.box-area .content{
    padding: 10px;
    min-height: 120px;
}
.box-area .image{
    background: #000 center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: inline-block;
    height: 150px;
}
.box-area h4{
    font-size: 20px;
    color: var(--main-color);
    font-weight: 800;
}

.box-area .description{
    font-size: 13px;
    line-height: 14px;
}

.box-training{
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    background: var(--main-color);
    color: #FFF;
    text-align: center;
    border-radius: 0.5em;
    min-height: 400px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    text-decoration: none;
    padding: 10px;
}
.slick-slide .box-training{
    margin: 10px;
}

.box-training.box-training-auto{
    min-height: 0;
}

.box-training:hover{
    background: #FFF;
    color: var(--main-color );
}
.box-training .box-price{
    display: none;
    background: linear-gradient(45deg, var(--main-color) 0%,#000000 60%);
    position: relative;
    margin-top: -180px;
    margin-left: -20px;
    width:calc(100% + 40px);
    height: 300px;
    padding: 10px;
    padding-top: 200px;
    border-radius: 0 0 10em 10em;
    border:4px solid #FFF;
    font-weight: 800;
    font-size: 25px;
    color: #FFF;

}
.box-training .box-price h4{
    font-weight: 800;
    font-size: 16px;
}
.box-training .content{
    padding: 20px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;

}

.box-training .content h4{
    font-weight:800;
    font-size: 16px;
}

.box-training button{
    line-height: 20px;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    text-align: left;
    border-radius: 0.5em;
    border:0;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;

}
.box-training button i{
    float: right;
    font-size: 25px;

}

.box-training:hover{
    background: #FFF;
    color: var(--main-color );
}
.box-training:hover .description{
    color: #000;
}
.box-training:hover .box-price{
    background: var(--main-color);
    border-color: var(--main-color);
}
.box-training:hover button {
    background: var(--main-color );
    color:#FFF ;
}

.description-blog{
    font-size: 13px;
}

.box-blog{
    position: relative;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border:1px solid #CCC;
    height: calc(100% - 20px);
    text-decoration: none;
    color: #333;
    padding-bottom: 50px;
}

.box-blog.box-blog-auto{
    height: auto;
}

.box-blog .image{
    background: #000 center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
    position: relative;
}
.box-blog .image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.box-blog .image .caption-box{
    font-weight: 800;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    padding: 5px;
    font-size: 19px;
}

.box-blog .content{
    padding: 10px;
    font-size: 12px;
    line-height: 13px;
}

.box-blog .content h3{
    font-weight: 800;
    font-size: 16px;
}

.box-blog button{
    background: var(--main-color);
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 160px;
    text-align: left;
    border-radius: 0.5em;
    border:0;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 800;

}
.box-blog button i{
    float: right;
    font-size: 18px;

}

.box-team{
    position: relative;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    height: calc(100% - 20px);
    text-decoration: none;
    color: #333;
    padding-bottom: 50px;
    text-align: center;
    overflow: hidden;
    border-radius: 0.5em;
}

.box-team .image{
    background: #000 center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
    width: 150px;
    display: inline-block;
    border-radius: 5em;
    position: relative;
}

.box-team h4{
    color: var(--main-color);
    font-weight: 800;
    font-size: 18px;

}

.box-team h5{
    color:#333;
    font-weight: 500;
    font-size: 16px;

}
.box-team .box-caption{
    background:var(--main-color);
    color: #FFF;
    padding: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 13px;
    text-align: left;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -moz-transform: scale(0);
-webkit-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
}
.box-team:hover .box-caption{
    opacity: 1;
    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

footer{
    background: #333;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
}

footer .logo{
    max-height: 150px;
}
footer a{
    color: #FFF;
    text-decoration: none;
}
footer .redes{
    margin-bottom: 15px;
}
footer .redes a{
    display: inline-block;
    margin: 5px;
    width: 30px;
    height: 30px;
    background: #FFF;
    color: #333;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    border-radius: 5em;
}
footer h3{
    font-weight: 800;
    font-size: 18px;
}
footer .copyright{
    border-top: 1px solid #666;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
}


.redes-flotante{
    background: var(--main-color);
    position: fixed;
    right: 0;
    top: 150px;
    min-height: 120px;
    padding: 5px;
    z-index: 98;
    border-radius: 0.5em 0 0 0.5em;
}

.redes-flotante a{
    display: block;
    padding: 3px;
    color: #FFF;
    height: 28px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #FFF;
   
}

.redes-flotante a:first-child{
    border: 0;
}

.fondo-titulo{
    background: url(../images/background-title.png)  center bottom fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    position: relative;
}
.fondo-titulo::before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 0;
}

.fondo-titulo h1{
    position: relative;
    z-index: 2;
    padding:20px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    margin:0;
}

.fondo-titulo h3{
    position: relative;
    z-index: 2;
    padding:20px;
    text-align: center;
    color: var(--main-color);
    font-weight: 900;
    font-size: 30px;
    margin:0;
}

.image-content{
    background: #000 center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top:0;
}


.image-content.right{
    right: 0;
    left: auto;
}

.box-content{
    padding-left: 30px;
    padding-right: 30px;
}

.nav-areas{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.nav-areas li{
    display: block;
}
.nav-areas li a{
    color: #333;
    border-bottom: 1px solid #CCC;
    margin-bottom: 1px;
    background: #eee;
    display: block;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
}

.nav-areas li a.active{
    font-weight: 800;
    background: #FFF;
    color: var(--main-color);
}
.content-image{
    border:1px solid #CCC;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.content-image img{
    max-width: 100%;
}

.content-video{
    display: block;
    width: 100%;
    height: 500px;
    padding: 10px;
    border:1px solid #CCC;
    margin-bottom: 30px;
}

.form-contacto{
    padding: 20px;
    border:1px solid #CCC;
}

.form-contacto .text-right{
    text-align: right;
}
.form-contacto button{
    background: var(--main-color);
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border:0;
    color: #FFF;
    border-radius: 0.5em;
}

.form-contacto .form-group{
    margin-top: 20px;
}

.info-contactus{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.info-contactus i{
    font-size: 40px;
    color: var(--main-color);
}

.whatsapp-floating{
    background:#25d366 ;
    color: #FFF;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 5em;
    width: 50px;
    height: 50px;
    font-size: 35px;
    text-align: center;
}

.btn-main{
    background: var(--main-color);
    color: #FFF;
    padding: 5px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 0.5em;
    border:0;
    text-decoration: none;
}

.box-allies{
    display: block;
    border: 1px solid #CCC;
    border-radius: 0.5em;
    background: #FFF;
    margin:20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.box-allies h2{
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #F15806;

}


.box-allies .image{
    background: url(../images/internacional.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    height: 200px;
}

.box-allies.allies-national .image{
    background-image: url(../images/nacional.jpg);
}

.box-allie{
    display: block;
    border: 1px solid #CCC;
    text-decoration: none;
    height: calc(100% - 30px);
    margin-bottom: 30px;

}
.box-allie .image{
    display: flex;
    width: 100%;
    height: 200px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.box-allie .image img{
    max-width: 100%;
    max-height: 100%;
}

.box-allie h4{
    color: #F15806;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 50px;
}

.box-allie .description{
    font-size: 12px;
    color: #666;
    padding: 20px;
    text-align: justify;
}

.box-allies-min{
    display: block;
    text-align: center;
    text-decoration: none;
}

.box-allies-min .image{
    display: inline-block;
    position: relative;
    overflow: hidden;
    border:1px solid #CCC;
    border-radius:10em;
    
}
.box-allies-min .image div{
    display: flex;
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
}
.box-allies-min .image img{
    max-width: 100%;
    max-height: 100%;
}

.box-allies-min h3{
    font-size: 15px;
    color: #F15806;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1350px) {
    .slider-home .carousel-item{
        height: 400px;
    }
}



@media (max-width: 950px) {
    .slider-home .carousel-item .background-video-slider iframe{
        bottom:30px;
    }


}
@media (max-width: 992px) {
    header .info-header .info{
        display: none;
    }

    header .nav-header li a{
        font-size: 13px;
    }


}
@media (max-width: 768px) {
    header .nav-header ul{
        position: fixed;
        width: 300px;
        height: 100%;
        right: 0;
        top: 0;
        background: #FFF;
        padding: 10px;
        display: none;
    }

    header .nav-header ul li, header .nav-header ul li ul{
        display: block;
        text-align: left;
        border:0;
        box-shadow: none;
    }

    .nav-header ul li a{
        height: auto;
        min-height: 0;
        text-align: left;
        padding: 10px;
        border:0;
    }

    .menu-responive{
        display: block;
        color: var(--main-color);
        font-size: 20px;
        text-align: right;
    }
    header .nav-header ul li ul{
        position: relative;
        margin-left: 20px;
        width: 100%;
    }

    header .nav-header ul li ul::after{
        display: none;
    }
    .box-stories{
        padding: 0;
    }
    .box-stories .description{
        font-size: 14px;
        padding: 10px;
    }

    .image-content{
        position: relative;
        width: 100%;
        height: 300px;
        margin-bottom: 30px;

    }
}