body{
  font-family: "Open Sans", serif;
} 


.logo{
  width: 60px;
} 

/* Aplicar a todos los títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Aplicar al texto normal y párrafos */
body, p, a, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*botones owl*/
.owl-nav {
	position: absolute;
    top: 4rem;
    left: -1.2rem;
    width: 103%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}


/* Estilo para el círculo del icono */
.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f8f9fa; /* Gris muy clarito */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #064f1d; /* Tu verde */
    font-size: 1.5rem;
    transition: 0.3s;
}

.icon-circle:hover {
    background-color: #064f1d;
    color: white;
}

/* El texto estilo 'Medium' */
.txt-caracteristica {
    font-size: 1.15rem;
    font-weight: 400; /* Texto base ligero */
    color: #555;
    line-height: 1.4;
}

.resaltado {
    font-weight: 700; /* Solo resaltamos lo importante */
    color: #064f1d;
}

/* Ajuste del botón para que no se vea 'flaco' */
.btn-2 {
    border-radius: 50px !important; /* Bordes redondeados tipo cápsula */
    letter-spacing: 1px;
}
.owl-nav button {
  background: none;
  border: none;
  font-size: 1.6rem!important;
  color: #002A69;
  pointer-events: all;   
}

.owl-nav button:hover {
  color: #002A69;
}

.btn-float1 {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
.btn-float2 {
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: white;
  text-shadow: 3px 3px 3px #000;
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 2rem;  
  
}

.forma-contacto h5 {
    color: #064f1d !important;
}

.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}


/*botones*/
.btn-llamanos{
  background: #d6b23c;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: #a8872a;
  color: white;
} 

.btn-whatsapp{
  background: #00e676;
  color: black; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  black;
}

.btn-1{
  background: #064f1d;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-1:hover{
  background: #05280f;
  color: white;
}

.btn-2{
  background: #d6b23c;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-2:hover{
  background: #a8872a;
  color: white;
}

/* --- BOTÓN RELLENO (Reserva su lugar) --- */
.btn-primary {
    background-color: #064f1d !important;
    border-color: #064f1d !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #043a15 !important; /* Un verde un poco más oscuro al pasar el mouse */
    border-color: #043a15 !important;
}

/* --- BOTÓN CON BORDE (Conoce el programa) --- */
.btn-outline-primary {
    color: #064f1d !important;
    border-color: #064f1d !important;
}

.btn-outline-primary:hover {
    background-color: #064f1d !important;
    color: #ffffff !important;
}

.btn-envia{
  background: #d6b23c;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: #a8872a;
  color: white;
} 

/*botones gracias*/
.btn-back{
  background: #ff0202;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #000000;
  color: white;  
} 

.btn-llamanos-g{
  background: #064f1d;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#000000; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  

/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*backgrounds*/
.bg-menu{ 
  background: #046324;
}

.gradient-box1{ 
  background: #ffffff;
  background: linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -webkit-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -moz-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
}

.seccion-verde {
    background-color: #046324; /* Cambia este código por el color que te guste */
}

/*formulario*/
.bg-form {
  background: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 

/*boxes*/

.box1{
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 40px;
  box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);

}  

.box2{
  background: #d6b23c;  
  border-radius: 30px; 
  padding: 40px; 
}   

.box2 h4 i {
    color: #064f1d !important;
    display: inline-block;
}
.box3{
  background:#dddfdf;  
  border-radius: 30px; 
  padding: 40px 40px 0px 40px; 
}   



/*texto caja*/
.txt-box1{
  background: #046324;
  color: white !important;
  border-radius: 20px; 
  padding: 8px 15px 8px 15px;
  display: inline-block; /* Ajusta el ancho al contenido */
}

/*titulo de box1*/
.h2-with-line {
  display: flex;
  align-items: center;
  text-align: center;
}

.h2-with-line::before,
.h2-with-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc; /* Color de la línea */
  margin: 0 15px; /* Espacio entre el texto y las líneas */
}



/*tamaño de imagenes*/
.img-size1{
  width: 80px;
}

.img-size2{
  width: 60px;
}

.img-tslider{
  width:180px;
}

.bcard-accent {
  border-color: #064f1d; 
}

.rounded-circle i {
    color: #064f1d !important;
}


/* Cambia el color de la barra lateral izquierda */
.border-primary {
    border-color: #064f1d !important;
}

/* Cambia el color de los iconos (avión y calendario) */
.text-primary {
    color: #064f1d !important;
}

/* Opcional: Si la barra "border-accent" también la quieres verde */
.border-accent {
    border-color: #064f1d !important;
}

/*n*/
.acordeon-1 .accordion-button:not(.collapsed) {
  color: white!important; 
  background-color: gray!important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} 

/*btn navpills*/
.custom-pills.nav-link.active, 
.nav-pills .show > .nav-link {
    color: white !important;
    background-color: #ff5733 !important;
}  

.custom-pills.nav-link, 
.nav-pills .show > .nav-link {
    color: #ff5733 !important;
}  


/* Estilo general de la tarjeta */
.card-campus {
    border: none !important; /* Quitamos el borde gris de Bootstrap */
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Sombra muy suave */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

/* Efecto al pasar el mouse */
.card-campus:hover {
    transform: translateY(-10px); /* La tarjeta sube un poco */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Contenedor de imagen para zoom */
.card-img-container {
    overflow: hidden;
}

.card-campus img {
    transition: transform 0.5s ease;
    height: 200px; /* Altura fija para que todas se vean iguales */
    object-fit: cover;
}

.card-campus:hover img {
    transform: scale(1.1); /* Zoom suave a la imagen */
}

/* Estilo del texto */
.card-campus .card-body {
    padding: 1.5rem;
    text-align: center;
}

.card-campus .card-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500; /* Peso Medium */
    color: #444;
    font-size: 0.95rem;
    line-height: 1.5;
}

.card-campus .card-text strong {
    color: #064f1d; /* Usamos tu verde para resaltar */
}

/* Estilo para tus textos originales */
.txt-medium-original {
    font-family: 'Open Sans', sans-serif; /* O tu fuente principal */
    font-weight: 500;        /* Peso Medium: ni muy flaco ni muy gordo */
    font-size: 1.05rem;      /* Un poco más grande que el párrafo normal */
    color: #333;             /* Un color casi negro pero más suave */
    line-height: 1.5;        /* Espaciado entre líneas para que respire */
    max-width: 250px;        /* Evita que el texto se estire mucho a los lados */
    margin: 0 auto;          /* Centra el bloque de texto */
}

/* Contenedor de iconos para darles uniformidad */
.icon-container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Efecto sutil al pasar el mouse sobre la columna */
.col-md-3:hover .icon-container {
    transform: scale(1.1);
}

/* Ajuste para el botón si quieres que se vea más moderno */
.btn-1 {
    border-radius: 50px; /* Estilo cápsula */
    letter-spacing: 1px;
    transition: all 0.3s;
}



@media (max-width: 425px){
  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 
.bgformovil {
    background: rgb(255 255 255 / 83%);
    border-radius: 20px; 
} 
    }




@media (max-width: 768px){
  #banner {
      background-size: 100% auto!important;
      background-position: 0px 0px;
  } 

.bgformovil {
    margin-top: 220px;
    background: rgb(255 255 255 / 83%);
    border-radius: 20px; 
	margin-left: auto !important;
    margin-right: auto !important;
} 
 
}