
@font-face {
    font-family: Poppins-Light;
    src: url('./font/Poppins/Poppins-Light.woff');
}
@font-face {
    font-family: Poppins-Regular;
    src: url('./font/Poppins/Poppins-Regular.woff');
}
@font-face {
    font-family: Poppins-Medium;
    src: url('./font/Poppins/Poppins-Medium.woff');
}
@font-face {
    font-family: Poppins-Semibold;
    src: url('./font/Poppins/Poppins-SemiBold.woff');
}
@font-face {
    font-family: Poppins-Bol;
    src: url('./font/Poppins/Poppins-Bold.woff');
}
a {
    text-decoration: none;
    color: inherit !important;
}
h1{
    font-size: 70px;
    line-height: 72px;
    font-family: Poppins-Bol;

}
h2 {
    font-size:50px !important;
    line-height:58px !important;
    font-family: Poppins-Bol;
  }
 h3 {
    font-size:40px !important;
    line-height:48px !important;
    font-family: Poppins-Bol;
  }
  h4, .h4 {
    font-size:30px !important;
    line-height:38px !important;
    font-family: Poppins-Bol;
  }
  h5, .h5 {
    font-size:24px !important;
    line-height:30px !important;
    font-family: Poppins-Bol;
  }
  h6, .h6 {
    font-size:20px !important;
    line-height:28px !important;
    font-family: Poppins-Bol;
  }
  .p40{
    font-size: 30px !important;
    line-height:38px !important;
    font-family: Poppins-Regular;


  }
  .p24{
    font-size:24px;
    line-height:30px;
    font-family: Poppins-Regular;


  }
  .p18, .a {
    font-size:18px;
    line-height:24px;

  }
  .p18m{
    font-size:18px;
    line-height:24px;
    font-family: Poppins-Semibold;
  }
  td, .td, .th{
    font-size: 16px;
    font-family: Poppins-Semibold;

  }
  .p30{
    font-size: 28px !important;
    font-weight: 500;
    font-family: Poppins-Regular;

  }
  .p21{
    font-size: 21px;
    font-weight: 500;
    font-family: Poppins-Regular;

  }
  .p16{
    font-size: 16px;
    line-height: 20px;
  }
  .p14 {
    font-size:14px;
    line-height:16px;
    font-family: Poppins-Regular;
    
  }
  .p12 {
    font-size:10px;
    line-height:14px;
    font-family: Poppins-Regular;
  }
  
  @media (min-width:768px) and (max-width:1025px) {
    h1, h2{
    font-size:40px !important;
    line-height:52px !important;
    }
    .h4{
        font-size:18px !important;
        line-height:32px !important;
}
}
  @media (max-width:767px) {
    h1, h2,h3{
    font-size:24px !important;
    line-height:32px !important;
    }
  .h4, h4, .p40, .p21{
   font-size:18px !important;
   line-height:32px !important;
          }
  h5, .h5 {
    font-size:14px !important;
    line-height:16px !important;
  }
  .h6 {
    font-size:18px !important;
    line-height:24px !important;
  }

  .p18, .a{
    font-size:14px !important;
    line-height:18px !important;

  }

    td, th, .td, .th {
        font-size:12px !important;
        line-height:18px !important;
}}

@media (max-width:500px) {
    h1, h2,h3{
        font-size:18px !important;
        line-height:24px !important;
        }
      .h4, h4, .p40, .p21{
       font-size:16px !important;
       line-height:24px !important;
              }
      h5, .h5 {
        font-size:14px !important;
        line-height:16px !important;
      }
      .h6 {
        font-size:14px !important;
        line-height:20px !important;
      }
}

/*****/

.navbar {
    background: rgb(49, 15, 15);
    background: linear-gradient(90deg, rgba(49, 15, 15, 1) 0%, rgba(78, 17, 17, 1) 44%, rgba(224, 27, 28, 1) 100%);
}

nav li {
    list-style: none;
}

