@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
  color: #648e00;
  text-decoration: none;
}

a:hover {
  color: #648e00;
  text-decoration: none;
}
body {
  font-size: 14px;    
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header{
  height: auto; 
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.bg-white{
  background: #fff;
}
.header .navbar-toggle{
  color: #428f5d;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #007853;
  font-weight: 300;
}
.navbar-nav .nav-item .nav-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #428f5d;
  font-weight: 300;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
  color: #638e00;
  font-weight: 300;
  text-decoration: underline;
}
/*Submenu*/
.dropdown-menu{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
  color:#638e00;
  background-color: rgba(255, 255, 255, .7);
  transition: ease all 0.3s;
}
.dropdown-menu>li>a{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
   color:#638e00;
   border-bottom:solid 1px #638e00;    
 } 

.dropdown-menu>li>a:active{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
  color:#638e00;   
  border-bottom:solid 1px #638e00;
  background-color: rgba(255, 255, 255, .7);
  }
.dropdown-menu>li>a:hover {
 color:#638e00; 
 background-color: rgba(255, 255, 255, .7);
} 

.imgRedonda {    
    border-radius:350px;
}

.imgRedonda2 {    
    border-radius:80%;
    width: 100%;
}


/*--------------------------------------------------------------
# slider principal
--------------------------------------------------------------*/
.caja-slider{
	position:relative;
  overflow:hidden;
}
.caja-slider button{
  mouse-over: pointer;
}

.carousel-inner img{
	width:100%;
  object-fit: cover;
}
.pt-wave-container {
    display: inline-block;
    position: relative;
    width: 100%;	
    height: 100vh;
    vertical-align: middle;
    overflow: hidden;
    margin-top: -35%;
    z-index: 1;
}

/*--------------------------------------------------------------
# banner-interior
--------------------------------------------------------------*/
.box-slider{
  width: 100%;
  max-width: 1600px;
  margin: auto; 
  position: relative;
  overflow: hidden;
}
.box-slider .slider{  
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}

.box-slider .slider .slider-section{
  width: 100%;
}

.box-slider .slider .slider-section img{
  width:100%;
  object-fit: cover;
}


/*--------------------------------------------------------------
# seccion general
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}
.section-title {  
  padding-bottom: 10px;  
}

.section-title h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color:green;
}
.caja-boton{
  padding-top: 8%;
}
.botones{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 9px 20px;
	background: #648e00;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: all 0.5s;
  margin-bottom: 15px;
}
.botones:hover{	
	background: #648e00;
	color: #fff;
	box-shadow: 0 4px 16px rgba(169, 169, 169, 1);
	transition: all 0.5s;
}
.botones2{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 10px 40px;
	background: #F28500;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: all 0.5s;
}
.botones2:hover{	
	background: #F28500;
	color: #fff;
	box-shadow: 0 4px 16px rgba(169, 169, 169, 1);
	transition: all 0.5s;
}
.bg-yellow{
  background: #ffc900;
}
.bg-grey{
  background-color: #E6E6E6;
}
.bg-green{
  background-color: #005100;
}
.text-verdeo{color: #005100;}
 .text-verdec{color: #638e00;}
/*--------------------------------------------------------------
# PROGRAMAS
--------------------------------------------------------------*/
.programas {
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* TÍTULO PRINCIPAL */
.programas .title h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  text-align: center;
  color: #005100;
  padding-bottom: 1.5em;
}

/* CARD */
.programas .card {
  background: transparent;
  border: none;
  width: 22em;
  padding: 0 12%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

/* BOTÓN */
.programas .card .card-btn {
  display: flex;
  gap: 1em;
  padding-top: 10%;
}

.programas .card .btn-language {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 0.8em 2.5em;

  background: #648e00;
  color: #fff;

  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  transition: all .4s ease;
}

.programas .card .btn-language:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/* IMAGEN REDONDA */
.programas .card .roundimg {
  border-radius: 50%;
}

/* CUADRO DECORATIVO */
.programas .cuadro {
  margin: 0.3em 1em;
  padding: 0.8em 2.8em;
}

/* PARRAFOS */
.programas p {
  color: #005100;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
  padding-top: 0.8em;
}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .programas {
    flex-direction: column;
    text-align: center;
  }

  .programas .card {
    width: 100%;
    padding: 0 2em;
  }

  .programas .card .card-btn {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .programas .card .card-btn {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .programas .card .btn-language {
    width: 100%;
    max-width: 280px;
  }
}


 /*--------------------------------------------------------------
# FORM-CONTACT GLOBAL
--------------------------------------------------------------*/

.form-bg {
  background-color: #f7fbfe;
}

.contact .form-contact {
  width: 100%;
  padding: 1em;
  background: #fff;
}

/*--------------------------------------------------------------
# INPUTS & SELECT
--------------------------------------------------------------*/

.contact .form-contact .form-group {
  padding-bottom: 0.5em;
}

.contact .form-contact .form-group input,
.contact .form-contact .form-group select {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.2em;
  color: #638e00;
  border: none;
  border-bottom: 1px solid #638e00;
}

.contact .form-contact .form-group input {
  height: 2.8em;
}

.contact .form-contact .form-group select {
  padding: 0.8em 1em;
}

/* LABELS */
.contact .form-contact .form-label {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 200;
  color: #638e00;
}

.contact .form-contact .label-centro,
.pagos .form-contact .form-centro {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #638e00;
  border: none;
  background: #fff;
  text-align: justify;
}

/*--------------------------------------------------------------
# CHECKBOX
--------------------------------------------------------------*/

.contact .form-contact .form-check {
  background-color: #fff;
}

.contact .form-contact .form-check .form-check-input {
  color: #638e00;
  border: 1px solid #638e00;
  height: 1.2em;
  width: 1.2em;
}

.contact .form-contact .form-check .form-check-input:checked {
  background-color: rgb(66, 143, 93);
}

.contact .form-contact .form-check .form-check-label {
  font-size: 1em;
  color: #212529;
}

/*--------------------------------------------------------------
# BOTÓN ENVIAR
--------------------------------------------------------------*/

.contact .form-contact button[type="submit"] {
  background: #638e00;
  border: 0;
  padding: 0.7em 1.5em;
  color: #fff;
  border-radius: 0.25em;
  transition: 0.4s;
  cursor: pointer;
}

.contact .form-contact button[type="submit"]:hover {
  background: #5faee3;
}

/*--------------------------------------------------------------
# SECCIÓN: INFO (TÍTULOS Y TEXTOS)
--------------------------------------------------------------*/

.contact .info {
  margin: 0.3em 1em;
}

.contact .info .title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  text-align: left;
  color: #005100;
}

/* SUBTÍTULOS */
.contact .box-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  color: #005100;
  padding: 1.5em 0;
}

.contact .box-title .online {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  color: #005100;
  padding: 1.5em 0;
}

/* PÁRRAFOS */
.contact .info p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: justify;
  color: #005100;
}

