:root{
  --negro:#1C1C1C;
  --blanco: #fff;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.z-index-2{
  position: relative;
  z-index: 2;
}
.align-content-end{
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex{
  display: -ms-flexbox;
  display: flex;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-letter{
  position: relative;
}
.banner-letter::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #000;
  opacity: 0.2;
}
.banner-letter .row{
    display: flex;
    justify-content: center;
    min-height: 466px;
    align-items: center;
    z-index: 4;
    position: relative;
}
.banner-letter .box-content{
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  padding: 15px;
}
.title-45{
  color: #FFFFFF;
  font-size: 45px!important;
  margin-bottom: 11px;
}
.banner-letter .box-content .box-text *{
  color: #fff;
}
.banner-letter .box-content .box-text{
  max-width: 680px;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 9px;
}
.banner-letter .box-content .box-text p{
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.banner-letter .title-45{
  font-family: var(--e-global-typography-banner_title_xl-font-family), Sans-serif;
}
.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 600;
  display: table;
  padding: 10px 10px 9px;
  cursor: pointer;
  transition: all 0.3s;
  width: auto;
  border-radius: 0;
  min-width: 200px;
  margin: 0 auto;
  text-decoration: none !important;
}
.btn-white:hover{
  background-color: transparent;
  color: #fff!important;
}
@media (max-width: 1480px){
  .banner-letter .row {
    min-height: 480px;
  }
}
@media (max-width: 767px){
  .title-45{
    font-size: 38px!important;
  }
  .banner-letter .box-content .box-text p {
    font-size: 20px;
  }
  .btn-white{
    font-size: 14px;
    padding: 7px 10px;
    min-width: 180px;
  }
  .banner-letter .row {
    min-height: 420px;
  }
}
@media (max-width: 499px){
  .banner-letter .box-content .box-text p {
    font-size: 16px;
  }
  .title-45{
    font-size: 32px!important;
  }
  .banner-letter .row {
    min-height: 220px;
  }
}
@media (max-width: 340px){
  .title-45 {
    font-size: 28px !important;
  }
}
.titulo-28{
  color: var(--negro);
  font-size: 28px;
  text-align: center;
  font-weight: 800;
}
.sectionletter-1{
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  background-color: #476EB5;
  padding: 50px 0 35px 0;
}
.sectionletter-1 .titulo-28{
  color: #fff;
  font-size: 36px;
  font-family: var(--e-global-typography-section_title_s-font-family);
  font-weight: 700 !important;
}
.sectionletter-1 .row {
  display: flex;
  flex-wrap: wrap;
}
.sectionletter-1 .row .col-12{
  flex: 0 0 auto;
  width: 100%;
}
.sectionletter-1 .row .col-md-4{
  flex: 0 0 auto;
  width: 33.33333333%;
}
.sectionletter-1 .box-width{
  max-width: 1100px;
  margin: 0 auto;
}
.sectionletter-1 .row.justify-content-center{
  justify-content: center;
}
.item-letter{
  max-width: 320px;
  margin: 8px auto;
  text-align: center;
  padding: 15px;
}
.item-letter .box-img{
    max-width: 48px;
    margin: 0 auto;
    width: 100%;
    min-height: 50px;
    align-items: center;
    display: flex;
}
.item-letter .box-img img{
    max-width: 48px;
    height: auto;
    width: auto;
    max-height: 50px;
    margin: 0 auto;
}
.item-letter .box-text{
  padding: 20px 0 18px;
  position: relative;
}
.item-letter .box-text h3{
  font-size: 20px;
  font-weight: 400!important;
  color: var(--blanco);
  margin: 0;
}
.item-letter .box-text::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--blanco);
  height: 2px;
  width: 58px;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 1250px){
  .item-letter .box-text h3 {
    font-size: 18px;
  }
  .sectionletter-1 .titulo-28 {
    font-size: 32px;
  }
}
@media (max-width: 767px){
  .sectionletter-1 .box-width {
    max-width: 680px;
  }
  .sectionletter-1 .row .col-md-4 {
    width: 50%;
  }
  .titulo-28 {
    font-size: 24px;
  }
}
@media (max-width: 480px){
  .sectionletter-1 .row .col-md-4 {
    width: 100%;
  }
}

.section-mail{
  padding: 80px 20px 65px 20px;
  background-color: #f0f4fa;
}
.caja-form{
  max-width: 625px;
  background: #fff;
  margin: 0 auto;
  display: table;
  box-shadow: 0px 4px 17.1px -7px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 45px 30px 25px;
  border-radius: 20px;
}