.navbar li {
    padding:0px .5rem;
    font-size: 16px;
    font-family: Poppins-Bol;
}
.navbar p{
    font-size: 14px;
    line-height: 10px;
font-family: Poppins-Light;
}
nav li:hover {
    color: #fcee21 !important;
    
   
}
.border-end{
    border-right: 2px solid white !important;
}

.nav__firts_div {
    height: 50px;
}

.logo_movil {
    width: 75px;
    margin-top: auto;
}

.main-header {
    /* background: rgb(49, 15, 15);
    background: linear-gradient(90deg, rgba(49, 15, 15, 1) 0%, rgba(78, 17, 17, 1) 44%, rgba(224, 27, 28, 1) 100%);
     */
    background: rgb(49, 15, 15);
    background: linear-gradient(90deg, rgba(49, 15, 15, 1) 0%, rgba(78, 17, 17, 1) 44%, rgba(224, 27, 28, 1) 100%);

    width: 100%;
    /* height: 50px; */
    position: sticky;
    z-index: 100;
}

.menu_open {
    display: block;
}

.close_menu {
    display: none;
}

.nav_ li, .nav_ p  {
    margin-top: 1.5rem;
    font-size: 16px;
    font-family: Poppins-Bol;
}

.nav_ {
    background: rgba(49, 15, 15, 0.966);
    background: linear-gradient(90deg, rgba(49, 15, 15, 0.959) 0%, rgba(78, 17, 17, 0.993) 44%, rgba(224, 27, 27, 0.986) 100%);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: .8s ease;
    transform: translateX(100%);
}

.navigation {
    padding-top: 20px;
}

.navigation li {
    list-style: none;
    width: 100%;
}

.navigation a {
    line-height: 18px !important;
    display: block;
    line-height: 3.5;
    padding: 0px;
    text-decoration: none;
    transition: .4s ease;
}

.navigation a:hover {
    transform: translateX(1%);
    color: #fcee21 !important;
    border-bottom: none;
}

#btn-nav {
    display: none;
}

#btn-nav:checked~nav {
    transform: translateX(0);
    visibility: visible;
    display: block;
}

.close_aviso,
.btn-nav,
.aviso {
    cursor: pointer;
}

.btn-nav {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 15px;
    transition: .2s ease;
}



@media(min-width:767px) and (max-width:1200px) {
    .nav_ {
        width: 400px;
    }
}

/***************************/
@keyframes slide_1 {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0%);
        opacity: 0;
    }
}

@keyframes slide_2 {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }
    100% {
        transform: translateX(00%);
        opacity: 0;
    }
}
.carousel-prev_{
  background-color: rgba(0, 0, 0, 0.5); 
  color: white; 
 animation: slide_1 1s ease-in;
}

.carousel-next_ {
    background-color: rgba(0, 0, 0, 0.5); 
    color: white;
   animation: slide_2 1s ease-in;
  }




#carouselExampleCaptions{
    max-height: 90vh;
}
 .carouselExampleCaptions, .carousel-inner, .carousel-item, .carousel-item img{
        max-height: 90vh !important;
    }
 

.carousel-indicators [data-bs-target]{
    height: 20px !important;
    width: 20px !important;
    border: none !important;
    border-radius: 50px !important;
    margin-right: 15px !important;
}
.carousel-indicators .active{
    background: #ff0000 !important;
}
.carousel-indicators {
justify-content: start !important;
bottom: 6% !important;
margin-left: 5% !important;
}
.btn__1{
    background: #ff0000;
    padding: 10px 56px;
    border-radius: 50px;
    color: white !important;
}
.btn__1:hover{
    background: #ffffff;
    
    border-radius: 50px;
    color: #000000 !important;
}
.btn__1_1{
    background: #ff0000;
    padding: 10px 56px;
    border-radius: 50px;
    color: white !important;
}
.btn__1_1:hover{
    background: #333333;
    
    border-radius: 50px;
    color: #ffffff !important;
}
.btn__2{
    background: #ffffff;
    padding: 10px 56px;
    border-radius: 50px;
}
.btn__2:hover{
    background: #333333;;
    
    border-radius: 50px;
    color: white !important;
}
.carousel-caption{
    bottom: 20% !important;
}
.banner2 .carousel-caption{
    bottom: 10% !important;
}
@media(min-width:992px) and (max-width:1025px) {

}

