@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    position: relative;
}

/*Alert*/
.alerts{
    position: fixed;
    top: 75px;
    right:15px;
    z-index: 999999999;
    border: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 25px;
    font-size: 20px;
    background: linear-gradient(270deg, rgba(115,172,227,0) 0%, rgba(54,74,142,0.4458158263305322) 23%, rgba(16,37,112,0.865983893557423) 89%);
    width: 400px;
    display: none;
    font-family: "Roboto", sans-serif;
}

.error{
    display: none;
}

.check{
    display: none;
}


/*Header*/
.header{
    background: #e3dedb;
}

.language-select{
    background: white;
    border:none;
    border-radius: 30px;
    padding: 5px;
    padding-left: 1px;
    padding-right: 1px;
    height: 35px;
}


#header {
    z-index: 999999;
    position:relative;
}

.header-badge{
    font-family: "Roboto", sans-serif;
    padding: 5px;
    padding-left: 18px;
    padding-right: 20px;
    border-radius: 30px;
    font-weight: 500;
    margin-right:1rem;
    height: 35px;
    display: flex;
    align-items: center;
}

.header-badge .icon{
    width: 22px;
}

.badge-contact{
    background: white;
    color:#5681b8;
}

.badge-phone-number{
    background: #1b96da;
    color:white;
    padding-left: 12px;
    display: flex;
    align-items: center;

}

.content-header{
    margin-left: 4rem;
    margin-right: 4rem;
}

.header .info{
    justify-content: end;
}

.header .glow{
    display: flex;
}

.logo-img{
    width: 500px;
}

/*Navbar*/
.navbar{
    padding-bottom:0;
    padding-top: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.425);

}


#navbar {
    transition: background-color 0.3s ease;
    transition: font-size 0.3s ease;
    background-color: white;
    z-index: 1000;
}

#space-fixed-nav.nav-fixed{
    height: 48px;
    background-color: rgba(255, 255, 255, 0.664);

}

#navbar.scrolled {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.911);
    z-index: 999;
}

.nav-link{
    color:#275592;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
    text-decoration: none;
}

.nav-link.active-custom{
    color:#275592;
    font-weight: bold;
    border-bottom: 3px solid #1b96da;
    text-decoration: none;
}

