* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #428f5d;
  text-decoration: none;
}

.header {
  height: auto;
  transition: all 0.5s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

/* a:hover { */
/* color: #428f5d; */
/* text-decoration: none; */
/* } */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.bg-succes {
  background: #428f5d;
}

.header .navbar-toggle {
  color: #FFF;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  color: #FFF;
  font-weight: 300;
}

.navbar-nav .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  color: #FFF;
  font-weight: 300;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  color: #FFF;
  /* font-weight: 300; */
  text-decoration: underline;
}

/*Submenu*/
.dropdown-menu {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #FFF;
  background-color: rgba(66, 143, 93, 0.9);
  transition: ease all 0.3s;
}
.dropdown-menu > li > a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #FFF;
  border-bottom: solid 1px #FFF;
}
.dropdown-menu > li > a:active {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #FFF;
  border-bottom: solid 1px #FFF;
  background-color: rgba(66, 143, 93, 0.9);
}
.dropdown-menu > li > a:hover {
  color: #FFF;
  background-color: rgba(66, 143, 93, 0.9);
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #428f5d;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
/* ============ Navigation Menu .end// ============ */
/*--------------------------------------------------------------
# slides
--------------------------------------------------------------*/
.carousel-caption {
  background: rgba(66, 143, 93, 0.4);
}
.carousel-caption h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/*content*/
.cont_total {
  font-family: "Poppins", sans-serif;
  background: #FFF;
  padding: 3% 0 2%;
}

.titulos {
  color: #0d5f2c;
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 100%;
  text-transform: uppercase;
}

.cont_total h3 {
  font-size: 1.8em;
  font-family: "Poppins", sans-serif;
  color: #0d5f2c;
  text-transform: uppercase;
}

.caja_texto {
  display: inline-block;
  margin-top: 25px 2px;
}

#presentacion .caja_texto p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 3em;
  color: #333;
  text-align: justify;
}

.caja_texto p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8em;
  color: #333;
  text-align: justify;
}
.caja_texto ul a:link {
  text-decoration: none;
  color: #0d5f2c;
  font-weight: bold;
}

a:active, a:hover {
  text-decoration: none;
  color: #0d5f2c;
  font-weight: bold;
}

.caja_texto ul a:visited {
  text-decoration: none;
  color: #0d5f2c;
}
.caja_texto ul li {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2em;
  color: #333;
  text-align: justify;
}
.caja_texto .list {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2em;
  color: #333;
  text-align: justify;
}
.caja_texto .listd {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  list-style-type: disc;
  font-weight: 300;
  line-height: 2em;
  color: #333;
  text-align: justify;
}
.caja_texto ol a:link {
  text-decoration: none;
  color: #0d5f2c;
  font-weight: bold;
}

a:active, a:hover {
  text-decoration: none;
  color: #0d5f2c;
  font-weight: bold;
}

.caja_texto ol a:visited {
  text-decoration: none;
  color: #0d5f2c;
}

.negrita {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}

.caja_texto p a {
  font-family: "Poppins", sans-serif;
  line-height: 2em;
  font-size: 1em;
  color: #0d5f2c;
  text-align: justify;
}

a:hover, a:link {
  font-family: "Poppins", sans-serif;
  line-height: 2em;
  font-size: 1em;
  color: #0d5f2c;
  text-align: justify;
}

.docentes-box .btn-enlace {
  background: #428f5d;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 7px 14px;
}

/* .docentes-box .enlace1 a:hover,a:link{	  */
/* color:$white; */
/* }  */
.caja_texto ol li {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2em;
  color: #333;
  text-align: justify;
}

.subtit {
  font-family: "Poppins", sans-serif;
  line-height: 1.5em;
  font-size: 1.2em;
  color: #0d5f2c;
  font-weight: bold;
}

.parragraph_sep {
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 90px;
}

.caja_texto i {
  color: #0d5f2c;
  font-size: 1.25rem;
  margin-right: 10px;
}

.cuadro_imagen {
  width: auto;
  padding: 10px;
  margin: 0 auto;
}

.img_center {
  display: flex;
  margin: 0 auto;
}

.docentes-box {
  border-top: 1px solid rgba(157, 157, 157, 0.4);
  margin-top: 30px;
  padding-top: 2%;
  /*text-align: left;*/
}
.docentes-box .col-md-3 {
  max-width: 174px;
}
.docentes-box .row {
  align-items: center;
}

