@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
     font-family: Manrope, sans-serif;
     font-weight: 500;
 }

 .content-form {
     background-repeat: none !important;
     background-position: center !important;
     background-size: cover !important;
     background-attachment: fixed !important;
 }

 h1 {
     font-family: Manrope !important;
     color: #FFF;
     font-size: 34px;
     font-style: normal;
     font-weight: 900;
     line-height: normal;
 }

 h2 {
     color: #FFF;
     text-align: center;
     font-family: Manrope;
     font-size: 22px;
     font-style: normal;
     font-weight: 600;
     line-height: 131.25%;
 }

 h4 {
     font-family: Manrope !important;
 }

 h3 {
     color: #002358;

     text-align: center;
     /* Títulos */
     font-family: Manrope;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     margin-bottom: 50px;
 }


 .logo {
     width: 90px;
     height: 84px;
     margin: 10px auto;
 }

 .bienvenida h2 {
     margin-bottom: 0px;
     margin-top: 15px;
 }

 .formcontacto {
     width: 100%;
     max-width: 377px;
     border-radius: 10px;
     background: #F3F5F7;
     padding: 26px 32px 30px;
     color: #002358;
     display: flex;
     margin: 28px auto 72px;
 }

 .formcontacto p {
     margin-bottom: 0px;
     text-align: left;
 }

 .formcontacto h3 {
     color: #002358;
     text-align: center;
     font-family: Manrope;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-align: center;
     margin-bottom: 32px;

 }

 .formcontacto h3 strong {
     font-weight: 500;
 }

 .formcontacto label {
     color: #002358;
     font-family: Manrope;
     font-size: 13px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
     text-align: left;
     margin-bottom: 13px;
 }

 .formcontacto input {
     border-radius: 10px;
     border: 1px solid #B3BDCD;
     background: #FFF;
     color: #B3BDCD;
     width: 100%;
     max-width: 313px;
     height: 40px;
     margin-top: 5px;
 }

 .formcontacto .wpcf7-submit {
     background-color: #6083FF;
 }

 .formcontacto .wpcf7-submit {
     width: fit-content;
     border-radius: 60px;
     color: #fff !important;
     font-family: Manrope !important;
     font-size: 16px;
     margin: 0 auto;
     display: block;
     padding: 0 75px;
     background: #456AEB;
 }

 .formcontacto .wpcf7 {
     max-width: 450px;
     margin: 0px auto;
 }

 .formcontacto .wpcf7-response-output {
     background-color: #d1e7dd;
     color: #0f5131;
     border: none !important;
     border-radius: 10px;
     text-align: center;
     padding: 7px 0 !important;
     display: none;
 }

 .formcontacto .wpcf7-list-item input {
     width: 20px;
     height: 20px;
 }

 .formcontacto .wpcf7-list-item {
     margin: 0;
 }

 .formcontacto .wpcf7-list-item-label {
     font-size: 15px;
     margin-top: -26px;
     display: block;
     margin-left: 28px;
     font-family: 'Manrope' !important;
     color: #002358;
     font-family: Manrope;
     font-size: 12px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
 }

 #formulariocontacto input[type="checkbox"]:checked {
     background: #FE6565;
 }

 .formcontacto .wpcf7-submit {
     margin-top: 20px;
 }

 /* expositores */
 .wrap-expositores{
    background: #F3F5F7;
 }
 .expositores {
     margin-top: 50px;
     margin-bottom: 50px;
 }

 .expositores h2 {
     color: #002358;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
 }

 .expositores h3 {
     color: #002358;
     font-size: 16px;
     font-style: normal;
     font-weight: 300;
     line-height: normal;
 }

 .expositores .titleferia {
     color: #002358;
     font-size: 24px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: 0.32px;
     text-transform: uppercase;
     width: auto;
     position: relative;
     padding-bottom: 7px;

 }


 .expositores .acctions {
    display: flex;
    gap: 20px;
    padding-top: 15px;
 
 }

 .expositores .acctions a:nth-child(2) {
   border-left: solid 1px #002358;
   padding-left: 17px;
 }
 .expositores .acctions .download-catalogo {
     width: auto;
     bottom: 100px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     color: #002358;
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     line-height: 19px;
     align-items: flex-start;
     z-index: 2;
 }