@media(max-width:991px) {
    /* .carouselExampleCaptions, .carousel-inner, .carousel-item, .carousel-item img{
        height: 60vh !important;
    } */
 
    .carousel-item img{
        object-fit: contain;
    }
    .carousel-caption{
        bottom: 30% !important;
    }
}
@media(max-width:767px) {
    .carousel-indicators [data-bs-target]{
        height: 10px !important;
        width: 10px !important;
        border: none !important;
        border-radius: 50px !important;
    }
    .carousel-caption{
        bottom: 9% !important;
    }
    .btn__1, .btn__1:hover, .btn__2:hover{       
        padding: 5px 8px;        
    }
    .btn__2{       
        padding: 5px 8px;        
        
        justify-self: flex-end;
    }
    
    .carousel-indicators {       
        bottom: 0% !important;
    }

}

/******/
.card1{
    background: #f2f2f2;
    border-radius: 5px;
    padding:40px 20px;
    text-align: center;
    width: 100%;
    /* min-height: 200px; */
}
/* 
.card1:nth-child(odd):hover {
    background: #26ac62;
    color: white;
} */
/* .card1:hover{
    background: #333333;
    color: white;
} */
.card1-1:hover{
    background: #333333;
    color: white;
}
.card1-2:hover {
    background: #ff0000 !important;
    color: white;
}
button.card1:active, button.card1:visited{
    background: #ff0000;
    color: white;
}
button.card1{
    box-shadow: none !important;
    border: none;
        
}
.card1 img{
    height: 60px;
   margin-bottom: 40px;
}
.card1_1 img {
    height: 60px;
   margin-bottom: 14px;
   cursor: auto;
}

/******/
/**Viewer***/
.view{
    display: flex;
    justify-content: center;
    align-items: center;
   height: 100vh;
   width: 100%;
   position: absolute;
   top: 0%;
   right: 0;
   background:#000000c4;
   position:fixed;
   margin: 0 auto;
   z-index: 2;

  }
.viewer{
    height: 80%;
    width: 40%;
    max-height: 700px;
    max-width: 500px;
    background: #ff0000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 24px 50px;
     z-index: 2;
     position: relative;
     box-shadow: 6px 7px 6px #3f1d1f;

}

  .close{
    position: absolute;
    right:3%;
    top: 1%;
    background: rgba(0, 0, 0, 0);
    border: none;    
    height: 40px;  
    width: 40px;
  }
  
  .view img{  
   
    height: 65px;
    object-fit: contain;
  }
  .galeria-img{
    cursor: pointer;
   
  }
  .btn__2_1{
    background: #ffffff;
    padding: 10px 56px;
    border-radius: 50px;
}
.btn__2_1:hover{
    background: #333333;
    color: white !important;
}



  @media (min-width:501px) and (max-width:991px) {
    .viewer{
    height: 80%;
    width: 65%;
    }
    .viewer .btn__2{
        background: #ffffff;
        padding: 10px 20px;
        border-radius: 50px;
    }
  }

  @media(max-width:500px) {
    .viewer{
    height: 80%;
    width: 93%;
    }
  }

/****Contactanos***/
  .btn__3{
    background: #e6e6e6;
    padding: 19px 26px;
    border-radius: 30px;  
    width: 100%;
    font-family: Poppins-Bol !important;
}
.btn__3:hover{
    background: #ff0000;
    color: white !important;
}

