/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*_____________GENERAL___________*/


p, span, a, h1, h2, h3, h4, h5, h6{
    font-family: "Rethink Sans", sans-serif!important;
}

.text-green p{
    color:#004822!important;
}

.idiomas{
    display: flex!important;
    align-items: center;
    margin-left: 40px;
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    color: #de4706!important;
    font-family: "Rethink Sans", sans-serif !important;
    font-weight: 600;
}

  
  .lang-selected {
    cursor: pointer;
    color: #38bd00;
  }
  
  .lang-dropdown {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 100%;
    left: -25px;
    z-index: 999;
    min-width: 80px;
    background-color: white;
    padding-bottom:20px;
  }
  
  .lang-dropdown li a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: black;
    font-family: "Rethink Sans", sans-serif !important;
  }
  
  .lang-dropdown li a:hover {
    color: #de4706;
  }

  .lang-dropdown li:hover a{
    color: #de4706!important;
  }
  
  .idiomas:hover .lang-dropdown {
    display: block;
  }
  
  .lang-dropdown>li{
    float: left;
    width: 100%;
    text-align: center;
  }

h2, h3, h4, h5, h6{
    line-height: 1.2!important;
}

.text-green h2, .text-green h3, .text-green h4, .text-green h5, .text-green h6{
    color:#004822!important;
}

p{
    line-height: 1.3!important;
}

.text-lightgreen h2{
    color:#67A33B!important;
}

.text-rosa h2{
    color:#CD555B!important;
}

.text-orange h2{
    color:#FF6A1F!important;
}

strong{
    font-weight: 800!important;
}