.expositores .acctions .view-layout {
    width: auto;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #002358;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    align-items: flex-start;
    z-index: 2;
}

 .expositores .download-catalogo img {
     width: 16px;
 }
 .expositores .contact{
 padding-top: 15px;
 position: relative;
}
 .expositores .contacto-feria {
    border-radius: 8px;
    background: #FE6565;
    color: #fff;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    display: flex;
    width: 113px;
    height: 36px;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 23px;
    margin-bottom: 7px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}
 .expositores .titleferia .barra {
     border-radius: 3px 3px 0px 0px;
     background: #FE6565;
     width:   calc();
     height: 5px;
   display: block;
 }

 .expositores .ubicacion {
     color: #5C5C5C;
     font-family: Manrope;
     font-size: 12px;
     font-style: normal;
     font-weight: 300;
     line-height: normal;
     letter-spacing: 0.18px;
     text-transform: uppercase;
     position: relative;
     padding-left: 18px;
     padding-right: 14px;
     border-right: 0.5px solid #D3D3D3;
 }

 .expositores .ubicacion::before {
     content: "";
     width: 13px;
     height: 16px;
     background: url(/wp-content/themes/new-chile-travel-2025/assets/assets-ferias/nferias/localizacion.png) no-repeat;
     position: absolute;
     display: inline-block;
     background-position: center;
     background-size: contain;
     left: 0;
     top: 0px;
 }

 .expositores .fecha {
     color: #5C5C5C;
     font-family: Manrope;
     font-size: 12px;
     font-style: normal;
     font-weight: 300;
     line-height: normal;
     letter-spacing: 0.18px;
     text-transform: uppercase;
     position: relative;
     padding-left: 18px;
     margin-left: 14px;
 }

 .expositores .fecha::before {
     content: "";
     width: 15px;
     height: 16px;
     background: url(/wp-content/themes/new-chile-travel-2025/assets/assets-ferias/nferias/fecha.png) no-repeat;
     position: absolute;
     display: inline-block;
     background-position: center;
     background-size: contain;
     left: 0;
     top: 0px;
 }

 .expositores .slider-feriaa {
     padding-top: 20px;
     padding-bottom: 20px;
     margin-bottom: 70px;
 }

 .expositores .slider-feriaa .item {
     /* width: 263px; */
     height: 340px;
     border-radius: 11.792px;
     background: #FFF;
     padding: 20px 23px 13px;
     box-shadow: 0px 10px 20px 0px rgba(34, 34, 56, 0.15);
 }

 .expositores .owl-carousel.owl-drag .owl-item {
     /* padding: 28px; */
 }

 .expositores .owl-carousel .owl-stage {
     padding: 28px 0;
 }

 .expositores .owl-carousel .owl-stage-outer {
     overflow: unset;
 }

 .expositores .owl-prev {
     width: 55px;
     position: absolute;
     top: 0;
     right: 55px;
 }

 .expositores .owl-next {
     width: 55px;
     position: absolute;
     top: 0;
     right: 0;
 }

 .expositores .owl-prev svg,
 .expositores .owl-next svg {
     width: 55px;

 }


 .expositores .owl-nav {
     position: relative;

 }

 .expositores .slider-feriaa .item .inneritem {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     height: 100%;
     position: relative;
 }


 .expositores .slider-feriaa .item .inneritem .tagexp {
     position: absolute;
     top: -20px;
     height: 28px;
     padding: 5px 15px 5px 15px;
     border-radius: 0px 0px 13px 13px;
     gap: 10px;
     background-color: #222138;
     color: #fff;
     display: flex;
     align-items: center;
     font-size: 14px;
 }

 .expositores .slider-feriaa .item .inneritem img {
     max-width: 100%;
     max-height: 100%;

 }

 .expositores .slider-feriaa .item .inneritem h4 {
     color: #002358;
     text-align: center;
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
 }

 .expositores .slider-feriaa .item .inneritem p {
     color: #002358;
     text-align: center;
     font-family: Manrope;
     font-size: 11px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
 }

 .expositores .slider-feriaa .item .inneritem .actions {
     display: flex;
     justify-content: space-between;
     width: 100%;
 }

 .expositores .slider-feriaa .item .inneritem .actions a {
     display: flex;
     flex-direction: row;
     align-items: center;
     font-size: 12px;
     font-family: Manrope;
     font-weight: 500;
     color: #002358;
     height: 33px;
     padding: 11px;
     border-radius: 8px;
     gap: 8px;
     background-color: #F3F5F7;
 }

 .expositores .slider-feriaa .item .inneritem .actions a img {
     width: 11px;
     height: 11px;
 }

 .expositores .slider-feriaa .item .inneritem .actions a p {

     margin: 0;
     font-size: 12px;
     font-family: Manrope;
     font-weight: 500;
 }