.cto_btn {
    padding: 24px 10px;
    
  }
  .btn__1.input{
    width: 100%;
  }
  input{
    border-top: none;
    border-left: none;
    border-right: none;
    background-position: 2% 50%;
    border-bottom: 1px solid #cccccc;


  }
  textarea{
  background-position: 2% 21% !important;
  background: #f2f2f2;
  border: none;
  
}
  input, textarea{   
    background-size: 25px;
    background-repeat: no-repeat;    
    padding-left: 45px; 
  }

  .contact-card{
    background: #ffffff;
  }

  /*******Clientes************/



.marquee {
    width: 120%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: inline-block;
    animation: marquee-slide 50s 2s linear infinite;
    -webkit-animation: marquee-slide 50s 2s linear infinite;
}

@keyframes marquee-slide {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-60%);
    }
}

.marquee-content img {
   
    filter: grayscale(100%);

    margin: 0px; 
    height: 100px; 
    cursor: pointer;
   
}
.marquee-content:hover{
    animation-play-state: paused;

}
.marquee-content img:hover {
    transform: scale(1.2); 
    transition: transform 0.3s ease-in;  
    filter: grayscale(0%);

}

/**mapa**/

table, th, td {
    font-family: arial, sans-serif;
    border: none !important;
    width: 100%;
  }
  .rutas tr td:first-child{
    width: 20%;
  }
  .rutas tr td:nth-child(2) {
    width: 20%;
  }
  .rutas tr td:nth-child(3) {
    width: 60%;
  }
  td, th {
    text-align: left;
    padding:10px 8px;
  }
  
 .rutas tr:nth-child(odd) {
    background: rgb(254,254,254);
    background: linear-gradient(90deg, rgba(254,254,254,1) 0%, rgba(249,249,249,1) 37%, rgba(242,242,242,1) 100%);

}
.rutas tr td:first-child{
    text-align: right;
}
table{
    background: white !important;
}
.origen tr:nth-child(odd) {
background: rgb(242,242,242);
background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(249,249,249,1) 37%, rgba(254,254,254,1) 100%);
}
.origen tr th{
    /* background: rgb(242,242,242);
background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(248,248,248,1) 68%, rgba(252,252,252,1) 100%); */
background: rgb(252,252,252);
background: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(248,248,248,1) 60%, rgba(242,242,242,1) 100%);
}
.origen tr{
    display: flex;
}
 tr th {
display: flex;
flex-direction: column;
align-items: center;
}

.origen img{
    height: 40px !important;
}
.origen tr td{
    display: flex;    
    align-items: center;
}
.origen tr td img{
    width: 25%;
}

.origen td:nth-child(3) {
justify-content: end;
}
/**video**/
iframe:first-child{
    width: 100%;
    height: 60vh;
}
.video2{
    width: 100%;
    height: 45vh !important;
}
.video{
    background-position: 0% 55% !important;
    background-attachment:scroll !important;
    background-repeat:no-repeat !important;
    background-size:contain !important;
}
.text-justify{
    text-align: justify;
    font-family: Poppins-Medium !important;

}
.tb{
    font-family: Poppins-Bol;

}
@media(max-width:1439px) {

.origen_{
width: 35% !important;
}
.salida{
width: 18% !important;
}
.entrada{
width: 30% !important;
}
.destino{
    width: 20% !important;
}
}
/****Videos*********/

.video1_1{
    position: relative;
}
.Video1_1-logo{
    position: absolute;
    top: 30%;
    left: 40%;
}
.Video1_1-logo img{
    width:160px;
}
.Video1_2-logo img{
    width:140px;
}
.Video1_2-logo{
    position: absolute;
    top: 20%;
    left: 40%;
}
.Video1_1-logo:hover, .Video1_2-logo:hover{
    scale: 1.5;
    cursor: pointer;
}
@media(min-width:1201px) and (max-width:1400px) {
    .Video1_2-logo{       
        top: 10%;         
    }
}

@media(min-width:991px) and (max-width:1200px) {
    .Video1_2-logo{       
        top: 8%;         
    }
}
@media(max-width:768px) {
    .Video1_2-logo img{
        width:110px;
    }}
@media(max-width:500px) {
    
    .Video1_1-logo img{
        width:110px;
    }
}
/**hover unidades****/