.docentes-box-img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.docentes-box h4 {
  color: #0d5f2c;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 0;
  /*padding: 0 0 10px 0;*/
}
.docentes-box p {
  color: #333;
  font-size: 0.95rem;
  margin: 6px auto;
  padding: 10px auto;
}

.important-docent {
  color: #708090;
  margin: 5px 0 0 0;
  display: inline;
  /*float:right;*/
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

/* ---------------------------------------------------------------------------- */
/*------------------------------------acalendario admision-----------------------------------*/
/* ---------------------------------------------------------------------------- */
.admision {
  width: 40em;
  margin: 0.3em 9em;
}

.cuadro_calendario {
  /* padding:2% 4%;  */
  padding: 8% 10%;
  background: rgba(13, 95, 44, 0.9);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cuadro_calendario h2 {
  padding: 2% 6%;
  background: rgba(13, 95, 44, 0.5);
  font-size: 1.5em;
  color: #FFF;
  text-transform: capitalize;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.current-date {
  width: 85px;
  float: left;
  border-radius: 4px;
  background-color: #0d5f2c;
  margin-right: 30px;
  margin-top: 4px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #FFF;
  font-size: 0.875rem;
  padding: 3px;
  line-height: 20px;
}
.current-date .date {
  background-color: #FFF;
  color: #0d5f2c;
  font-size: 1.25rem;
  border-radius: 4px;
  line-height: 49px;
  margin-top: 3px;
  font-weight: bold;
}

.cuadro_calendario p a {
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  line-height: 1.5em;
  font-size: 0.815em;
  color: #FFF;
}

.admision .info {
  overflow: hidden;
}
.admision .info p {
  font-size: 1rem;
  padding: 4px 8px;
  min-height: 80px;
  color: #FFF;
}

/* a.cont_total .caja_texto .enlace-admision { */
/* font-family:'Source Sans Pro',sans-serif; */
/* font-size: 1rem; */
/* color:#3382d6; */
/* font-weight:bold; */
/* text-decoration:underline;} */
a.otro {
  background-color: #3382d6;
  color: #3382d6;
  padding: 8px;
  text-decoration: underline;
}

/* a:link .cont_total .caja_texto .enlace-admision{color:$principalGreen;} */
/* a:visited .cont_total .caja_texto .enlace-admision{color:$principalGreen;} */
/* a:hover .cont_total .caja_texto .enlace-admision{color:$principalGreen;} */
.top {
  padding: 3% 0;
}

#tnacional td, #textranjero td {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  text-align: center;
}

.tprograma {
  border: 1px solid;
  border-color: #0d5f2c;
}
.tprograma td {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  text-align: center;
}

.trheader {
  background: #0d5f2c;
  color: #FFF;
}

th {
  text-align: center;
  font-weight: bold;
}

.table-bordered tr td {
  border: 1px solid #0d5f2c;
  /*cellspacing:0;
  cellpadding:0*/
}

.colcod {
  font-weight: bold;
}

.cursos {
  border: solid 1px #0d5f2c;
  border-radius: 0.625em;
}
.cursos h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 9px 18px;
  text-align: center;
}
.cursos p {
  font-size: 1em;
  margin: 5px 18px;
  text-align: justify;
}

.card {
  border: solid 1px #0d5f2c;
}
.card .card-title {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.card .table td {
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: center;
}

/********************************/
/*       botones     */
/********************************/
.sis_solicitud {
  background-color: #0d5f2c;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  margin: 16px 0px;
}

btn-transparencia a:active {
  color: #FFF;
  text-align: center;
}

a:hover, a:link, a:visited {
  color: #FFF;
  text-align: center;
}
a.enlace {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #0d5f2c;
}
a.enlace:link, a.enlace:visited, a.enlace:hover {
  color: #0d5f2c;
}

.btn-transparencia {
  font-family: "Poppins", sans-serif;
  background: #0d5f2c;
  /* Green */
  border: none;
  color: #FFF;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1em;
}
.btn-transparencia a:active {
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

a:hover, a:visited {
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

/********************************/
/*       estilos formulario     */
/********************************/
.contact_form {
  width: 100%;
  padding: 30px;
  background: #FFF;
  border-radius: 4px;
}

.control-label {
  font-size: 1em;
  font-weight: bold;
}

.contacto .php-email-form .form-group {
  padding-bottom: 8px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-image: url("../images/footer_DICA1.jpg");
  background-position: center center;
  padding: 3px 0;
}
#footer .footer-top {
  padding: 52px 0 40px 0;
}
#footer .footer-top .caja-icono {
  padding: 90% 0 2px 0;
}
#footer .footer-top .caja-icono .social-links a {
  background: #3498db;
  border-radius: 55%;
  color: #FFF;
  display: inline-block;
  font-size: 2rem;
  height: 55px;
  line-height: 1;
  margin-right: 2px;
  padding: 9px 0;
  transition: 0.3s;
  text-align: center;
  width: 55px;
}
#footer .footer-top .caja-icono .social-links a:hover {
  background: #5faee3;
  color: #FFF;
  text-decoration: none;
}
#footer .logo-container {
  padding: 10rem 0 0 4rem;
}
#footer .logo-container .logos {
  display: flex;
  flex-direction: row;
  align-items: between;
  flex-wrap: wrap;
}
#footer .logo-container .logos img {
  margin: 0 42px 0;
}
#footer .footer-top .footer-contacto .group-place {
  padding-bottom: 2px;
}
#footer .footer-top .footer-contacto .group-place p {
  color: #FFF;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
