
body, html {
    font-family: 'Poppins','Montserrat', sans-serif;
  }


#myBtn-whatsapp {
    display: none;
    position: fixed;
    bottom: 25px;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 999;
    font-size: 1.7rem;
    border: none;
    outline: none;
    background-color: #09CC61;
    color: #fff;
    border-color: #09CC61;
    border-width: 0px;
    border-style: solid;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 13px;
    border-radius: 40px;
}


/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
--animate-duration: 2s;
}

/* This changes all the animations globaly */
:root {
--animate-duration: 3000ms;
--animate-delay: 0.9s;
}


/* Color Intitucional  */
.color-institucional-celeste {
    color: #8AC1E1 !important;
}

.color-institucional-azul {
    color: #012848 !important;
}

.bg-institucional-celeste {
    background-color:  #8AC1E1;
}

.bg-institucional-azul {
    background-color:  #012848;
}

.btn-institucional-celeste {
    background-color:  #8AC1E1;
}



@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.1rem !important;
    }
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.6rem !important;
        line-height: 2rem !important;
    }
}


.color-iconos {
    color: #79C2E4 !important;
}

.iconos-nav {
    color: #79C2E4 !important;
    width: 28px;
    font-size: 1.2rem !important;
    text-align: left;
}


.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color:  #012848 !important;
}


/* footer redes sociales */
.social-networks {
  font-size: 1.2rem;
}

.social-networks a {
  color: #999;
  transition: 0.2s;
}

.social-networks a:hover {
  text-decoration: none;
}

.facebook:hover {
  color: #0077e2;
}

.linkedin:hover {
  color: #2390f0;
}

.instagram:hover {
  color: #C934AC;
}

.mail:hover {
  color: #666;
}

.ws:hover {
  color: #09CC61;
}

.youtube:hover {
  color: #D0112B;
}

.email:hover {
  color: #FFFFFF;
}

.x:hover {
  color: #000000;
}


.idiomas {
    font-size: 0.8rem;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 10rem !important;
    left: 15% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: left;
}


@media screen and (min-width: 1930px) and (max-width: 2560px) {

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 25rem !important;
    left: 25% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: left;
}

}



.accesos-servicios {
    opacity: 1;
    color: #444;
    text-decoration: none;
    width: 100%;
}


.accesos-servicios a {
  color: #999;
  transition: 0.2s;
  text-decoration: none !important;
}

  
.accesos-servicios:hover {
    opacity: 0.5;
    text-decoration: none !important;
}


#map {
  width: 100%;
  height: 50vh;
  margin-top: 5vh;
  margin-bottom: 1vh;
  border: 0;
}  


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #AAA !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    border-bottom-color: #EEEEEE;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}











 #hero {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contenido__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1d;
    opacity: 0.4;
    mix-blend-mode: overlay;
}

.contenido__slide {
    padding-top: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;            
    position: relative;
    z-index: 1;
    color: white;                
    font-family: 'Poppins', sans-serif;       
}

.contenido__slide h1 {
  font-size: 3rem;
  font-family: 'Poppins', sans-serif; 
  font-weight: 600;
  margin: 0px;    
  text-align: center;
  padding-top: 10px  !important;
  padding-bottom: 10px  !important;
  cursor: default; 
  color: #FFF; 
}


.seccion-nosotros {
    text-align: left;
    background-color:  #012848;
}


.seccion-int {
    text-align: left;
    background-color:  #012848;
}
  

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #79C2E4 !important;
}



.btn-accesos-responsabilidad {
    background-color:  #EDF7FD;
}


.items-iconos {
    width: 65px;
    color: #79C2E4 !important;
}


.items-iconos-tabs {
    width: 40px;
    text-align: center;
    color: #79C2E4 !important;
    font-size: 1.8rem  !important;
    padding-right: 10px;
}


.items-flota {
    width: 30px;
    font-size: 1.3rem !important;
}



/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(184, 184, 184, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 35px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 35px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}


/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
}