.carac{
background: rgba(220, 2, 2, 0.733);
background: linear-gradient(0deg, rgba(252,38,38,1) 0%, rgba(140,0,0,1) 51%, rgba(50,1,1,1) 100%);
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
color: #ffffff;
width: 100%;
padding: 5% 2% 0 2%;
text-align: center;
}
.carac img{
    height: 30px;
}

.Unidad{
    display: flex;
    justify-content: center;
    background: #e6e6e6;
    border-radius: 8px;
    
}


.unidad-hover{
    background: #fc1717;
    min-height: 260px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
	text-align: center;
    transform: translateX(-300px);
    border-radius: 8px;

}


.unidad__div {
	position: relative;
	
	overflow: hidden;
	cursor: pointer;
    border-radius: 8px;
}

 .Unidad {
	transition: 1s ease;
    cursor: pointer;
}

 .Unidad:hover{
	opacity: 0.3;

}
.unidad__div:hover .unidad-hover {
	opacity: 1;
	transform: translateX(0);
}

.unidad-hover {
	opacity: 0;
	transition: all .6s ease-out;
}

.Unidad:hover .unidad-hover{
	opacity: 1;
	transform: translateY(0);
}
/**rotacion***/



.div__img_rotate{
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    position: relative;
    height: 300px;
    width: 300px;
}
.div__img_rotate a{
    position: absolute;
    right: 14px;
    top: 114px;
    font-weight: 700;
    color: #ffffff !important;
   
   margin: 10px;
   padding: 5px;
}
.div__img_rotate a:hover{
    filter: grayscale(100%);

}
.img_rotating{
    width: 300px;
    height: 300px;
}
/* .btn__rotate{
    position: absolute;
    left: 30px;
    top: 140px;
    font-weight: 700;
    color: #ffffff !important;
    background: rgb(226,29,29);
    background: linear-gradient(90deg, rgba(226,29,29,1) 0%, rgba(129,23,23,1) 100%);
   margin: 10px;
   padding: 5px;
    border: 1px solid #e42320;

} */
.div__img_rotate a{
    margin: 10px;
}

.div__img_rotate a img{
width: 250px;
}


/* .div__img_rotate a:hover{
    background: #ffffff;
    color: #000000 !important;
} */