/*bubbles*/
.bubble-area {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.bubble-area div{
    height: 1px;
    width: 1px;
    position: absolute;
    background: url(../images/bubble_1.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.bubbles-1{
    bottom: -405px;
    left: 8%;
    -webkit-animation: animate 10s infinite ease-in -6.57s;
    animation: animate 10s infinite ease-in -6.57s;
}

.bubbles-2{
    bottom: -151px;
    left: 17%;
    -webkit-animation: animate 10s infinite ease-in -5.07s;
    animation: animate 10s infinite ease-in -5.07s;
}

.bubbles-3{
    bottom: -71px;
    left: 23%;
    -webkit-animation: animate 10s infinite ease-in -6.73s;
    animation: animate 10s infinite ease-in -6.73s;
}

.bubbles-4{
    bottom: -30px;
    left: 42%;
    -webkit-animation: animate 10s infinite ease-in -4.04s;
    animation: animate 10s infinite ease-in -4.04s;
}

.bubbles-5{
    bottom: -73.4px;
    left: 52%;
    -webkit-animation: animate 10s infinite ease-in -3.11s;
    animation: animate 10s infinite ease-in -3.11s;
}

.bubbles-6{
    bottom: -371px;
    left: 61%;
    -webkit-animation: animate 10s infinite ease-in -5.95s;
    animation: animate 10s infinite ease-in -5.95s;
}

.bubbles-7{
    bottom: -79.4px;
    left: 74%;
    -webkit-animation: animate 10s infinite ease-in -3.68s;
    animation: animate 10s infinite ease-in -3.68s;
}

.bubbles-8{
    bottom: -315.4px;
    left: 80%;
    -webkit-animation: animate 10s infinite ease-in -3.89s;
    animation: animate 10s infinite ease-in -3.89s;
}

.bubbles-9{
    bottom: -44.6px;
    left: 93%;
    -webkit-animation: animate 10s infinite ease-in -1.09s;
    animation: animate 10s infinite ease-in -1.09s;
}

.bubbles-10{
    bottom: -300px;
    left: 1%;
    -webkit-animation: animate 7s infinite ease-in -1.96s;
    animation: animate 7s infinite ease-in -.96s;
}

.bubbles-11{
    bottom: -500px;
    left: 27%;
    -webkit-animation: animate 7s infinite ease-in -2.96s;
    animation: animate 7s infinite ease-in -2.96s;
}

.bubbles-12{
    bottom: -160px;
    left: 33%;
    -webkit-animation: animate 7s infinite ease-in -3.09s;
    animation: animate 7s infinite ease-in -3.09s;
}

.bubbles-13{
    bottom: -230px;
    left: 56%;
    -webkit-animation: animate 7s infinite ease-in -2.06s;
    animation: animate 7s infinite ease-in -2.06s;
}

.bubbles-14{
    bottom: -440px;
    left: 84%;
    -webkit-animation: animate 7s infinite ease-in -1.02s;
    animation: animate 7s infinite ease-in -1.02s;
}

.bubbles-15{
    bottom: -390px;
    left: 100%;
    -webkit-animation: animate 7s infinite ease-in -1.07s;
    animation: animate 7s infinite ease-in -1.07s;
}

.bubbles-16{
    bottom: -530px;
    left: 49%;
    -webkit-animation: animate 7s infinite ease-in -2.16s;
    animation: animate 7s infinite ease-in -2.16s;
}


@keyframes animate {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px;
    }
    100% {
        -webkit-transform: translate3d(-50%, -1080px, 0);
        transform: translate3d(-50%, -1080px, 0);
        height: 90px;
        width: 90px;
    }
}


/*video*/

.video{
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    margin-top: -160px; 
}

.overlay-image {
    position: absolute;
    bottom: -2px; 
    left: 0; 
    width: 100%; 
    height: auto; 
}

.effect-video {
    position: absolute;
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(7,101,222,0.4374124649859944) 32%, rgba(7,145,222,1) 91%);
}

.content-video{
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    font-size: 24px; 
    text-align: center;
    z-index: 1;
}

.content-video h1{
    font-weight: bold;
    font-size: 60px;

}

.content-video p{
    font-weight: 300;
    font-size: 35px;
}

.text-video{
    margin-bottom: 40px;
}

.button-video{
    border-radius: 30px;
    background: linear-gradient(280deg, rgba(255,214,0,1) 0%, rgba(255,184,0,1) 32%, rgba(255,148,33,1) 91%);
    padding: 9px;
    padding-left: 40px;
    padding-right: 30px;
    border:none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.733);
}

.button-video:hover{
    background: linear-gradient(280deg, rgba(255,214,0,1) 0%, rgb(236, 178, 30) 32%, rgb(255, 133, 3) 91%);
}

.button-video::before {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 73%;
    height: 70%;
    width: 2px; /* Grosor de la línea vertical */
    background-color: #e1a135;
    transform: translateX(-50%);
}


.button-video img{
    width: 25px;

}

/*About Us*/

.about-us{
    padding-top: 50px;
}

.about-us-title{
    font-family: "Pacifico", cursive;
    color: #0f2161;
    font-size: 60px;
}

.about-us-subtitle{
    font-family: "Roboto", sans-serif;
    color: #40506c;
    font-style: italic;
    font-size: 30px;

}

.about-us-text{
    font-family: "Roboto", sans-serif;
    color: #40506c;
    font-size: 18px;
    margin-bottom: 70px;
}

.about-us-contact{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:white;
    background: #0e77b8;
    padding: 20px;
    padding-left: 15px;
    padding-right: 30px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.3s;
    height: 74px;
    border: none;
    text-align: left;
}

.about-us-contact:hover{
    transition: 0.3s;
    background: #128edb;
    color:white;
    border: none;
}

.about-us-contact::before {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 15%;
    height: 70%;
    width: 2px; /* Grosor de la línea vertical */
    background-color: #0f659b;
    transform: translateX(-50%);
    
}

.about-us-contact img{
    width: 32px;
}

.col-img-mobile{
    display: none;
}

.col-img-mobile img{
    width: 450px;
}

.about-us-number{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:rgb(0, 1, 66);
    background: #febe20;
    padding: 20px;
    padding-left: 15px;
    padding-right: 30px;
    border-radius: 15px;
    position: relative;
    height: 74px;
    border: none;
    text-align: left;
}

.about-us-number.btn:first-child:active {
    background: #febe20;
    color: rgb(0, 0, 0);
    border: none;
  }

  .about-us-contact.btn:first-child:active {
    background: #0e77b8;
    color: rgb(255, 255, 255);
    border: none;
  }

.about-us-number:hover{
    color:rgb(0, 1, 66);
    background: #ffce54;
    border: none;
}


