@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'Open Sans', sans-serif;
   color: #444444;
}

a {
  color: #428f5d;
  text-decoration: none;
}

a:hover {
  color: #428f5d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #428f5d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #428f5d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{
 background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  box-shadow: 0 0 18px rgba(55, 66, 59, 0.08);
      
}
header .foto-header img {
  width:100%;   
  margin:2px 4px; 
}

.caja-boton{
   display: flex; 
  align-items: flex-end; 
  padding-left:68%;
  background-color:#fff;
 }
.caja-boton .btn{
  font-family: 'Open Sans', sans-serif;
  font-size:0.85;
  text-align:justify;
  padding: 8px 20px;
  background-color: #124607;
  border-radius: 2px;
  margin:0 4px;
}
 /*-------------------------------------------------------------- 
# Navigation Menu
--------------------------------------------------------------*/
.bg-menu{
    background-color: #428f5d !important;
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
    background-color: #428f5d; 
  color: #fff;
}

.navbar-nav .dropdown-menu {
    color: #fff;
}
.dropdown-menu.show a:hover {
    background-color: #428f5d; 
  color: #fff;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(66, 143, 93, 0.1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #fff !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {color: #fff;}
.navbar-light .navbar-nav  .nav-item .nav-link { 
  color:#fff;
}
.navbar-light .navbar-nav .nav-item .nav-link a:hover{
    color:#fff;
}
.dropdown-item { 
  background-color: #428f5d; 
  color: #fff;
}
.dropdown-item a:hover{ 
  background-color: #428f5d; 
  color: #fff;
}
.navbar-nav .navbar-center {
    position: absolute;
    left: 70%;
    transform: translatex(-70%);
}
 /*-------------------------------------------------------------- 
# fin Menu
--------------------------------------------------------------*/

.carousel-caption .btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 0.9rem;
	top:-245px;
	left:62%;
}
a.btn:focus{outline:0;}

.btn-skin {padding: 8px 20px;color: #fff;background-color:#CD853F;min-width: 110px;}
.btn-skin:hover, .btn-skin:focus{color:#fff;background-color:#333;transition:all .3s;}


/* ============ Navigation Menu .end// ============ */

section {
  padding: 60px 0;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #006600;
}
.sep{
	padding:20px 0;
}
/*--------------------------------------------------------------
# PRESENTACION
--------------------------------------------------------------*/
.presentacion{
    padding: 25px 0;	
}
.presentacion .section-title{
  padding-bottom:30px;
  }
.presentacion .section-title h2 {
font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.presentacion .section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

 .presentacion .section-title h2::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #006600;
}
.presentacion .info-presentacion{
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}
.presentacion .info-presentacion p{
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	text-align:justify; 
}
.presentacion .info-presentacion .centrado{
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	text-align:center; 
}


.presentacion .info-presentacion .presentacion-item img {
  display: flex;
  flex-direction: row;   
  align-items: center;
}
.presentacion .info-presentacion .presentacion-item .item-info-foto{  
padding:20px 25px;
}
.presentacion .info-presentacion .presentacion-item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #428f5d;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
 
}
.presentacion .info-presentacion .presentacion-item h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #428f5d;  
  padding: 4px 0;
  text-align: center;
}
.presentacion .info-presentacion .sep{padding: 64px 0;}

/*--------------------------------------------------------------
# FECHAS
--------------------------------------------------------------*/
.fechas .text-box{
	padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.fechas  p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-align:justify;
  margin:12px;
	
}

/*--------------------------------------------------------------
# Horario
--------------------------------------------------------------*/
.horario .text-box{
padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

 .horario  p{
  font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	text-align:justify;
	  margin:12px;
	}


/*--------------------------------------------------------------
# costos
--------------------------------------------------------------*/
.costos .item-text{
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}
 
.costos .item-text .comentarios{
  padding: 30px;  
  background: #fff;
  transition: ease-in-out 0.3s; 
}
.costos .item-text .comentarios p{
	font-size: 1rem;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-align:justify;
}
.costos .item-text p{
	font-size: 1rem;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-align:justify;
}


.costos .item-text h3{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}


.costos .item-text table .thead-green {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	background-color: #70AD47;
	color: #fff;
	text-align:justify;
}
.costos .item-text table .thead-blue {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	background-color: #5B9BD5;
	color: #fff;
	text-align:justify;
}
/* .cos .item-text table th { */
	/* font-family: 'Open Sans', sans-serif; */
	/* font-size: 1rem; */
	/* background-color: #5B9BD5; */
	/* color: #fff; */
	/* text-align:justify; */
/* } */

.costos .item-text .aviso{
	border:1px solid #428f5d;	
    background: #f5f5f5;
	border-radius: 5px;
}

.costos .item-text .aviso p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color:#000;
    text-align: justify;
	margin: 2px 12px;
}


/*--------------------------------------------------------------
# comision
--------------------------------------------------------------*/
.comision .item-text{
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}
 
.comision .item-text p{
  font-size: 1rem;
  color:#000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-align:justify;
}

/*--------------------------------------------------------------
# objetivos
--------------------------------------------------------------*/


.objetivos .caja-objetivo{
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.objetivos .caja-objetivo img {
  width:100%;   
  margin:2px 4px; 
}
.sep{padding: 10px 0;}
/*--------------------------------------------------------------
# seccion8
--------------------------------------------------------------*/
.eje-tematico .item-text{
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}
.eje-tematico .item-text img{
 width:80%;   
  margin:2px 4px; 
}
 
.eje-tematico .item-text p{
  font-size: 1rem;
  color:#000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-align:justify;
  line-height: 1.5;
}
.eje-tematico .item-text ol{
  font-size: 1rem;
  color:#000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-align:justify;  
}
.eje-tematico .item-text .aviso{
	border:1px solid #428f5d;	
    background: #f5f5f5;
	border-radius: 5px;
}
.eje-tematico .item-text .aviso p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color:#000;
    text-align: justify;
	margin: 2px 12px;
}
.list-group-item {
	border: solid 1px rgba(66, 193, 93, 0.5);
}
	.eje-tematico .list-group-item .box {		
		display:flex;		
		justify-content:between;
	}

.eje-tematico .list-group-item .box-icon img {
   border-radius: 95%;
}
.eje-tematico .list-group-item .box .box-text{
	margin:23px 50px;
	padding-top:12px;
}
.eje-tematico .list-group-item .box .box-text p{	font-size: 1rem;
  color:#000;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;}

.plazos{display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;}
  
  /*--------------------------------------------------------------
# COmision
--------------------------------------------------------------*/


.comision.personal{ 
 margin:20px 35px;
  background: #fff; 
}

.comision .personal .box-body{  
    padding: 1rem 1rem;
  }

.comision .personal .box-body h3 {
  font-family: 'Roboto', sans-serif; 
  font-weight: 700;
  margin: 10px auto;
  font-size: 0.938em;
  color:#428f5d;
  text-align: center;
}

.comision .personal .box-body h4 {
  font-family: 'Roboto', sans-serif; 
  font-weight: 700;
  margin: 6px auto;
  font-size: 1em;
  color:#00008B;
  text-align: right;
  padding: 0 0 5px 0;
}

 .comision .personal .box-body ul {
   list-style: none;
    font-family: 'Open Sans', sans-serif;
    padding-top: 6px;
    margin-right: 2px;
    font-size: 1em;  
    color: #2a2a2a;
    text-align:justify;
}
.comision .personal .box-body ul ol{
   list-style-type: lower-alpha;
    font-family: 'Open Sans', sans-serif;
    padding-top: 4px;
   font-size: 1em; 
   color: #2a2a2a;
  text-align:justify;
}

.comision .personal .personal-image{  
  margin: 8px 25px;  
}
 /*--------------------------------------------------------------
# panelistas
--------------------------------------------------------------*/
.panelistas ul {
	list-style: none;

}
.panelistas h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:1rem;
}
.panelistas .border {
	/* border-bottom: solid 1px rgba(66, 193, 93, 0.5); */
	border: 2px solid #DC143C;
}
.panelistas .ponente.box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.panelistas .ponente .box .icon {
  margin-bottom: 15px;
}
.panelistas .box p {
   font-family: 'Open Sans', sans-serif;    
   font-size: 1em; 
   color: #2a2a2a;
   text-align:justify;
}

 /*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  /* font-size: 1rem; */
  background: #DCDCDC;
  box-shadow: 0px 2px 15px rgba(220, 220, 220, 0.08);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 1rem;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}
#footer .footer-top .footer-contact1 .info {
	padding-top:8px;
}
#footer .footer-top .footer-contact1  .info p {	
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #777777;
}
#footer .footer-top .footer-contact1 .info h3 {
	font-family: 'Open Sans', sans-serif;
  font-size: 1rem;  
  padding: 6px 0;  
  font-weight: bold;
  color: #777777;
}
#footer .footer-top .footer-contact2 p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #428F5D;
  position: relative;
  padding-bottom: 12px;
}

/* #footer .footer-top .footer-links { */
  /* margin-bottom: 30px; */
/* } */

/* #footer .footer-top .footer-links ul { */
  /* list-style: none; */
  /* padding: 0; */
  /* margin: 0; */
/* } */


/* #footer .footer-top .footer-links ul li { */
  /* padding: 10px 0; */
  /* display: flex; */
  /* align-items: center; */
/* } */

/* #footer .footer-top .footer-links ul li:first-child { */
  /* padding-top: 0; */
/* } */

/* #footer .footer-top .footer-links ul a { */
  /* color: #428F5D; */
  /* transition: 0.3s; */
  /* display: inline-block; */
  /* line-height: 1; */
/* } */

/* #footer .footer-top .footer-links ul a:hover { */
  /* text-decoration: none; */
 /* color: #428F5D; */
/* } */

#footer .footer-bottom {
  background-color: RGBA(66,143,93,0.8);
  padding: 2rem 0;
}



#footer .social-links a {
  font-size:1.4rem;
  display: inline-block;
  background: #008000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}