/*--------------------------------------------------------------
# Calendario - Base
--------------------------------------------------------------*/

.calendar .box-title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  font-weight: bolder;
  text-align: center;
  padding: 1.5em 0;
  color: #005100;
  text-transform: uppercase;
}

.calendar .title2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  padding: 1.3em 0;
  color: #005100;
  text-transform: uppercase;
}

.calendar .img-calendario img {
  display: block;
  margin: 8px auto;
  max-width: 100%;
  height: auto;
  padding-top: 12px;
}

/* Botón de descarga */
.calendar .caja-btn-ex {
  padding: 2em 0;
  display: flex;
  justify-content: center;
}

.calendar .caja-btn-ex a.boton {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  padding: 0.7em 2em;
  background: #f18500;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s ease, transform 0.2s ease;
}

.calendar .caja-btn-ex a.boton:hover {
  background: #cf7100;
  transform: scale(1.03);
}

.calendar .caja-btn-ex a.boton:focus-visible {
  outline: 3px solid #004c00;
  outline-offset: 4px;
}
.calendar .titulo-modalidades{
  text-align: center;
  color: #005100;     /* verde elegante */
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

.calendar .caja-botones{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;               /* separación moderna entre botones */
  flex-wrap: wrap;        /* responsive */
  margin-top: 15px;
  padding:8px auto;
}

.calendar .caja-botones .botones{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 10px 22px;
 background: #f18500;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.4s ease;
  display: inline-block;
  min-width: 260px;       /* hace que se vean como botones reales */
}

/* Hover */
.calendar .caja-botones .botones:hover{ 
  background: #f18500;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transform: translateY(-2px);
}


/*--------------------------------------------------------------
# Accordion Programación
--------------------------------------------------------------*/

.calendar .accordion {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

/* Animación SUAVE de apertura */
.calendar .accordion .accordion-collapse {
  transition: height 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}

.calendar .accordion .accordion-collapse.collapsing {
  opacity: 0.5;
}

.calendar .accordion-item .accordion-header {
  border-bottom: 1px solid #f18500;
}

/* Botón acordeón */
.calendar .accordion-item .accordion-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  color: #005100;
  padding: 1.2em;
  line-height: 1.4;
  background: #fff;
  transition: background 0.2s ease;
}

.calendar .accordion-item .accordion-button:hover {
  background: #f2f2f2;
}

/* Accesibilidad focus */
.calendar .accordion-item .accordion-button:focus-visible {
  outline: 3px solid #004c00;
  outline-offset: 3px;
  box-shadow: none;
}

/* Botón abierto */
.calendar .accordion-button:not(.collapsed) {
  font-size: 2em;
  font-weight: 700;
  background: #fff;
  color: #005100;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* Primer item */
.calendar .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* prevent extra gray background */
.calendar .accordion-button.collapsed {
  background: #fff;
}

/* Subtítulo dentro del acordeón */
.calendar .accordion-item .accordion-header .tit2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  color: #005100;
  padding: 0.3em 0;
  margin-left: 0.8em;
}


/*--------------------------------------------------------------
# RESPONSIVE (Móvil y tablets)
--------------------------------------------------------------*/

/* Tablets */
@media (max-width: 768px) {
  .calendar .box-title h3 {
    font-size: 1.4em;
  }

  .calendar .title2 {
    font-size: 1.3em;
  }

  .calendar .accordion-item .accordion-button {
    font-size: 1.4em;
  }

  .calendar .accordion-button:not(.collapsed) {
    font-size: 1.6em;
  }
}

/* Celulares */
@media (max-width: 480px) {
  .calendar .box-title h3 {
    font-size: 1.2em;
  }

  .calendar .title2 {
    font-size: 1.1em;
  }

  .calendar .accordion-item .accordion-button {
    font-size: 1.2em;
    padding: 1em;
  }

  .calendar .accordion-button:not(.collapsed) {
    font-size: 1.4em;
  }

  .calendar .caja-btn-ex a.boton {
    font-size: 0.9em;
    padding: 0.6em 1.4em;
  }
}

/*--------------------------------------------------------------
# PAGOS
--------------------------------------------------------------*/
.pagos {
  padding: 20px 0;
}

/* ---------- TITULOS ---------- */
.pagos .box-title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
  font-weight: bolder;
  text-align: left;
  padding: 40px 0 20px;
  color: #005100;
  text-transform: uppercase;
}

.pagos .box-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  font-weight: bolder;
  color: #f18500;
  padding-bottom: 20px;
}