.about-us-number::before {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 15%;
    height: 70%;
    width: 2px; /* Grosor de la línea vertical */
    background-color: #9b6f0f83;
    transform: translateX(-50%);
}

.about-us-number img{
    width: 32px;
}

.col-about-us-button{
    width: 60%;
}
/*Services*/

.services{
    margin-top: 160px;
}

.services h1{
    font-family: "Pacifico", cursive;
    font-size: 160px;
    color: #ebeef3;
}

.services-content{
    background: #ebeef3;
    margin-top: -35px;
    padding-bottom: 250px;
}

.services-content .services-padding{
    padding: 70px;
    padding-bottom: 10px;

}

.services-content h3{
    font-family: "Pacifico", cursive;
    color:#2845a3;
    text-align: center;
    font-size: 65px;
    margin-bottom: 25px;
}

.services-content p{
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 25px;
    color:#4e5c77;
}



.services-row{
    text-align: center;
    width: 50%;
    color:#4e5c77;
}
.services-content .btn-primary{
    background-color: #2845a3;
    color: #ffffff;
    border: 0;
    padding: 10px 25px;
    font-size: 18px;
    margin-top: 6px;
    text-decoration: none;
}


.col-service .card {
    transition: background-color 0.3s ease;
    border-radius: 0;
    border: none;
    padding: 4px;
    margin: 20px;
    background-color: white; 
    cursor: pointer;
  }
  
  .col-service .card:hover {
    transition: background-color 0.3s ease;
    background-color: #1a95d9;
  }

.col-service  img{
    height: 260px;
}

/*Contact*/

.contact{
    padding-top: 50px;
}

.row-contact{
    margin-top: 40px;
}

.contact h1{
    font-family: "Pacifico", cursive;
    font-size: 70px;
    color: #2845a3;
}
.contact h2{
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    padding-bottom: 30px;
    border-bottom: 2px solid #1a95d9;
    color:#4e5c77;
    font-weight: 400;
}

.form-control{
    background: #ebeef3;
    padding-bottom: 30px;
    border: none;
}

.form-contact{
    margin-top: 40px;
}

.button-contact{
    border-radius: 30px;
    background: linear-gradient(280deg, rgba(8,50,88,1) 0%, rgba(15,56,99,1) 32%, rgba(40,82,126,1) 91%);
    padding: 7px;
    padding-left: 60px;
    padding-right: 20px;
    border:none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    font-weight: 600;
}

.button-contact:hover{
    background: linear-gradient(280deg, rgb(13, 68, 119) 0%, rgb(21, 70, 122) 32%, rgb(58, 107, 160) 91%);
}

.button-contact:before {
    content: '';
    position: absolute;
    top: 15%;

    bottom: 0;
    left: 75%;
    height: 70%;
    width: 2px; /* Grosor de la línea vertical */
    background-color: #04293f;
    transform: translateX(-50%);
}


.button-contact img{
    width: 25px;
    margin-left: 60px;

}

.img-contact{
    width: 600px;
}

.content-img-contact{
    text-align: center;
}

/*Footer*/

.footer{
    background: #2c46a3;
    padding-top: 40px;
    color: white;
}

.footer .information img{
    height: 25px;
    margin-right: 10px;
}

.footer .information p{
    font-family: "Roboto", sans-serif;
    color: white;
    font-weight: 400;
}

.logo-footer img{
    width: 550px;
}

.logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright{
    margin-top: 25px;
    padding: 10px;
    background: #183088;
    color: white;
}

/*Gallery*/