.modal-body h4 {
     color: #FE6565;
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     line-height: 19px;
     /* 135.714% */
     display: flex;
     align-items: center;
 }

 .modal-body .col-12 {
     /* display: flex; alinear datos modal */
     align-items: center;
     flex-direction: column;
 }

 .modal-body ul {
     list-style: none;
     padding-left: 0px;
 }

 .modal-body h4 img {
     margin-right: 4px;
 }

 .modal-body p strong {
     color: #222138;
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: 19px;
 }

 .modal-body p {
     color: #222138;
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     line-height: 19px;
     text-align: left;

 }

 /* descargable */
 .descargable {
     margin-top: 50px;
     margin-bottom: 50px;
 }


 .grilla-card {
     display: grid;
     gap: 30px 20px;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     grid-template-rows: 1fr 0fr;
     justify-items: center;
 }

 .grilla-card .cardmaterial {
     border-radius: 11.792px 11.792px 0px 0px;
     background: #FFF;
     box-shadow: 0px 10px 20px 0px rgba(34, 34, 56, 0.15);
     width: 301px;
     height: 164px;
     flex-shrink: 0;
 }

 .grilla-card .cardmaterial .link_descarga {
     height: 100%;
     display: flex;
     flex-direction: column;
 }

 .grilla-card .cardmaterial img {
     height: 50%;
     object-fit: cover;
     width: 100%;
     border-radius: 11.792px 11.792px 0px 0px;
 }

 .grilla-card .cardmaterial .contenidoiner {
     padding: 13px 20px 20px 22px;
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: center;
     /* align-items: flex-start; */
     height: 50%;
     justify-content: space-around;
 }

 .grilla-card .cardmaterial .contenidoiner h3 {
     color: #002358;
     font-family: Manrope;
     font-size: 16px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     text-align: left;
     margin-bottom: 0px;
 }

 .grilla-card .cardmaterial .contenidoiner p {
     color: #002358;
     width: 60%;
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-align: left;
     margin-bottom: 0px;
 }

 .grilla-card .cardmaterial .contenidoiner svg {
     position: absolute;
     right: 20px;
 }

 .mice {
     background: #00498D;
     padding: 66px 0 60px;

 }

 .mice .logomice {
     width: auto;
     height: 100px;
     margin: 0 auto 28px;
 }


 /* mapa */
 .mapa {
     padding-top: 63px;
     padding-bottom: 74px;
 }



 .mapa .mp {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     min-height: 710px;
     overflow: hidden;
 }

 .mapa .mp a {
     display: flex;
     color: #002358;
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     flex-direction: column;
 }

 .mapa .mp a.lr {
     padding-left: 35px;
     position: absolute;
     align-items: flex-start;
 }

 .mapa .mp a.ll {
     padding-right: 35px;
     position: absolute;
     text-align: end;
     align-items: flex-end;
 }

 .mapa .mp a#lnkvalparaiso {
     top: 230px;
     right: calc(50% + 20px);
 }

 .mapa .mp a#lnkstg {
     top: 240px;
     left: calc(50% + 15px);
 }