/* ---------- PARRAFOS ---------- */
.pagos p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 32px;
  color: #005100;
  text-align: justify;
  padding-top: 8px;
}

/* ---------- LISTAS ---------- */
.pagos .lista,
.pagos .lista2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 32px;
  color: #005100;
  margin-bottom: 12px;
}

.pagos .lista2 {
  list-style: none;
}

/* ---------- ARCHIVOS ---------- */
.pagos .archivos {
  padding: 25px 0;
}

/* ---------- BOTONES ---------- */
.pagos .caja-botones {
  padding: 35px 0;
}

.pagos .caja-botones .botones2 a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  display: inline-block;
  text-align: center;

  padding: 12px 36px;

  background: #f28500;
  color: #fff;
  border: none;
  border-radius: 6px;

  margin: 6px 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover */
.pagos .caja-botones .botones2 a:hover {
  background: #cf7100;
  transform: scale(1.03);
}

/* Focus accesible */
.pagos .caja-botones .botones2 a:focus-visible {
  outline: 3px solid #003c00;
  outline-offset: 4px;
}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/

/* ---------- TABLETS ---------- */
@media (max-width: 768px) {
  .pagos .box-title h3 {
    font-size: 1.6em;
    padding: 30px 0 15px;
  }

  .pagos .box-title h4 {
    font-size: 1.5em;
  }

  .pagos p,
  .pagos .lista,
  .pagos .lista2 {
    font-size: 1.1em;
    line-height: 30px;
  }

  .pagos .caja-botones .botones2 a {
    padding: 10px 28px;
    font-size: 0.95em;
  }
}

/* ---------- MOVILES ---------- */
@media (max-width: 480px) {
  .pagos .box-title h3 {
    font-size: 1.4em;
    padding: 25px 0 10px;
  }

  .pagos .box-title h4 {
    font-size: 1.3em;
    padding-bottom: 15px;
  }

  .pagos p,
  .pagos .lista,
  .pagos .lista2 {
    font-size: 1em;
    line-height: 28px;
  }

  .pagos .caja-botones .botones2 a {
    padding: 10px 22px;
    font-size: 0.9em;
    width: 100%;
    max-width: 320px;
  }
}

/*--------------------------------------------------------------
# pago bancos
--------------------------------------------------------------*/
.pago-bancos {
  padding: 20px 10px;
}

/* Título principal */
.pago-bancos .box-title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  padding: 40px 0;
  color: #005100;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Accordion – Estilos globales
--------------------------------------------------------------*/

/* Contenedor */
.pago-bancos .accordion-item {
  border: 1px solid #005100;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Header */
.pago-bancos .accordion-header {
  border-bottom: 1px solid #005100;/* color verde */
}

/* Botón del header */
.pago-bancos .accordion-button {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #005100;
  font-weight: 600;
  padding: 14px 18px;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Estado expanded */
.pago-bancos .accordion-button:not(.collapsed) {
  /*background-color: #e9f3e9;*/
  color: #005100;
  box-shadow: none;
}

/* Focus accesible */
.pago-bancos .accordion-button:focus {
  outline: 1px solid #005100;/* color verde */
  box-shadow: none;
}

/* Body */
.pago-bancos .accordion-body {
  border-top: 1px solid #005100;
  padding: 20px 18px;
  background-color: #fff;
  animation: accordionFade 0.3s ease;
}

/* Animación suave */
@keyframes accordionFade {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: translateY(0); }
}

/*--------------------------------------------------------------
# Texto dentro del accordion
--------------------------------------------------------------*/
.pago-bancos .accordion-body h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #f18500;
  margin-bottom: 10px;
}

.pago-bancos .accordion-body p,
.pago-bancos .accordion-body .list {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #005100;
  margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Botón verde – cursos-container
--------------------------------------------------------------*/
.pago-bancos .caja-botones {
  padding: 35px 0;
  text-align: center;
}

.pago-bancos .caja-botones .botones {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 12px 40px;
  background: #648e00;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.pago-bancos .caja-botones .botones:hover {
  box-shadow: 0 4px 16px rgba(150,150,150,0.7);
}

/*--------------------------------------------------------------
# Importante
--------------------------------------------------------------*/
.pago-bancos .importante {
  padding: 12px 20px;
  background: #f5fced;
  border-left: 4px solid #005100;
  margin: 15px 0;
  border-radius: 4px;
}

.pago-bancos .importante h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #005100;
  margin-bottom: 8px;
}

.pago-bancos .importante p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #005100;
  text-align: justify;
}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .pago-bancos .box-title h3 {
    font-size: 24px;
    padding: 30px 0;
  }

  .pago-bancos .accordion-button {
    font-size: 13px;
    padding: 12px 14px;
  }

  .pago-bancos .accordion-body {
    padding: 16px 14px;
  }

  .pago-bancos .importante {
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  .pago-bancos .box-title h3 {
    font-size: 20px;
    padding: 20px 0;
  }

  .pago-bancos .accordion-button {
    font-size: 12px;
    padding: 10px 12px;
  }

  .pago-bancos .accordion-body h4 {
    font-size: 18px;
  }

  .pago-bancos .caja-botones .botones {
    width: 100%;
    padding: 12px 0;
  }
}


/*--------------------------------------------------------------
# pago cursos antes
--------------------------------------------------------------*/

/* boton-verde  */
.pago-bancos  .cursos-container .caja-botones{
  padding: 35px 0;
}
.pago-bancos  .cursos-container .caja-botones .botones{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 10px 40px;
  line-height: 2;
  background: #648e00;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: all 0.5s;
}

.pago-bancos .cursos-container .caja-botones .botones:hover{  
  background: #648e00;
  color: #fff;
  box-shadow: 0 4px 16px rgba(169, 169, 169, 1);
  transition: all 0.5s;
}