.gallery{
    margin-top: 140px;
    background-image: url('../images/galeria.jpg');
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.gallery h1{
    margin-top: 100px;
    color: white;
    font-size: 60px;
    font-family: "Pacifico", cursive;
}

.gallery h2{
    margin-top: 20px;
    color: white;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
}

.container-gallery{
    margin-top: 30px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.container-gallery a{
    position: relative;
 }

 .container-gallery a:hover .hover-images{
     opacity: 1;
 }

 .carousel-height-gallery{
    height: 630px;
 }

 .container-gallery .carousel-indicators{
    padding-left: 150px;
 }

 /*information*/

 .information-1{
    position: relative;
}

.content-info{
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 35%;
    left: 10%;
    color: white; 
    text-align: center;
    z-index: 1;
    text-align: left;
    max-width: 70%;
}

.content-info h1{
    font-weight: 400;
    font-size: 60px; 
}

.content-info h1 strong{
    font-weight: bold;
    font-size: 50px; 
}

.effect-information {
    position: absolute;
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(7, 100, 222, 0) 32%, rgb(10, 53, 145) 181%);
}

 .information-2{
    position: relative;
 }

 .play-image{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 180px;
    transition: width ease 0.3s;
    cursor: pointer;
 }

 .play-image:hover{
    width: 170px;
    transition: width ease 0.3s;

 }

 #play-hover{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 170px;
    height: 170px;
    transition: background-color ease 0.3s;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 100%;

 }


 #play-hover.hover{
    background-color: rgba(255, 255, 255, 0.603);
    transition: background-color ease 0.3s;

 }

 .button-information{
    border-radius: 30px;
    background: linear-gradient(280deg, rgba(255,214,0,1) 0%, rgba(255,184,0,1) 32%, rgba(255,148,33,1) 91%);
    padding: 7px;
    padding-left: 20px;
    padding-right: 15px;
    border: 1px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-size: 30px;
    margin-top: 40px;
}

.button-information:hover{
    background: linear-gradient(280deg, rgba(255,214,0,1) 0%, rgb(236, 178, 30) 32%, rgb(255, 133, 3) 91%);
}

.button-information::before {
    content: '';
    position: absolute;
    top: 15%;

    bottom: 0;
    left: 79%;
    height: 70%;
    width: 2px; /* Grosor de la línea vertical */
    background-color: #e1a135;
    transform: translateX(-50%);
}


.button-information img{
    width: 25px;

}


 .hover-images{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(202, 175, 24, 0.685);
    background-image: url(../images/icon-more-01-01.svg);
    background-position: center;
    background-size: 16%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 1s;
    margin-left: 11px;
    margin-right: 11px;
 }

 .hover-images::before {
    content: "";
    position: absolute;
    top: 20px;  /* Separación desde el borde superior */
    bottom: 20px; /* Separación desde el borde inferior */
    left: 20px; /* Separación desde el borde izquierdo */
    right: 20px; /* Separación desde el borde derecho */
    border: 3px solid rgb(7, 13, 90); /* Añade el borde */
    pointer-events: none; /* Asegura que el borde no interfiera con eventos de mouse */
    box-sizing: border-box; /* Incluye el borde en el tamaño del pseudo-elemento */
}
#galeria {
 margin: 1rem auto;
 width:100%;
 max-width:960px;
 padding:0 20px 20px;
 box-sizing: border-box;
 column-count: 3;

 /* Espacio entre columnas */
 -moz-column-gap: 20px;
 -webkit-column-gap: 20px;
 column-gap: 20px;
 
 /* Filete entre columnas */
 /*-moz-column-rule: 1px solid #bbb;
 -webkit-column-rule: 1px solid #bbb;
 column-rule: 1px solid #bbb;*/


}

#galeria header {
 -webkit-column-span:all;
 column-span:all;
}

article {
 background:#fff;
 border-radius:0;
 border:0;
 margin:0 0 20px 0;
 text-align: center;
 max-width: 100%;
 filter: opacity(70%);

 /*Evitamos que se corte al cambiar de columna*/
 break-inside: avoid;
 page-break-inside: avoid;         

}

article img {
 width:100%;
}

article:hover {
 transition: .5s ease;
 filter: opacity(100%);
}

figure {
 padding:0;
 box-sizing: border-box;
}

.carousel-control-next, .carousel-control-prev {
 width: 6%;
}
.modal-backdrop {
 --bs-backdrop-opacity: 0.9;
}

/*company info*/
.company-info{
    padding-top: 150px;
    padding-bottom: 150px;
    background: #ebeef3;
}

.company-info .card{
    width: 100%;
    border: none;
    border-radius: 20px;
}

.container-img{
    background: #f7f7f7;
    padding-top: 20px;
    padding-right: 40px;
    border-radius: 20px;
    
    padding-left: 40px;
}

.container-carousel{
    background: radial-gradient(circle, rgba(62,90,189,1) 0%, rgba(63,91,187,1) 32%, rgba(45,71,166,1) 91%);
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 80px;
    padding-bottom: 20px;
}

.carousel .carousel-indicators button {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 100%;
    opacity: 0.9;
 }

 .carousel .carousel-indicators button.active {
    background-color: #1d96dd;
 }

 .carousel .carousel-indicators  {
   margin-left: 50px;
   margin-bottom: 35px;
}

.carousel-caption {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    left: 50px;
    top: 0px;

}

