@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: #84b92c;
    }

    .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: #84b92c;
    }
.social-icons i {
	color: #FFF !important;
}
    .navbar {
      padding: 0;
    }
.mobile {
	display: none !important;
}
.text-verde {
	color: #7eb93e !important;
}
.text-azul {
	color: #0a5694 !important;
}
#cuidamos {
	background-image: url("../images/fondoCuidamos.jpg");
	background-size: 50% auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.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;
}
#flecha-verde {
	right: 0;
    top: 70%;
    width: 22%;
}
#destinos {
	background-color: #fbf8f8;
}
#flechasD {
	right: 0;
    width: 30%;
    top: 25%;
}
#contactoF input[type="text"], #contactoF input[type="email"], #contactoF textarea{
	background-color: #f2f2f2 !important;
    width: 100%;
    border: none !important;
    padding: 10px !important;
    outline: none;
	border-radius: 0 !important;
}
#contactoF textarea {
	
}
#caja {
	right: 0;
	width: 37%;
}
#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: -12vw;
    width: 97%;
}
#flechasF {
	bottom: -5.4vh;
    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);
}
	@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;
}
		#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;
		}
}