#home {
  background-image: url("./../img/home/banner-home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    #home .row__dos img {
      width: 85%; } }
  @media (max-width: 767px) {
    #home .row__dos {
      padding-bottom: 130px; } }
  #home .homeTxt {
    color: #FFE500;
    font-weight: 700;
    font-size: 16px; }
    @media (max-width: 767px) {
      #home .homeTxt {
        font-size: 12px; } }
  #home .listPaises {
    text-align: center; }
    #home .listPaises__item {
      margin-bottom: 1rem; }
      @media (max-width: 767px) {
        #home .listPaises__item {
          flex: 0 0 25%;
          max-width: 25%; } }
    #home .listPaises__figure {
      text-align: center; }
    #home .listPaises__figure:nth-last-of-type(1) {
      margin-bottom: 0; }
    #home .listPaises__figcaption {
      font-size: 14px;
      font-weight: 700;
      color: #fff; }
    @media (max-width: 767px) {
      #home .listPaises {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }

#home-desc {
  padding-top: 50px;
  padding-bottom: 50px; }
  #home-desc .homeDesc__title {
    text-align: center;
    font-size: 40px;
    color: #646464;
    font-weight: 400;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      #home-desc .homeDesc__title {
        font-size: 24px;
        margin-bottom: 17px; } }
  #home-desc .homeDesc__txt {
    color: #949292;
    font-weight: 400;
    font-size: 16px; }
    #home-desc .homeDesc__txt b {
      color: #646464; }
    @media (max-width: 767px) {
      #home-desc .homeDesc__txt {
        font-size: 14px; } }

#objetivos {
  background-image: url("./../img/home/banner-objetivos.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px; }
  #objetivos .objetivo__title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      #objetivos .objetivo__title {
        font-size: 24px; } }
  #objetivos .cardObjetivo {
    border-radius: 10px;
    max-width: 300px;
    display: inline-block; }
    #objetivos .cardObjetivo__header {
      max-height: 145px;
      height: 145px;
      position: relative; }
    #objetivos .cardObjetivo__img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      border-radius: 10px 10px 0px 0px; }
    #objetivos .cardObjetivo__order {
      position: absolute;
      right: 7.5px;
      top: 3.25px; }
    #objetivos .cardObjetivo__number {
      background-color: rgba(255, 229, 0, 0.5);
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #000000;
      font-weight: 900; }
    #objetivos .cardObjetivo__body {
      background-color: #fff;
      padding: 20px;
      text-align: center;
      border-radius: 0 0 10px 10px; }
    #objetivos .cardObjetivo__txt {
      color: #646464;
      font-size: 14px;
      font-weight: 400;
      height: 105px; }

#fecha .fecha__img {
  max-width: 100%; }
  @media (max-width: 767px) {
    #fecha .fecha__img {
      display: none; } }
#fecha .fecha__col {
  padding-left: 15px; }
  @media (max-width: 767px) {
    #fecha .fecha__col {
      padding-left: 0; } }
#fecha .fecha__title {
  font-size: 40px;
  font-weight: normal;
  color: #646464; }
  @media (max-width: 1199px) {
    #fecha .fecha__title {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    #fecha .fecha__title {
      text-align: center;
      color: #282828;
      font-size: 24px;
      margin-bottom: .5rem; } }
#fecha .fecha__row {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    #fecha .fecha__row {
      justify-content: center; } }
#fecha .fecha__txt {
  font-size: 20px;
  margin-bottom: 0;
  max-width: 220px;
  padding-left: 15px;
  line-height: 1.2;
  color: #646464; }
  @media (max-width: 767px) {
    #fecha .fecha__txt {
      color: #000000;
      font-size: 16px; } }
#fecha .icon__calendar {
  max-width: 46px; }
@media (max-width: 767px) {
  #fecha {
    background-image: url("./../img/home/fecha-evento-sm.png");
    background-position: center -15px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px; }
    #fecha .row {
      height: 100%; } }

#actividades {
  background-image: url("./../img/home/banner-actividades.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px; }
  #actividades .actividades__title {
    font-size: 40px;
    color: #646464;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff; }
    @media (max-width: 767px) {
      #actividades .actividades__title {
        font-size: 24px; } }
  #actividades .listActividades {
    display: flex;
    justify-content: space-between; }
    #actividades .listActividades__img {
      margin-bottom: 1.25rem; }
      @media (max-width: 767px) {
        #actividades .listActividades__img {
          max-width: 80px;
          margin-bottom: .75rem; } }
    #actividades .listActividades__figcaption {
      max-width: 185px;
      color: #fff;
      line-height: 1.2;
      font-size: 14px; }
      @media (max-width: 767px) {
        #actividades .listActividades__figcaption {
          font-size: 12px; } }
    @media (max-width: 767px) {
      #actividades .listActividades__item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: .5rem; } }
    @media (max-width: 767px) {
      #actividades .listActividades {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center; } }

#esquema {
  padding-top: 45px;
  padding-bottom: 45px; }
  #esquema .esquema__title {
    font-size: 40px;
    color: #646464;
    font-weight: 400;
    margin-bottom: 25px;
    color: #646464; }
    @media (max-width: 767px) {
      #esquema .esquema__title {
        font-size: 24px; } }
  #esquema .box-light {
    background-color: #FFFCE5;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 0.5px solid #FFE500; }
    #esquema .box-light__figure {
      min-height: 76px; }
    #esquema .box-light__txt {
      font-weight: 400;
      font-size: 14px;
      color: black;
      margin-bottom: 0;
      max-width: 110px;
      line-height: 1.15;
      margin-top: .25rem; }
    #esquema .box-light:nth-of-type(1) {
      border-radius: 10px 0 0 0; }
    #esquema .box-light:nth-of-type(2) {
      border-radius: 0 10px 0 0; }
    #esquema .box-light:nth-of-type(3) {
      border-radius: 0 0 10px 10px; }
    #esquema .box-light:nth-of-type(4) {
      border-radius: 0 0 10px 0; }
  #esquema .box-hard {
    background-color: #FFF389; }
    #esquema .box-hard div:nth-of-type(1) {
      height: 100%; }
    @media (max-width: 767px) {
      #esquema .box-hard {
        padding-top: 15px;
        padding-bottom: 15px; } }

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