@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;500;700;900&display=swap");
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 1.5em; }

img {
  max-width: 100%;
  display: block; }

.contenedor {
  max-width: 1100px;
  margin: 0 auto; }

.displayBlock {
  display: block !important; }

.displayNone {
  display: none; }

.mt1_5 {
  margin-top: 1.5em !important; }

.mb1_5 {
  margin-bottom: 1.5em; }

.backRojo {
  background-color: #DE3730 !important; }

.textBlanco {
  color: #ffffff !important; }

.flexPtn1 {
  flex: .1; }

.borderBottom {
  border-bottom: 1px solid #bfc3b7; }

.txtCenter {
  text-align: center; }

.txtDecoration {
  text-decoration: underline; }

.noBorderBottom {
  border-bottom: none !important; }

.important {
  font-weight: bold;
  text-decoration: underline; }

.textRojo {
  color: #DE3730 !important; }

.activeBtn {
  background-color: #FDD302 !important;
  color: #000 !important; }

.activeBtnTurquesa {
  background-color: #026183 !important;
  color: #ffffff !important; }

.activeBtnTurquesaLight {
  background-color: #03769F !important;
  color: #ffffff !important; }

.activeBtnGris {
  background-color: #547071 !important;
  color: #ffffff !important; }

section.top {
  background-image: url(../images/aerial-view-tedmc.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh;
  background-attachment: scroll;
  overflow: scroll; }
  section.top .headerLogos {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 64em) {
      section.top .headerLogos {
        justify-content: space-around;
        flex-direction: row; } }
    section.top .headerLogos div {
      margin-top: 2em;
      flex: 1;
      align-self: center;
      display: flex;
      justify-content: center; }
      section.top .headerLogos div img {
        width: 200px;
        height: auto; }
  section.top .logoEJ {
    display: flex;
    justify-content: center;
    margin-top: 100px; }
    section.top .logoEJ img {
      width: 30%; }
  section.top h1 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 7.2px 7.2px rgba(0, 0, 0, 0.5);
    margin-top: 10%;
    font-size: 30px;
    margin-top: 70px;
    margin-bottom: 50px; }
    @media screen and (min-width: 48em) {
      section.top h1 {
        font-size: 50px;
        margin-top: 100px;
        margin-bottom: 80px; } }
  section.top p {
    color: #ffffff;
    margin-top: 20%;
    line-height: 30px;
    text-shadow: 0px 7.2px 7.2px rgba(0, 0, 0, 0.5);
    font-size: .8em;
    padding: 10px;
    text-align: center; }
    section.top p span {
      font-weight: bold; }
    @media screen and (min-width: 64em) {
      section.top p {
        margin-top: 15%;
        font-size: 1em; } }
  section.top #linkPDFList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5rem;
    margin-top: 20px;
    gap: 5px; }
    @media screen and (min-width: 48em) {
      section.top #linkPDFList {
        flex-direction: row;
        gap: 15px; } }
    section.top #linkPDFList div {
      display: flex;
      width: 300px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: auto;
      transition: transform .2s; }
      section.top #linkPDFList div a {
        text-decoration: none; }
        section.top #linkPDFList div a img {
          border: 1px solid #ffffff; }
        section.top #linkPDFList div a span {
          display: block;
          color: #ffffff;
          font-size: 20px;
          text-align: center;
          margin-top: 10px;
          text-shadow: 0px 7.2px 7.2px rgba(0, 0, 0, 0.5);
          margin-bottom: 20px; }
          @media screen and (min-width: 48em) {
            section.top #linkPDFList div a span {
              margin-bottom: unset; } }
      section.top #linkPDFList div:hover {
        cursor: pointer;
        transform: scale(1.3); }

section.contenido h2 {
  text-align: center;
  font-weight: lighter; }
  section.contenido h2 span {
    font-weight: bold; }
section.contenido .listTours {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: .2em; }
  @media screen and (min-width: 48em) {
    section.contenido .listTours {
      grid-template-columns: repeat(3, 1fr); } }
  section.contenido .listTours div {
    display: flex;
    flex-direction: column; }
    section.contenido .listTours div h2 {
      font-size: 1.3rem;
      height: 30px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 1rem;
      margin-bottom: .1rem;
      text-shadow: 0px 7.2px 7.2px rgba(0, 0, 0, 0.5);
      padding-left: 15px;
      padding-right: 15px; }
    section.contenido .listTours div .contenedor-imagen {
      position: relative;
      width: 100%;
      /* Ancho de la imagen */
      height: 200px;
      /* Altura de la imagen */
      margin-top: unset; }
      section.contenido .listTours div .contenedor-imagen .imagen {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Para mantener la proporción de la imagen */ }
    section.contenido .listTours div p {
      font-size: 1rem;
      color: #ffffff;
      padding-left: 15px;
      padding-right: 15px; }
    section.contenido .listTours div h3 {
      color: #c8e412;
      padding-left: 10px;
      font-size: 1.3rem;
      margin-top: 0;
      text-decoration: underline;
      margin-top: 5px; }
    section.contenido .listTours div ul {
      font-size: 1rem;
      color: #ffffff;
      margin-top: 0;
      margin-bottom: 1rem; }
      section.contenido .listTours div ul li {
        padding: 2px 4px; }
    section.contenido .listTours div .price {
      font-weight: bold; }
      section.contenido .listTours div .price span {
        text-decoration: underline;
        color: yellow; }
    section.contenido .listTours div div {
      margin-top: auto; }
      section.contenido .listTours div div a {
        display: block;
        background-color: #102c52;
        border: 1px solid #ffffff;
        line-height: 2.5rem;
        color: #ffffff;
        text-decoration: none;
        font-size: 1.2rem;
        text-align: center;
        transition: background-color 0.3s ease-out; }
      section.contenido .listTours div div a:hover {
        background-color: #648d3d;
        cursor: pointer; }
      section.contenido .listTours div div a:first-child {
        margin-bottom: .3rem; }
  section.contenido .listTours .amarillo {
    background-color: #FDD302; }
    section.contenido .listTours .amarillo h2, section.contenido .listTours .amarillo h3 {
      color: #000000;
      text-shadow: none;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 900;
      font-size: 1.2rem; }
    section.contenido .listTours .amarillo p {
      color: #000000; }
      section.contenido .listTours .amarillo p span {
        text-decoration: underline;
        font-weight: 900;
        font-size: 1.2rem;
        color: #000000; }
    section.contenido .listTours .amarillo ul {
      color: #000000; }
      section.contenido .listTours .amarillo ul li span.fechaTour {
        font-weight: 900;
        color: #DE3730; }
  section.contenido .listTours .turquesa {
    background-color: #026183; }
    section.contenido .listTours .turquesa h2, section.contenido .listTours .turquesa h3 {
      color: #ffffff;
      text-shadow: none;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 900;
      font-size: 1.2rem; }
    section.contenido .listTours .turquesa p {
      color: #ffffff; }
      section.contenido .listTours .turquesa p span {
        text-decoration: underline;
        font-weight: 900;
        font-size: 1.2rem;
        color: #ffffff; }
    section.contenido .listTours .turquesa ul {
      color: #ffffff; }
      section.contenido .listTours .turquesa ul li span.fechaTour {
        font-weight: 900;
        color: #FDD302; }
  section.contenido .listTours .turquesaLight {
    background-color: #03769F; }
    section.contenido .listTours .turquesaLight h2, section.contenido .listTours .turquesaLight h3 {
      color: #ffffff;
      text-shadow: none;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 900;
      font-size: 1.2rem; }
    section.contenido .listTours .turquesaLight p {
      color: #ffffff; }
      section.contenido .listTours .turquesaLight p span {
        text-decoration: underline;
        font-weight: 900;
        font-size: 1.2rem;
        color: #ffffff; }
    section.contenido .listTours .turquesaLight ul {
      color: #ffffff; }
      section.contenido .listTours .turquesaLight ul li span.fechaTour {
        font-weight: 900;
        color: #FDD302; }
  section.contenido .listTours .gris {
    background-color: #547071; }
    section.contenido .listTours .gris h2, section.contenido .listTours .gris h3 {
      color: #ffffff;
      text-shadow: none;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 900;
      font-size: 1.2rem; }
    section.contenido .listTours .gris p {
      color: #ffffff; }
      section.contenido .listTours .gris p span {
        text-decoration: underline;
        font-weight: 900;
        font-size: 1.2rem;
        color: #ffffff; }
    section.contenido .listTours .gris ul {
      color: #ffffff; }
      section.contenido .listTours .gris ul li span.fechaTour {
        font-weight: 900;
        color: #FDD302; }
section.contenido div.items {
  display: flex;
  gap: 1em;
  flex-direction: column; }
  @media screen and (min-width: 48em) {
    section.contenido div.items {
      flex-direction: unset; } }
  section.contenido div.items div {
    background-color: #19b7b2;
    display: inherit;
    flex-direction: column;
    flex: 1; }
    section.contenido div.items div h2 {
      text-align: center;
      font-size: 1.2em;
      margin: 0;
      color: #ffffff; }
    section.contenido div.items div div {
      padding: 1em; }
      section.contenido div.items div div p {
        font-size: .8em;
        line-height: 24px; }
        @media screen and (min-width: 64em) {
          section.contenido div.items div div p {
            height: 130px; } }
      section.contenido div.items div div h2 {
        color: #ffffff;
        text-shadow: 0px 7.2px 7.2px rgba(0, 0, 0, 0.5);
        text-transform: uppercase; }
      section.contenido div.items div div h3 {
        text-decoration: underline;
        text-transform: uppercase;
        color: #3f2d65;
        font-size: 1em;
        margin: 0; }
      section.contenido div.items div div ul li {
        font-size: .8em;
        margin-bottom: .5em; }
      @media screen and (min-width: 64em) {
        section.contenido div.items div div ul:nth-of-type(2) {
          height: 130px; } }
      @media screen and (min-width: 64em) {
        section.contenido div.items div div ul:nth-of-type(3) {
          height: 380px; } }
  section.contenido div.items a {
    color: #ffffff; }
  section.contenido div.items a.btn {
    background-color: #8cbc00;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    padding: 1rem;
    transition: background-color 0.3s ease-out;
    text-align: center;
    border: none;
    width: 100%;
    font-size: .8em;
    margin-top: auto; }
  section.contenido div.items .btn:hover {
    background-color: #769c02;
    cursor: pointer; }
section.contenido div.politicas {
  margin-top: 2em; }
  section.contenido div.politicas h2 {
    color: #202537;
    text-transform: uppercase;
    font-size: 1.2em; }
  section.contenido div.politicas p {
    font-size: .8em; }

/*
.icon-tabler-hand-click{
    animation: rebota 1s alternate infinite ease-out;
    position: relative;
}

@-webkit-keyframes rebota {
    0% {
      top: 60px;
      height: 70px;
    }
    100% {
      top: 20px;
    }
  }
*/
section#handIcon .contenedor {
  display: flex;
  justify-content: center;
  flex-direction: row;
  position: relative; }
  section#handIcon .contenedor .flecha-bajar a {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    color: #000;
    text-decoration: none;
    font-size: 1em;
    animation: flecha-animada 2s ease-in-out infinite; }
@keyframes flecha-animada {
  from {
    transform: translateY(0); }
  50% {
    transform: translateY(6px); }
  to {
    transform: translateY(0); } }
section#btnTours .contendor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }
  section#btnTours .contendor ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 20px; }
    section#btnTours .contendor ul li {
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 10px;
      width: 100%; }
      @media screen and (min-width: 64em) {
        section#btnTours .contendor ul li {
          margin-left: 5px;
          margin-right: 5px;
          margin-bottom: 0;
          width: unset; } }
      section#btnTours .contendor ul li a {
        background-color: #b1a73a;
        display: block;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 900;
        padding: 1rem;
        transition: background-color 0.3s ease-out;
        text-align: center;
        border: none;
        width: 100%;
        font-size: .8em;
        margin-top: auto;
        text-decoration: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        section#btnTours .contendor ul li a sup {
          text-transform: lowercase; }
        section#btnTours .contendor ul li a:hover {
          background-color: #FDD302;
          color: #000; }

section.textoFacts {
  background-image: linear-gradient(to left, #c7a606 10%, #4b490a 70%, transparent 95%), url(../images/congo.jpg);
  background-position: center, 50% 0%;
  background-repeat: repeat;
  background-size: cover; }
  @media screen and (min-width: 64em) {
    section.textoFacts {
      background-image: linear-gradient(to left, #c7a606 0%, #4b490a 45%, transparent 55%), url(../images/congo.jpg); } }
  section.textoFacts .contenedor {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-size: center, 50% 77em;
    background-repeat: no-repeat;
    padding: 10px; }
    @media screen and (min-width: 64em) {
      section.textoFacts .contenedor {
        grid-template-columns: repeat(2, 1fr); } }
    section.textoFacts .contenedor div {
      grid-column: 1;
      color: #ffffff; }
      @media screen and (min-width: 64em) {
        section.textoFacts .contenedor div {
          grid-column: 2 / 3; } }
      section.textoFacts .contenedor div h2 {
        color: #ffffff;
        text-shadow: 0px 7.2px 7.2px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-align: center;
        font-size: 1.2em; }
      section.textoFacts .contenedor div p {
        font-size: .8em;
        line-height: 24px; }
      section.textoFacts .contenedor div ul li {
        font-size: .8em;
        margin-bottom: 15px; }

#modal {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all .5s;
  z-index: 1; }
  #modal div {
    width: 70%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    color: #202537; }
    #modal div .headerModel {
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 2em;
      position: relative; }
      #modal div .headerModel .closeModal {
        width: inherit;
        display: flex;
        flex-direction: row;
        background-color: transparent;
        justify-content: end;
        position: relative; }
        #modal div .headerModel .closeModal svg {
          width: 35px;
          height: 35px;
          background-color: #ffec00;
          border: 1px solid #769c04;
          border-radius: 15px;
          position: absolute;
          top: -16px;
          right: -10px; }
      #modal div .headerModel h2 {
        font-weight: 900;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: #769c02; }
    #modal div .contenidoModal {
      width: 100%;
      padding: 0 2em;
      overflow: scroll;
      max-height: 450px; }
      #modal div .contenidoModal p {
        color: #72768B;
        font-size: .8em;
        line-height: 30px; }
      #modal div .contenidoModal .tecInfoTitle {
        font-weight: 900;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: #102c52; }
      #modal div .contenidoModal .tecInfo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1rem; }
        #modal div .contenidoModal .tecInfo div {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          margin-top: 0; }
        #modal div .contenidoModal .tecInfo ul {
          flex: 4; }
          #modal div .contenidoModal .tecInfo ul li {
            font-size: .8em;
            margin-bottom: .5em;
            color: #72768B; }
        #modal div .contenidoModal .tecInfo p {
          flex: 4; }
    #modal div .btnAgregar {
      padding-bottom: 2em;
      display: flex;
      justify-content: center;
      margin-top: 1.3rem; }
      #modal div .btnAgregar ul {
        list-style: none;
        margin: 0;
        text-align: center; }
        #modal div .btnAgregar ul li {
          text-align: center; }
          #modal div .btnAgregar ul li a {
            border-radius: 5px;
            display: flex;
            justify-content: center;
            padding: 10px;
            width: 250px;
            text-decoration: none; }

#modalform {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all .5s;
  z-index: 1; }
  #modalform div {
    width: 70%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    color: #202537; }
    #modalform div .headerModel {
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 2em;
      position: relative; }
      #modalform div .headerModel .closeModal {
        width: inherit;
        display: flex;
        flex-direction: row;
        background-color: transparent;
        justify-content: end;
        position: relative; }
        #modalform div .headerModel .closeModal svg {
          width: 35px;
          height: 35px;
          background-color: #ffec00;
          border: 1px solid #769c04;
          border-radius: 15px;
          position: absolute;
          top: -16px;
          right: -10px; }
      #modalform div .headerModel h2 {
        font-weight: 900;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: #769c02; }
    #modalform div .contenidoModal {
      width: 100%;
      padding: 0 2em;
      overflow: scroll;
      max-height: 450px; }
      #modalform div .contenidoModal p {
        color: #72768B;
        font-size: .8em;
        line-height: 30px; }
      #modalform div .contenidoModal .tecInfoTitle {
        font-weight: 900;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: #102c52; }
      #modalform div .contenidoModal .tecInfo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1rem; }
        #modalform div .contenidoModal .tecInfo div {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          margin-top: 0; }
        #modalform div .contenidoModal .tecInfo ul {
          flex: 4; }
          #modalform div .contenidoModal .tecInfo ul li {
            font-size: .8em;
            margin-bottom: .5em;
            color: #72768B; }
        #modalform div .contenidoModal .tecInfo p {
          flex: 4; }
      #modalform div .contenidoModal form label, #modalform div .contenidoModal form input, #modalform div .contenidoModal form textarea {
        width: 100%;
        font-size: .9em;
        margin-bottom: 5px; }
      #modalform div .contenidoModal form input[type="submit"] {
        margin-bottom: 20px; }
    #modalform div .btnAgregar {
      padding-bottom: 2em;
      display: flex;
      justify-content: center;
      margin-top: 1.3rem; }
      #modalform div .btnAgregar ul {
        list-style: none;
        margin: 0;
        text-align: center; }
        #modalform div .btnAgregar ul li {
          text-align: center; }
          #modalform div .btnAgregar ul li a {
            border-radius: 5px;
            display: flex;
            justify-content: center;
            padding: 10px;
            width: 250px;
            text-decoration: none; }

.d-none {
  display: none; }

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