.section-mail .elementor-form .elementor-form-fields-wrapper .elementor-col-100{
  margin-bottom: 27px !important;
}
.section-mail .elementor-form .elementor-col-100 .elementor-field-label{
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 20px;
  color: #405464;
}
.section-mail .elementor-form .elementor-col-100 input{
  border: 1px solid #405464!important;
  border-radius: 0;
  color: var(--negro);
  height: 48px;
  padding-left: 25px!important;
}
.section-mail .elementor-form .elementor-col-100 input [type="text"],
.section-mail .elementor-form .elementor-col-100 input [type="email"],
.section-mail .elementor-form .elementor-col-100 input [type="number"]{
  border-radius: 12px!important;
}
.section-mail .elementor-form .elementor-col-100 input[type="checkbox"]{
  border: 2px solid #8C8C8C!important;
}
.section-mail .elementor-form .elementor-col-100 input:focus {
  border-width: 1px!important;
}
.section-mail .elementor-form .elementor-col-100 input[type="checkbox"]:focus{
  border-width: 2px!important;
}
.section-mail .elementor-form .elementor-col-100 input::placeholder{
  color:#748693;
  opacity: 1;
}
.section-mail .elementor-field-subgroup .elementor-field-option{
  position: relative;
  padding-left: 28px;
  min-height: 20px;
  cursor: pointer;
  margin-bottom: 4px;
}
.section-mail .elementor-field-subgroup .elementor-field-option input{
  position: absolute;
  left: 0;
  top: 0;
}
.section-mail .elementor-field-subgroup .elementor-field-option input[type="radio"],
.section-mail .elementor-field-subgroup .elementor-field-option input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #8C8C8C;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
  border-radius: 0;
  transition: all 0.3s;
}
.section-mail .elementor-field-subgroup .elementor-field-option input[type="radio"]:checked::after,
.section-mail .elementor-field-subgroup .elementor-field-option input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 5px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  z-index: 1;
}
.section-mail .elementor-field-subgroup .elementor-field-option input[type="radio"]:checked,
.section-mail .elementor-field-subgroup .elementor-field-option input[type="checkbox"]:checked{
  border-color:  var(--negro);
}
.section-mail .elementor-field-subgroup .elementor-field-option input[type="radio"]::before,
.section-mail .elementor-field-subgroup .elementor-field-option input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.section-mail .elementor-field-subgroup .elementor-field-option input[type="radio"]:checked::before,
.section-mail .elementor-field-subgroup .elementor-field-option input[type="checkbox"]:checked::before{
  background-color: var(--negro);
}
.section-mail .elementor-field-subgroup .elementor-field-option label{
 color: #405464;
 font-size: 15px;
}
.section-mail .elementor-field-subgroup .elementor-field-option label a,
.section-mail .elementor-field-subgroup .elementor-field-option label b{
  color: #405464;
  font-weight: 700;
}
.elementor-message.elementor-message-danger{
  font-size: 14px!important;
}
.section-mail .elementor-field-subgroup .elementor-field-option input.elementor-acceptance-field{
  top:5px;
}
.section-mail .caja-form .elementor-field-type-acceptance label{
  font-size: 16px;
  font-weight: 400;
  display: block!important;
  line-height: 1.3;
  padding-top: 6px;
}
.section-mail .caja-form .elementor-field-type-acceptance label a{
  transition: all 0.3s;
  display: inline-block !important;
}
.section-mail .caja-form .elementor-field-type-acceptance label:hover a{
  text-decoration: underline;
}
.section-mail button[type="submit"]{
  background: rgba(241, 110, 0);
  color: rgba(255, 255, 255);
  border-radius: 12px;
  border: 4px solid var(--e-global-color-orange) !important;
  box-shadow: none !important;
  width: 100%;
  line-height: 26px;
  margin: 0 auto;
  margin-top: 10px;
  transition: all 0.3s;
}
.section-mail button[type="submit"] .elementor-button-text {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--e-global-typography-text_l-font-family);
}
.section-mail button[type="submit"]:hover{
  background: #fff!important;
  color: rgba(241, 110, 0)!important;
}
.section-mail button[type="submit"]:focus {
  background-color: #fff;
}
.section-mail .elementor-form .elementor-form-fields-wrapper .e-form__buttons .elementor-button{
  max-width: 262px;
  height: 48px;
}
.justify-content{
  justify-content: space-between;
}
.row-0{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-mail .caja-inferior{
  max-width: 645px;
  margin: 0 auto;
  padding: 0 15px;
}
.section-mail .caja-inferior p{
  margin: 0;
  padding-top: 20px;
  color: #0D2345;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.section-mail .caja-form .elementor-form .elementor-field-subgroup .elementor-field-option input{
  min-height: 20px !important;
  height: 20px!important;
}
@media (max-width: 1450px){
  .section-mail .elementor-form .elementor-col-100 .elementor-field-label{
    font-size: 18px;
  }
  .section-mail .elementor-form .elementor-col-100 input {
    font-size: 18px !important;
    padding: 8px 10px 6px 18px!important;
  }
}
@media (max-width: 767px){
  .caja-form {
    max-width: 520px;
    padding: 45px 20px 25px;
  }
  .section-mail .caja-inferior .col-auto{
    flex: 0 0 auto;
    width: 100%;
  }
  .section-mail .caja-inferior p {
    padding-top: 10px;
  }
  .section-mail .caja-inferior {
    padding: 20px 0 0;
    text-align: center;
  }
}
@media (max-width: 520px){
  .caja-form {
    padding: 45px 0 25px;
  }
}
@media (max-width: 480px){
  .section-mail .elementor-form .elementor-col-100 input{
    padding-left: 20px;
  }
  .section-mail .elementor-form .elementor-col-100 input,
  .section-mail .elementor-field-subgroup .elementor-field-option label,
  .section-mail .elementor-form .elementor-col-100 .elementor-field-label{
    font-size: 14px;
  }
  .section-mail .caja-form .elementor-field-type-acceptance label{
    font-size:13px !important;
  }
  .section-mail {
    padding: 60px 20px 50px 20px;
  }
}
@media (max-width: 360px){
  .section-mail .elementor-form .elementor-form-fields-wrapper .e-form__buttons .elementor-button{
    max-width: 100%;
  }
  .caja-form {
    padding: 38px 0 20px;
  }
  .section-mail .elementor-form .elementor-form-fields-wrapper .elementor-col-100 {
    margin-bottom: 20px !important;
  }
  .section-mail {
    padding: 45px 20px 45px 20px;
  }
}

.popup-newsletter .elementor-col-33{
  display: none !important;
}
.popup-newsletter .elementor-col-66{
  width: 100% !important;
}
.popup-newsletter .elementor-col-66 > .elementor-widget-wrap.elementor-element-populated{
  padding-top: 57px !important;
  padding-bottom: 57px !important;
  border-radius: 20px !important;
  max-width: 525px;
  margin: 0 auto;
}
.popup-newsletter .elementor-heading-title{
  font-size: 36px !important;
  text-transform: none !important;
  font-weight: 700 !important;
  margin-top: 15px;
  color: #fff!important;
  font-family: var(--e-global-typography-banner_title_xl-font-family), Sans-serif !important; /* titulo del modal */
}
.page-template-newsletter .elementor-popup-modal .dialog-message{
  width: 690px !important;
}
.popup-newsletter .elementor-section.elementor-inner-section{
  padding: 0 20px !important;
}
.popup-newsletter .elementor-widget-container p{ /* parrafo del modal */
  font-size: 19px;
  max-width: 385px;
  margin: 5px auto 0px auto;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
.popup-newsletter .elementor-button-link{ /* btn del modal */
  max-width: 262px !important;
  margin: 10px auto 0 auto !important;
  border: 0 !important;
  color: #000 !important;
  transition: all 0.3s;
  width: 100% !important;
  min-height: 48px;
  padding-top: 14px;
  font-size: 16px;
  font-weight: 400 !important;
  background: #fff !important;
  margin-bottom: 10px !important;
}
.popup-newsletter .elementor-button-link .elementor-button-text{ /* btn del modal */
  color: #405464!important;
	padding-top: 5px!important;
	font-weight: 700!important;
	font-family: var(--e-global-typography-primary-font-family)!important;
}
/*
.popup-newsletter .elementor-button-link:hover{
  background-color: #476EB5!important;
}
.popup-newsletter .elementor-button-link:hover .elementor-button-text{
  color: #fff!important;
}
*/
.popup-newsletter .elementor-widget-wrap.elementor-element-populated{ /* fondo del modal */
  background: #476EB5 !important;
}
.page-template-newsletter .dialog-type-lightbox{
  position: fixed !important;
}
@media (max-width: 700px){
  .page-template-newsletter .dialog-type-lightbox .dialog-message.dialog-lightbox-message{
    width: calc(100% - 30px) !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 499px){
  .popup-newsletter .elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.1 !important;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-newsletter .elementor-widget-container p {
    max-width: 270px !important;
    font-size: 15px !important;
    line-height: 1.4;
    margin-top: 0 !important;
  }
  .popup-newsletter .elementor-button-link {
    max-width: 240px !important;
    margin-top: 20px !important;
  }
  .popup-newsletter .elementor-button-link .elementor-button-text {
    padding-top: 5px !important;
    font-size: 16px !important;
  }
  .popup-newsletter .elementor-element > .elementor-widget-wrap.elementor-element-populated{
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    max-width: 360px;
    margin: 0 auto;
  }
}
.section-mail .elementor-form .elementor-col-100 input[type=number]::-webkit-inner-spin-button,
.section-mail .elementor-form .elementor-col-100 input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.section-mail .elementor-form .elementor-col-100 input[type=number]{
  -moz-appearance: textfield;
}


/* Modal suscribete especial */
/* Modal suscribete especial */
@media (max-width: 767px) {
  #elementor-popup-modal-22099 .dialog-message {
    height: auto !important;
    max-height: calc(100vh - 20px) !important;
  }
}
@media (max-width: 575px){
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-381cdd4e .elementor-field-group {
    margin-bottom: 12px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .e-con.e-flex>.e-con-inner{
    gap: 10px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-11d84ec {
    padding: 15px 20px 0 20px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-8b45057 img {
    max-width: 120px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-widget-container h4{
    font-size: 20px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-56a8dc0 .elementor-heading-title {
    font-size: 26px !important;
    margin-bottom: 9px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-8b45057 > .elementor-widget-container {
    margin-bottom:13px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-dd2a54d {
    margin-bottom: 30px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-dd2a54d .elementor-heading-title {
    font-size: 12px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-48ec432 {
    padding: 0 20px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-381cdd4e .elementor-field-group > label {
    font-size: 16px !important;
    margin-bottom: 2px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-381cdd4e .elementor-button[type="submit"] {
    height: 36px !important;
    padding: 0 0 !important;
    min-height: 0 !important;
    font-size: 16px !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-381cdd4e .elementor-button[type="submit"]	.elementor-button-text {
    line-height: 2.2 !important;
  }
  #elementor-popup-modal-22099 .elementor-22099 .elementor-element.elementor-element-381cdd4e .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    border-radius: 10px 16px 11px 16px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 16px !important;
    border-radius: 11px !important;
  }
}
/* Modal suscribete especial */
/* Modal suscribete especial */

#sb_instagram .sbi_follow_btn a{
  border-radius: 12px !important;
  font-size: 1rem !important;
  line-height: 22px !important;
  margin-top: 25px !important;
  padding-top: 9px !important;
}

.contenido-general h2{
  font-family: var(--e-global-typography-section_title_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-section_title_s-font-size);
  font-weight: var(--e-global-typography-section_title_s-font-weight);
  line-height: var(--e-global-typography-section_title_s-line-height);
  margin-top: 30px;
  margin-bottom: 15px;
}
.contenido-general h3{
  font-family: var(--e-global-typography-section_subtitle_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-section_subtitle_s-font-size);
  font-weight: var(--e-global-typography-section_subtitle_s-font-weight);
  line-height: var(--e-global-typography-section_subtitle_s-line-height);
  margin-top: 30px;
  margin-bottom: 15px;
}
.contenido-general ul,
.contenido-general ol{
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contenido-general h2{
    font-size: var(--e-global-typography-section_title_s-font-size);
    line-height: var(--e-global-typography-section_title_s-line-height);
  }
  .contenido-general h3{
    font-size: var(--e-global-typography-section_subtitle_s-font-size);
    line-height: var(--e-global-typography-section_subtitle_s-line-height);
  }
}
.contenido-general a{
  font-weight: bold;
}
.contenido-general .elementor-heading-title {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}
.contenido-general .e-con-inner{
  display: block !important;
}
#sb_instagram .sbi_follow_btn a{
  transition: all 0.3s !important;
  font-size: 1rem !important;
  min-height: 48px;
  align-content: center;
  font-weight: 700 !important;
}
.elementor-button .elementor-button-text{
  font-weight: 700;
}