:root{
  --negro:#1C1C1C;
  --blanco: #fff;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.section-book-1{
  height: 683px;
}
.section-book-2{
  background-color:var(--negro);
  min-height: 782px;
}
.section-book-1 .contenido{
  max-width: 530px;
  margin-bottom: 85px;
}
.z-index-2{
  position: relative;
  z-index: 2;
}
.section-book-1 .titulo{
  font-size: 40px;
  font-weight: bold;
  color: var(--blanco) !important;
  line-height: 1.1;
}
.section-book-1 .contenido p{
  color: var(--blanco);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 400px;
}
.img-central{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.section-book-1 .container-fluid,
.section-book-2 .container-fluid{
  padding: 0 60px;
}
.section-book-1::before{
  content:'';
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.3;
}
.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;
}
.btn-general{
  background: var(--blanco);
  color: #000;
  font-weight: bold;
  padding: 13px 25px;
  min-height: 48px;
  display: inline-block;
  min-width: 244px;
  text-align: center;
  margin-top: 13px;
  text-decoration: none !important;
  font-size: 16px;
}
.section-book-2{
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-book-2 .fila-2{
  min-height: 224px;
  border: 1px solid var(--blanco);
  text-align: center;
  padding: 35px 25px 25px 25px;
}
.section-book-2 .fila-2 p{
  font-size: 20px;
  line-height: 1.4;
}
.section-book-2 *{
  color: var(--blanco);
}
.section-book-2 .list-star{
  margin-bottom: 15px;
}
.section-book-2 .list-star img{
  width: 27px;
  height: 27px;
  margin: 0 1px;
}
.section-book-2 .fila-2 .inner-0{
  margin: 0 auto;
  max-width: 1150px;
}
.section-book-2 .lista-0{
  font-size: 18px;
  font-weight: bold;
}
.section-book-2 .lista-0 li{
  margin-bottom: 4px;
  position: relative;
  padding-left: 24px;
  padding-top: 1px;
}
.section-book-2 .lista-0 li::before{
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--negro);
  border: 4px solid white;
  content: '';
  display: block;
}
.section-book-2 .contenido-2{
  margin-top: 45px;
}
.section-book-2 .caja-lista{
  position: relative;
  margin-right: 0;
}
.section-book-2 .caja-lista li{
  padding-right: 10px;
}
.section-book-2 .caja-lista::before{
  content:'';
  display: block;
  position: relative;
  top:0;
  left:0;
  width: 100%;
  background: var(--blanco);
  height: 10px;
  margin-bottom: 35px;
}
.item-imagen-0{
  position: relative;
  padding-bottom: 80%;
}
.item-imagen-0 img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 550px){
  .section-book-1 .container-fluid,
  .section-book-2 .container-fluid{
    padding: 0 30px;
  }
  .section-book-1{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    height: 500px;
  }
  .section-book-1 .contenido{
    margin-bottom: 0;
  }
  .section-book-1 .titulo{
    font-size: 32px;
  }
  .section-book-1 .contenido p{
    font-size: 16px;
  }
  .btn-general{
    font-size: 14px;
  }
  .section-book-2 .list-star img{
    width: 19px;
    height: 19px;
  }
  .section-book-2 .fila-2 p{
    font-size: 16px;
  }
}
@media (max-width: 499px){
  .section-book-1 .container-fluid,
  .section-book-2 .container-fluid{
    padding: 0 25px;
  }
  .section-book-2 .fila-2{
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-book-2 .lista-0 {
    font-size: 16px;
  }
}
@media (max-width: 1199px){
  .section-book-2 .col-auto{
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 725px){
  .section-book-2 .col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-imagen-0 {
    margin-top: 24px;
  }
  .section-book-2 .col-auto {
    margin-bottom: 10px;
  }
  .item-imagen-0 {
    padding-bottom: 98%;
  }
}
.section-book-2 .titulo-0{
  font-size: 32px;
  margin-bottom: 15px;
  padding-right: 50px;
}
@media (max-width: 550px){
  .section-book-2 .caja-lista{
    display: block;
  }
  .section-book-2 .fila-1{
    padding: 0 4px;
  }
  .section-book-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-book-2 .titulo-0{
    font-size: 28px;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-letter{
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* .banner-letter::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #000;
  opacity: 0.3;
} */
.banner-letter .row{
    display: flex;
    justify-content: center;
    min-height: 535px;
    align-items: center;
    z-index: 4;
    position: relative;
}
.banner-letter .box-content{
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  padding: 15px;
}
.title-45{
  color: #FFFFFF;
  font-size: 50px!important;
  margin-bottom: 11px;
  font-weight: 400;
  text-transform: none;
  font-family: var(--fuente-1);
}
.banner-letter .box-content .box-text *{
  color: #fff;
}
.banner-letter .box-content .box-text{
  max-width: 450px;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 9px;
}
.banner-letter .box-content .box-text p{
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  display: table;
  padding: 10px 10px 9px;
  cursor: pointer;
  transition: all 0.3s;
  width: auto;
  border-radius: 3px;
  min-width: 200px;
  margin: 0 auto;
  text-decoration: none !important;
}
.btn-white:hover{
  background-color: transparent;
  color: #fff!important;
}
@media (max-width: 767px){
  .title-45{
    font-size: 38px!important;
  }
  .banner-letter .box-content .box-text p {
    font-size: 20px;
  }
  .btn-white{
    font-size: 16px;
    padding: 7px 10px;
    min-width: 180px;
  }
}
@media (max-width: 480px){
  .banner-letter .box-content .box-text p {
    font-size: 18px;
  }
}
.titulo-28{
  color: var(--negro);
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  font-family: var(--fuente-1);
  text-transform: none;
}
.sectionletter-1{
  background-color:#F3F3F3;
  padding: 65px 0 45px 0;
  position: relative;
  overflow: hidden;
}
.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: 980px;
  margin: 0 auto;
}
.sectionletter-1 .row.justify-content-center{
  justify-content: center;
}
.item-letter{
  max-width: 265px;
  margin: 8px auto;
  text-align: center;
  padding: 15px;
}
.item-letter .box-img{
    max-width: 47px;
    margin: 0 auto;
    width: 100%;
    min-height: 50px;
    align-items: center;
    display: flex;
}
.item-letter .box-img img{
    max-width: 47px;
    height: auto;
    width: auto;
    max-height: 50px;
    margin: 0 auto;
}
.item-letter .box-text{
  padding: 13px 0 18px;
  position: relative;
}
.item-letter .box-text h3{
  font-size: 16px;
  font-weight: 400;
  color: var(--negro);
  margin: 0;
  text-transform: none;
}
.item-letter .box-text::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--negro);
  height: 2px;
  width: 50px;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 767px){
  .sectionletter-1 .box-width {
    max-width: 680px;
  }
  .sectionletter-1 .row .col-md-4 {
    width: 50%;
  }
  .titulo-28 {
    font-size: 38px;
  }
}
@media (max-width: 480px){
  .sectionletter-1 .row .col-md-4 {
    width: 100%;
  }
}
.sectionletter-2{
  padding: 47px 0 67px 0;
  position: relative;
  overflow: hidden;
}
.item-suscripcion .box-ico{
  max-width: 48px;
  margin: 0 auto;
}
.item-suscripcion .box-ico img{
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.sectionletter-2 .slick-suscripcion{
  max-width: 820px;
  margin: 0 auto;
  padding-top: 15px;
}
.item-suscripcion{
  padding: 15px 8px;
}
.item-suscripcion .content-date{
  background-color: #FBFBFB;
  border: 1.5px solid #D9D9D9;
  max-width: 385px;
  margin: 0 auto;
  padding: 24px 15px 15px;
  text-align: center;
  min-height: 195px;
}
.item-suscripcion .box-text{
  padding-top: 10px;
  max-width: 325px;
  margin: 0 auto;
}
.item-suscripcion .box-text *{
  color: var(--negro);
}
.item-suscripcion .box-text p{
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.item-suscripcion .content-date span{
  color: var(--negro);
  font-size: 16px;
  font-weight: 400;
}
.sectionletter-2 .slick-dots li {
  margin: 0;
}
.sectionletter-2 .slick-dots li button:before {
  font-size: 10px;
}
.sectionletter-2 .slick-dots li button:hover,
.sectionletter-2 .slick-dots li button:focus{
  background-color: #fff;
}
.slick-suscripcion .slick-list{
  overflow: visible;
}
.sectionletter-2 .slick-dots li{
  width: 15px;
}
.sectionletter-2 .slick-dots li button{
  padding: 5px 3px;
}
@media (max-width: 920px){
  .sectionletter-2 .slick-suscripcion {
    max-width: 680px;
  }
}
@media (max-width: 767px){
  .sectionletter-2 .slick-suscripcion {
    max-width: 380px;
  }
  .sectionletter-2 .slick-suscripcion {
    padding-top: 0;
  }
}
@media (max-width: 480px){
  .sectionletter-2 .slick-suscripcion {
    max-width: 320px;
  }
}
@media (max-width: 380px){
  .sectionletter-2 .slick-suscripcion {
    max-width: 280px;
  }
}
@media (max-width: 340px){
  .sectionletter-2 .slick-suscripcion {
    max-width: 265px;
  }
}
.section-mail{
  padding: 100px 20px;
  background: #333;
  position: relative;
  overflow: hidden;
}
.section-mail .mark-img{
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 950px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
}
.caja-form{
  max-width: 625px;
  background: #fff;
  margin: 0 auto;
  display: table;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
.section-mail .elementor-form .elementor-form-fields-wrapper .elementor-col-100{
  margin-bottom: 30px !important;
}
.section-mail .elementor-form .elementor-col-100 .elementor-field-label{
  font-weight: 600;
  color: var(--negro);
  margin-bottom: 0;
  font-size: 16px;
  font-family: "adrianna-condensed", sans-serif;
}
.section-mail .elementor-form .elementor-col-100 input{
  border: 1px solid #e2e2e2;
  color: var(--negro);
  height: 48px;
  padding-left: 20px;
  border-radius: 5px;
  font-family: "adrianna-condensed", sans-serif;
}
.section-mail .elementor-form .elementor-col-100 input::placeholder{
  color: #4F4F4F;
  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;
  opacity: 1;
}
.section-mail .elementor-field-subgroup .elementor-field-option label{
  padding-left: 0;
}
.section-mail .elementor-field-subgroup .elementor-field-option label::before,
.section-mail .elementor-field-subgroup .elementor-field-option label::after{
  opacity: 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 #808080;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
  border-radius: 3px;
  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: 6px;
  top: 2px;
  -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: var(--negro);
 font-size: 15px;
}
.section-mail .elementor-field-subgroup .elementor-field-option label a,
.section-mail .elementor-field-subgroup .elementor-field-option label b{
  color: var(--negro);
  font-weight: 700;
}
.section-mail .elementor-field-subgroup .elementor-field-option input.elementor-acceptance-field{
  top:6px;
}
.section-mail .caja-form .elementor-field-type-acceptance label{
  font-size: 16px;
  display: block!important;
  line-height: 1.5;
  padding-top: 6px;
  font-family: "adrianna-condensed", sans-serif;
}
.section-mail .caja-form .elementor-field-type-acceptance label a{
  transition: all 0.3s;
  display: inline-block !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}
.section-mail .caja-form .elementor-field-type-acceptance label a,
.section-mail .caja-form .elementor-field-type-acceptance label:hover a{
  text-decoration: underline;
}
.section-mail button[type="submit"]{
  border: 2px solid var(--negro);
  color: var(--negro) !important;
  background-color: #fff!important;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  outline: 0;
  transition: all 0.3s;
}
.section-mail button[type="submit"] .elementor-button-text{
  font-size: 16px;
  font-weight: 600;
  color:#000;
}
.section-mail button[type="submit"]:hover{
  background: #f4f4f4 !important;
}
.section-mail .elementor-form .elementor-form-fields-wrapper .e-form__buttons .elementor-button{
  max-width: 207px;
  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;
  position: relative;
  z-index: 2;
}
.section-mail .caja-inferior p {
  margin: 0;
  padding-top: 15px;
  color: var(--blanco);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 499px){
  .caja-form {
    padding: 25px 15px 20px;
  }
  .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: 15px;
  }
  .section-mail .caja-form .elementor-field-type-acceptance label{
    font-size:14px !important;
  }
}
@media (max-width: 360px){
  .section-mail .elementor-form .elementor-form-fields-wrapper .e-form__buttons .elementor-button{
    max-width: 100%;
  }
}
@media (max-width: 680px){
  .section-mail .caja-inferior {
    padding: 0 5px;
  }
}

/* temporal  content popup */
.popup-newsletter .elementor-element-65a2efaf{
  margin: 10px auto 0 auto !important;
  max-width: 325px;
  font-size: 18px !important;
  font-family: "adrianna-condensed", sans-serif !important;
}
/* temporal */
.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: 42px !important;
  text-transform: none !important;
  font-weight: 400 !important;
  margin-top: 15px;
  font-family: var(--fuente-1) !important;
}
.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{
  font-size: 19px;
  max-width: 385px;
  margin: 5px auto 0px auto;
  font-weight: 400;
}
.popup-newsletter .elementor-button-link {
  max-width: 180px !important;
  margin: 10px auto 0 auto !important;
  border-color: #000 !important;
  color: #000 !important;
  transition: all 0.3s;
  width: 100% !important;
  min-height: 47px;
  padding-top: 14px;
  font-size: 20px;
  font-weight: 400 !important;
  background: #fff !important;
  margin-bottom: 10px !important;
  border-width: 2px !important;
}
.popup-newsletter .elementor-widget-wrap.elementor-element-populated{
  background: #fff !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: 34px !important;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1 !important;
  }
  .popup-newsletter .elementor-widget-container p{
    max-width: 270px !important;
    font-size: 15px !important;
  }
  .popup-newsletter .elementor-col-66 > .elementor-widget-wrap.elementor-element-populated {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    max-width: 360px;
    margin: 0 auto;
  }
  .popup-newsletter .elementor-button-link{
    max-width: 160px !important;
    font-size: 17px !important;
    height: 38px !important;
  }
  .popup-newsletter .elementor-element-65a2efaf {
    margin: 10px auto 0 auto !important;
    max-width: 260px;
    font-size: 16px !important;
  }
}
.ancla-0 {
  position: relative;
  top: -75px;
}
.slider-active{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slider-active.slick-initialized{
  visibility: visible;
  opacity: 1;
}
.slick-dots{
  display: none;
}
.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;
}

.caja-form-2 .elementor-form{
  display: table;
  margin: 0 auto;
}
.caja-form-2 .elementor-field-type-email{
  width: 250px !important;
}
.caja-form-2 .elementor-field-type-submit{
  width: auto !important;
}
.caja-form-2 .elementor-field-type-email input{
  border: 0;
  min-height: 32px !important;
  font-size: 13px;
  outline: 0;
  padding: 0 7px !important;
  line-height: 1;
  border-radius: 0 !important;
}
.caja-form-2 .elementor-field-group{
  padding: 0 !important;
}
.caja-form-2 .elementor-field-type-submit .elementor-button{
  min-height: 32px !important;
  background: #BABABA !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  cursor: pointer;
  outline: 0;
  padding: 0 15px;
  font-weight: 400 !important;
}
@media (max-width: 380px){
  .caja-form-2 .elementor-field-type-submit .elementor-button {
    padding: 0 5px !important;
    font-size: 14px !important;
  }
  .caja-form-2 .elementor-field-type-email {
    width: calc(100vw - 160px) !important;
  }
}
.caja-form-2 .elementor-field-label{
  display: none !important;
}
.page-template-newsletter #elementor-popup-modal-5555{
  background-color: rgba(46, 46, 46, 0.45) !important;
}
.popup-newsletter .elementor-button-link .elementor-button-text{
  font-family: "adrianna-condensed", sans-serif;
  font-weight: 600;
}
.section-mail .elementor-field-type-submit{
  justify-content: center;
}
.page-template-newsletter .off-canvas.position-left{
  display: none !important;
}
.page-template-newsletter .position-left.reveal-for-large ~ .off-canvas-content {
  margin-left: 0 !important;
}
.page-template-newsletter #sticky-bar .menu-icon,
.page-template-newsletter #sticky-bar .title-bar__sign-up{
  opacity: 0;
  pointer-events: none;
}
.page-template-newsletter .elementor-field-type-acceptance .elementor-message-danger {
  font-size: 0;
  margin-top: 5px;
  display: table;
}
.page-template-newsletter .elementor-field-type-acceptance .elementor-message-danger::after {
  content: "You need to accept the Privacy Policy to continue.";
  font-size: 14px !important;
  color: inherit;
}
.page-template-newsletter .elementor-message.elementor-message-danger:before {
  font-size: 14px !important;
}
.page-template-newsletter .elementor-field-type-acceptance .elementor-message.elementor-message-danger:before {
  position: relative;
  top: -4px;
}
.page-template-newsletter .elementor-message.elementor-message-danger {
  font-family: "adrianna-condensed", sans-serif !important;
  line-height: 1.35;
}
@media (max-width: 499px){
  .page-template-newsletter .banner-letter .row{
    min-height: 240px;
  }
  .page-template-newsletter .title-bar,
  .page-template-newsletter #sticky-bar{
    background: #000 !important;
  }
  .section-mail {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 782px) {
  html #wpadminbar{
    overflow-x: clip;
  }
}



