:root{
  --mostaza:#f4b23e;
  --blanco:#ffffff;
  --azul:#0D2345;
  --gotham:"Gotham", Sans-serif;
  --gotham-book:"Gotham-Book", Sans-serif;
}
@font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.page-general .content-area b,
.page-general .content-area strong{
	font-weight:600;
}
.page-general .content-area a:not(:hover){
  text-decoration: none;
}
header .menu-item a{
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: var(--gotham) !important;
}
.font-45{
  font-size: 45px !important;
}
@media (max-width: 767px){
  .font-45{
    font-size: 38px !important;
  }
}
#PopupSignupForm_0{
  display: none !important;
}
body.admin-bar .elementor-location-header{
  top: 34px;
}
@media (max-width: 767px){
  body.admin-bar .elementor-location-header {
    top: 62px;
  }
}
.single-food .elementor-section .mapplic-element,
.single-food .elementor-section .mapplic-element ~ .mapplic-edit-map,
.single-community .elementor-section .mapplic-element,
.single-community .elementor-section .mapplic-element ~ .mapplic-edit-map,
.single-fashion .elementor-section .mapplic-element,
.single-fashion .elementor-section .mapplic-element ~ .mapplic-edit-map,
.single-fun .elementor-section .mapplic-element,
.single-fun .elementor-section .mapplic-element ~ .mapplic-edit-map{
  display: none !important;
}
.single-food .place_food_map,
.single-community .place_food_map,
.single-fashion .place_food_map,
.single-fun .place_food_map{
  padding: 0 10px;
  max-width: 1120px;
  margin: 0 auto 100px auto;
  display: block !important;
}
.single-food .elementor-location-single .elementor-section-wrap section.elementor-section:nth-child(3),
.single-community .elementor-location-single .elementor-section-wrap section.elementor-section:nth-child(3),
.single-fashion .elementor-location-single .elementor-section-wrap section.elementor-section:nth-child(3),
.single-fun .elementor-location-single .elementor-section-wrap section.elementor-section:nth-child(3){
  margin-bottom: -50px;
  padding-bottom: 0;
}
.single-food .elementor-location-single .elementor-section-wrap section.elementor-section:nth-child(3) + section.elementor-section .single-gallery,
.single-community .elementor-location-single .elementor-section-wrap section.elementor-section:nth-child(3) + section.elementor-section .single-gallery,
.single-fashion .elementor-location-single .elementor-section-wrap section.elementor-section:nth-child(3) + section.elementor-section .single-gallery,
.single-fun .elementor-location-single .elementor-section-wrap section.elementor-section:nth-child(3) + section.elementor-section .single-gallery{
  padding-top: 40px;
}
.single-food .place_food_map .mapplic-portrait,
.single-community .place_food_map .mapplic-portrait,
.single-fashion .place_food_map .mapplic-portrait,
.single-fun .place_food_map .mapplic-portrait{
  display: block !important;
}




.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-letter{
  position: relative;
}
.banner-letter .elementor-divider-0{
  content: '';
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  z-index: 14;
  transform: translate(-50%, 0);
}
.banner-letter::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #000000;
  opacity: 0.6;
}
.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-family: "Playfair Display", Sans-serif;
  font-size: 45px!important;
}
.title-46{
  font-family: "Playfair Display", Sans-serif !important;
  font-weight: 700 !important;
  font-size: 45px !important;
  line-height: 54px !important;
  color: #0D2345;
  margin-bottom: 40px;
}
.banner-letter .box-content .box-text *{
  color: #fff;
}
.banner-letter .box-content .box-text{
  max-width: 600px;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 20px;
}
.banner-letter .box-content .box-text p{
  font-weight: 500;
  font-size: 20px;
  font-family: 'Gotham';
}
.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 400;
  display: table;
  padding: 10px 10px 9px;
  cursor: pointer;
  transition: all 0.3s;
  width: auto;
  border-radius: 0;
  text-transform: uppercase;
  min-width: 200px;
  margin: 0 auto;
}
.btn-white:hover{
  background-color: transparent;
  color: #fff!important;
}
@media (max-width: 767px){
  .title-45{
    font-size: 30px!important;
  }
  .title-46{
    font-size: 30px!important;
  }
  .banner-letter .box-content .box-text p {
    font-size: 18px;
  }
  .btn-white{
    font-size: 14px;
    padding: 7px 10px;
    min-width: 180px;
  }
}
@media (max-width: 480px){
  .banner-letter .box-content .box-text p {
    font-size: 16px;
  }
}


