*{
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "manrope";
  
}
@font-face {
  font-family: "manrope";
  src: url("font/manrope-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "manrope";
  src: url("font/manrope-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "manrope";
  src: url("font/manrope-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "manrope";
  src: url("font/manrope-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "manrope";
  src: url("font/manrope-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "manrope";
  src: url("font/manrope-extrabold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* swiper */
.cnt_swiper {
  width: 100%;
  padding: 64px 0;
}
.cnt_swiper .cnt_alinear{
  align-items: center;
  padding: 64px 0;
}

.swiper {
  width: 100%;
  max-width: 800px;
  height: 200px;
  margin: 0 auto;
  /* margin-left: 0 !important; */
  /* padding-bottom: 20px !important; */
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px 0;
  height: 100%;
}

.swiper-slide > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

.slider_txt {
  color: #012e4b;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
  text-align: center;
  line-height: 1.4;
}
.slider_txt span {
  font-weight: 300;
  color: #012e4b;
}
.slider_txt_tw span {
  font-weight: 300;
  color: #012e4b;
}
.swiper-slide img {
  max-width: 40px;
  height: auto;
  margin-bottom: 8px;
}

.swiper-pagination-bullet {
  background: #ffffff !important;
  border: 1px solid #012e4b !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;

  width: 7px !important;
  height: 7px !important;

  border-radius: 4px !important;
  margin: 0 5px !important;

  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #068acb !important;
  border: 1px solid #068acb !important;
  width: 20px !important;
  border-radius: 5px !important;
}
.cnt_contenido_slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider_txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.slider_txt span {
  font-weight: 300;
}
.cnt_btn_slider {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.cnt_btn_slider span {
  font-weight: 500 !important;
}
.cnt_btn_slider a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 200;
  background-color: #012e4b;
  color: #fff;
  padding: 9px 36px;
  border-radius: 54px;
  text-decoration: none;
}
.cnt_btn_slider a:hover {
  background-color: #012d4bb0;
  transition: all 0.3s ease;
}
/* fin swiper */
.container {
  width: 100%;
  padding-bottom: -20px;
  margin-bottom: 20px;
}

/* 
---------------------
generales contenedores 
---------------------
*/
.seccion_espaciado {
  padding: 40px 0;
  padding: 0 50% 0 5%;
}
.cnt_alinear{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cnt_contenido{
  max-width: 600px;
  width: 100%;
}

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

.cnt_sticky_wrapper {
  display: flex;
  width: 100%;
  position: relative;

}
.cnt_log img {
  max-width: 198px;
}
.cnt_row {
  padding: 40px 0 0;
  width: 100%;
}
.cnt_left {
  flex: 1;
}


.cnt_right {
  height: 100%;
  position: relative;
}

.cnt_right_movil {
  display: none;
}

.cnt_all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  position: relative;
}
.cnt_hoja {
  position: absolute;
  top: 45%;
  right: -40px;
}
.cnt_hoja img {
  width: 131px;
  height: auto;
  object-fit: cover;
}
.cnt_titulo {
  font-size: 48px;
  font-weight: 900;
  color: #012e4b;
}
.cnt_item {
  padding-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cnt_item {
    padding-top: 13px;
  }
}
.cnt_etiq {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.cnt_etiq_item {
  font-size: 22px;
  padding-right: 20px;
  font-weight: 300;
  color: #012e4b;
}
.item_ {
  border-right: 2px solid #068acb;
}
.cnt_txt {
  padding-top: 48px;
  font-size: 28px;
  font-weight: 300;
  color: #012e4b;
  max-width: 423px;
}
.cnt_img {
  margin: auto;
  max-width: 462px;
  max-height: 479px;
  position: relative;
  margin-bottom: -14px;
  margin-right: -65px;
  /* z-index: -1; */
}
.cnt_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: -80px;
}
.cnt_deco_nv {
  position: absolute;
  top: 110px;
  max-width: 443px !important;
  min-height: 576px !important;
  left: -70px;
  z-index: -1;
  transform: rotate(-10deg);
}

/* .cnt_deco {
  width: 100%;
}
.cnt_deco img {
  position: fixed;
  top: 0;
  right: 350px;
  max-width: 650px;
  width: 624px;
  height: auto;
  object-fit: contain;
  z-index: 0;
} */

.cnt_deco_tw img {
  width: 190px;
  height: auto;
}
.cnt_deco_tw {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.container {
  position: relative;
}

.cnt_stinky {
  position: sticky;
  top: 16px;
}





footer {
  position: relative;
  z-index: 99;
}

.bg_el_top {
  background-image: url("img/decoration.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  height: 529px;
  width: 40%;
  max-width: 624px;
  position: absolute;
  left: 50%;
  top: 0;
}

.s_lateral_form{
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  padding-right: 24px;

  display: flex;
  z-index: 10;
}


footer {
  position: relative;
  z-index: 99 !important;
}
.cnt_fomr_all {
  padding: 0 24px;
}


.form-container {
  position: relative;
  max-width: 451px;
  width: 100%;
  z-index: 30;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: auto;
  width: 100%;

  max-height: 88vh; 
  overflow-y: auto;
  padding-right: 6px;
}

.contact-form::-webkit-scrollbar {
  width: 6px;
}

.contact-form::-webkit-scrollbar-thumb {
  background: #012e4b;
  border-radius:6px;
}

.contact-form::-webkit-scrollbar-thumb:hover {
  background: #0573a3;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
  color: #012e4b;
}
.form-textarea_ {
  border-radius: 16px !important;
}

.form-input,
.form-select,
.form-textarea {
  color: #adadad !important;
  background-color: #fbfbfb;
  /* max-width: 380px; */
  width: 100%;
  max-height: 40px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 200px;
  border: 1px solid #cccccc;
  border-radius: 54px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #007bff;
}

.form-select {
  background-color: #fbfbfb;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23666'%3e%3cpath d='M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px;
  padding-right: 30px;
}
.form-select option:first-child {
  color: #999999;
}

.form-textarea {
  min-height: 100px;
  resize: vertical;
}

.privacy-section {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkbox-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0px;
}
.checkbox-container a {
  color: #012e4b;
}
.trata {
  color: #012e4b;
}
.form-checkbox {
  position: absolute;
  opacity: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 2;
}

.checkbox-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  color: #012e4b;
  line-height: 1.2;
}

.checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 2px solid #007bff;
  border-radius: 50%;
  background-color: #ffffff;
}

.form-checkbox:checked + .checkbox-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #007bff;
  border-radius: 50%;
}

.legal-text {
  font-size: 10px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

.legal-text strong {
  font-weight: bold;
  color: #333333;
}

.button-group {
  display: flex;
  justify-content: center;
}

.submit-button {
  background-color: #068acb;
  color: #ffffff;
  border: none;
  border-radius: 54px;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #0056b3;
}
/* ESTILOS SEGUNDA SECTION */
.cnt_all_tw {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(#f4f4f4, #fff);
}
.cnt_dispen {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 11;
  gap: 32px;
}
.cnt_caracteristicas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cnt_item_ca {
  font-weight: 700;
  font-size: 18px;
  max-width: 314px;
  color: #012e4b;
}
.cnt_crta {
  color: #068acb;
  font-size: 1.375rem;
  font-weight: 700;
}
.cnt_items_carac {
  font-weight: 200;
  color: #012e4b;
}
.cnt_fle_co {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cnt_lista {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 281px;
}
.cnt_nv_dispen {
  max-width: 276px;
  max-height: 618px;
  position: relative;
  z-index: 2;
  margin-bottom: -5px;
}
.cnt_nv_dispen img {
  width: 273px;
  height: auto;
  object-fit: cover;
}

.dispn_hoja {
  position: absolute;
  z-index: -1;
  top: 35%;
  left: -20%;
}
.cnt_sec_tw {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 11;
  margin-top: 62px;
}
.cnt_sec_tti {
  font-size: 28px;
  max-width: 314px;
  width: 100%;
  font-weight: 800;
  color: #012e4b;
}

.cnt_txt_tw {
  font-size: 18px;
  font-weight: 200;
  color: #012e4b;
}
.cnt_txt_tw {
  max-width: 595px;
  width: 100%;
}
/* section azul */
.cnt_sec_azul {
  position: relative;
  background-color: #012e4b;
  width: 100%;
  height: 310px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.cnt_secu_azul {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cnt_img_azul_none {
  display: none;
  width: 390px;
  min-height: 266px;

  padding-top: 30px;
}
.cnt_img_azul_none img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cnt_decoration_tw {
  position: absolute;
  bottom: -2px;
  left: 10%;
  object-fit: cover;

}
.cnt_decoration_tw img {
  max-width: 443px;
  width: 100%;
}

.cnt_img_azul {
  max-width: 390px;
  min-height: 310px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;

}
.cnt_img_azul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cnt_content_azul {
  display: flex;
  flex-direction: column;
  gap: 18px;

  max-width: 354px;
}
.cnt_tiitle_azul {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.cnt_txt_azul {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
/* footer */
footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  padding: 58px 20px 10px 20px;
  gap: 30px;
  background-color: #f4f4f4;
  flex-wrap: wrap;
}
.btn_r {
  padding: 9px 40px;
  background-color: #068acb;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  border-radius: 54px;
  text-decoration: none;
}
.btn_r:hover {
  background-color: #0056b3;
  transition: all 0.3s ease-in-out;
}

.cnt_txt_footer {
  font-size: 16px;
  font-weight: 300;
  color: #012e4b;
  max-width: 436px;
}
.cnt_regis {
  font-size: 22px;
  font-weight: 700;
  color: #068acb;
  margin-bottom: 15px;
}
.ovrline {
  width: 90%;
  height: 1px;
  background-color: #012d4b92;
}
.cnt_fot {
  padding-bottom: 17px;
  font-size: 10px;
  font-weight: 300;
  color: #012e4b;
}
.cnt_contact_fot {
  display: flex;
  flex-direction: column;
}
.cnt_cnt_info {
  font-size: 22px;
  font-weight: 700;
  color: #068acb;
  margin-bottom: 15px;
}
.cnt_ubication {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cnt_ubication img {
  max-width: 20px;
  height: 20px;
}
.cnt_bgt {
  max-width: 320px;
  font-size: 12px;
  color: #012e4b;
  font-weight: 300;
  text-align: left;
}
.cnt_bgt a {
  color: #012e4b;
  text-decoration: none;
}
.cnt_tel {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cnt_tel img {
  max-width: 20px;
  height: 20px;
}

/* Media Queries */

/* Media Query para max-width: 1170px */
@media (min-width: 769px) and (max-width: 1170px) {

  .cnt_secu_azul {
    flex-direction: column-reverse;
    padding: 20px 0 0 0;
  }

  .cnt_dispen {
    align-items: flex-end;
    gap: 0;
  }
  .cnt_deco {
    display: none;
  }

}

/* Media Query para max-width: 1049px */
@media (max-width: 1050px) {
    .s_lateral_form{
      position: relative;
      width: 100%;
    }

    .seccion_espaciado{
      padding: 0;
    }
    .cnt_alinear{
      padding: 0 24px;
      align-items: center;
    }

    .cnt_img,
    .cnt_txt{
      margin: auto;
      padding-bottom: 0;
    }

    .s_lateral_form{
      padding: 0 24px;
      width: 100%;
    }

    .form-container{
      padding: 24px;
    }
    .contact-form{
      max-height: unset;
    }

    .cnt_sec_azul{
      height: auto;
    }

}

/* Media Query para max-width: 768px */
@media (max-width: 768px) {

  .bg_el_top{
    width: 223px;
    height: 189px;
    top: -70px;
    left: 50%;
  }
  
  .cnt_swiper {
    width: 100%;
  }
  
  .cnt_log img {
    max-width: 128px;
  }
  
  .cnt_right {
    margin-top: -40px;
  }
  
  .cnt_right_movil {
    display: flex !important;
  }
  
  .cnt_sticky_wrapper {
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
  }
  
  .cnt_right {
    position: relative;
    top: auto;
    width: 100%;
  }
  
  .cnt_all {
    flex-direction: column;
    gap: 20%;
  }
  
  .cnt_hoja {
    left:unset;
    right: 0;
    top: 60%;
  }
  
  .cnt_hoja img {
    width: 67px;
  }
  
  .cnt_titulo {
    font-size: 30px;
  }
  
  .cnt_item {
    align-items: center;
    padding-top: 13px;
  }
  
  .cnt_etiq {
    text-align: center;
  }
  
  .cnt_etiq_item {
    padding-right: 12px;
    font-size: 13px;
  }
  
  .cnt_txt {
    padding: 20px 40px 0;
    font-size: 18px;
    text-align: center;
  }
  
  .cnt_img {
    margin-right: 0;
  }
  
  .cnt_img img {
    width: 245px;
    display: flex;
    margin: auto;
  }
  
  .cnt_deco_nv {
    left: 10px;
    bottom: -20px;
  }
  
  .cnt_deco_tw {
    display: flex;
  }
  
  .cnt_deco {
    display: none;
  }
  
  .cnt_rigth {
    display: none;
  }
  
  .cnt_stinky {
    position: relative;
    margin-top: -0px;
  }
  
  .cnt_fomr_all {
    padding-bottom: 48px;
  }
  
  .form-container {
    width: auto;
  }
  
  .cnt_all_tw {
    padding: 47px 0;
  }
  
  .cnt_item_ca {
    font-size: 16px;
    text-align: center;
  }
  
  .cnt_crta {
    font-size: 18px;
    text-align: center;
  }
  
  .cnt_nv_dispen {
    display: none;
  }
  
  .cnt_lista {
    max-width: 100%;
  }
  
  .cnt_sec_tw {
    margin-top: 0px;
  }
  
  .cnt_sec_tti {
    font-size: 20px;
    max-width: 100%;
    text-align: center;
  }
  
  .cnt_txt_tw {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .cnt_secu_azul {
    padding: 20px 0 0 0;
    flex-direction: column;
  }
  
  .cnt_sec_azul {
    text-align: center;
  }
  
  .cnt_img_azul_none {
    display: flex;
    padding-top: 0;
    width: auto;
  }
  
  .cnt_img_azul {
    display: none;
  }
  
  .cnt_content_azul {
    padding: 0 14px;
  }
  
  .cnt_tiitle_azul {
    font-size: 18px;
  }
  
  .cnt_txt_azul {
    font-size: 16px;
    text-align: left;
  }
  
  footer {
    gap: 20px;
    text-align: center;
  }
  
  .btn_registra_fot {
    margin: 30px 0;
  }
  
  .cnt_content_azul {
    padding-top: 43px;
  }

  .cnt_swiper .cnt_alinear{
    padding: 32px 0;
  }
  .swiper.mySwiper{
    padding: 0 24px;
    box-sizing: border-box;
  }
}


/* Media Query para max-width: 360px */
@media (max-width: 360px) {
  .cnt_decoration_tw {
    left: 5%;
  }
  
  .cnt_decoration_tw img {
    max-width: 380px;
    height: 240px !important;
  }
  
  .cnt_content_azul {
    padding-top: 43px;
  }
}