.pago-bancos  .importante{ 
    padding: 60px 20px;
    position: relative;
    margin: 10px;
}

.pago-bancos .importante p{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #005100;
  text-align: justify;
  }

.pago-bancos .cursos-container .cursos .parrafo .verde-claro{
  color: #009929;
  font-weight: 700;
}*/

/*--------------------------------------------------------------
# pago examenes y certificados
--------------------------------------------------------------*/
.pago-exam {
  padding: 15px 2px;
}
.pago-exam .box-title h3 {
 font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
  font-weight: bolder;
  text-align: center; 
  padding: 2.5rem 0;
  position: relative;
  color:#005100;
  text-transform: uppercase;
}


.pago-exam  p{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #005100;
}
.pago-exam .examen-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column; /* 👈 fuerza una sola columna */
  row-gap: 20px;          /* espacio vertical entre items */
}
.pago-exam .examen-container .flex-item {
  width: 100%;            /* 👈 ocupa todo el ancho */
  flex: 0 0 100%;
  height: auto;  
  padding: 12px;
  box-sizing: border-box;
}

.pago-exam .examen-container .flex-item h4{
    font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #f18500;
  margin-bottom: 5px;
}
.pago-exam .examen-container .flex-item p{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #005100;
}

/*.pago-exam .examen-container .flex-item  .bancos-icon {
  margin: 0 auto;
  width: 100px;
  height: auto; 
  display: flex;
  align-itrems: center;
  justify-content: center;
  margin-bottom: 20px;
}*/

.pago-exam .examen-container .flex-item .lista{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  color: #005100; 
}
.pago-exam .examen-container .flex-item .sin-lista{
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 2;
  color: #005100; 
}
.pago-exam .examen-container .flex-item .importante{ 
    padding: 10px 0;
    position: relative;
    margin: 8px 0;
}

.pago-exam .examen-container .flex-item .importante p{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  color: #005100;
  text-align: justify;
  }

.pago-exam .examen-container .flex-item .importante h4{
    font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #f18500;
  margin-bottom: 5px;
}

        /* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
 .pago-exam .examen-container{
    flex-direction: column;
 }
  }
}
 /*--------------------------------------------------------------
}
}

# form-pago
--------------------------------------------------------------*/

.form-bg {
  background-color: #f7fbfe;
}

.pagos .form-pago{
  width: 100%;
  padding: 20px;
  background: #fff;
}


.pagos .form-pago input{
  border-radius: 0;
  box-shadow: none;
  font-size: 1.2em;
  color: #638e00; 
  border: none;
  /* border-bottom: 1px solid #638e00; */
}

.pagos .form-pago input {
  height: 44px;
    
}
.pagos .form-pago input-group-text{
font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.2em;
  color: #638e00; 
  border: none;
  border-bottom: 1px solid #638e00;
}
.pagos .form-pago file{
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  box-shadow: none;
  font-size: 1em;
  color: #638e00; 
  border: none;
  border-bottom: 1px solid #638e00;
}
.pagos .form-pago select{
  border-radius: 0;
  box-shadow: none;
  font-size: 1.2em;
  color: #638e00; 
  border: none;
  border-bottom: 1px solid #638e00; 
}
.pagos .form-pago select {
  padding: 10px 12px;
}
.pagos .form-pago .form-label {
  font-family: 'Open Sans', sans-serif;
  font-size:1.2em;
  font-weight: 200;
  color: #638e00;
}
.pagos .form-pago .form-control {
  font-family: 'Open Sans', sans-serif;
  font-size:1em;
  color: #638e00;
  border: none;
  border-bottom: 1px solid #638e00;
}
.pagos .form-pago button[type="submit"] {
  background: #638e00;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.pagos .form-pago button[type="submit"]:hover {
  background: #428f5d;
}

.pagos .form-pago .msn{
	font-family: 'Open Sans', sans-serif;
	font-size:0.75em;
	color:#FF0000;
}
.pagos .form-pago .msn i{
	font-size:2em;
	color:#FFf;
	background: #428f5d;
}
 .pagos .box-title h4 { 
  font-family: 'Open Sans', sans-serif; 
  font-size: 2em; 
  font-weight: 600;   
  color:#005100; 
  padding: 4rem 0; 
 } 
 .pagos .archivos{
	 padding:16px 0;
 }


 /*--------------------------------------------------------------
seccion-calendario
--------------------------------------------------------------*/
.calendario  {
  padding: 50px 0;
}
.calendario .info-calend{
	margin: 2px 12px;
}
.calendario .info-calend .title {  
  padding-bottom: 10px;  
}

.calendario .info-calend .title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2em;
  font-weight: bolder;
  text-align: left;
  color: #005100; 
}
.calendario .info-calend p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: justify;
	color: #005100;
}

.calendario .btn{
	padding: 4px 35px;
	margin-left: 12px;
}

.calendario .redondeado {
   border-radius:60%;
}

/*--------------------------------------------------------------
# elige nuestro
--------------------------------------------------------------*/
.elige-nuestro{
	padding: 50px 0;
	}
.elige-nuestro  .title {
  text-align: center;
  padding-bottom: 10px;  
}

.elige-nuestro  .title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2em;
  font-weight: bolder;
  text-align: center;
  color: #005100; 
}
.elige-nuestro .wrap-nuestro{
	text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  
}
.elige-nuestro .wrap-nuestro .icono{
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-itrems: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.elige-nuestro .wrap-nuestro p {
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-size: 0.875em;
  margin-bottom: 0;
  text-align: center;
  color: #005100; 
}

/*--------------------------------------------------------------
# Examenes sufiencie
--------------------------------------------------------------*/
.examsufi{padding: 50px 0;}
.examsufi .caja-imagen img {  
  padding: 15px 34px;
}

.examsufi .content h2 {
 font-family: 'Roboto', sans-serif;
  font-size: 2em;
  font-weight: bolder;
  color: #005100;
}

.examsufi.content p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;  
  color: #005100;
  text-align:justify;
}
.examsufi .content .btn-success {
 font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;  
}