.content-form-0 {
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 1px;
}
.content-form-0 input{
  border-radius: 0 !important;
}
.content-form-0 input::placeholder{
  color:#0a0a0a !important;
}
.content-form-0 .elementor-element{
  padding: 0;
}
.content-form-0 p{
  margin: 0;
  font-size: 18px;
}
.content-form-0 .elementor-field-type-checkbox label{
  font-size: 18px;
  color:#fff !important;
  font-family: var(--lpx-body-font-family) !important;
}
.content-form-0 .elementor-button[type="submit"]{
  margin-bottom: 0;
  border: 2px solid white !important;
  padding: 8px;
  min-width: 130px;
  max-width: 130px;
  background-color: transparent !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "adrianna-condensed", sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white !important;
  border-radius: 0 !important;
}
.content-form-0 .elementor-button[type="submit"]:hover{
  color:#000 !important;
  background: #fff !important;
}
.banner-letter::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.banner-letter .title-45,
.banner-letter .box-content .box-text * {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.caja-form {
  --ring: #808080;
  --ring-err: #dc2626;
}
.caja-form input:focus-visible,
.caja-form select:focus-visible,
.caja-form textarea:focus-visible,
.caja-form button:focus-visible{
  outline: 1px solid var(--ring) !important;
  border-color: var(--ring) !important;
  outline-offset: 0 !important;
}
.caja-form .elementor-error input,
.caja-form .elementor-error select,
.caja-form .elementor-error textarea{
  outline: 1px solid var(--ring-err) !important;
  border-color: var(--ring-err) !important;
}
.caja-form .elementor-field-option input[type="checkbox"]:focus-visible + label{
  color: var(--ring) !important;
}
.caja-form .e-form__buttons .elementor-button:focus-visible{
  outline: 1px solid var(--ring) !important;
}
.caja-form .elementor-field-option input[type="checkbox"]{
  outline:0 !important;
}
.section-mail button[type="submit"]:focus-visible{
  border: 1px solid var(--ring);
  color: var(--ring) !important;
  background: #f4f4f4 !important;
}


.screen-reader-text,
.screen-reader-text span{
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