.titulo-28{
  color: var(--azul);
  font-family: "Playfair Display", Sans-serif;
  font-size: 28px;
  text-align: center;
  font-weight: 800;
}
.sectionletter-1{
  background-color:#F8F6F5;
  padding: 42px 0;
}
.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: 10px 0 12px;
  position: relative;
}
.item-letter .box-text h3{
  font-size: 16px;
  font-weight: 500;
  color: var(--azul);
  margin: 0;
  font-family: 'Gotham';
}
.item-letter .box-text::before {
  content: "";
  display: block;
  position: absolute;
  background: #0D2345;
  height: 2px;
  width: 50px;
  z-index: 0;
  bottom: 0;
  left: 50%;
  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: 24px;
  }
}
@media (max-width: 480px){
  .sectionletter-1 .row .col-md-4 {
    width: 100%;
  }
}


.sectionletter-2{
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.item-suscripcion .box-ico{
  max-width: 48px;
  margin: 0 auto;
}
.item-suscripcion .box-ico img{
  width: 100%;
  height: auto;
}
.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;
}
.item-suscripcion .box-text *{
  color: var(--azul);
}
.item-suscripcion .box-text p{
  line-height: 1.2;
}
.item-suscripcion .content-date span{
  color: var(--azul);
  font-family: 'Gotham';
  font-weight: 500;
}
.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: 80px 20px 65px 20px;
}
.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;
}

.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: 500;
  color: var(--azul);
  margin-bottom: 7px;
  font-family: var(--gotham);
}
.section-mail .elementor-form .elementor-col-100 input{
  border: 1px solid #405464;
  border-radius: 0;
  color: var(--azul);
  font-family: var(--gotham-book);
  height: 48px;
  padding-left: 25px;
}
.section-mail .elementor-form .elementor-col-100 input::placeholder{
  color: var(--azul);
  opacity: 1;
}
.section-mail .elementor-field-subgroup .elementor-field-option{
  position: relative;
  padding-left: 28px;
  min-height: 20px;
  cursor: pointer;
  margin-bottom: 3px;
}
.section-mail .elementor-field-subgroup .elementor-field-option input{
  position: absolute;
  left: 0;
  top: 4px;
}
.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: 6px;
  top: 2px;
  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(--azul);
}
.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(--azul);
}
.section-mail .elementor-field-subgroup .elementor-field-option label{
 color: var(--azul);
 font-family: var(--gotham-book);
}
.section-mail .elementor-field-subgroup .elementor-field-option label a,
.section-mail .elementor-field-subgroup .elementor-field-option label b{
  color: var(--azul);
  font-weight: 500;
  font-family: var(--gotham);
}
.section-mail .caja-form .elementor-field-type-acceptance label{
  font-size: 14px;
  display: block!important;
  line-height: 1.4;
  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"]{
  border: 1px solid #A40B1A;
  color: #A40B1A!important;
  background-color: #fff!important;
  border-radius: 0;
  text-transform: uppercase;
}
.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;
}
.section-mail .caja-inferior p{
  margin: 0;
  padding-top: 20px;
  color: var(--azul);
  font-size: 12px;
  line-height: 1.2;
}
@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: 14px;
  }
  .section-mail .caja-form .elementor-field-type-acceptance label{
    font-size:13px !important;
  }
}
@media (max-width: 360px){
  .section-mail .elementor-form .elementor-form-fields-wrapper .e-form__buttons .elementor-button{
    max-width: 100%;
  }
}



.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-family: "Playfair Display", Sans-serif !important;
  font-size: 36px !important;
  text-transform: none !important;
  font-weight: 700 !important;
  color: var(--azul) !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: 600;
  color: var(--azul) !important;
}
.popup-newsletter .elementor-button-link{
  max-width: 205px !important;
  margin: 10px auto 0 auto !important;
  border-color: #000 !important;
  color: #000 !important;
  transition: all 0.3s;
}
.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: 28px !important;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-newsletter .elementor-widget-container p{
    max-width: 270px !important;
    font-size: 15px !important;
  }
  .popup-newsletter .elementor-button-link{
    max-width: 160px !important;
    font-size: 14px !important;
    height: 38px !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;
  }
}

.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;
}
.elementor-113 .elementor-element.elementor-element-3ffcab03 .elementor-widget-wrap{
  margin-left: 18px;
}
@media (max-width: 1024px){
  .elementor-113 .elementor-element.elementor-element-3ffcab03 .elementor-widget-wrap{
    margin-left: 8px;
  }
}
@media (max-width: 767px){
  .elementor-113 .elementor-element.elementor-element-3ffcab03 .elementor-widget-wrap{
    margin-left: 5px;
  }
}