.examsufi  .caja-botones{
  padding: 25px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* separa los botones */
}


/*--------------------------------------------------------------
# seccion servicios
--------------------------------------------------------------*/
.servicios{
  padding: 50px 0;
}
.servicios .content h2 {
	font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #005100;
}

.servicios .content p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;  
  color: #005100;
  text-align:justify;
}
.servicios .content .btn-success {
 font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;  
}
.servicios .redondeado {
   border-radius:80%;
}

/*--------------------------------------------------------------
# web servicios
--------------------------------------------------------------*/
.serviciosd .box-title h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: bolder;
	color: #638e00;
}
.serviciosd .box-afiche{
  display: flex;
  justify-content: center;
  align-itrems: stretch;
  padding: 0.9em 3em; 
}
.serviciosd .box-afiche img{
  width: 100%;
  max-width: 1400px;
}
.serviciosd p{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
  color: #005100;
  text-align: justify;
}

.serviciosd .titulo2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #f18500;
  padding: 1.3rem 0;
}

/* boton-verde  */
.serviciosd .box-botton{
  padding: 1.4rem 0;
}
.serviciosd .box-botton .botones{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 10px 40px;
  background: #648e00;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: all 0.5s;
}

.serviciosd .box-botton .botones:hover{  
  background: #648e00;
  color: #fff;
  box-shadow: 0 4px 16px rgba(169, 169, 169, 1);
  transition: all 0.5s;
}
.serviciosd .list{
  color:#005100;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
  text-align:justify;
  padding-top:6px;
 }
/*--------------------------------------------------------------
# Convenios
--------------------------------------------------------------*/
.convenios {
  padding: 15px 0;
  text-align: center;
}
.convenios .title h3 {
	font-family: 'Open Sans', sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  color: #005100;
  padding-bottom:8px;
}

.convenios img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;  
}

.convenios img:hover {  
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .convenios img {
    max-width: 40%;
  }
}
/*--------------------------------------------------------------
# interiores
--------------------------------------------------------------*/
.interior {
  padding: 15px 0;
}

.interior .box-title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  font-weight: bolder;
  text-align: left; 
  padding: 2.5em 0; /* antes 2.5rem */
  position: relative;
  color: #005100;
}

.interior .box-title .subt {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: bolder;
  color: #638e00;
}

.interior .box-title h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: bolder;  
  color: #005100;
  padding: 1.5em 0; /* antes 1.5rem */
}

.interior p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
  color: #005100;
  text-align: justify;
  padding-top: 5px;
}

.interior .lista {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
  color: #005100; 
}

.interior .cuadro {
  margin: 4px 18px;
  padding: 12px 45px;
}

.interior .tbeneficios {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.75; /* antes 35px → mejor fluido */
  color: #005100;
}

.interior .sep {
  padding: 44px 0;
}

.interior .caja-btn-ex {
  padding: 35px 25px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.interior .caja-btn-ex a.boton {
  font-family: 'Open Sans', sans-serif; 
  font-size: 1em; 
  text-align: center; 
  text-decoration: none;
  display: inline-block;
  padding: 10px 32px;
  background: #f18500;
  border: none;
  color: white;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 4px 2px; 
  cursor: pointer; 
}


/*--------------------------------------------------------------
# retiro
--------------------------------------------------------------*/
.retiros {
  padding: 15px 0;
}

.retiros .box-title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
  font-weight: bolder;
  text-align: left; 
  padding: 2.5rem 0;
  position: relative;
  color:#005100;
}

.retiros .box-title h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
  font-weight: bolder;  
  color:#638e00;
  padding-bottom: 1rem;
}
.retiros p{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 35px;
  color: #005100;
  text-align: justify;
  padding-top:5px;
}

.retiros .caja-btn-re{
  padding: 5px -12px;
  display: flex;
  justify-content: start;
  align-itrems: start; 
}
.retiros .caja-btn-re a.boton  {
  font-family: 'Open Sans', sans-serif; 
  font-size: 1em; 
  text-align: center; 
  text-decoration: none;
  display: inline-block;
  padding: 10px 32px;
  background: #638e00;
  border: none;
  color: white;
  border-radius: 5px;
  transition: all 0.5s; 
  margin: 4px 2px; 
  cursor: pointer; 
}
/*--------------------------------------------------------------

# Inglés - Optimizado

--------------------------------------------------------------*/

.ingles {
padding: 15px 0;
color: #005100;
font-family: 'Open Sans', sans-serif;
}

/* Acordeón */
.ingles .accordion {
box-shadow: 3px 3px 2px rgba(211, 211, 211, 0.5);
}

.ingles .accordion-item {
border-bottom: 1px solid #f18500;
}

/* Acordeón - botones con borde naranja y sin color predeterminado */
.ingles .accordion-button {
color: #005100;          /* texto */
background-color: #fff;  /* quita el fondo predeterminado */
border: 1px solid #f18500; /* borde naranja */
font-size: 0.8em;
font-weight: 600;
display: flex;
flex-direction: row;
justify-content: center;
margin: 10px 0;
padding: 10px 20px;
box-shadow: none;         /* quita sombra predeterminada */
}

.ingles .accordion-button.collapsed {
background-color: #fff;
border: 1px solid #f18500;
color: #005100;
box-shadow: none;
}

.ingles .accordion-button:not(.collapsed) {
font-weight: bolder;
background-color: #fff;
border: 1px solid #f18500;
color: #005100;
box-shadow: none;
}