.carousel-caption h5{
    font-size: 40px;
    font-weight: 700;
}

.carousel-caption p{
    margin-top: 30px;
    font-weight: 400;
    font-size: 26px;
}

.carousel-text{
    height: 400px;
}

@media(min-width:2000px){
    /*header*/
    .logo-img{
        width: 650px;
    }
    .content-header{
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .content-video h1{
        font-size: 90px;
    }
    
    .content-video p{
        font-size: 50px;
    }
    .button-video{
        font-size: 35pxx;
    }
}

@media (max-width:1800px) {
        /*header*/
        .header-nav .content-header{
            margin: 0px;
        }
        .logo-img{
            max-width: 450px;
        }
        .header-badge{
            font-size: 14px;
        }
}



@media(max-width:1530px){

    /*Header*/
    .header{
        padding-bottom: 10px;
    }
    .header .logo{
        justify-content: center;
        width: 100%;
    }

    .header .info{
        justify-content: center;
        width: 100%;

    }

    .button-video{
        font-size: 50px;
    }

    /*Services*/
    .services h1{
        font-size: 120px;
    }

    /*information*/

    .content-info{
        top: 30%;
    }

    .content-info h1{
        font-size: 30px; 
    }
    
    .content-info h1 strong{
        font-size: 45px; 
    }

}

@media(max-width:1430px){




    /*video*/
    .video-container {
        margin-top: -180px; 
    }

    .content-video{
        font-size: 20px; 
    
    }
    
    .content-video h1{
        font-size: 50px;
    
    }
    
    .content-video p{
        font-size: 30px;
    }
    
    .text-video{
        margin-bottom: 30px;
    }
    
    .button-video{
        font-size: 15px;
    }
    .button-video::before {
        left: 70%;
    }

    
    /*contact*/
    .img-contact{
        width: 500px;

    }


    .contact h1{
        font-size: 50px;
    }
    .contact h2{
        font-size: 15px;
    }
    .form-control{
        background: #ebeef3;
        padding-bottom: 20px;
        border: none;
    }

    /*about us*/
    .col-about-us-button{
        width: 65%;
    }

    /*Service*/
    .col-service  img{
        height: 80px;
    }

    /*information*/
    .content-info h1{
        font-size: 25px; 
    }
    
    .content-info h1 strong{
        font-size: 30px; 
    }

    .play-image{
        width: 140px;
     }
    
     .play-image:hover{
        width: 130px;
    
     }
    
     #play-hover{
        width: 140px;
        height: 140px;
     }
    
    
     #play-hover.hover{
        background-color: rgba(255, 255, 255, 0.603);
        transition: background-color ease 0.3s;
     }
    
     .button-information{
        font-size: 20px;
    }

    .button-information::before {
    
        left: 75%;
    }
    
    
    .button-information img{
        width: 25px;
    }

    /*company info*/
    .carousel-caption h5{
        font-size: 30px;
    }
    
    .carousel-caption p{
        font-size: 25px;
    }

    .carousel-text{
        height: 200px;
    }


}

@media(max-width:1399px){
    /*Gallery*/
    .container-gallery .carousel-indicators{
        padding-left: 130px;
     }
     .carousel-height-gallery{
        height: 580px;
     }
}