.page-general h1{
  color:#0D2345;
  margin-bottom: 30px;
}
.page-general h2{
  font-family: "Playfair Display", Sans-serif;
  font-size: 28px;
  font-weight: 500;
}
.page-general h3{
  font-size: 18px;
  font-weight: 600;
}
.page-general{
  padding: 50px 0 80px 0;
}
.page-general .container{
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-general .content-area p{
  margin-bottom: 15px;
  line-height: 24px;
}
.page-general .content-area li{
  line-height: 24px;
}
.page-general .content-area ul {
    list-style: disc;
}
.page-general .content-area ul,
.page-general .content-area ol{
  margin: 0 0 15px;
  padding-left: 20px;
}
.page-general .content-area ol li,
.page-general .content-area ul li{
  margin-bottom: 5px;
}
.page-general .content-area a{
  text-decoration: underline;
  color: var(--azul);
  font-weight: 600;
}
.page-general .content-area table{
  margin: 0 auto;
  width: 100% !important;
}
.page-general .content-area table tbody tr{
  border-bottom: 1px solid #F0F0F0;
}
.page-general .content-area table tbody tr:nth-last-child(1){
  border-bottom: 0;
}
.page-general .content-area table tbody tr td {
  padding: 12px 4px;
  text-align: center;
  width: 100px;
}
.page-general .content-area img{
  max-width: 100%;
  height: auto;
}
.page-general .content-area a em{
    font-weight: 500;
}
.banner-secundario01 .row{
  min-height: 420px;
}
.space-header{
  background-color: var(--azul);
  height: 102px;
}
.section-404{
  padding: 80px 0;
}
.section-404 .container{
  padding: 0 15px;
}
.section-404 .title-45{
  color: #0D2A3B;
  margin-bottom: 25px;
}
.section-404 .btn-duo{
  display: flex;
}
.section-404 .elementor-button{
  font-size: 14px;
  font-weight: 500;
  color: #A40B1A!important;
  border: 1px solid #A40B1A;
  background-color: #fff;
  border-radius: 0px;
  margin: 5px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.3s;
}
.section-404 .elementor-button:hover{
  color: #fff!important;
  background-color:#A40B1A;
}
.elementor-location-footer .elementor-message{
  color: #fff;
}
.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;
}
.section-media .elementor-col-33 > .elementor-widget-wrap{
  box-shadow: 0px 4px 6.6px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding-top: 40px !important;
}
.section-media .elementor-section .elementor-container{
  gap: 30px;
}
.section-media .elementor-section{
  padding-top: 30px;
}
.section-media .elementor-container {
  flex-wrap: nowrap !important;
}
@media (max-width: 767px){
  .section-media .elementor-container {
    flex-wrap: wrap !important;
  }
  .section-media .elementor-col-33 > .elementor-widget-wrap {
    max-width: 345px;
    margin: 0 auto;
  }
}
#tribe-events-footer{
  display: none;
}
.tribe-events-single{
  padding-bottom: 40px !important;
}
.btn-event-fixed-0{
  bottom: 35px;
  right: 30px;
  font-family: "Gotham medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgb(164, 11, 26);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(164, 11, 26);
  z-index: 99;
  padding: 7px 15px;
}
.btn-event-fixed-0 .elementor-button-icon{
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.btn-event-fixed-0:hover{
  background: #fff;
}
.btn-event-fixed-0:hover *{
  color:rgb(164, 11, 26);
}
.btn-event-fixed-0:hover svg{
  fill: #A40B1A;
}
@media (max-width: 767px){
  .btn-event-fixed-0{
    right:auto;
    left: 8px;
    bottom: 10px;
  }
}
@media (max-width: 499px){
  .btn-event-fixed-0{
    font-size: 15px;
  }
}
.post-type-archive-tribe_events .btn-event-fixed-0,
.single-tribe_events .btn-event-fixed-0{
  display: none !important;
}
.banner-letter .title-45,
.banner-letter .box-content .box-text *{
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.p-0{
  padding: 0 !important;
}
.m-0{
  margin: 0 !important;
}
/* Contenedor general */
.caja-form {
  --ring: #f4b23e;
  --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 .has-error input,
.caja-form .has-error select,
.caja-form .has-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;
}
.elementor-106 .elementor-element.elementor-element-3d345757 > .elementor-widget-container{
  font-size: 12px;
}
body.page-template-accessibility nav .menu-item a{
  font-family: "Gotham", Sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 19px;
  color: #0D2345 !important;
}
.titulo-events{
  color: #0D2345;
  margin-bottom: 35px !important;
  font-weight: 700 !important;
  font-size: 45px !important;
  margin-top: -35px !important;
}
@media (max-width: 767px) {
  .titulo-events{
    font-size: 38px !important;
    margin-bottom: 30px !important;
    margin-top: -15px !important;
  }
}
.contenido-general h2{
  font-size: 45px !important;
  color: #0D2345;
  margin-top: 0 !important;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (max-width: 767px){
  .contenido-general h2{
    font-size: 38px !important;
  }
}