/* Primer botón del acordeón */
.ingles .accordion-item:first-of-type .accordion-button {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}




.ingles .accordion-item .accordion-body p {
font-size: 1.2em;
font-weight: 400;
line-height: 1.6;
margin: 0.5em 0;
}

.ingles .accordion-item .accordion-body h4 {
font-family: 'Roboto', sans-serif;
font-size: 2em;
font-weight: 700;
line-height: 1.4;
color: #f18500;
padding-bottom: 10px;
}

.ingles .accordion-item .accordion-body .nolist {
list-style: none;
font-weight: 600;
line-height: 1.6;
}

/* Párrafos generales */
.ingles p {
padding-top: 1.5em;
font-size: 1em;
font-weight: 400;
line-height: 1.6;
text-align: justify;
}

/* Títulos de secciones */
.ingles .section-title2 {
display: flex;
flex-direction: row;
justify-content: stretch;
align-items: center;
padding: 35px 42px;
}

.ingles .section-title2 h2 {
font-family: 'Roboto', sans-serif;
color: #005100;
font-size: 2.7em;
line-height: 1.3;
text-align: center;
font-weight: 700;
margin: auto 16px;
}

.ingles .section-title2 h2 .tit {
color: #005100;
font-size: 1.5em;
padding: 4px 0;
margin-left: 12px;
}

.ingles h3 {
font-size: 2em;
font-weight: 400;
line-height: 1.3;
color: #f18500;
padding-bottom: 10px;
}

.ingles .box-title {
margin: 5px auto;
}

.ingles .box-title h5 {
font-size: 1.5em;
font-weight: 600;
color: #f18500;
}

.ingles .box-title h5 .Online {
font-weight: 400;
color: #005100;
}

/* Media queries para móviles */
@media (max-width: 768px) {
.ingles .section-title2 {
flex-direction: column;
padding: 20px;
}
.ingles .section-title2 h2 {
font-size: 2em;
}
.ingles .accordion-button {
font-size: 0.9em;
padding: 8px 12px;
}
.ingles p, .ingles .accordion-item .accordion-body p, .ingles .accordion-item .accordion-body .nolist {
font-size: 1em;
line-height: 1.5;
}
}

/*--------------------------------------------------------------
# toEFL
--------------------------------------------------------------*/
.toefl {
  padding: 15px 0;
} 
.toefl .box-title h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: left; 
  padding-bottom: 1em;
  position: relative;
/*  color:#f18500;*/
  color: #005100;
}
.toefl .box-title h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-align: left; 
  padding-bottom: 1rrem;
  position: relative;
 color:#f18500;  
}
.toefl .box-text p{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 35px;
  color: #005100;
  text-align: justify;
  padding-top:5px;
}
.toefl .box-text h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-align: left; 
  padding-bottom: 1rrem;
  position: relative;
/*  color:#f18500;*/
  color: #005100;
}
.toefl .box-text h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-align: left; 
  padding-bottom: 1rrem;
  position: relative;
 color:#f18500;  
}
.toefl .box-text p .subt{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 35px;
  color: #005100;
  font-weight: bold;
  text-align: justify;
  padding-top:5px;
}
/* boton-verde en TOEFL */
.toefl .box-text .caja-botones{
	padding: 35px 0;
}
.toefl .box-text .caja-botones .botones{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 10px 40px;
	background: #648e00;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: all 0.5s;
}

.toefl .box-text .caja-botones .botones:hover{	
	background: #648e00;
	color: #fff;
	box-shadow: 0 4px 16px rgba(169, 169, 169, 1);
	transition: all 0.5s;
}
.toefl .box-text .caja-botones2{
	padding: 35px 12px;
}
.toefl .box-text .caja-botones2 .botones-inscrip{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 10px 40px;
	background: #648e00;
	color: #fff;
	border: none;
	border-radius: 5px;
	transition: all 0.5s;
}
 /* -----------------  */
/* # Caja de imagen */
 /* ---  */
 .toefl .box-img {  
  padding:40px 0;
}

/*--------------------------------------------------------------
# portugues
--------------------------------------------------------------*/
.portugues {
  padding: 15px 0;
} 
 .portugues  p{
	color:#005100;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.75;
	text-align:justify;
	padding-top:6px;
 }

.portugues h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.75;
  color: #f18500;
  padding:6px 0;
 }
.portugues .box-mod{
  margin: 2px auto;
}
.portugues .box-mod h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-align: left; 
  position: relative;
  color:#f18500;
}
.portugues .box-mod h5 .online{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;  
  color: #005100;
}

/*--------------------------------------------------------------
# frances
--------------------------------------------------------------*/
.frances {
  padding: 15px 0;
} 
 .frances  p{
  color:#005100;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align:justify;
  padding-top:6px;
 }

.frances h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  color: #f18500;
  padding:6px 0;
 }
.frances .box-mod{
  margin: 2px auto;
}
.frances .box-mod h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: left; 
  position: relative;
  color:#f18500;
}
.frances .box-mod h5 .online{
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;  
  color: #005100;
}
.frances .list{
  color:#005100;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  text-align:justify;
  padding-top:6px;
 }
 /*--------------------------------------------------------------
# japones
--------------------------------------------------------------*/
.japones {
  padding: 35px 0;
} 
 
 .japones .box-title{
  padding: 0 12px;
 }
.japones  h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 30px;
  color: #f18500;
  padding-bottom:10px ;
 }

 .japones table tr th{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
 }
 
 /*--------------------------------------------------------------
# quechua
--------------------------------------------------------------*/
.quechua {
  padding: 15px 0;
} 
 .quechua p{
	color:#005100;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 35px;
	text-align:justify;
 }