@media(max-width:1200px){

    /*video*/
    .video-container {
        margin-top: -100px; 
    }

    .content-video{
        font-size: 15px; 
    }
    
    .content-video h1{
        font-size: 45px;
    
    }
    
    .content-video p{
        font-size: 25px;
    }
    
    .text-video{
        margin-bottom: 25px;
    }
    
    /*about us*/

    .col-about-us-button{
        width: 100%;
    }

    .about-us-number {
        text-align: center;
    }
    .about-us-contact {
        text-align: center;
    }
    .about-us-number::before {
        background-color: #9b6f0f00;
    }
    .about-us-contact::before {
        background-color: #9b6f0f00;
    }


    .col-img{
        width: 100%;
        justify-content: center;
        display: none;
    }
    .col-text{
        width: 100%;
    }
    .col-img-mobile{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .content-video{
        top: 62%;
    }

    /*Services*/
    .services h1{
        font-size: 100px;
    }

    .col-service  img{
        height: 60px;
    }

    .col-service p{
        font-size: 14px;
    }


    .col-service .card {
        padding: 20px;
        margin: 15px;
      }

    .services-content h3{
        font-size: 50px;
    }
    
    .services-content p{
        font-size: 18px;
    }

    /*contact*/
    .img-contact{
        width: 400px;

    }

    .services-content{
        margin-top: -30px;
    }

    .content-img-contact{
        display: flex;
        align-items: center;
    }

    /*footer*/

    .logo-footer img{
        width: 450px;
    }

    /*Gallery*/
    .gallery h1{
        font-size: 50px;
    }
    
    .gallery h2{
        font-size: 22px;
    }

    /*company info*/
    .carousel .carousel-indicators button {
        width: 12px;
        height: 12px;
    }

    .carousel-caption h5{
        font-size: 20px;
    }
    
    .carousel-caption p{
        font-size: 15px;
    }
    
    .carousel-text{
        height: 200px;
    }

    .container-carousel{
        padding-top: 70px;
    }

    /*gallery*/

    .container-gallery .container-carousel{
        padding-top: 7px;
    }
    .container-gallery .carousel-indicators{
        padding-left: 120px;
     }

    .container-gallery .carousel-indicators{
        padding-left: 130px;
    }
    .carousel-height-gallery{
        height: 540px;
    }
}
@media(max-width:1199px) {

    /*gallery*/
    .container-gallery .carousel-indicators{
        padding-left: 120px;
     }

    .container-gallery .carousel-indicators{
        padding-left: 100px;
    }
    .carousel-height-gallery{
        height: 500px;
    }
}


@media(max-width:1010px) {
    .header .glow{
        display: none;
    }

    /*company info*/
    .carousel-caption h5{
        font-size: 17px;
    }
        
    .carousel-caption p{
        font-size: 14px;
    }

        
    .carousel-text{
        height: 200px;
    }
    
    .container-carousel{
        padding-top: 30px;
    }
}

@media(max-width:991px){
    /*Navbar*/
    .navbar{
        box-shadow: none;
        padding-bottom: 5px;
    }

    /*video*/
    .video-container {
        margin-top: -45px;
    }

    .content-video{
        top: 57%;
    }

    /*Footer*/
    .footer .information p{
        font-size: 12px;
    }

    .footer .information img{
        width: 20px;
    }
    
    .copyright{
        font-size: 12px;
    }

    /*company info*/
    .carousel-caption h5{
        font-size: 15px;
    }
            
    .carousel-caption p{
        font-size: 12px;
    }
    
            
    .carousel-text{
        height: 200px;
    }
        
    .container-carousel{
        padding-top: 10px;
    }

    /*gallery*/
    .container-gallery .carousel-indicators{
        padding-left: 120px;
    }
    
    .container-gallery .carousel-indicators{
        padding-left: 60px;
    }
    .carousel-height-gallery{
        height: 420px;
    }
}

@media(max-width:980px){
    /*Header*/
    .header .logo{
        margin: 5px;
    }
    .header{
        padding: 10px;
    }

    /*Services*/
    .services h1{
       font-size: 80px;
    }

    .services-content{
        margin-top: -25px;
    }

        /*information*/
        .content-info h1{
            font-size: 18px; 
        }
        
        .content-info h1 strong{
            font-size: 22px; 
        }
    
        .play-image{
            width: 120px;
         }
        
         .play-image:hover{
            width: 110px;
        
         }
        
         #play-hover{
            width: 130px;
            height: 130px;
         }
        
         .button-information{
            font-size: 12px;
        }
        
        .button-information::before {
        
            left: 73%;
        }
        
        .button-information img{
            width: 20px;
        }
}
@media(max-width:845px){

    /*video*/
    .content-video{
        font-size: 15px; 
    }
    
    .content-video h1{
        font-size: 35px;
    
    }
    
    .content-video p{
        font-size: 20px;
    }
    
    .text-video{
        margin-bottom: 20px;
    }

    /*Services*/
    .services h1{
        font-size: 60px;
    }


    .col-service  img{
        height: 50px;
    }

    .col-service .card {
        padding: 15px;
        margin: 15px;
    }
  


    /*About Us*/

    .col-img-mobile img{
        margin-top: 40px;
        width: 350px;
    }

    /*contact*/

    .col-form{
        width: 100%;
    }
    
    .content-img-contact{
        display: none;
    }
    
    /*footer*/
    .logo-footer img{
        width: 380px;
    }

    /*Gallery*/
    .gallery h1{
        font-size: 40px;
    }
    
    .gallery h2{
        font-size: 18px;
    }

}

