@font-face {
  font-family: 'Bree Peru';
  src: url('../fonts/BREEPERU-REGULAR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
      font-family:"Bree Peru", "Bree Peru Lt", "Bree Serif";
	  margin: 0;
      background-color: #f9f9f9;
    }

.FontTit{
	font-size: 29px;
	color: #3E3629;
	font-weight: lighter;
}

   .header-landing {
      background: linear-gradient(to bottom, #ffffff, #d9f0f8);
      padding: 10px 0;
    }
    .logo-principal img {
      max-height: 100px;
    }
    .logos-institucionales img {
      max-height: 60px;
      margin-left: 15px;
    }
    .menu-links .nav-link {
      font-weight: 500;
      color: #3a2c2c;
      text-decoration: none;
      white-space: nowrap;
      display: inline-block;
      position: relative;
    }
    .menu-links .nav-link:hover {
      color: #ff7600;
    }
    /* Separadores entre enlaces */
    .menu-links .nav-link:not(:last-child)::after {
      content: "|";
      color: #444;
      margin: 0 15px;
    }
    .btn-participa {
      background: #ff7600;
      color: #fff;
      font-weight: 600;
      border-radius: 20px;
      padding: 8px 20px;
      text-decoration: none;
      margin-left: 15px;
      white-space: nowrap;
    }
    .btn-participa:hover {
      background: #e65500;
      color: #fff;
    }


   /* Ocultar iconos default */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }

  

 

  /* Asegurar que estén fuera de la imagen */
  .carousel-control-prev {
    left: -80px;
  }
  .carousel-control-next {
    right: -80px;
  }

  /* Responsive: acercar flechas en pantallas chicas */
  @media (max-width: 768px) {
    .carousel-control-prev {
      left: -15px;
    }
    .carousel-control-next {
      right: -15px;
    }
    .arrow-left, .arrow-right {
      width: 15px;
      height: 15px;
      border-width: 0 2px 2px 0;
    }
  }


 /* Colores personalizados */
  .text-orange {
    color: #ff7600;
	  font-style: italic;
	  font-size: 17px;
	  
	 
  }

.text-brown {
    color: #3E3629;
	  font-style: italic;
	  font-size: 19px;
	  
	 
  }
  .highlight-orange {
	  font-size: 29px;
    color: #ff7600;
    font-weight: 700;
	  font-style: italic;
  }
  .highlight-orange-underline {
    color: #ff7600;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #ff7600;
    text-underline-offset: 3px;
	  font-size: 19px;
  }

  /* Botón naranja */
  .btn-primary-custom {
    background-color: #ff7600;
    color: #fff;
    font-size: 1.1rem;
    padding: 1rem;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
  }
  .btn-primary-custom:hover {
    background-color: #C16008;
    color: #fff;
  }

  /* Botón verde */
  .btn-success-custom {
    background-color: #65c913;
    color: #fff;
    font-size: 1.1rem;
    padding: 1rem;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
  }
  .btn-success-custom:hover {
    background-color: #246624;
    color: #fff;
  }

  /* Ícono dentro de botones */
  .icon {
    font-size: 1.3rem;
    margin-right: 8px;
    vertical-align: middle;
  }
/* Estilo general de los botones */
.btn-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  max-width: 300px;
  width: 75%;
  min-height: 70px;       /* menos altura */
  padding: 10px 20px;     /* espacio interno */
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Colores */
.btn-orange {
  background-color: #ff7600;
	color: #ffffff;
}
.btn-green {
  background-color: #4c8a30;
}

/* Hover */
.btn-custom:hover {
  opacity: 0.9;
  transform: scale(1.02);
  color: #fff; /* mantiene texto blanco */
}

/* Icono dentro del botón */
.btn-icon {
  width: 50px;   /* ajusta tamaño de la flecha */
  height: auto;
}

/* Texto */
.TXT_btn1 {
  font-size: 17px;
  font-style: italic;
	color: #ffffff;
}
.TXT_btn2 {
  font-size: 19px;
  font-style: italic;
	color: #ffffff;
}

.TXT_Marron{
	color:#3E3629;
	font-size: 17px;
	font-weight: lighter;
}

.btn-orange {
  background-color: #ff7600;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
}

.btn-orange:hover {
  background-color: #C16008;
  color: #fff;
}



.btn-success {
  background-color: #25D366; /* verde oficial WhatsApp */
  border: none;
}

.btn-success:hover {
  background-color: #1ebe5c;
}



/* ===== Flechas personalizadas ===== */
.custom-arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.arrow-left, .arrow-right {
  display: block;
	padding: 25px;
	margin: 30px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Imagen de las flechas (reemplaza por tus PNG) */
.arrow-left {
  background-image:url("../img/flecha-izq.png")
}

.arrow-right {
  background-image: url('../img/flecha-der.png');
}

/*Btn wsp*/
.btnWSP{
	text-align: right;
	margin-right: 120px;
}


.titulo_Videos{
	margin: 0 auto 0 auto;
	width: 100%;
	background-color: #ffffff;
	color:#6f4535;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}




/* ===== BOTÓN WHATSAPP ===== */
.btnWSP {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1100;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .logos-institucionales img {
    height: 40px;
  }

  .custom-arrow {
    width: 35px;
    height: 35px;
  }
}