@keyframes rotateRight {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateLeft {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
.girar_derecha {
    animation: rotateRight 8s linear infinite;
    -webkit-animation: rotateRight 15s linear infinite;
}

.girar_izquierda {
    animation: rotateLeft 8s linear infinite;
    -webkit-animation: rotateLeft 15s linear infinite;
}
/* 
@media(max-width:991px) and (min-width:375px) {
    .div__img_rotate{
        left: 25%;
    }
} */


@media(max-width:500px) {
    .rotating-image {
    width: 80%;
    }
    .div__img_rotate a img{
        width: 80% !important;
        }

        .div__img_rotate a{
            left: 10px !important;
            top: 122px !important;
        }
        .video2{
            height: 40vh;
        }
        iframe:first-child{
            height: 40vh;

        }
}



@keyframes rotateInner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.container_rotate{
    position: relative;
    /* animation: rotateInner 10s linear infinite;  */
    transform-origin: center center;

    
}

.container_rotate a{
    position: absolute;
    left: 10px;
    top: 89px;
    font-weight: 700;
    color: #ffffff !important;
    /* background: rgb(226,29,29);
    background: linear-gradient(90deg, rgba(226,29,29,1) 0%, rgba(129,23,23,1) 100%); 
   margin: 10px;
     border: 1px solid #e42320;*/
}


.img_rotate_{
    width: 40px;
}
.img_rotate{
    position: absolute;
    
}

.img__rotate1{
    top: 21px;
    left: 45px;
    rotate: 7deg;
    width: 150px;

}
.img__rotate2{
    top: 70px !important;
    left: 70px !important;
}

.img__rotate3{
    top: -9px;
    left: 70px;
        width: 190px;

}
.img__rotate4{
    top: 0;
    left: 0;
}
.img__rotate5{
    top: 0;
    left: 0;
}
.img__rotate6{
    top: 122px;
    left: -4px;
    rotate: -2deg;
    width: 160px;
}
.img__rotate7{
    top: -17px;
    left: -25px;
    rotate: 5deg;
    width: 120px;
}
.img__rotate8{
    top: 123px;
    left: 158px;
    rotate: -13deg;
    width: 149px;
}
.img__rotate10{
    top: 153px;
    left: 86px;
    rotate: -2deg;
    width: 129px;
}

/**Testimonios******/
.testi__div_border {
border: 2px solid #fc1717;
padding: 15px;
cursor: pointer;
}
.overlay{
    padding: 20px;

}


.image-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.testi__div:hover .overlay {
    opacity: 0;
}

/******/
/**Viewer testimonios***/
.stars{
    background: #ffffff;
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    padding-top: 60px;
   
}
.stars div{
    display:flex;
    justify-content: center;
}

.stars img{
    max-width: 200px;
}

.img-cliente{
    position: absolute;
    top:-20px;

}
.img-cliente img{
    height: 85px;

}
.img_cliente_tes{
    border: 1px solid #fc1717;
    position: absolute;
    top: -45px;

}
.img_cliente_tes img{
    height: 105px;
    padding: 5px;

}

.view1{
    display: flex;
    flex-direction: column;
    align-items: center;
   height: 100vh;
   width: 100%;
   position: absolute;
   top: 0%;
   right: 0;
   background:#000000c4;
   position:fixed;
   margin: 0 auto;
   z-index: 81;
   padding-top: 60px;

  }

  .viewer1{
    background: rgb(49, 15, 15);
    background: linear-gradient(0deg, rgba(49, 15, 15, 1) 0%, rgba(78, 17, 17, 1) 44%, rgba(224, 27, 28, 1) 100%);

    height: 90%;    
    width: 45%;
   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
    /* padding: 24px 30px; */
    z-index: 4;
    /* overflow-y: auto; */
    border-radius: 20px;
    position: relative;
    margin-top:70px;

}
  .close{
    position: absolute;
    right:3%;
    top: 1%;
    background: rgba(0, 0, 0, 0);
    border: none;    
    height: 40px;  
    width: 40px;
  }
  
  .view1 img{  
   
    object-fit: contain;
  }
  .galeria-img{
    cursor: pointer;
   
  }
    
  
  .view1{
    line-height: 14px;
  }

  
  .color-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #d3d3d3;
    border-radius: 10px;
  }
  
  .color-scroll::-webkit-scrollbar-thumb {
    background: #181A20; 
    border-radius: 10px;
}



@media (min-width:992px) and (max-width:1370px) {
    .viewer1{
        
        width: 45%;
        max-width: 800px;
}}

@media (min-width:601px) and (max-width:992px) {
    .viewer1{
    height: 80%;
    width: 58%;
    }
  }
@media (max-width:650px) {
    .viewer1{
        
        width: 90%;
       height: 90%;
}}
@media (max-width:370px) {

.color-scroll{
    overflow-y: auto !important;
}
}
@media(min-width:1600px) {
    .viewer1{

    max-height: 700px;
 max-width: 600px;
}
}
/**ubicacion***********/
.map__section{
    position: relative;
    height: 40vh;
    background-position: 0% 55% !important;
    background-attachment:scroll !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
.overlay2{
    position:absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 1;
}
.map__section .container {
    position: relative;
  z-index: 2;
}
.btn__4{
    border: 1px solid #ffffff;
    padding: .5rem 1.5rem;
    color: #ffffff !important;
    cursor: pointer;
}
.btn__4:hover{
    border: 1px solid #fc1717;
    color: #fc1717 !important;
}
/**footer******/
footer{
    color: #ffffff;
}

.whats{
    position: fixed;
    right: 25px;
    bottom: 65px;
    
    z-index: 3;
    width: 80px;
}
.body-whats{
    width: 350px !important;

position: fixed;
right: 25px;
bottom: 150px;
z-index: 80;

}
.card__body_text_whats{
    color: #a5abb7;
    border-left: 2px solid red;
}

.card__body_text_whats a{
cursor: pointer;
}
/***capacitacion****/
    @media  (max-width:767px) {
        .capacitacion_img_2{
            width: 100px;
    }
}
/***Ruta segura****/
.ruta-segura-section img:hover{
scale: 1.3;
}
.ruta-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}
@media  (max-width:767px) {
    .ruta-card{
        font-size: 16px;

    }
    .ruta-segura-section img:hover{
        scale: 1.3;
        }
}

#capacitacion title{
    font-weight: 600;
}