@media(max-width:767px){

    /*about us*/

    .about-us-contact{
        width: 100%;
    }
    
    .about-us-contact:hover{
        transition: 0.3s;
        background: #128edb;
        color:white;
    
    }
    
    .about-us-contact::before {
        background-color: #0f659b00;
    }
    .about-us-contact img{
        width: 32px;
    }
    
    .col-img-mobile{
        display: none;
    }
    
    .col-img-mobile img{
        width: 450px;
    }
    
    .about-us-number{
        width: 100%;
    }
    
    .about-us-number:hover{
        color:rgb(0, 1, 66);
        background: #ffce54;
    }
    
    
    .about-us-number::before {
        background-color: #9b6f0f00;
    }
    .about-us-number img{
        width: 32px;
    }


    /*Services*/
    .col-service  img{
        height: 120px;
    }

    .col-service .card {
        padding: 50px;
        margin: 20px;
    }

    .col-service p{
        font-size: 25px;
    }

    /*Footer*/
    .footer .information img{
        width: 30px;
    }

    .footer .information p{
        font-size: 18px;
    }

    .logo-footer{
        margin-top: 20px;
    }

    .copyright{
        font-size: 12px;
    }

    /*information*/
    .content-info h1{
        font-size: 30px; 
    }
            
    .content-info h1 strong{
        font-size: 35px; 
    }
        
    .play-image{
        width: 140px;
    }
            
    .play-image:hover{
        width: 130px;
    }
            
    #play-hover{
        width: 140px;
        height: 140px;
    }
            
    .button-information{
        font-size: 20px;
    }
            
    .button-information::before {
        left: 77%;
    }
            
    .button-information img{
        width: 24px;
    }

    /*company info*/
    .carousel-caption h5{
        font-size: 20px;
    }
                
    .carousel-caption p{
        font-size: 18px;
    }      
            
    .container-carousel{
        padding-top: 20px;
    }

    .container-carousel{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .carousel-text{
        height: 300px;
    }

    /*Gallery*/
    .gallery{
        margin-top: 140px;
    }
    
    .gallery h1{
        margin-top: 20px;
    }
    
    .gallery h2{
        margin-top: 20px;
    }
    
    .container-gallery{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .container-gallery .carousel-indicators{
        padding-left: 40px;
    }
    .carousel-height-gallery{
        height: 990px;
    }

    

}

@media(max-width:720px){
    /*Header*/

    .language-select{
        font-size: 12px;
    }

    .header-badge{
        font-size: 12px;
    }

    .header-badge .icon{
        width: 15px;
    }

    /*About Us*/
    .about-us-title{
        font-size: 50px;
    }

    .about-us-subtitle{
        font-size: 25px;

    }

    .about-us-text{
        font-size: 14px;
    }

    .about-us-contact{
        font-size: 14px;
        height: 65px;
    }


    .about-us-contact img{
        width: 25px;
    }


    .about-us-number{
        font-size: 14px;
        height: 65px;

    }

    .about-us-number img{
        width: 25px;
    }

    /*video*/
    .video-container {
        max-width: 100%;
        overflow: hidden;
        position: relative;
    }

    .video-container video {
        width: 200%;
        height: 100%;
        object-fit: cover; /* Cambia a 'contain' si prefieres ver el video completo */
        object-position: center; /* Ajusta la posición del video */
    }

    /*Services*/
    .services{
        margin-top: 60px;
    }

    /*Gallery*/
    .gallery h1{
        font-size: 35px;
    }
        
    .gallery h2{
        font-size: 15px;
    }



}

@media(max-width:580px){
    /*Services*/
    .services h1{
        font-size: 40px;
    }
    
    .services-content{
        margin-top: -15px;
    }

    .services-content h3{
        font-size: 45px;
    }
    
    .services-content p{
        font-size: 15px;
        margin-bottom: 0px;
    }

    .col-service p{
        font-size: 25px;
    }
    .services-content .container{
        width: 90%;
    }
        
    .services-row{
        width: 100%;
    }

    .services-content .services-padding{
        padding: 0;
        padding-bottom: 80px;
        padding-top: 80px;
    }

        /*information*/
        .content-info{
            top: 25%;
        }

        .content-info h1{
            font-size: 18px; 
        }
                
        .content-info h1 strong{
            font-size: 20px; 
        }
            
        .play-image{
            width: 120px;
        }
                
        .play-image:hover{
            width: 110px;
        }
                
        #play-hover{
            width: 115px;
            height: 115px;
        }
                
        .button-information{
            font-size: 14px;
        }
                
        .button-information::before {
            left: 73%;
        }
                
        .button-information img{
            width: 20px;
        }

        /*Gallery*/
        .container-gallery .carousel-indicators{
            padding-left: 40px;
        }
        .carousel-height-gallery{
            height: 1050px;
        }

    
}