.mapa .mp a#lnkarau {
     top: 322px;
     left: calc(50% + 15px);
 }

 .mapa .mp a#lnklosrios {
     top: 340px;
     right: calc(50% + 40px);
 }

 .mapa .mp a#lnkmagallanes {
     top: 520px;
     left: calc(50% + 5px);
     width: 162px;
 }

 .mapa .mp a#lnklagos {
     top: 370px;
     left: calc(50% + 15px);
 }

 .mapa #contentsvg {
     height: 710px;
     width: 613px;
 }

 .mapa .mp a.lr:before {
     content: url(/wp-content/themes/new-chile-travel-2025/assets/assets-ferias/nferias/download.png);
     width: 34px;
     height: 20px;
     position: absolute;
     margin-left: -35px;
 }

 .mapa .mp a.ll::after {
     content: url(/wp-content/themes/new-chile-travel-2025/assets/assets-ferias/nferias/download.png);
     width: 34px;
     height: 20px;
     position: absolute;
     right: 0;
 }

 .mapa .mp a img {
     height: 9px;
     width: auto;
 }

 .mapa .mp a.ll img {
     transform: rotate(180deg)
 }

 .mapa .mp .clickhand {
     position: absolute;
     position: absolute;
     top: 45px;
     left: 30%;
 }

 /* mapa */

 .mapa a.vertodos {
     color: white;
     background: #F36565;
     text-decoration: none;
     text-align: center;
     font-variant-numeric: lining-nums tabular-nums;
     width: 238px;
     height: 47px;

     /* Cta / button */
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: 0.28px;
     text-transform: uppercase;
     border-radius: 8px;
     border: 1px solid #FE6565;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
 }

 .trade {
     padding-top: 59px;
     padding-bottom: 79px;
     background: #F3F5F7;
 }


 .trade .contemitemtrade {
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .trade .itemtrade {
     border-radius: 10px;
     background: #456AEB;
     width: 100%;
     max-width: 432px;
     height: 48px;
     margin-bottom: 16px;

 }

 .trade .itemtrade a {
     color: #FFF;
     height: 100%;
     display: flex;
     flex-direction: row;
     align-items: center;
     padding-left: 50px;
     position: relative;
     text-transform: uppercase;
 }

 .trade .itemtrade a img {
     position: absolute;
     left: 20px;
 }

 .trade .itemtrade a svg {
     width: 21px;
     height: 8px;
     position: absolute;
     right: 19px;
 }

 .premios {
     padding-top: 80px;
     padding-bottom: 80px;
 }


.premios .col-6 img {
     /* margin: 0 auto; */
     display: flex;
 }

 .premios a.vertodos {
     color: white;
     text-decoration: none;
     background: #FE6565;
     text-align: center;
     font-variant-numeric: lining-nums tabular-nums;
     width: 238px;
     height: 47px;
     /* Cta / button */
     font-family: Manrope;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: 0.28px;
     text-transform: uppercase;
     border-radius: 8px;
     border: 1px solid #FE6565;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 55px auto 0px;
 }


 .contacto {
     background: #FE6565;
     padding-top: 28px;
     padding-bottom: 24px;
 }

 .contacto .inner-container {
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
 }

 .contacto .inner-container h2 {
     color: #FFF;
     text-align: center;
     font-family: Manrope;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     width: auto;
     margin: 0px;
 }

 .contacto .inner-container a {
     width: auto;
 }

 .contacto .inner-container a img {
     width: auto;
 }

 .footer-ferias {
     background: #222138;
     padding-top: 86px;
     padding-bottom: 127px;
 }

 .footer-ferias h2 {
     color: #FFF;
     text-align: center;
     font-family: Manrope;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     margin-bottom: 21px;
 }

 .footer-ferias h3 {
     color: #FFF;
     text-align: center;
     font-family: Manrope;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
 }

 .footer-ferias .c-icon {
     margin-bottom: 38px;
 }

 .footer-ferias .c-icon p {
     color: #FFF;
     text-align: center;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
     text-align: left;
 }

 .footer-ferias .c-icon p img {
     margin-right: 9px;
 }

 .footer-ferias .c-icon .icons {
     display: flex;
     flex-wrap: wrap;
 }

 .footer-ferias .c-icon .icons a {
     width: 49px;
     margin-right: 19px;
     margin-bottom: 19px;
 }

 .footer-ferias .c-icon .icons img {
     width: 49px;
 }

 .contenlang {
     position: absolute;
     top: 40px;
     right: 30px;
     max-width: 150px;
 }

 .navigation-lang::before {
     border-left: 0px solid #fff;
     margin-right: 0px;
 }

 .navigation-lang {
     margin: 0;
 }

 @media (max-width: 720px) {
    .expositores .contacto-feria {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 0px;
        position: relative;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .expositores .acctions{
        justify-content: center;
    }
    .expositores .slider-feriaa {
        padding-top: 0px;
    }
    .expositores .titleferia{
        margin-left: 0px!important;
    }
    .expositores .owl-carousel .owl-stage{
        padding: 0px 0;
    }
 }

 @media (max-width: 500px) { 
     .contenlang { 
         max-width: 30px;
     } 
     .mapa .mp a#lnklosrios img {
         width: 80px;
     }

 }
