@charset "UTF-8";
body {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background: #f8f8f8;
}

.three-columns {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin-top: 40px;
}
.three-columns li {
  padding-right: 30px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  color: #52832d;
  margin-bottom: 10px;
  margin-top: 40px;
}

.lnk-mail {
  text-decoration: none;
  background: white;
  transition: all 0.9s ease;
  color: #212121;
}
.lnk-mail:hover {
  background: #e4f2d5;
}

.language-selector {
  position: fixed;
  bottom: 0px;
  left: 20px;
  z-index: 999;
  width: 140px;
  background-color: #e4f2d5;
  padding: 10px 10px 30px;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

.p-0 {
  padding: 0;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.box-shadow-fotos {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pt-120 {
  padding-top: 120px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}

.dato-lg {
  font-size: 40px;
  font-weight: 700;
}

.dato-md {
  font-size: 30px;
  font-weight: 700;
}

.dato-sm {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  line-height: 30px;
}

.icono-hoteles {
  color: #fe9800;
  margin-right: 8px;
}

.icono-hoteles-2 {
  color: #6ca53d;
  margin-right: 8px;
}

.fecha {
  color: #406526;
  font-size: 30px;
  text-transform: uppercase;
}

.fecha-texto {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 48px;
}

.navbar-scroll {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  min-height: 90px;
}

.navbar-scroll.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-link {
  font-size: 14px !important;
}

.navbar-scroll.scrolled .nav-link.show {
  color: #406526 !important;
}

.navbar-scroll .nav-link {
  color: white;
  transition: color 0.6s ease;
}

/* Cuando se hace scroll y cambia el fondo */
.navbar-scroll.scrolled .nav-link {
  color: #333333;
  transition: color 0.3s ease;
}

/* Hover suave */
.navbar-scroll .nav-link:hover {
  opacity: 0.6;
  color: white !important;
  background: transparent !important;
}

/* Hover suave */
.navbar-scroll .nav-link.active:hover {
  opacity: 1;
  color: black !important;
}

.navbar-scroll.scrolled .nav-link:hover {
  color: #52832d !important;
}

.navbar-brand img {
  max-height: 80px;
  transition: transform 0.3s ease;
}

.navbar-scroll.scrolled .navbar-brand img {
  transform: scale(0.95);
}

.logo-scroll {
  opacity: 0;
  margin: 10px;
  transition: opacity 0.6s ease;
}

/* Imagen más grande */
.logo-img {
  height: 60px;
  transition: transform 0.3s ease, height 0.3s ease;
}

/* Cuando se hace scroll */
.navbar-scroll.scrolled .logo-scroll {
  display: block !important;
  opacity: 1;
}

.navbar-nav .nav-link.show {
  color: #406526;
}

/* Navbar con fondo blanco (scrolled) → dropdown rosado */
.navbar-scroll.scrolled .dropdown-menu.show {
  background-color: #8bc05b !important;
  transition: background-color 0.3s ease;
}

.carta-firma {
  text-align: center;
  margin-top: 20px;
  display: flex;
}
.carta-firma .img-foto-carta {
  border-radius: 30px;
  width: 120px;
  margin-right: 20px;
}
.carta-firma .firma-director {
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}
.carta-firma .color {
  font-size: 14px;
  color: #6ca53d;
}

.home-carta {
  margin-block: 60px;
  line-height: 28px;
  font-weight: 400;
  padding: 20px 40px;
}
.home-carta .tit {
  line-height: 45px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-carta .sub-tit {
  font-weight: 600;
  color: #6ca53d;
  font-size: 26px;
}
.home-carta .btn.btn-default {
  padding: 8px 10px;
}

.home-oporto {
  margin-block: 60px;
  background: url(../img/foto-home-oporto.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
}
.home-oporto .oporto-text {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 20px 40px;
}
.home-oporto .oporto-text .tit {
  color: #52832d;
  line-height: 75px;
}
.home-oporto .oporto-text .btn.btn-default {
  float: right;
  padding: 8px 10px;
}

.c-site-header {
  background: white;
}
.c-site-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  flex-direction: column;
  text-align: center;
}
.c-site-header .logo .cilad-2026-img {
  max-width: 100%;
  width: 100%;
}
.c-site-header .logo .img-cilad {
  width: 40px;
  height: 40px;
  position: relative;
}
.c-site-header .organiza {
  margin-top: 30px;
  margin-bottom: 20px;
}
.c-site-header .organiza a {
  text-decoration: none;
  color: #4f4f4f;
  transition: color 0.3s ease;
  font-size: 12px;
}
.c-site-header .organiza a:hover {
  color: #6ca53d;
}
.c-site-header .organiza .img-cilad {
  margin-left: 4px;
}
.c-site-footer {
  background: #fff;
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.c-site-footer .text-copy {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: right;
  align-items: end;
  margin-bottom: 40px;
}
.c-site-footer .text-copy .copy {
  font-size: 16px;
}
.c-site-footer .cilad {
  display: flex;
  align-items: center;
  line-height: 22px;
}
.c-site-footer .container-logo {
  max-width: 110px;
  width: 110px;
}
.c-site-footer .logo-cilad {
  margin: 40px 16px 40px 0;
  width: 90px;
}
.c-site-footer .tit {
  font-weight: 700;
}
.c-site-footer .tit-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-site-contacto {
  padding-top: 150px;
  padding-bottom: 60px;
}
.c-site-contacto .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #cbe5b1;
  margin-bottom: 30px;
  background-color: #52832d;
  width: fit-content;
  padding-right: 20px;
  text-transform: uppercase;
}

.c-page-header {
  background: white;
}
.c-page-header .c-container {
  flex-direction: row;
}
.c-page-header .c-container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  flex-direction: column;
  text-align: center;
}
.c-page-header .c-container .logo img {
  max-width: 70%;
  width: 70%;
}
.c-page-header .c-container .logo .redes {
  list-style: none;
  margin: 1.5vh 0 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.c-page-header .c-container .logo .redes li a {
  text-decoration: none;
  color: #4f4f4f;
  transition: color 0.3s ease;
  font-size: 1.5rem;
}
.c-page-header .c-container .logo .redes li a:hover {
  color: #6ca53d;
}
.c-page-header .c-container .logo .redes li .logo-cilad {
  padding-left: 30px;
}
.c-page-header .c-container .logo .img-cilad {
  width: 40px;
  height: 40px;
}
.c-page-header .organiza {
  margin-top: 30px;
}
.c-page-header .organiza a {
  text-decoration: none;
  color: #4f4f4f;
  transition: color 0.3s ease;
  font-size: 12px;
}
.c-page-header .organiza a:hover {
  color: #6ca53d;
}
.c-page-header .organiza .img-cilad {
  margin-left: 4px;
}

.c-header-mobile {
  min-height: 200px;
  width: 100%;
  background: url("../img/foto-home-mobile.jpg") top center no-repeat;
  background-size: cover;
  padding: 0;
  margin-bottom: 30px;
}

.c-countdown {
  position: absolute;
  top: 50vh;
  right: 50px;
  display: flex;
  flex-direction: row-reverse;
}
.c-countdown .countdown-time {
  color: #fff;
  font-size: 60px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0 40px;
  margin: 5px;
  border-radius: 10px;
}
.c-countdown .countdown-info {
  font-size: 12px;
  padding-right: 5px;
}
.c-countdown .time-1 {
  width: 120px;
  background-color: #ffbc1b;
}
.c-countdown .time-2 {
  background-color: #fe9800;
}
.c-countdown .time-3 {
  background-color: #e27100;
}
.c-countdown .time-4 {
  background-color: #bb4c02;
}
.c-countdown .time-2,
.c-countdown .time-3,
.c-countdown .time-4 {
  width: 90px;
}

.c-countdown-mobile {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 30px;
  margin-left: -20px;
}
.c-countdown-mobile .countdown-time {
  color: #6ca53d;
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
.c-countdown-mobile .countdown-info {
  font-size: 12px;
  padding-right: 5px;
}
.c-countdown-mobile .time-1 {
  width: 100px;
}
.c-countdown-mobile .time-2,
.c-countdown-mobile .time-3,
.c-countdown-mobile .time-4 {
  width: 60px;
}

.navbar {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
}

.nav-item {
  padding: 5px 1px;
}

.nav-link.active {
  color: white;
  background: #8bc05b;
  border-radius: 4px;
}

.nav-link.show {
  color: #406526 !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #8bc05b;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(139, 192, 91, 0.4);
}

.dropdown-item {
  font-size: 14px;
  color: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.form-control {
  border-bottom: 1px solid #d9d5cc;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 20px;
  background: transparent;
  color: #212121;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
  outline: none;
  border-bottom: 1px solid #6ca53d;
  box-shadow: none;
  background: transparent;
}

.btn.btn-inscripcion {
  background-color: #ffbc1b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 15px 40px;
  font-size: 26px;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 30px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 15px 0px;
  width: fit-content;
}
.btn.btn-inscripcion:hover, .btn.btn-inscripcion:active, .btn.btn-inscripcion:focus {
  background-color: #e27100;
  outline: none;
  box-shadow: none;
}

.btn.btn-default {
  background-color: #8bc05b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 6px 25px;
  font-size: 16px;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 30px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 5px 0px;
}

.btn.btn-default-big {
  background-color: #8bc05b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 6px 25px;
  font-size: 22px;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 30px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 5px 0px;
}

.btn.btn-default-big-xl {
  margin-left: 20px;
  background-color: #8bc05b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 6px 25px;
  font-size: 28px;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 30px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  background-color: #52832d;
  outline: none;
  box-shadow: none;
}

.btn.btn-secondary {
  margin-left: 20px;
  background-color: #fe9800;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 6px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 30px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
  background-color: #e27100;
  outline: none;
  box-shadow: none;
}

.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

.offcanvas-80 {
  width: 80vw !important;
}

.back-foto {
  background: url("../img/foto-home.jpg") top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.back-foto-page {
  background-attachment: fixed;
  background-position: right top;
  background-repeat: no-repeat;
}

.nav-mobile .btn.btn-primary {
  background-color: #8bc05b;
  border: none;
  color: white;
  margin: 10px;
}

.offcanvas-body .nav-link {
  padding-left: 8px;
  text-transform: uppercase;
}

.accordion-item {
  border: none;
}

.accordion-button.collapsed {
  font-size: 14px;
  padding: 8px;
}
.accordion-button.collapsed:focus {
  box-shadow: none;
  border: none;
}

.accordion-button {
  font-size: 14px;
  padding: 8px;
  background-color: white;
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}

.link-option {
  color: #52832d;
  font-size: 14px;
  text-decoration: none;
}

.accordion-button.collapsed.active {
  background-color: #8bc05b;
}

.header-page-content {
  height: 110px;
  color: #8bc05b;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 50px;
  padding-left: 30px;
  margin-bottom: 50px;
}
.header-page-content span {
  color: #52832d;
}

.sub-title {
  font-size: 47px;
  line-height: 43px;
  font-weight: 300;
  color: #fe9800;
  margin-bottom: 45px;
  margin-top: 30px;
  text-transform: uppercase;
}

.sub-title-2 {
  font-size: 20px;
  font-weight: 400;
  color: #fe9800;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}

.card-icon {
  color: #a4a4a4;
  margin-right: 10px;
  font-size: 46px !important;
}

.card-title {
  font-weight: 300;
  color: #6ca53d;
  font-size: 30px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.card-text {
  line-height: 22px;
}

.text {
  font-size: 16px;
  line-height: 24px;
}

.organiza {
  font-size: 12px;
}

.c-countdown-page {
  position: absolute;
  top: 210px;
  right: 50px;
  display: flex;
  flex-direction: row-reverse;
}
.c-countdown-page .countdown-time {
  color: #fff;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0 20px;
  margin: 5px;
  border-radius: 10px;
}
.c-countdown-page .countdown-info {
  font-size: 12px;
  padding-right: 5px;
}
.c-countdown-page .time-1 {
  width: 100px;
  background-color: #ffbc1b;
}
.c-countdown-page .time-2 {
  background-color: #fe9800;
}
.c-countdown-page .time-3 {
  background-color: #e27100;
}
.c-countdown-page .time-4 {
  background-color: #bb4c02;
}
.c-countdown-page .time-2,
.c-countdown-page .time-3,
.c-countdown-page .time-4 {
  width: 70px;
}

#junta-directiva-cilad {
  height: 5px;
}

.comite-cargo {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4f4f4f;
}

.h-invitado {
  height: fit-content;
  margin-bottom: 60px;
  position: relative;
}
.h-invitado img {
  border-radius: 50px;
}

.font-comite {
  line-height: 16px;
  line-height: 18px;
  padding-top: 10px;
  font-weight: bold;
  color: #6ca53d;
  font-size: 15px;
  margin-top: 10px;
}

.accordion-body {
  line-height: 25px;
  padding-top: 0px;
}

tr {
  height: 40px;
}

tr:hover {
  background-color: #cbe5b1 !important;
  --bs-table-bg-state: $green-200 !important;
}

thead tr:hover {
  background-color: transparent !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #f3f9ec !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #cbe5b1 !important;
}

.color-tablah {
  background-color: #6ca53d !important;
  color: white !important;
  height: 50px;
  text-align: center;
}
.color-tablah span {
  font-size: 11px;
  font-weight: 500;
}
.color-tablah.first {
  border-top-left-radius: 8px !important;
}
.color-tablah.last {
  border-top-right-radius: 8px !important;
}
.color-tablah.first-vacio {
  background-color: transparent !important;
}

.color-tabla.valor {
  text-align: center;
}

.proximamente {
  text-align: center;
}

.listado-items {
  font-size: 16px;
  line-height: 16px;
}

.modal-body {
  text-align: center;
}

.container-card {
  padding: 4px 16px 20px;
}

.card-orange,
.card-yellow {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.card-orange:hover,
.card-yellow:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.card-orange .card-header,
.card-yellow .card-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 20px;
  background-color: #8bc05b;
  padding: 20px 20px;
}
.card-orange .card-header .card-icon,
.card-yellow .card-header .card-icon {
  font-size: 46px !important;
  color: white;
}
.card-orange .card-header .card-title,
.card-yellow .card-header .card-title {
  font-weight: 300;
  color: white !important;
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.card-yellow .card-header {
  background-color: #e1b130;
}

.card-body {
  padding: 20px 20px 40px;
}

.card-icon-big {
  font-size: 80px !important;
  color: white !important;
  opacity: 0.8;
  margin-right: 10px;
}

.listado-items ul {
  margin-bottom: 0;
  padding-left: 24px;
  padding-left: 4px;
}
.listado-items ul .material-symbols-outlined {
  font-size: 12px;
  line-height: 18px;
  margin-left: 4px;
}

.lista-becas {
  padding: 20px 15px 0;
}
.lista-becas li {
  line-height: 18px !important;
}

.icon-breadcrum {
  font-size: 6px !important;
  color: #6ca53d;
  margin-inline: 20px;
}

.container-title-page {
  display: flex;
  align-items: center;
}

.container-button {
  display: flex;
  align-items: flex-start;
  justify-content: end;
}

.img-presidente {
  background-color: #cbe5b1;
  padding-inline: 5px;
}

.foto-flag {
  position: relative;
}

.flag {
  border-radius: 0 !important;
  position: absolute;
  bottom: -13px;
  right: calc(50% - 20px);
  border: 1px solid #f8f8f8;
}

.usd {
  font-size: 12px;
  font-weight: 500;
}

.card-info {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-top: -34px;
  padding-top: 30px;
}
.card-info:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background-color: rgba(248, 248, 248, 0.4);
}
.card-info .lista {
  padding: 20px 5px;
}

.sub-title-temas {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  width: fit-content;
  padding-right: 52px;
  line-height: 52px;
  padding-left: 27px;
  border-radius: 30px;
  margin-left: 30px;
  color: #f3f9ec;
}
.sub-title-temas.color-1 {
  background: #8bc05b;
}
.sub-title-temas.color-2 {
  background: #6ca53d;
}
.sub-title-temas.color-3 {
  background: #52832d;
}
.sub-title-temas.color-4 {
  background: #406526;
}

ul.list-becas {
  padding-left: 20px !important;
  margin-bottom: 0 !important;
}
ul.list-becas li {
  padding-bottom: 16px !important;
}

.nota-pasos {
  background-color: rgba(164, 164, 164, 0.3);
  border-radius: 20px;
  padding: 20px;
  font-size: 20px;
}

.nota-importante {
  background-color: #ebeee5;
  border-radius: 20px;
  padding: 20px;
  font-size: 20px;
}

ul.sponsors {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
ul.sponsors .sponsor-item {
  max-width: 250px;
  margin: 11px;
  float: left;
}
ul.sponsors .sponsor-item img {
  max-width: 250px;
  height: auto;
  display: block;
  border-radius: 20px;
  border: 1px solid #d9d5cc;
}

.pasos-beca {
  margin-bottom: 50px;
}
.pasos-beca .card-info {
  display: flex;
  height: 100%;
}
.pasos-beca .tit {
  font-size: 20px;
  font-weight: 600;
  color: #fe9800;
  margin-bottom: 20px;
}
.pasos-beca .sub-title-temas-beca {
  font-size: 40px;
  font-weight: 800;
  color: #f3f9ec;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
}
.pasos-beca .sub-title-temas-beca.color-1 {
  background: #8bc05b;
}
.pasos-beca .sub-title-temas-beca.color-2 {
  background: #6ca53d;
}
.pasos-beca .sub-title-temas-beca.color-3 {
  background: #52832d;
}
.pasos-beca .sub-title-temas-beca.color-4 {
  background: #406526;
}

.color-green {
  color: #6ca53d;
}

.listado-items ul {
  padding-left: 30px;
}

.listado-items ul li {
  position: relative;
  padding-left: 0;
}

.list-temas li {
  position: relative;
  padding-left: 0;
}

.lnk-mail {
  text-decoration: none;
  background: #e4f2d5;
  transition: all 0.9s ease;
  color: #212121;
  font-weight: 500;
}
.lnk-mail:hover {
  background: #cbe5b1;
}

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