.quechua h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 30px;
  color: #f18500;
  padding-bottom:10px ;
 }
 /*--------------------------------------------------------------
# español
--------------------------------------------------------------*/
.espanol {
  padding: 15px 0;
} 
 .espanol  p{
	color:#005100;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 35px;
	text-align:justify;
	padding-top:10px;
 }

.espanol ul li{
	color:#005100;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 35px;
	text-align:justify;
	padding-top:10px;
 }
.espanol h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 30px;
  color: #f18500;
  padding:10px 0;
 }

.espanol .form-bg {
  background-color: #f7fbfe;
}

.espanol .form-encuesta{
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.espanol .form-encuesta .form-group {
  padding-bottom: 6px;
}

.espanol .form-encuesta .pregresp {
padding: 10px;
margin: 10px;
font-family: 'Roboto', sans-serif;
font-size:1.2rem;
}
.espanol .form-encuesta .pregunta {
  padding: 10px 4px;
  color: #638e00;
}
.espanol .form-encuesta .respuestas {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.2rem;
  color: #638e00; 
  border: none;
  border-bottom: 1px solid #638e00;
}
.espanol .form-encuesta input {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.2rem;
  color: #638e00; 
  border: none;
  border-bottom: 1px solid #638e00;
}

.espanol .form-encuesta input {
  height: 44px;  
}

.espanol .form-encuesta textarea{
  border-radius: 0;
  box-shadow: none;
  font-size: 1.2rem;
  color: #638e00; 
  border: none;
  border-bottom: 1px solid #638e00;
}


.espanol .form-encuesta button[type="submit"] {
  background: #638e00;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.espanol .form-encuesta button[type="submit"]:hover {
  background: #5faee3;
}
 
 .espanol .info{
  margin: 2px 12px;
}

.espanol.info p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  text-align: justify;
  color: #005100;
}


/*--------------------------------------------------------------
# verano
--------------------------------------------------------------*/
.verano {
  padding: 15px 0;
} 

.verano .box-title h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-align: left; 
  padding-bottom: 1rrem;
  position: relative;
  color: #005100;
}
.verano h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 30px;
  color: #f18500;
  padding:10px 0;
 }
.verano .box-mod{
  margin: 2px auto;
}
.verano .box-mod h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-align: left; 
  position: relative;
  color:#f18500;
}
.verano .box-mod h3 .online{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;  
  color: #005100;
}
 .verano  p{
  color:#005100;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 35px;
  text-align:justify;
  padding-top:10px;
 }
 .verano .column{
  background:#ffc000;
}
  
.verano .caja-botones{
  padding: 25px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* separa los botones */
}

.verano .caja-botones .botones{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 9px 20px;
  background: #648e00;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: all 0.5s;
  margin-bottom: 15px;
   margin-right: 10px; /* separación entre botones verdes */
}
.verano .caja-botones .botones:hover{ 
  background: #648e00;
  color: #fff;
  box-shadow: 0 4px 16px rgba(169, 169, 169, 1);
  transition: all 0.5s;
}

.verano .caja-botones .boton-naranja{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 9px 20px;
  background: #f18500;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: all 0.5s;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
# NORMATIVA
--------------------------------------------------------------*/
.normativa {
  padding: 15px 0;
  font-family: 'Open Sans', sans-serif;
}

/* TEXTO GENERAL */
.normativa p {
  color: #005100;
  font-size: 1.2em;         /* antes 1.2rem */
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
  margin-bottom: 1.2em;
}

/* TITULOS */
.normativa h4 {
  font-size: 2em;           /* antes 2rem */
  font-weight: 600;
  line-height: 30px;
  color: #005000;
  padding-bottom: 10px;
  margin-top: 20px;
}

/* LISTAS */
.normativa .lista {
  list-style: none;
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
  color: #005100;
  font-size: 1.2em;         /* antes 1.2rem */
  font-weight: 400;
  line-height: 35px;
}

/* VIÑETA VERDE */
.normativa .lista li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

.normativa .lista li::before {
  content: "•";
  color: #005100;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 8px;
}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media (max-width: 576px) {
  .normativa h4 {
    font-size: 1.6em;       /* antes 1.6rem */
  }

  .normativa p,
  .normativa .lista {
    font-size: 1.05em;      /* antes 1.05rem */
    line-height: 30px;
  }
}

/*--------------------------------------------------------------
# calendario acadremico
--------------------------------------------------------------*/
.calendario-aca {
  padding: 15px 0;
}

.calendario-aca .box-title h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: left; 
  padding-bottom: 2.5rrem;
  position: relative;
  color:#005100;
}

/*--------------------------------------------------------------
# EXÁMENES (PADRE DE TODO)
--------------------------------------------------------------*/
.examenes {
  padding: 15px 0;
}

/*--------------------------------------------------------------
# TITULOS
--------------------------------------------------------------*/
.examenes .box-title {
  margin: 10px auto;
}

.examenes .box-title h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1.5em;
  color: #005100;
}

.examenes .box-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  color: #f18500;
  padding-bottom: 1em;
}


.examenes .box-posgrado {
 margin: 30px auto;
}

.examenes .box-posgrado p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 2.2em;
  text-align: justify;
  color: #005100;
}
/*--------------------------------------------------------------
# TEXTO
--------------------------------------------------------------*/
.examenes p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 2.2em;
  text-align: justify;
  color: #005100;
}

.examenes .nolistas {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2.2em;
  color: #005100;
  list-style: none;
}

/*--------------------------------------------------------------
# CONTENEDORES DE BOTONES (TODOS HIJOS DE .examenes)
--------------------------------------------------------------*/