.menu-title-text:not(.sub-menu .menu-title-text){
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.sub-menu .menu-title-text{
    font-size: 18px;
}

#header-outer nav>ul>.megamenu ul li a, .sf-menu>li ul a{
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

.sub-menu>li{
    position: relative;
    left: 50px;
}

.sub-menu>li:nth-of-type(1)::before{
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: -45px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/07/FRUTAPEPITA.png');
}

.sub-menu>li:nth-of-type(2)::before{
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: -45px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/07/FRUTAHUESO.png');
}

.sub-menu>li:nth-of-type(3)::before{
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: -45px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/07/CITRICOS.png');
}

.sub-menu li:hover a span{
    color: #DE4706!important;
    transition: 0.3s ease-in-out;
}

/*_____________HOME___________*/


.slider-home p{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.comprometidos p{
    font-size: 18px!important;
    line-height: 1.4!important;
}

.categorias-frutas-lista{
    display: flex;
    justify-content: center;
    gap: 150px;
    flex-direction: row-reverse;
}

.categoria-fruta-item{
    opacity: 0;
}

.categorias-frutas-lista.animado>.categoria-fruta-item{
    opacity: 1;
}

.categoria-fruta-item img, .categoria-fruta-item h4{
    transition: 0.3s ease-in-out;

}
.categoria-fruta-item:hover img, .categoria-fruta-item:hover h4{
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}


.categorias-frutas-lista.animado>.categoria-fruta-item:nth-of-type(3){
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.3s;
}

.categorias-frutas-lista.animado>.categoria-fruta-item:nth-of-type(2){
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.4s;
}

.categorias-frutas-lista.animado>.categoria-fruta-item:nth-of-type(1){
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.6s;
}

.imagen-categoria {
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    overflow: hidden;
    /* box-shadow: 1px 3px 10px #dcdcdc; */
}

.imagen-categoria img{
    height: 100%!important;
    object-fit: cover;
}

.categorias-frutas-lista h4{
    text-transform: uppercase;
    margin-top: 15px;
}

.nectar-button span{
    font-size: 18px!important;
    font-weight: 700!important;
}

body.material[data-button-style*=slightly_rounded] .nectar-button.regular[class*=m-extra-color-gradient-]:before{
    border-radius: 20px!important;
}

.flickity-slider{
    cursor:default!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button{
    border: 1px solid #F59167!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover{
    box-shadow: none!important;
    -webkit-transform: none!important;
    opacity: 1!important;
    color: #F59167!important;
    background-color: transparent!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus{
    background: white!important;
}

body.material .nectar-button.regular.m-extra-color-gradient-1:before{
    background: white!important;
}


body.material .nectar-button.regular.m-extra-color-gradient-1.btn-green{
    background: #67A33B!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-green{
    border: 1px solid #67A33B!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-green:hover{
    color:#67A33B!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-green:hover{
    border: 1px solid #67A33B!important;
}


body.material .nectar-button.regular.m-extra-color-gradient-1.btn-rose{
    background: #CD555B!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-rose{
    border: 1px solid #CD555B!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-rose:hover{
    color:#CD555B!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-rose:hover{
    border: 1px solid #CD555B!important;
}

body.material .nectar-button.regular.m-extra-color-gradient-1.btn-orange{
    background: #FF6A1F!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-orange{
    border: 1px solid #FF6A1F!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-orange:hover{
    color:#FF6A1F!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button.btn-orange:hover{
    border: 1px solid #FF6A1F!important;
}

/*________________NUESTRAS FRUTAS_________________*/

.destacado-header p{
    max-width: 687px;
    margin: 0 auto;
    padding: 40px !important;
    background-color: #f8f8f8ba;
}

/*___________UNETE A NOSOTROS______________*/

.wpcf7 form.sent .wpcf7-response-output{
    border: none;
    background: transparent;
    padding-left: 0;
    color: white;
    font-weight: 700;
}

.cultivo img{
    border-radius: 300px;
}

.cultivo h4{
    color: #004822!important;
}

.cultivo .row_col_wrap_12_inner{
    max-width: 1200px;
    margin: 0 auto;
}


input[type="text"], input[type="email"], input[type="tel"], textarea{
    background-color: white!important;
    margin-top: 10px;
    border-radius: 30px;
}

label{
    color:#00482248;
    font-size: 17px;
}

.formulario>div {
    border-radius: 30px;
    overflow: hidden;
}

.formulario a{
    color:#00482248!important;
    text-decoration: underline;
}

.wpcf7-acceptance span{
    color:#00482248!important;
}

.wpcf7-spinner{
    display: none;
}

body[data-form-submit="regular"] input[type=submit]{
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 30px !important;
    font-family: "Rethink Sans", sans-serif!important;
    background-color:#00482248!important;
    font-weight: 700!important;
}

body[data-form-submit=regular] .container-wrap input[type=submit]{
    padding: 9px 30px !important;
    border: 1px solid #00482200!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus {
    transform: none!important;
    box-shadow: none!important;
}
body[data-button-style="slightly_rounded_shadow"] .wp-block-button > .wp-block-button__link:hover, body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover, body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus, body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a:hover, body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:hover, body[data-button-style="slightly_rounded_shadow"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body[data-button-style="slightly_rounded_shadow"] .swiper-slide .button a:hover, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through-2:hover, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button:hover, body[data-button-style="slightly_rounded_shadow"].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover, body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .nectar-love:hover, body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .nectar-social-inner > a:hover, body[data-button-style="slightly_rounded_shadow"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover, body[data-button-style="slightly_rounded_shadow"] .container-wrap input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{

    transform: none!important;
    box-shadow: none!important;
    border: 1px solid #f59168!important;
    opacity: 1!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus{
    background: transparent!important;
    color: white!important;
    border: 1px solid white!important;
    opacity: 1!important;
}

.wpcf7-not-valid-tip {
    background: transparent;
    box-shadow: none !important;
}

.wpcf7-form .wpcf7-not-valid-tip{
    color: #de0606!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border: none;
    background: transparent;
    padding: 0;
    font-size: 15px;
    line-height: 1;
}

/*____________CATEGORIA FRUTA____________*/

.frutas-lista{
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}
.fruta-item h3{
    text-align: center;
}

.fruta-item{
    display: flex;
     flex-direction: column;
    align-items: center;
    cursor: pointer;
     width: 250px;;
    justify-content: center;
    align-items: center;
}

.fruta-item img{
    margin-bottom: 0 !important;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    width: 200px;
    height: 200px!important;
    /* border-radius: 100px; */
    /* box-shadow: 1px 3px 10px #dcdcdc; */
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.fruta-item:hover img{
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.fruta-item  h3{
    text-transform: uppercase;
    font-size: 25px!important;
    margin: 0;
    margin-top: 20px;
    height: 56px;
}

.popup{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00040285;
}

.popup>div{
    padding: 50px;
    background-color: white;
    max-width: 800px;
    max-height: 90vh !important;
    height: 100%;
    position: relative;
    object-fit: contain;
}

.popup .grafico{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.noscroll{
    overflow: hidden;
    /* height: 100vh; */
}

.d-none{
    display: none!important;
}

.close-popup{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.marcas .row_col_wrap_12_inner{
    max-width: 900px;
    margin: 0 auto;
}

.marcas img{
    padding: 0 20px!important;
}

.marcas .vc_col-sm-3, .marcas .vc_col-sm-4{
    display: flex;
    align-items: center;
}

/*_______UBICACIONES_______*/

.location{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00040285;
}
.location h4{
    margin-bottom: 30px;
}

.location>div{
    padding: 50px 80px;
    background-color: white;
    width: 500px;
    height: 300px;
    position: relative;
    object-fit: contain;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.mapa-content{
    display: flex;
}

.mapa-content p{
    color:#004822!important;
}

.mapa-content h4{
    margin-bottom: 20px!important;
    color:#004822!important;
}

.mapa-content>div{
    width: 50%;
}

.col-2{
    position: relative;
}

.col-1{
    text-align: left;
}

.col-1>div{
    cursor: pointer;
}

.point{
    position: absolute;
    height: 11px;
    width: 11px;
    background: rgb(221 70 1);
    border-radius: 20px;
    cursor: pointer;
}

.point-1{
    left: 50.1%;
    top: 29.5%;
}

.point-2{
    left: 71.5%;
    top: 21.1%;
}

.point-3{
    left: 73.5%;
    top: 25.1%;
}
.point-4{
    left: 25.3%;
    top: 75.5%;
}
.point-5{
    left: 18.2%;
    top: 79.3%;
}
.blob{
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
    box-shadow: 0px 0px 6px 0px rgb(221 70 1);
    animation: points 2.5s infinite;
    position: absolute;
    cursor: pointer;
}
.blob-1{
    left: 47.8%;
    top: 26.6%;
}

.blob-2{
    left: 69.22%;
    top: 18.2%;
}

.blob-3{
    left: 71.22%;
    top: 22.2%;
}

.blob-4{
    left: 23.1%;
    top: 72.6%;
}

.blob-5{
    left: 15.95%;
    top: 76.4%;
}

@keyframes points {
    0% {
        transform: scale(1);
   
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
} 


.hotpots{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: pink; */
}

.icon-location{
    background: transparent;
    max-width: 35px!important;
    position: absolute;
    transform: scale(0.9);
    cursor: pointer;
}

.pepita-1{
    top: 22%;
    left: 51%;
}

.pepita-2{
    top: 17%;
    left: 75%;
}

.hueso-1{
    top: 14%;
    left: 67%;
}

.hueso-2{
    top: 21%;
    left: 76%;
}

.finca-1{
    top: 28%;
    left: 72%;
    z-index: 1;
}
.finca-2{
    z-index: 1;
    top: 17%;
    left: 65%;
}

.finca-3{
    top: 23%;
    left: 47%;
    z-index: 1;
}

.finca-4{
    top: 71%;
    left: 16%;
}

.finca-5{
    top: 71%;
    left: 28%;
}

.almacen-1{
    top: 25%;
    left: 76%;
    z-index: 1;
}
.almacen-2{
    z-index: 1;
    top: 22%;
    left: 65%;
}

.almacen-3{
    top: 27%;
    left: 45%;
    z-index: 1;
}

.almacen-4{
    top: 72%;
    left: 19%;
}

.citrico-1{
    top: 74%;
    left: 13%;
}

.citrico-2{
    top: 76%;
    left: 27%;
}

.comunidad{
    position: absolute;
    font-weight: 800;
    font-size: 17px;
}

.comunidad-1{
    top: 23%;
    left: 76%;
}

.comunidad-2{
    top: 15%;
    left: 63%;
}

.comunidad-3{
    top: 24%;
    left: 45%;
}

.comunidad-4{
    top: 70%;
    left: 24%;
}

.comunidad-5{
    top: 73%;
    left: 15%;
}
.col-1 img{
    width: 50px!important;
    height: 50px!important;
    margin-left: 0!important;
    margin-right: 10px!important;
    margin-bottom: 0!important;
}

.fincas, .almacenes, .fruta-hueso, .fruta-pepita, .citricos, .ubicaciones{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ubicaciones>div{
    width: 20px;
    height: 20px;
    background: #dd4609;
    border-radius: 50px;
    position: relative;
}
.ubicaciones>div::before{
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #dd4609;
    border-radius: 20px;
    border: 3px solid white;
}
.fincas>div{
    width: 20px;
    height: 20px;
    background: #72bc23;
    border-radius: 50px;
}

.almacenes>div{
    width: 20px;
    height: 20px;
    background: #dd4609;
    border-radius: 50px;
}

.fruta-hueso>div{
    width: 20px;
    height: 20px;
    background: #cd555b;
    border-radius: 50px;
}

.fruta-pepita>div{
    width: 20px;
    height: 20px;
    background: #68a33b;
    border-radius: 50px;
}

.citricos>div{
    width: 20px;
    height: 20px;
    background: #fa691d;
    border-radius: 50px;
}

.col-1 p{
    margin-left: 10px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0 !important;
    margin-right: 10px;
}

.col-1 img.flecha{
    width: 12px !important;
    height: auto !important;
}

.col-1 p::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0%;
    left: 0;
    background-color: #004822;
    transition: 0.3s ease-in-out;
}

.col-1 .active p::before{
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width:767px){
    .form-boton{
        text-align: right;
    }
    .row-form{
        display: flex;
        margin-bottom: 25px;
    }
    .row-form>div:nth-of-type(1){
        width: 40%;
    }
    .row-form>div:nth-of-type(2){
        width: 60%;
        padding-left: 20px;
    }
    .formulario{
        max-width: 66%;
        margin: 0 auto!important;
    }
    .destacado-header p{
        font-size: 20px;
    }
    .menu-item-has-children>a>span{
        position: relative;
    }
    nav>ul>.menu-item-has-children>a>span::before{
        content: '';
        position: absolute;
        right: 0;
        top: 5px;
        right: -27px;
        width: 14px;
        height: 14px;
        background-image: url(/wp-content/uploads/2025/07/menu.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .full-img-col .using-image{
        height: 90%;
        position: relative;
        top: calc(5%);
    }
    .flickity-page-dots{
        text-align: right!important;
    }
    .etiquetas .row_col_wrap_12{
        margin: 0 auto;
        max-width: 1200px;
    }
    .etiquetas .row_col_wrap_12>div{
        padding: 40px;
    }
    .etiquetas .row_col_wrap_12>div:nth-of-type(1){
        padding: 70px;
    }
    .etiquetas .row_col_wrap_12>div:nth-of-type(2){
        padding: 30px;
    }
    
    .etiquetas .row_col_wrap_12>div:nth-of-type(3){
        padding: 40px;
    }
    body #footer-outer .row{
        padding: 25px 0!important;
    }
    #footer-outer[data-full-width="1"] .container{
        padding: 0!important;
    }
    #footer-widgets .widget_nav_menu{
        border-top: 1px solid black;
        padding-top: 20px;
    }
    #footer-widgets .widget_nav_menu ul{
        display: flex;
        justify-content: space-between;
        padding: 0 100px;
    }
    #footer-widgets .widget_nav_menu li a{
        text-transform: uppercase;
    }
    #logo{
        position: relative;
        top: -5px;
    }
    #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
        margin-left: 50px;
        margin-right: 50px;
    }
    .sub-menu{
        padding: 30px 50px!important;
        width: 350px!important;
    }
   .comprometidos h4,  .cultivo h4{
    font-size: 20px!important;
   }
   .hotpots{
    width: 651.98px !important;
   }
   .mapa{
    width: 651.98px !important;
    height: 476px !important;
    object-fit: cover;
    object-position: left;
   }
}

@media screen and (max-width:767px){
    .popup .grafico {
        max-width: 100%;
        border: 20px solid white;
    }
    .slider-home p{
        font-size: 20px;
    }
    h2{
        line-height: 1.1!important;
        font-size: 30px!important;
    }
    .text-green h2{
        line-height: 1.1!important;
    }
    h4{
        font-size: 20px!important;
    }
    .comprometidos .row_col_wrap_12_inner>.vc_col-sm-3{
        padding-bottom: 30px;
    }
    .comprometidos .row_col_wrap_12_inner>.vc_col-sm-3:nth-last-of-type(1){
        padding-bottom: 0px;
    }
    .categorias-frutas-lista{
        gap: 30px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .imagen-categoria{
        width: 180px;
        height: 180px;
    } 
    .carousel-excelencia .nectar-flickity{
        height: 50vh!important;
    }
    .carousel-excelencia .vc_column-inner{
        padding: 0!important;
    }
    .etiquetas .row_col_wrap_12>div{
        width: 50%!important;
    }
    .etiquetas .row_col_wrap_12{
        justify-content: center;
    }
    .etiquetas .row_col_wrap_12>div:nth-of-type(1) img{
       max-width: 100px;
    }
    .etiquetas .row_col_wrap_12>div:nth-of-type(2) img{
        max-width: 130px;
     }
    .etiquetas .row_col_wrap_12>div:nth-of-type(3) img{
        max-width: 110px;
     }
     #footer-outer .row {
        padding: 25px 0;
        margin-bottom: 0;
        padding-bottom: 35px;
    }
    #footer-outer .widget_nav_menu{
        border-top: 1px solid black;
        padding-top: 20px;
    }
    #footer-outer img{
        width: 210px!important;
    }
    .sub-menu{
        height: 182px!important;
        max-height: 182px!important;
    }
    .sub-menu li{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .sub-menu>li::before{
        top: 4px!important;
        width: 28px !important;
        height: 28px !important;
    }
    .full-img-col .column-bg-overlay{
        opacity: 0.8!important;
    }
    .destacado-header p{
        padding: 20px !important;
    }
    .cultivemos-juntos .row_col_wrap_12{
        flex-direction: column-reverse;
    }
    .cultivemos-juntos .row_col_wrap_12>div:nth-of-type(1),  .cultivemos-juntos .row_col_wrap_12>div:nth-of-type(1)>div{
        min-height: 300px!important;
        height: 300px;
    }
    .formulario h2{
        font-size: 23px!important;
    }
    .formulario>div{
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }
    .row-form{
        margin-bottom: 15px;
    }
    .formulario p{
        padding-bottom: 15px;
    }
    .row-form>div:nth-of-type(2){
        margin-top: 15px;
    }
    input[type="text"], input[type="email"], input[type="tel"], textarea{
        margin-top: 5px;
    }
    textarea{
        height: 100px;
    }
    .wpcf7-acceptance>span{
        margin-left: 0;
    }
    .form-boton{
        margin-top: 20px;
        text-align: center;
    }
    .frutas-lista{
        gap: 0px;
    }
    .fruta-item{
        width: 50%;
    }
    .fruta-item img{
        width: 80%;
        aspect-ratio: 1;
        height: initial !important;
    }
    .fruta-item h3{
        font-size: 19px !important;
        height: 56px;
        align-items: center;
    }
    .popup>div{
        padding: 0;
        max-width: 100%;
        max-height: 400px !important;
        height: 400px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .grafico{
        max-height: 340px;
    }
 
    
    /* .marcas img{
        padding: 0 20px!important;
    } */
    
    .marcas .vc_col-sm-3{
        width: 50%!important;
    }
    .marcas .vc_col-sm-4{
        display: flex;
        justify-content: center;
    }
    .marcas .vc_col-sm-4 img{
        max-width: 250px;
    }
    .mapa-content{
        flex-direction: column;
    }
    .mapa-content>div{
        width: 100%;
    }
    .col-1 img{
        width: 40px!important;
        height: 40px!important;
    }
    .col-1 p{
        max-width: 204px;
        font-size: 15px!important;
    }
    .col-2{
        margin-top: 30px;
    }
    .fincas, .almacenes, .fruta-hueso, .fruta-pepita, .citricos, .ubicaciones{
        flex-wrap: wrap;
    }
    .idiomas{
        margin-left: 0;
        color: white !important;
        top: 20px;
        left: -5px;
    }
    .idiomas a{
        padding: 0 5px;
    }
    .sub-menu>li:nth-of-type(1)::before{
        background-image: url('/wp-content/uploads/2025/07/PEPITA_BLANCO.png');
    }
    .sub-menu>li:nth-of-type(2)::before{
        background-image: url('/wp-content/uploads/2025/07/HUESO_BLANCO.png');
    }
    .sub-menu>li:nth-of-type(3)::before{
        background-image: url('/wp-content/uploads/2025/07/CITRICOS_BLANCO.png');
    }
    .location>div{
        padding: 50px 30px;
        width: 90%;
        height: 363px;
        display: flex;
        align-items: center;
    }
    .blob{
        display: none!important;
    }
    .comunidad{
        font-weight: 600;
    }
    .comunidad-2{
        top: 11%;
    }
    .comunidad-1{
        left:80%;
    }
    .comunidad-3{
        top: 20%;
    }
    .comunidad-4{
        top: 66%;
    }
    .comunidad-5{
        top: 69%;
        left: 6%;
    }
    .point{
        height: 10px;
        width: 10px;
        background: rgb(0 0 0);
    }
    .toggle>.toggle-title a{
        background-color: transparent;
        color: #004822;
    }
    .toggle>.toggle-title a i{
        color: #004822;
        display: none;
    }

    .toggle-heading::after{
        right: 20px;
        content: '+' !important;
        /* background: url(https://nufresco.treehousedevs.com/wp-content/uploads/2025/07/right-dark.png); */
        width: 14px;
        height: 14px;
        position: absolute;
        /* background-size: contain; */
        top: 16px;
        margin-left: 17px;
        font-weight: 100;
        color: #004822!important
    }

    .toggle>.toggle-title a{
        padding-left: 10px;
        border-bottom: 1px solid #00482240;
    }

    .toggle>.toggle-title a:hover{
        background-color: transparent;
    }

    body .toggle{
        margin-bottom: 0;
    }
    .toggle.open.extra-color-1 > .toggle-title a{
        background-color: #f5f0ee;
        color: #004822!important;
    }
    .toggle.open .toggle-heading::after{
        color: white;
    }
    .open .toggle-heading::after{
        content: '-' !important;
    }
}

@media screen and (min-width:2000px){
    .cabecera-interior{
        padding-top: 200px!important;
        padding-bottom: 200px!important;
    }
    .box{
        max-width: 850px!important;
        position: relative;
        left: 10%;
    }
    .box>.vc_column-inner{
        padding-bottom: 50px!important;
        padding-top: 75px!important;
    }

}