#capacitacion .card-body .p18{
    font-weight: 700 !important;
    padding: 0 20px;
}
/****registro***/
#registro p{
    font-size: 24px;
}


@media  (max-width:767px) {
    #registro p{
        font-size: 16px;
    }
}
.custom-box {
    text-align: center;
    border: 1px solid #1A1A1A;
    padding: 0;
    margin: 0;
    background-color: #1A1A1A;
    color: #ffffff;
}

    .custom-box a {
        color: #2224b6;
        text-decoration: none;
    }

    .custom-box a:hover {
        color: #000000;
    }

    
    
    

    .formulario-container {
    border: 10px solid #EAEBEC;
    display: none;
    background-color: #EAEBEC;
    padding: 30px;
    margin-top: -0px; /* Ajuste para acercar al borde superior */
    text-align: center; /* Agregado para centrar el texto */
}

.formulario-container p {
    margin-bottom: 0px; /* Ajuste para separar los párrafos */
}
.formulario-container p {
    margin-bottom: 0.1px; /* Ajuste para separar los párrafos */
}



#ayudaContainer form {
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

#ayudaContainer form div {
    margin-bottom: 15px;
}

#ayudaContainer form select,
#ayudaContainer form input,
#ayudaContainer form textarea {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    color: #808080;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

#ayudaContainer form .NA input {
    width: calc(50% - 5px); 
}

#ayudaContainer form .normal-container {
    width: 100%; 
}

#ayudaContainer form .checkbox-container {
    display: flex;
    justify-content: flex-start;
    background-color: #EAEBEC;
}

#ayudaContainer form .checkbox-container label {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: -200px;
}

#ayudaContainer form .checkbox-container input {
    margin-right: -210px;
}

#ayudaContainer form button {
    width: 25%;
    padding: 10px;
    background-color: #FF0000;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-sizing: border-box;
}

#ayudaContainer form .otro-contacto-container {
    text-align: center;
    color: #2E3192;
    text-decoration: underline;
    cursor: pointer;
}
#ayudaContainer2 {
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

#ayudaContainer2 div {
    margin-bottom: 15px;
}

#ayudaContainer2 select,
#ayudaContainer2 input,
#ayudaContainer2 textarea {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    color: #808080;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

#ayudaContainer2 .NA input {
    width: calc(50% - 5px); 
}

#ayudaContainer2 .normal-container {
    width: 100%; 
}

/* Estilos generales */
#ayudaContainer2 .checkbox-container {
    display: flex;
    flex-direction: column;
    background-color: #EAEBEC;
    padding: 10px;
}

#ayudaContainer2 .checkbox-container label {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: -200px;
}

#ayudaContainer2 .checkbox-container input {
    margin-right: -210px;
}

#ayudaContainer2 button {
    width: 25%;
    padding: 10px;
    background-color: #FF0000;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 10px;
}

/* Consulta de medios para dispositivos con un ancho máximo de 600px (ajusta según tus necesidades) */
@media only screen and (max-width: 600px) {
    #ayudaContainer2 .checkbox-container label {
        margin-left: 0; /* Ajusta el margen izquierdo según tus necesidades */
    }

    #ayudaContainer2 .checkbox-container input {
        margin-right: 5px; /* Ajusta el margen derecho según tus necesidades */
    }

    #ayudaContainer2 button {
        width: 100%;
    }
}