/* Contenedor de los primeros botones */
.examenes .box-boton {
  padding: 1.5em 1em;
  display: flex;
  gap: 1em;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Contenedor solo para btn-linear */
.examenes .box-linear {
  padding: 0 1em 1em 1em;
  display: flex;
  justify-content: flex-start;
}

/* Contenedor final para btn-pago */
.examenes .box-botom {
  padding: 1em;
  display: flex;
  justify-content: flex-start;
}

/*--------------------------------------------------------------
# BASE PARA TODOS LOS BOTONES DE EXÁMENES
--------------------------------------------------------------*/
.examenes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;

  padding: 0.8em 2em;
  min-height: 3.2em;
  border-radius: 0.3em;

  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# TIPOS DE BOTONES (TODOS DEPENDEN DE .examenes)
--------------------------------------------------------------*/

/* Botón verde */
.examenes .btn-verde {
  background: #648e00;
  color: #fff;
  border: none;
}

/* Botón blanco con borde verde */
.examenes .btn_snlinea,
.examenes .btn-linear {
  background: #fff;
  color: #005100;
  border: 1px solid #005100;
}

/* Botón naranja */
.examenes .btn-pago {
  background: #f18500;
  color: #fff;
  border: none;
}
/*.examenes .tabla-niveles {
  width: 400px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.examenes .tabla-niveles td {
  border: 1px solid #000;
  padding: 8px 12px;
}

.examenes .tabla-niveles tr td:first-child {
  font-weight: bold;
}*/

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media (max-width: 576px) {
  .examenes .box-boton,
  .examenes .box-linear,
  .examenes .box-botom {
    justify-content: center;
  }

  .examenes a {
    width: 100%;
    max-width: 300px;
    white-space: normal;
  }
}


/*--------------------------------------------------------------
# web examen clasificacion
--------------------------------------------------------------*/
.ex-cla {
  padding: 15px 0;
} 
.ex-cla .box-title h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: left; 
  padding-bottom: 2.5rrem;
  position: relative;
  color:#005100;
}
/*--------------------------------------------------------------
# bolsa de trabajo
--------------------------------------------------------------*/
.bolsa {
  padding: 15px 0;
}

.bolsa .box-title h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: left; 
  padding: 2.5rrem 0;
  position: relative;
  color:#005100;
}

.bolsa .box-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: bolder;  
  color:#f18500;
  padding-bottom: 1rrem;
}
.bolsa p{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 35px;
  color: #005100;
  text-align: justify;
  padding-top:5px;
}

.bolsa .lista{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 35px;
  color: #005100; 
}

/*--------------------------------------------------------------
# PRESCERTIFICACION
--------------------------------------------------------------*/
.prescertificacion {
  padding: 15px 0;
} 

.prescertificacion .box-title h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-align: left; 
  padding-bottom: 1rrem;
  position: relative;
  color: #005100;
}
.prescertificacion h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 30px;
  color: #f18500;
  padding:10px 0;
 }
.prescertificacion .box-postgrado{  
  padding: 20px 0;
}


 .prescertificacion .box-postgrado p{
  color:#005100;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-align:justify;
  padding-top:4px;
 }
 .prescertificacion  p{
  color:#005100;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-align:justify;
  padding-top:4px;
 }

 .prescertificacion  .vineta{
  color:#005100;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-align:justify;
  padding-top:4px;
 }

.prescertificacion .tabla th {
  font-weight: 700;   /* negrita */
}


.prescertificacion .caja-botones{
  padding: 25px 15px;
  display: flex;
  flex-wrap: wrap;
 margin-bottom: 4px;
}

.prescertificacion .caja-botones .botones{
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 9px 20px;
  background: #648e00;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: all 0.5s;
  /*margin-bottom: 20px;  */
}
.prescertificacion .caja-botones .botones:hover{ 
  background: #648e00;
  color: #fff;
  box-shadow: 0 4px 16px rgba(169, 169, 169, 1);
  transition: all 0.5s;
}
/*--------------------------------------------------------------
# seccion footer
--------------------------------------------------------------*/
.footer{
  padding: 0 0 30px 0;  
}
.footer .footer-top {
  background: #005100;  
  padding: 60px 0 30px 0;
}
.footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.footer .footer-top .footer-contact a {
  color:#FFF;
}
.footer .footer-top .footer-contact a:link a:hover {
  color:#FFF;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .footer-top h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFDD15;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 0;
}

.footer .footer-top .footer-info .btn-triptico{
  background: #648e00;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  text-align: center;
  padding: 10px 50px; 
  transition: all 0.5s;
}

.footer .footer-top .footer-info .social-links{
	margin-left:74px;
}

.footer .footer-top .footer-info .social-links a {
  background: #fff;
  border-radius: 50%;
  color:green;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 0; 
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

.footer .footer-top .footer-info.social-links a:hover {
  background-color: #fff;
  color: green;
  text-decoration: none;
}

.footer .footer-bottom{
	padding-top: 30px;
	background: #005100;
}
.footer .footer-bottom .copyright{
	font-family: 'Open Sans', sans-serif;
	text-align: left;
  font-size: 1rem;
  color: #fff;
  position: relative;
  padding-left:4px;
}

/*--------------------------------------------------------------
# metodologia
--------------------------------------------------------------*/
.metodologia {
  padding: 15px 0;
}

.metodologia .box-title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
  font-weight: bolder;
  color: #005100;
  text-align: left;
  padding: 1.5em 0; /* consistencia en em */
  position: relative;
}

.metodologia p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #005100;
  line-height: 1.8;   /* antes 35px → ahora fluido */
  text-align: justify;
  padding-top: 5px;
}

.metodologia .lista {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8;  /* antes 35px → ahora relativo */
  color: #005100;
}


@media screen and ( min-width:1025px ) and ( max-width: 1280px ) {
.logo-UNALM img { width: 232px; 
max-width:100%;}
}

.logo-UNALM img {
  height: auto;
}

.comunicado{
  display: flex;
  align-itrems: center;
  padding: 5px;
}