@font-face {
  font-family: "Medium";
  src: url(./font/EncodeSans-Medium.ttf);
}

@font-face {
  font-family: "Regular";
  src: url(./font/EncodeSans-Regular.ttf);
}
@font-face {
  font-family: "Extra";
  src: url(./font/EncodeSans-ExtraBold.ttf);
}
@font-face {
  font-family: "Bold";
  src: url(./font/EncodeSans-Bold.ttf);
}

@font-face {
  font-family: "Light";
  src: url(./font/EncodeSans-Light.ttf);
}

@font-face {
  font-family: "Semi";
  src: url(./font/EncodeSans-SemiBold.ttf);
}
html,
p,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  overflow-clip-margin: 0px;
}
ul,
li {
  text-decoration: none;
  all: unset;
}
a {
  text-decoration: none;
}
li a:link,
li a:visited,
li a:hover,
li a:active {
  color: #800000;
  text-decoration: none;
  all: unset;
}

textarea {
  resize: none;
}
.links {
  gap: 2.125rem;
  cursor: pointer;
}

header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 6.9294rem;
}

.logo {
  width: 18.625rem;
  height: 6.9375rem;
  margin-left: 7.375rem;
  @media only screen and (max-width: 768px) {
    margin-left: 2.375rem;
  }
}

.flex {
  display: flex;
}