#ayudaContainer2 .otro-contacto-container {
    text-align: center;
    color: #2E3192;
    text-decoration: underline;
    cursor: pointer;
}
#formularioFAQ {
    display: none;
}


/* Media query para dispositivos móviles */
@media only screen and (max-width: 600px) {
    #ayudaContainer form .checkbox-container {
        justify-content: center;
        flex-direction: column; /* Alinea los elementos verticalmente */
    }

    #ayudaContainer form .checkbox-container label {
        margin-left: 0;
        text-align: center; /* Centra el texto en dispositivos móviles */
    }

    #ayudaContainer form .checkbox-container input {
        margin-right: 0;
        margin-bottom: 10px; /* Añade un espacio debajo del checkbox */
    }

    #ayudaContainer form button {
        width: 70%;
        margin-top: 10px; /* Añade un espacio encima del botón */
    }
}




.input-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 15px;
}

.input-container span {
width: 100%;
text-align: left;
padding-right: 10px;
color: #666666;
font-weight: bold;
}

.input-container input {
width: 70%;
padding: 10px;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
margin-top: 5px;
}


/* Estilos generales para la normal-container */
.normal-container {
width: 70%;
margin: 20px auto;
text-align: center;
margin-top: -10px;
}



body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background: rgb(255, 255, 255);
  }

  .center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; /* Centra verticalmente los dropdowns */
    justify-content: center;
    flex-direction: column;
  }

  .dropdown {
    width: 600px;
    height: fit-content;
    box-sizing: border-box;
    position: relative;
    background: rgb(243, 239, 239);
    margin-bottom: 6px; /* Espaciado entre dropdowns */
  }

  .input-box {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    outline: 0.3mm solid rgba(255, 255, 255, 0.15);
    border-radius: 2mm;
    padding: 10px 15px;
    font-family: poppins;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Alinea los elementos al final */
    position: relative;
    
  }

  .input-box h5 {
    margin: 0;
    
    font-size: 18px; /* Ajusta el tamaño del texto */
  }

  .input-box::before {
    content: "expand_more";
    font-family: "Material Icons";
    position: absolute;
    font-size: 18px;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    width: fit-content;
    height: fit-content;
  }

  .input-box.open::before {
    content: "expand_less";
  }

  .input-box:empty::after {
    content: "Select Title";
    color: rgba(0, 0, 0, 0.5);
  }
  /* Estilos generales */
#ayudaContainer3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}



.input-box {
    background-color: white;
    padding: 10px;
    cursor: pointer;
}


.list a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

.list a:hover {
    background-color: #f4f4f4;
}

/* Mostrar la lista al pasar el ratón por encima de la input-box */
.input-box:hover + .list,
.list:hover {
    display: block;
}

/* Consulta de medios para dispositivos con un ancho máximo de 600px (ajusta según tus necesidades) */
@media only screen and (max-width: 600px) {
    .dropdown {
        width: 100%;
    }
}


  .list {
position: relative;
top: 100%;
left: 0;
width: 100%;
background: #E6E6E6;
border-radius: 0mm;
overflow: hidden;
display: flex;
align-items: flex-start; /* Alinear al principio (arriba) */
justify-content: space-between;
flex-direction: column;
margin-bottom: 0;
max-height: 0;
transition: max-height 0.3s ease-out;
overflow: hidden;

}



.list a {
text-decoration: none;
color: #0000FF !important; /* Cambiado a color azul utilizando el valor hexadecimal y !important */
padding: 20px 15px;
font-family: 'Arial', sans-serif; /* Reemplaza 'TuTipoDeLetra' con el nombre de la fuente que prefieras */
font-size: 16px; /* Tamaño de la fuente */
cursor: pointer;
text-align: left; /* Alineación del texto a la izquierda */
}




  .title {
    font-family: poppins;
    font-size: small;
    font-weight: 500;
    margin-bottom: 10px;
  }

