@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&display=swap');
#stage {
	width: 100%;
	overflow-x: hidden;
}
header {
      background: #fff;
      padding: 0.5rem 2rem;
	position: relative;
	z-index: 9;
    }
* {
	font-family: "Noto Sans Devanagari", sans-serif;
	color: #595959;
}
.noto-sans-devanagari {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
#logo {
	max-width: 350px;
}
    .navbar-nav .nav-link {
      color: #7c7c7c;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
      color: #0c4d8d;
    }

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      background-color: #7c7c7c;
      color: #FFF !important;
      margin-left: 8px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }
	
    .social-icons a:hover {
      background-color: #0c4d8d;
    }
.social-icons i {
	color: #FFF !important;
}
    .navbar {
      padding: 0;
    }
.mobile {
	display: none !important;
}
.text-verde {
	color: #7eb93e !important;
}
.text-azul {
	color: #0b4c8c !important;
}
.text-rojo {
	color: #0c4d8d !important;
}
.bg-gris {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.img-icono {
	padding: 3rem;
}
.img-full {
	width: 100%;
	height: auto;
}
.justifica {
	text-align: justify;
}
#cuidamos {
	
    padding-bottom: 30vh;
    padding-top: 10vh;
}
.icono-tipo {
	float: left;
	margin-right: 1em;
	max-width: 75px;
    height: auto;
}
.border-verde {
	background-image: url("../images/borde-verde.jpg");
	background-size: auto 100%;
	background-position: right top;
	background-repeat: no-repeat;
}
.border-azul {
	border-right-color: #14467a !important;
}
#flecha-verde {
	right: 0;
    top: 70%;
    width: 22%;
}
#destinos {
	background-color: #fbf8f8;
}
#flechasD {
	right: 0;
    width: 30%;
    top: 25%;
}
#contacto {
	    padding-top: 8vh;
    padding-bottom: 16vh;
	background-image: url("../images/fondoContacto.jpg");
	background-size: cover;
	background-position: bottom right;
}
#contactoF input[type="text"], #contactoF input[type="email"],#contactoF input[type="tel"], #contactoF textarea{
	
    width: 100%;
    border: none !important;
    padding: 10px !important;
    outline: none;
	border-radius: 0 !important;
	color: #fff;
	background-color: rgba(123,123,123,0.5);
	
}
#contactoF textarea {
	
}
#contactoF label {
	color: #FFF;
}
#caja {
	right: 0;
	width: 37%;
	bottom: 0;
}
#enviar {
	    width: 20%;
}
footer {
	background-image: url("../images/footer-background.jpg");
	background-size: cover;
}
/* Pseudo-elemento con el ícono */
#icono-mail {
  font-weight: 900;
    position: absolute;
    top: 62%;
    left: -4%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: #7c7c7c;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
#icono-mail i {
	color: #FFF;
}
#pleca {
	    left: -20vw;
    width: 97%;
}
#flechasF {
	bottom: -12%;
    width: 70%;
}
.owl-dots {
	position: absolute;
    bottom: 2em;
    width: 100%;
    text-align: center;
}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(210, 210, 210, 0.4); /* Blanco translúcido */
  display: block;
  margin: 5px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-dots .owl-dot.active span {
  background: rgba(210, 210, 210, 1); /* Blanco sólido al estar activo */
}
.owl-carousel .owl-item img {
	height: auto;
}
/* --- Navbar --- */
#mainHeader {
  transition: padding 0.4s ease;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

/* Estado fijo */
.navbar.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background-color: rgba(255,255,255,0.98);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  backdrop-filter: blur(6px);
  transform: translateY(-100%);
  animation: slideIn 0.5s ease forwards;
}

/* Animación suave de entrada */
@keyframes slideIn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Para evitar “salto” del contenido */
#mainHeader.fixed-space {
  padding-bottom: 80px; /* igual a la altura aprox. del menú */
}

/* --- WhatsApp button --- */
.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  padding: 14px 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1100;
  transition: all 0.3s ease;
	width: 56px;
    height: 60px;
}
.whatsapp-float i {
	color: #fff;
}
.whatsapp-float:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
}
#logos {
	background-color: #e9452c;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea4e2d+0,e7332b+100 */
background: linear-gradient(to right,  rgba(234,78,45,1) 0%,rgba(231,51,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#border {
	margin: 0 auto;
    top: -19px;
    left: 30%;
    width: 40%;
}
#border2 {
	margin: 0 auto;
    top: -19px;
    left: 30%;
    width: 40%;
}
.lista-azul {
  list-style-type: disc; /* tipo de viñeta normal */
  padding-left: 1.5rem; /* espacio para el punto */
}