@media(max-width:530px){
    /*header*/
    .header-text{
        display: none;
    }
    .header-badge{
        height: 36px;
        width: 80px;
        display: flex;
        justify-content: center;
    }
    .dropdown-toggle{
        height: 36px;
        width: 80px;

    }
    /*Gallery*/
    .container-gallery .carousel-indicators{
        padding-left: 30px;
    }
    .carousel-height-gallery{
        height: 980px;
    }
    /*info*/
    .carousel-caption{
        width:90%;
        left:20px;
    }


}


@media(max-width:480px){
    /*Header*/


    .header-nav .content-header{
        margin: 0px;
    }

    /*About Us*/
    .col-img-mobile img{
        margin-top: 40px;
        width: 300px;
    }

    /*Services*/
    .services h1{
        font-size: 38px;
    }
    
    .services-content{
        margin-top: -15px;
    }
    .services-content h3{
        font-size: 30px;
    }
    
    .services-content p{
        font-size: 14px;
    }
    .col-service p{
        font-size: 25px;
    }

    /*Footer*/
    .footer .information p{
        font-size: 15px;
    }

    .logo-footer img{
        width: 300px;
    }

    /*company-info*/
    .carousel-caption h5{
        font-size: 18px;
    }
                
    .carousel-caption p{
        font-size: 15px;
    }      

    .carousel-text{
        height: 300px;
    }

    .container-carousel{
        padding-top: 10px;
    }

    /*Gallery*/
    .container-gallery .carousel-indicators{
        padding-left: 20px;
    }

    .carousel-height-gallery{
       height: 900px;
    }
}

@media (max-width:430px){

    /*header*/
    .content-header .info{
        margin-top: 5px;
    }

    /*Gallery*/
    .carousel-height-gallery{
        height: 820px;
    }

    /*Alert*/
    .alerts{
        position: fixed;
        top: 75px;
        right:15px;
        z-index: 999999999;
        border: none;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 15px;
        font-size: 16px;
        background: linear-gradient(270deg, rgba(115,172,227,0) 0%, rgba(54,74,142,0.4458158263305322) 23%, rgba(16,37,112,0.865983893557423) 89%);
        width: 300px;
        display: none;
        font-family: "Roboto", sans-serif;
    }

}


@media (max-width:390px){
    /*Gallery*/
    .carousel-height-gallery{
        height: 750px;
    }
}


@media(max-width:370px){
    .header .logo{
        margin: 0px;
    }
    /*About Us*/
    .about-us-title{
        font-size: 40px;
    }

    .about-us-subtitle{
        font-size: 20px;

    }

    .about-us-text{
        font-size: 12px;
    }

    .about-us-contact{
        font-size: 12px;
    }

    .about-us .container{
        width: 90%;
    }


    .about-us-contact img{
        width: 20px;
    }


    .about-us-number{
        font-size: 12px;
    }

    .about-us-number img{
        width: 20px;
    }

    .col-img-mobile img{
        width: 200px;
    }

    /*Services*/
            
    .services h1{
        font-size: 34px;
    }
            
    .services-content{
        margin-top: -16px;
    }

    /*video*/
    .content-video h1{
        font-size: 30px;
    }
    
    .content-video p{
        font-size: 15px;
    }

    .col-service p{
        font-size: 20px;
    }
    
    /*Contact*/
    .contact .container{
        width: 90%;
    }

    /*Footer*/

    .footer .container{
        width: 90%;
    }

    .footer .information p{
        font-size: 14px;
    }

    /*Gallery*/
    .container-gallery .row .img{
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery .container{
        width: 90%;
    }

    .container-gallery .carousel-indicators{
        padding-left: 15px
    }

    .carousel-height-gallery{
        height: 710px;
    }
    /*information*/
    .content-info{
        top: 15%;
    }

    /*company-information*/
    .company-info .container{
        width: 90%;
    }

    .carousel-caption h5{
        font-size: 15px;
    }
                
    .carousel-caption p{
        font-size: 13px;
    }      

    .carousel-text{
        height: 280px;
    }

    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
    }

}

@media (max-width:330px) {
    .container-gallery .carousel-indicators{
        padding-left: 2px
    }

    .carousel-height-gallery{
        height: 680px;
    }
}