@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100..900&display=swap");
h0 {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  h0 {
    font-size: 34px;
  }
}

h1 {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 19px;
  }
}

h3 {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-size: 19px;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 15px;
  }
}

h5 {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
}

p {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}

li {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.Blue_corp_button {
  background-color: #46509D;
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  border: 4px solid #ffffff;
  padding: 10px 30px;
  width: fit-content;
  align-self: center;
  border-radius: 10px;
  box-shadow: 0 0 0 4px #46509D;
  margin: 1rem 0rem;
}

.pastilla_title {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 1rem;
}
.pastilla_title img {
  max-width: 30px;
}
.pastilla_title div {
  color: #ffffff;
  padding: 1rem;
  border-radius: 2px 0px 2px 0px;
}

.pastilla_destaque_text {
  padding: 10px 30px;
  width: fit-content;
  align-self: center;
  border-radius: 10px;
}

.p_light_blue {
  box-shadow: 0 0 0 4px #E0E6F5;
  color: #2A306D;
  background-color: #E0E6F5;
  border: 4px solid #ffffff;
}

.p_corp_blue {
  box-shadow: 0 0 0 4px #46509D;
  color: #ffffff;
  background-color: #46509D;
  border: 4px solid #ffffff;
}

.separador_ornamental {
  display: flex;
  margin: 0rem 1rem;
}
.separador_ornamental div {
  width: 100%;
  margin: 20px 0rem;
}

.separador_seccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  text-align: center;
  padding: 1rem 0rem;
}

.input_inscription {
  height: 3rem;
  border: none;
  border-radius: 2px;
  padding: 1rem;
  margin: 1rem 0rem;
  background-color: #E0E6F5;
}
.input_inscription::placeholder {
  color: #2A306D;
  font-family: "Exo", sans-serif;
}
.input_inscription:focus {
  outline: 2px solid #46509D;
}

.rotate_180 {
  transform: rotate(180deg);
}

.self_end_align {
  align-self: flex-end;
}

.justify_item_center {
  justify-items: center;
}

.text_bold {
  font-weight: 650;
}

.corp_azul {
  background-color: #46509D;
}

.text_azul {
  color: #2A306D;
}

.background_blue_chips {
  background-image: url(/IMG/fondos/CEI_fondo_muestra_sabor_azul.png);
  background-repeat: repeat;
}

.background_light_blue {
  background-color: #E0E6F5;
}

.background_light_blue_squared {
  background-image: url(/IMG/fondos/CEI_fondo_muestra_light_blue.png);
  background-repeat: repeat;
}

.corp_rojo {
  background-color: #E8564F;
}

.text_rojo {
  color: #7D1C19;
}

.background_red_chips {
  background-image: url(/IMG/fondos/CEI_fondo_muestra_sabor_rojo.png);
  background-repeat: repeat;
}

.background_light_red {
  background-color: #FCE7E7;
}

.corp_verde {
  background-color: #69C2C7;
}

.text_verde {
  color: #16736F;
}

.background_green_chips {
  background-image: url(/IMG/fondos/CEI_fondo_muestra_sabor_verde.png);
  background-repeat: repeat;
}

.background_light_green {
  background-color: #E8F4F6;
}

.corp_magenta {
  background-color: #C25B9D;
}

.text_magenta {
  color: #7F1F6A;
}

.background_magenta_chips {
  background-image: url(/IMG/fondos/CEI_fondo_muestra_sabor_magenta.png);
  background-repeat: repeat;
}

.background_light_magenta {
  background-color: #FBEAF3;
}

.corp_rosa {
  background-color: #C92C5B;
}

.text_rosa {
  color: #791C37;
}

.background_rosa_chips {
  background-image: url(/IMG/fondos/CEI_fondo_muestra_sabor_rosa.png);
  background-repeat: repeat;
}

.background_light_rose {
  background-color: #FADEE8;
}

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

header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
header img {
  max-width: 12rem;
  margin-left: 1rem;
}
header .open_nav {
  background-color: #ffffff;
  color: #2A306D;
  padding: 1rem;
  display: none;
  border: 0px;
  border-radius: 2px;
}
header .open_nav i {
  font-size: 30px;
}
header .open_nav:hover {
  background-color: #46509D;
  color: #ffffff;
}
header .nav {
  background-color: #ffffff;
}
header .nav .close_nav {
  border: none;
  display: none;
  border-radius: 2px;
  align-self: self-end;
  margin-top: 2rem;
  margin-right: 1rem;
}
header .nav .close_nav i {
  font-size: 30px;
}
header .nav .close_nav:hover {
  background-color: #46509D;
  color: #ffffff;
}
header .nav .nav_list {
  display: flex;
  list-style-type: none;
}
header .nav .nav_list li a {
  color: #2A306D;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 1rem;
}
header .nav .nav_list li a:hover {
  background-color: #46509D;
  color: #ffffff;
}
header .nav .nav_list li a i {
  font-size: 26px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 810px) {
  header .open_nav {
    display: block;
    background-color: #ffffff;
  }
  header .nav {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    gap: 2rem;
  }
  header .nav .close_nav {
    display: block;
    background-color: #ffffff;
    color: #2A306D;
  }
  header .nav.visible {
    opacity: 1;
    visibility: visible;
  }
  header .nav_list {
    flex-direction: column;
  }
  header .nav_list li a {
    background-image: none;
  }
}

@media screen and (max-width: 810px) {
  header {
    justify-content: space-between;
  }
}
main {
  background-color: #46509D;
}

.nombre_secciones {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem;
}
.nombre_secciones h2 {
  color: #ffffff;
}