#footer .footer-top .footer-contacto .group-place p i {
  color: #FFF;
  font-size: 1.125rem;
}
#footer .footer-top .footer-contacto .group-communication {
  margin-bottom: 2px;
}
#footer .footer-top .footer-contacto .group-communication p {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}
#footer .footer-top .footer-contacto .group-communication p i {
  color: #FFF;
  font-size: 1.125rem;
}
#footer .footer-top .footer-contacto .group-hour {
  padding-bottom: 2px;
}
#footer .footer-top .footer-contacto .group-hour p {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}
#footer .footer-top .footer-contacto .group-mail {
  margin-top: 2px;
}
#footer .footer-top .footer-contacto .group-mail p {
  color: #0000FF;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
#footer .footer-top .footer-contacto .group-mail p i {
  font-size: 1.125rem;
  color: #FFF;
}
#footer .credits {
  margin-bottom: 30px;
}
#footer .credits p {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #FFF;
}
#footer .footer-top h4 {
  color: #FFF;
  font-size: 1.25rem;
}

/* #footer .logo-container .logos .dica {	 */
/* padding:0 12px; */
/* } */
/* #footer .logo-container .logos .unalm{  */
/* margin-left:1rem; */
/* } */
strong {
  font-weight: 700;
}

.curricula-section {
  margin-top: 24px;
}

.linea-investigacion {
  padding: 32px;
}
.linea-investigacion-tables {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 24px;
}
.linea-investigacion-tables__head {
  width: 100%;
  display: flex;
}
.linea-investigacion-tables__head h2 {
  font-size: 18px;
  margin: 0;
}
.linea-investigacion-tables__head__inner {
  width: 50%;
  background: #0d5f2c;
  padding: 16px;
  color: white;
}
.linea-investigacion-tables__head__inner:last-child {
  border-left: 1px solid #FFF;
}
.linea-investigacion-tables__body {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #0d5f2c;
}
.linea-investigacion-tables__body__left {
  width: 50%;
  padding: 16px;
}
.linea-investigacion-tables__body__left h3 {
  margin: 0;
  font-size: 20px;
  line-height: 120%;
  text-transform: initial;
}
.linea-investigacion-tables__body__right {
  width: 50%;
  border-left: 1px solid #0d5f2c;
}
.linea-investigacion-tables__body__right__item {
  padding: 16px;
  border-bottom: 1px solid #0d5f2c;
  display: flex;
  align-items: center;
}
.linea-investigacion-tables__body__right__item p {
  margin: 0;
}
.linea-investigacion-tables__body__right__item:last-child {
  border-bottom: none;
}

.list-tesis ul {
  padding-left: 18px;
}
.list-tesis ul li {
  list-style: none;
  position: relative;
  margin-bottom: 16px;
  line-height: 150%;
}
.list-tesis ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d5f2c;
  margin-right: 8px;
  position: absolute;
  left: -16px;
  top: 8px;
}

.table-unalm tr th:last-child {
  text-align: right;
  padding-right: 16px;
}
.table-unalm tr td {
  width: 80%;
}
.table-unalm tr td:last-child {
  text-align: right;
  padding-right: 16px;
  width: 20%;
}
.table-unalm .trheader th {
  text-align: left;
}
.table-unalm__three tr td {
  width: 50%;
}
.table-unalm__three tr td:nth-child(2) {
  width: 30%;
}
.table-unalm__three tr td:nth-child(3) {
  width: 20%;
  text-align: right;
  padding-right: 16px;
}
.table-unalm.tpc tr td:last-child span {
  min-width: 30px;
  display: inline-block;
}
.table-unalm.tpc tr th:last-child span {
  min-width: 30px;
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