.flex_column {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.space_bet {
  justify-content: space-between;
}

main {
  width: 100%;
}

.center {
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.center_links {
  justify-content: center;
  align-items: center;
  gap: 3.9375rem;
  margin-top: 1.4375rem;
}

.info_header {
  flex-direction: column;
  justify-content: center;
  align-items: end;
  margin-right: 8.75rem;
}

.info_days {
  height: auto;
  justify-content: center;
}

.days {
  width: 21.125rem;
  height: 1.375rem;
  color: #666666;
  font: normal normal bold 1.0625rem/1.375rem "Extra";
}
.number {
  color: #0274bf;
  font: normal normal bold 1.0625rem/1.5625rem "Bold";
}

.logo_2 {
  width: 1.4375rem;
  height: 1.4375rem;
}
.box_redes {
  width: 6.5rem;
  height: 1.6rem;
  justify-content: space-between;
}
.box_redes a img {
  margin: 0.1rem;
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.links li a {
  color: #005d9a;
  font: normal normal normal 1.125rem/1.4375rem "Semi";
}
.menu_ham {
  height: 2.1875rem;
  width: 2.1875rem;
  object-fit: contain;
  margin-right: 3.375rem;
}
/*    -------------        */

.container_backgraund {
  width: 100%;
  height: 45rem;
  background-image: url(/img/Backgraund/hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box_relleno {
  height: 14.375rem;
  width: 37.4375rem;
}
.title_box {
  width: 37.4375rem;
  height: 14.375rem;
  gap: 1.6875rem;
  margin-left: -28rem;
}
.title_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.1875rem;
  height: 3.3125rem;
  background: #44d7a8 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  opacity: 1;
}
.title_box a p {
  color: #ffffff;
  font: normal normal bold 1.125rem/1.4375rem "Bold";
}
.title {
  font: normal normal normal 3.75rem/4.6875rem "Regular";
  margin-bottom: 1.6875rem;
  color: #f5f6ff;
  white-space: nowrap;
}
/* ------------------------ */
.color_seccion {
  background-color: #f5f6ff;
  min-height: 25rem;
  max-height: 50rem;
}
.container_width {
  width: 56%;
  height: 19.625rem;
  padding-bottom: 4.875rem;
  @media only screen and (max-width: 768px) {
    width: 80%;
  }
}
.info2 {
  width: 44.4375rem;
  height: 6.5625rem;
  font: normal normal normal 1.25rem/2.5rem "Regular";
  text-align: center;
  margin-bottom: 2.9375rem;
  margin-top: 4.1875rem;
  color: #4d4d4d;
  @media only screen and (max-width: 768px) {
    width: 80%;
    height: auto;
  }
}
.box_2 {
  width: 100%;
  justify-content: space-between;
}

.container_cual {
  width: 100%;
  justify-content: space-between;
}
.container_cual div {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.1875rem 0.625rem #00000029;
  border-radius: 1.25rem;
  width: 16.25rem;
  height: 6.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.container_cual div img {
  width: 1.875rem;
  height: 1.875rem;
}

.sec1_1 {
  font: normal normal bold 1.125rem/1.4375rem "Bold";
  color: #005d9a;
}
.sec1_2 {
  color: #44d7a8;
  font: normal normal bold 1.125rem/1.4375rem "Bold";
}
/* ---------------------------------- */

.seccion2 {
  width: 100%;
  min-height: 42.5rem;
}
.container2 {
  width: 56%;
  position: relative;
  z-index: 50;
  @media only screen and (max-width: 768px) {
    width: 80%;
  }
}

.title_2 {
  height: 9.375rem;
  font: normal normal normal 3.75rem/4.6875rem "Bold";
  text-align: left;
  color: #005d9a;
}

.text_2 {
  width: 31.375rem;
  height: 3.125rem;
  font: normal normal normal 1.25rem/1.5625rem "Regular";
  color: #4d4d4d;
  text-align: left;
  margin-top: 1.25rem;
}

.img_seccion2 {
  width: 34rem;
  height: 22.125rem;
  align-self: self-end;
}

.link_seccion2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.1875rem;
  height: 3.3125rem;
  border-radius: 0.625rem;
  background-color: #44d7a8;
  font: normal normal bold 1.125rem/1.4375rem "Bold";
  color: white;
  margin-top: 3.9rem;
}

.margin_top2 {
  margin-top: 4.875rem;
}

.ul_secc2 {
  margin-top: -3rem;
  width: 85.25rem;
  height: 12.0625rem;
  background-color: #f5f6ff;
}

.ul_secc2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -3rem;
  gap: 6rem;
}

.ul_secc2 ul li img {
  width: 2.125rem;
  height: 2.125rem;
}
.ul_secc2 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.ul_secc2 ul li p {
  font: normal normal normal 1.125rem/1.4375rem "Regular";
  color: #005d9a;
}
/* --------------------------------- */

.seccion3 {
  
  background-color: #f5f6ff;
}
.seccion_3_center {
  width: 56%;
  margin-top: 3.375rem;
  

  @media only screen and (max-width: 768px) {
    width: 80%;
  }
}
.title_sec3 {
  width: 16.0625rem;
  height: 4.6875rem;
  color: #005d9a;
  font: normal normal normal 3.75rem/4.6875rem "Bold";
}

.sec3_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  row-gap: 2rem;

   @media only screen and (max-width: 1000px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sec3_grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.0625rem;
  height: 8.3125rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.1875rem 0.375rem #00000029;
  border-radius: 0.625rem;
  gap: 2rem;
}

.svg {
  width: 2.9375rem;
  height: 2.9375rem;
  fill: #44d7a8;
  transition: fill 0.3s ease;
}
.sec3_grid div:hover {
  background: #44d7a8 0% 0% no-repeat padding-box;
}
.sec3_grid div:hover .svg {
  fill: #ffffff;
}
.sec3_grid div p {
  color: #005d9a;
  font: normal normal bold 1.4375rem/1.8125rem "Bold";
}

.info_sec3 {
  margin-top: 1.125rem;
  width: 48.75rem;

  font: normal normal normal 1.5625rem/1.875rem "Bold";
}
.info_sec3_2 {
  color: #4d4d4d;
  font: normal normal normal 0.9375rem/2.5rem "Regular";
  margin-bottom: 3rem;
}

/* -------------------------------- */

.slider {
  width: 100%;
  height: 15.6875rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.slide_comp {
  display: flex;
  animation: 30s slider infinite linear;
  animation-play-state: paused;
  will-change: transform;
}

.slide_group {
  display: flex;
  white-space: nowrap;
}

.slider:hover .slide_comp {
  animation-play-state: paused !important;
}

.slide_comp img {
  margin: 0 4rem;
  height: 11.5rem;
  width: auto;
  object-fit: cover;
}

.scale-img {
  margin: 0 10rem !important;
  scale: 2.5;
}

.scale {
  scale: 0.5;
  margin: 0 -15rem !important;
}

.slider-img- {
  scale: 0.8;
  margin: 0 -4rem !important;
}

@keyframes slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* -------------------------------- */
.seccion4 {
  min-height: 53.25rem;
}
.secc4_center {
  width: 56%;
  @media only screen and (max-width: 768px) {
    width: 80%;
  }
}
.img_sec4 {
  width: 34rem;
  height: 26rem;
  object-fit: cover;
}

.log_sec4 {
  width: 15.4375rem;
  height: 13.625rem;
}
.title_sec4_1 {
  margin-bottom: 38px;
}
.title_sec4 {
  color: #005d9a;
  font: normal normal normal 3.75rem/4.6875rem "Bold";
  margin-bottom: 1.5rem;
}
.info_sec4 {
  width: 44.4375rem;
  height: 4.0625rem;
  text-align: left;
  font: normal normal normal 1.25rem/2.5rem "Regular";
  letter-spacing: 0px;
  color: #4d4d4d;
  @media only screen and (max-width: 768px) {
    text-align: center;
  }
}
.info2_sec4 {
  height: 26rem;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: space-between;
}
.p1 {
  width: 28.5625rem;
  height: 2.375rem;
  color: #44d7a8;
  font: normal normal bold 1.875rem/2.5rem "Bold";
  white-space: nowrap;
}
.p2 {
  line-height: 2rem;
  color: #4d4d4d;
  font: normal normal normal 1.25rem/2.5rem "Medium";
  margin-top: -2rem;
}
.sec4_descrip {
  width: 22.125rem;

  text-align: left;
  font: normal normal normal 1.25rem/2.5rem "Regular";
  letter-spacing: 0px;
  color: #4d4d4d;
}
.sec4_descrip div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec4_descrip div p {
  white-space: nowrap;
}
.sec4_descrip div img {
  height: 1.5625rem;
}
/* ------------------------------------ */

.seccion5 {
  background-color: #f5f6ff;
  min-height: 75.6875rem;
  justify-content: center;
}

.sec5_center {
  width: 56%;
  @media only screen and (max-width: 768px) {
    width: 80%;
  }
}

.title5 {
  font: normal normal normal 3.75rem/4.6875rem "Regular";
  color: #005d9a;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.info5 {
  margin-bottom: 3rem;
  font: normal normal normal 1.25rem/2.5rem "Regular";
  @media only screen and (max-width: 768px) {
    text-align: center;
  }
}
.form_width {
  width: 48%;
}
.form_width p {
  margin-bottom: 3rem;
  margin-top: 1rem;
  color: #005d9a;
  font: normal normal bold 1.875rem/2.375rem "Bold";
}
.container_form {
  display: flex;
  align-items: start;
  margin-bottom: 5rem;
}
.form_column {
  width: 100%;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}

.input_form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input_form input {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #005d9a;
  border-radius: 0.625rem;
  height: 3.0625rem;
  font-size: 1.2rem;
}
.input_form label {
  color: #4d4d4d;
  font: normal normal normal 1rem/2.5rem "Regular";
  height: 2rem;
}

.form_column button {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #44d7a8;
  background-color: #44d7a8;
  border-radius: 0.625rem;
  height: 3.0625rem;
  color: white;
  font: normal normal bold 1.125rem/1.4375rem "Bold";
}
.texta_sec5_1 {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #005d9a;
  border-radius: 0.625rem;
  height: 6.625rem;
  font-size: 1.2rem;
}
.texta_sec5_2 {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #005d9a;
  border-radius: 0.625rem;
  height: 23.8rem;
  font-size: 1.2rem;
}
/* ------------------------------------- */

.seccion6 {
  justify-content: center;
}
.sec6_center {
  width: 56%;
  @media only screen and (max-width: 768px) {
    width: 80%;
  }
}
.container_sec6 {
  align-self: flex-start;
}
.title_sec6 {
  color: #005d9a;
  font: normal normal bold 3.75rem/4.6875rem "Bold";
  margin-top: 3.375rem;
}

.info_sec6 {
  height: 3.125rem;
  color: #4d4d4d;
  font: normal normal normal 1.25rem/1.5625rem "Regular";
  margin-top: 1.25rem;
}
.form_sec6 {
  margin-top: 2.5625rem;
  width: 90%;
  display: flex;
  flex-direction: column;
}
.form_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.input_msj6 {
  grid-column: span 2;
}
.texta_sec6 {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #005d9a;
  border-radius: 0.625rem;
  height: 4.8125rem;
  font-size: 1.2rem;
}
.button_sec6 {
  width: 28.75rem;
  height: 3.3125rem;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #005d9a;
  background-color: #005d9a;
  border-radius: 0.625rem;
  align-self: center;
  color: white;
  margin-top: 3.3125rem;
  margin-bottom: 9.5625rem;
  font: normal normal bold 1.125rem/1.4375rem "Bold";
}
/*   -----------------------------------     */
.seccion7 {
  justify-content: center;
  background-color: #f5f6ff;
  min-height: 64.3125rem;
}
.sec7_center {
  margin-top: 4.5625rem;
  width: 56%;
  @media only screen and (max-width: 768px) {
    width: 80%;
  }
}
.title_sec7 {
  width: 22.375rem;
  height: 4.6875rem;
  color: #005d9a;
  font: normal normal bold 3.75rem/4.6875rem "Bold";
}
.info_sec7 {
  width: 56.8125rem;
  height: 1.5625rem;
  color: #4d4d4d;
  font: normal normal normal 1.25rem/1.5625rem "Regular";
}
.container_sec7 {
  width: 100%;
  justify-content: space-between;
  margin-top: 3.4375rem;
  margin-bottom: 9.1875rem;
  height: 53rem;
}
.container_sec7 div {
  width: 45%;
}

.descrip_sec7 {
  color: #666666;
  height: 1.5625rem;
  font: normal normal bold 1.25rem/1.5625rem "Bold";
}
.links_sec7 {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.links_sec7 a {
  display: flex;
  gap: 1rem;
}
.links_sec7 a img {
  object-fit: contain;
  margin: 0.1rem;
}
.links_sec7 a p {
  color: #005d9a;
  font: normal normal normal 1.25rem/1.25rem "Medium";
  white-space: nowrap;
  margin: auto 0;
}
.form_sec7 {
  flex-direction: column;
  gap: 2rem;
}
.form_sec7 div {
  width: 100%;
}

.texta_sec7 {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #005d9a;
  border-radius: 0.625rem;
  height: 12.9375rem;
  font-size: 1.2rem;
}
.button_sec7 {
  width: 100%;
  height: 3.3125rem;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #005d9a;
  background-color: #005d9a;
  border-radius: 0.625rem;
  align-self: center;
  color: white;
  margin-top: 3.3125rem;
  margin-bottom: 9.5625rem;
  font: normal normal bold 1.125rem/1.4375rem "Bold";
}
.map {
  height: 40rem;
}
/*---------------------------- */
.bot_float {
  position: sticky;
  z-index: 9999;
  bottom: 0;
  margin-left: auto;
  margin-right: 8.75rem;
  display: flex;

  width: 7.625rem;
  height: 6rem;

  border-radius: 1.25rem;
  opacity: 1;
}
.bot_float div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.bot_float div img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.bot_float div p {
  color: #25d366;
  font: normal normal bold 0.75rem/0.9375rem "Bold";
}
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_part1 {
  width: 100%;
  background-color: #005d9a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.footer_center1 {
  margin-top: 1.5625rem;
  width: 85%;
  display: flex;
  justify-content: space-between;
}
.logo_footer {
  width: 23.25rem;
  height: 6.75rem;
  object-fit: cover;
  margin: auto 0;
}
.logo_footer1 {
  width: 23.25rem;
  height: 6.75rem;
  background-image: url(/img/Logo/Capa_x0020_1.svg);
  background-size: cover;
  background-position: center;
}
.footer_links {
  height: 6.75rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.footer_links p {
  height: 2.375rem;
  font: normal normal normal 1.875rem/2.375rem "Regular";
  @media only screen and (max-width: 768px) {
    text-align: center;
  }
}
.footer_links span {
  color: #44d7a8;
}

.links_secfooter a p {
  color: #f5f6ff;
  font: normal normal normal 1.25rem/1.25rem "Medium";
  white-space: nowrap;
  margin: auto 0;
}
.links_secfooter {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-end;
}
.links_secfooter a {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.links_secfooter a img {
  object-fit: contain;
  margin: 0.1rem;
  height: 1.4375rem;
  width: 1.4375rem;
}
.box_redes_footer {
  height: 2.1rem;
  justify-content: space-between;
  margin-top: 0.5rem;
  gap: 1rem;
}
.box_redes_footer a img {
  height: 2rem;
  margin: 0.3rem;
  object-fit: cover;
}

.footer_part2 {
  background-color: #0274bf;
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
}

.footer_center2 {
  margin-top: 2.625rem;
  width: 85%;

  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.links_footer_2 {
  color: white;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  font: normal normal normal 1.4375rem/1.8125rem "Regular";
  gap: 0.9375rem;
  cursor: pointer;
}
.part_2 {
  width: 42.625rem;
}
.logo_ssn {
  width: 20.0625rem;
  height: 5.8125rem;
  object-fit: cover;
  align-self: flex-end;
  margin-bottom: -1.8rem;
}
.footer_center3 {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.625rem;
}

.footer_center3 p {
  white-space: nowrap;

  text-align: center;
}

.footer_center3 > :first-child {
  font: normal normal normal 0.875rem/1.5625rem "Light";
}

.footer_center3 > :nth-child(2) {
  font: normal normal normal 0.875rem/1.0625rem "Semi";
}
.desktop_none {
  display: none;
}
@media only screen and (max-width: 1855px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1155px) {
  html {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }
  .movil_none {
    display: none;
  }
  .desktop_none {
    display: block;
  }
  header {
    align-items: center;
  }
  .title_box {
    margin-left: 0;
    width: 20rem;
  }
  .title {
    white-space: normal;
  }
  .container_cual {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    align-items: center;
    justify-content: end;
    gap: 1rem;
  }
  .container_cual div {
    width: auto;
  }
  .color_seccion {
    height: auto;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .seccion2 {
    margin: 4rem 0;
  }
  .container2 {
    gap: 2rem;
    flex-direction: column;
    margin-bottom: 6rem;
    flex-wrap: wrap;
    align-content: center;
  }
  .ul_secc2 {
    width: auto;
    padding: 2rem;
    height: 12.0625rem;
  }
  .ul_secc2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }

  .info_sec3 {
    width: auto;
  }
  .sec3_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    row-gap: 2rem;
  }
  .sec3_grid div {
    width: 100%;
  }
  .seccion_3_center {
    margin-bottom: 4.25rem;
  }
  .column_reverse {
    gap: 2rem;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
  .title_sec4_1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .info_sec4 {
    width: auto;
    height: auto;
  }
  .container_form {
    gap: 3rem;
    flex-direction: column;
  }
  .form_width {
    width: 100%;
  }
  .info_sec6 {
    height: auto;
  }
  .form_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .input_msj6 {
    grid-column: span 1;
  }
  .seccion7 {
    height: auto;
  }

  .info_sec7 {
    width: auto;
  }
  .container_sec7 {
    flex-direction: column;
    height: auto;
    gap: 3rem;
    margin-bottom: 0;
  }
  .container_sec7 div {
    width: 100%;
  }
  .bot_float {
    margin-right: 2rem;
  }
  .footer_part1 {
    flex-direction: column;
  }
  .footer_center1 {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .footer_center2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .links_secfooter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .col_span_foot {
    grid-column: span 2;
  }
  .part_2 {
    width: auto;
  }

  .footer_links {
    align-items: center;
  }
  .footer_center3 {
    width: 80%;
  }
  .footer_center3 p {
    white-space: wrap;
  }
}
@media screen and (max-device-width: 375px) {
  html {
    font-size: 8.5008px;
  }
}