.lista-azul li {
  margin-bottom: 1rem; /* separación entre elementos */
  color: #000; /* color del texto (opcional) */
}

/* Cambiar color del punto (bullet) */
.lista-azul li::marker {
  color: #075693;
  font-size: 1.2em; /* opcional, para hacerlo un poco más grande */
}
#aquienes {
	    padding-top: 20vh;
    padding-bottom: 20vh;
}
#flecha-aquienes {
	width: 38%;
	bottom: 0;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 2rem 0;
}

/* --- Logos --- */
#carousel-logos .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* altura uniforme */
}

#carousel-logos .item img {
  height: 100%;         /* todos del mismo alto */
  width: auto;          /* ancho variable */
  object-fit: contain;
  transition: transform 0.3s ease;
}

#carousel-logos .center img {
  transform: scale(1.15); /* resalta el del centro */
}

/* --- Flechas --- */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* evita interferir con clics */
}

.owl-nav button {
  background: transparent !important;
  border: none !important;
  font-size: 2.5rem !important;
  color: #075693 !important;
  pointer-events: all; /* reactiva clics en los botones */
  transition: color 0.3s ease;
}

.owl-nav button:hover {
  color: #003b74 !important;
}

/* --- Degradados laterales --- */
.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  width: 18%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, rgba(251,248,248,1) 40%, rgba(251,248,248,0));
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(251,248,248,1) 40%, rgba(251,248,248,0));
}
#carousel-logos .owl-nav {
  opacity: 1 !important;
  visibility: visible !important;
}

#carousel-logos .owl-nav.disabled {
  display: flex !important;
}
#soluciones {
	background-image: url(../images/fondoFlechas-servicios.jpg);
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 8vh 0;
}
.icono-solucion {
	    float: left;
    margin-right: 1em;
    margin-top: -1em;
	margin-bottom: 1em;
}
#logo1 {
	left: 3%;
    bottom: 22%;
    width: 18%;
}
#logo2 {
	    bottom: 2%;
    left: 39%;
    width: 18%;
}
#logo3 {
	bottom: 47%;
    left: 25%;
    width: 17%;
}
#logo4 {
	top: 13%;
    left: 25%;
    width: 18%;
}
#logo5 {
	right: 42%;
    bottom: 37%;
    width: 13%;
}

#logo6 {
	right: 16%;
    bottom: 18%;
    width: 16%;
}

#logo7 {
	top: 13%;
    right: 26%;
    width: 16%;
}

#logo8 {
	right: 3%;
    top: 28%;
    width: 16%;
}
#avion {
	width: 15%;
    left: 73%;
    top: 3%;
	transition: transform 7s ease-in-out;
}
#avion.animar {
  animation: vuelo 8s ease-in-out forwards;
}
/* Animación del recorrido */
@keyframes vuelo {
  0% {
    left: 12%;
    top: 84%;
  }
	
  100% {
    left: 73%;
    top: 3%;
  }
}
	@media only screen AND (max-width: 470px){
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
		#stage {
			width: 100%;
			overflow: hidden;
		}
		#cuadros2  .pt-5{
			padding-top: 0 !important;
		}
		#cuadros2 .img-fluid {
			margin-bottom: 2rem !important;
		}
		#cuidamos {
			background-image: none !important;
		}
		#flecha-verde {
    
    top: 117%;
    width: 25%;
    z-index: -1;
}
		#caja {
      position: relative !important;
        float: right;
        width: 45%;
        margin-bottom: 2rem;
        margin-left: 52%;
}
		#icono-mail {
			position: relative;
    float: left;
    
    font-size: 10px;
    top: 0;
    left: 0;
    margin-top: 26px;
		}
		#flechasF {
    bottom: -7vh;
    width: 70%;
}
		#enviar {
    width: 40%;
}
		#logo {
			max-width: 250px !important;
		}
		.navbar-brand {
			margin: 0 auto;
		}
		#logos .img-fluid {
			max-width: 50% !important;
		}
		#flecha-aquienes {
    width: 60%;
    bottom: 0;
}
		#aquienes {
    padding-top: 2vh;
        padding-bottom: 31vh;
}
		#contacto {
    padding-top: 0vh;
    padding-bottom: 16vh;
}
		.iconos .col-md-6 {
			padding-bottom: .5rem;
	
}
		#certifica .img-fluid {
			max-width: 75% !important;
		}
		#avion {
			width: 9%;
		}

}