.home_advise {
  display: flex;
  justify-content: center;
  padding: 5rem 0rem;
}
.home_advise .mordisco_location {
  position: absolute;
  width: 70rem;
}
.home_advise .mordisco_location img {
  position: absolute;
  width: 8rem;
  top: 0;
  right: 0;
}
.home_advise .pastilla_home {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
  width: 70rem;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.home_advise .pastilla_home article {
  padding: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.home_advise .pastilla_home article h4 {
  padding: 0rem 1rem 1rem 1rem;
}
.home_advise .pastilla_home .home_img {
  width: 30rem;
}
@media screen and (max-width: 1180px) {
  .home_advise {
    padding: 3rem 0rem;
  }
  .home_advise .mordisco_location {
    max-width: 20rem;
  }
  .home_advise .mordisco_location img {
    width: 6rem;
  }
  .home_advise .pastilla_home {
    flex-direction: column-reverse;
    max-width: 20rem;
    gap: 0rem;
  }
  .home_advise .pastilla_home article {
    max-width: 36rem;
  }
  .home_advise .pastilla_home .home_img {
    width: 17rem;
  }
}

.Itinerario_sec {
  display: flex;
  justify-content: center;
  padding: 3rem 0rem;
}
.Itinerario_sec .Itinerario_card {
  background-color: #ffffff;
  padding: 0rem 2rem 2rem 2rem;
  width: 70vw;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.Itinerario_sec .Itinerario_card .Itinerario_grid {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.Itinerario_sec .Itinerario_card .Itinerario_grid div {
  padding: 0.6rem 1rem;
}
.Itinerario_sec .Itinerario_card .card_img_text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.Itinerario_sec .Itinerario_card .card_img_text img {
  max-width: 30rem;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.Itinerario_sec .Itinerario_card .card_img_text img:hover {
  transform: scale(1.5);
  z-index: 2;
}
.Itinerario_sec .Itinerario_card .card_img_text article {
  max-width: 30rem;
}
.Itinerario_sec .Itinerario_card .card_img_text article p {
  margin: 1rem 2rem;
}
@media screen and (max-width: 1200px) {
  .Itinerario_sec .Itinerario_card .card_img_text {
    flex-direction: column-reverse;
  }
  .Itinerario_sec .Itinerario_card .card_img_text img {
    object-fit: contain;
    max-width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .Itinerario_sec .Itinerario_card {
    width: 90vw;
    padding: 0rem 0rem 2rem 0rem;
  }
  .Itinerario_sec .Itinerario_card .Itinerario_grid {
    display: block;
  }
}

.reverse_order {
  flex-direction: row-reverse;
}

.columns_2_flex {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 3rem 7rem 3rem;
}
.columns_2_flex .text_block {
  max-width: 35rem;
}
.columns_2_flex .text_block article {
  background-color: #ffffff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.columns_2_flex .text_block article .Punto_info {
  display: flex;
  align-items: flex-start;
  margin: 1rem;
}
.columns_2_flex .text_block article .Punto_info img {
  margin-right: 10px;
}
.columns_2_flex .IMG_block {
  display: flex;
  flex-direction: column;
  overflow: visible;
  justify-content: center;
  width: 40rem;
  align-items: center;
  position: relative;
}
.columns_2_flex .IMG_block img {
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
}
.columns_2_flex .IMG_block img:hover {
  transform: scale(1.5);
  z-index: 2;
}
.columns_2_flex .IMG_block .IMG_1 {
  max-width: 24rem;
  top: 2vw;
  left: 0vw;
  z-index: 0;
}
.columns_2_flex .IMG_block .IMG_2 {
  max-width: 27rem;
  top: 14vw;
  right: 0vw;
  z-index: 1;
}
.columns_2_flex .IMG_block .IMG_3 {
  max-width: 22rem;
  top: 30vw;
  left: 2rem;
}
@media screen and (max-width: 1400px) {
  .columns_2_flex {
    flex-direction: column;
    align-items: center;
    padding: 0rem 0rem 3rem 0rem;
  }
  .columns_2_flex .text_block article {
    padding: 2rem 1rem;
  }
  .columns_2_flex .IMG_block {
    width: 80%;
    position: static;
    margin-top: 2rem;
    gap: 1rem;
  }
  .columns_2_flex .IMG_block img {
    position: static;
  }
}
@media screen and (max-width: 800px) {
  .columns_2_flex .IMG_block .IMG_1 {
    max-width: 16rem;
  }
  .columns_2_flex .IMG_block .IMG_2 {
    max-width: 18rem;
  }
  .columns_2_flex .IMG_block .IMG_3 {
    max-width: 15rem;
  }
}

.video_box {
  background-color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0rem 5rem 0rem;
  gap: 2rem;
}
.video_box iframe {
  width: 36rem;
  height: 20rem;
}
@media screen and (max-width: 1400px) {
  .video_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .video_box iframe {
    width: 20rem;
    height: 12rem;
  }
}

.form_section {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 2rem;
}
.form_section div {
  display: flex;
  flex-direction: column;
}
.form_section div img {
  max-width: 40px;
}
.form_section div form {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 2px 0px 2px 0px;
}
.form_section div form div {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .form_section {
    padding: 2rem 0rem;
  }
}

footer {
  display: flex;
  justify-content: space-around;
  padding: 2rem;
}
footer section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
footer section img {
  max-width: 12rem;
  max-height: 6rem;
  object-fit: contain;
}
footer section .grid_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1050px) {
  footer {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  footer section {
    margin-bottom: 2rem;
  }
  footer section .grid_footer {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */