
.lleva_imagen_fondo .row{ position: absolute;bottom: 80px;left: 0;right: 0;margin: 0 auto;max-width: 1100px;}
p{color:#726635 ;}
#portada .callout-1{background: #fff; padding: 50px 0 30px;}
#portada .callout-1 h2{margin: 40px 0 20px;}
#portada .callout-1 li img{ border-radius:4px ; -webkit-border-radius:4px ; -moz-border-radius:4px ; -ms-border-radius:4px ; -o-border-radius:4px ; }

#portada .callout-2{background: #fff; }
#portada .callout-2 h3{padding: 0 0 30px;font-size:35px;line-height:45px;text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);}
#portada .callout-2 .large-3{padding: 0 10px;}
#portada .callout-2 figure img{max-height: 490px;}


/* #portada #categ h3, */
/* #portada #categ ._categorias_master .tabs, */
/* #portada #categ ._categorias_master .tabs-content{display: none;} */

#portada .callout-5{background: #fff; padding: 40px 0 60px; }
#portada .callout-5 ._content_plant{    display: flex;align-content: center;align-items: center; background: #f4f1ea; padding: 0px 0 60px; border-radius: 0 40px 40px 0 ; -webkit-border-radius: 0 40px 40px 0 ; -moz-border-radius: 0 40px 40px 0 ; -ms-border-radius: 0 40px 40px 0 ; -o-border-radius: 0 40px 40px 0 ; }
#portada .callout-5 ._content_plant img{  margin-top: 40px;}
#portada .callout-5 h3{font-size:45px;line-height:55px;max-width: 550px;text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);}
#portada .callout-5 .text_izquierda {margin-left: 100px;margin-top: 20px;}

#portada .callout-6{background: #fff; padding: 30px 0 60px; }
#portada .callout-6 h3{ padding: 10px 0 50px;text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); }



/* Invertir posiciones: contenido arriba, tabs abajo */
#portada .callout-1 .tabs-content {order: 1; color: #726635; text-align: justify;}
#portada .callout-1 .tabs {order: 2;background: #eddfc2;padding: 10px;border-radius: 10px;border: 0;}
#portada .callout-1 .tabs-title a {display: block;padding: 10px 15px;background: #726635; color: #fff;  border-radius: 8px;transition: 0.2s ease-in-out;}
#portada .callout-1 .tabs-title a:hover {background: #5b5330;}
#portada .callout-1 .tabs.vertical .tabs-title:first-child a {border-top-left-radius: 12px;border-top-right-radius: 12px;}
#portada .callout-1 .tabs.vertical .tabs-title:last-child a {border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;}
#portada .callout-1 .tabs-panel {border: 0;padding: 20px;border-radius: 12px;}
#portada .callout-1 .tabs-content.vertical{border: 0;}

/* Fondo del encabezado */
#portada .callout-1 .bottom-tabs {
  background: #F8F5EC;
  padding: 8px 12px 4px;
  border-radius: 35px;
  /*NUEVO:;
  convertirelulenfilaycentrar*/display: flex;
  flex-direction: row;
  justify-content: center;
  /*centrahorizontal*/align-items: center;
  gap: 20px;
  /*separaciónentrelostabs*/overflow-x: auto;
  /*scrollenmóvil*/white-space: nowrap;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}



#portada .callout-1 .bottom-tabs .tabs-title a {background: transparent ;color: #726635;  }
#portada .callout-1 .bottom-tabs .tabs-title a:hover {opacity: 0.85;}
#portada .callout-1 .bottom-tabs .tabs-title.is-active a {background: #726635;font-weight: 800;color: #fff;padding: 10px 15px;display: block;border-radius: 10px;margin-bottom: 6px;transition: 0.2s;text-align: center;}
#portada .callout-1 .bottom-tabs .tabs-title:first-child a {border-radius: 12px 0 0 12px;}
#portada .callout-1 .bottom-tabs .tabs-title:last-child a {border-radius: 0 12px 12px 0;}
#portada .callout-1 .bottom-tabs::-webkit-scrollbar {height: 6px;}
#portada .callout-1 .bottom-tabs::-webkit-scrollbar-thumb {background: #999;border-radius: 6px;}




.lista_testimonios{
    margin-top: 40px;
}

.lista_testimonios li{
    padding: 15px;
}

.item_testimonio{
    background: #fff;
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: .3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.item_testimonio:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.item_testimonio:before{
    content: "“";
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 120px;
    color: rgba(106,143,93,.08);
    font-family: serif;
}

._estrellas{
    color: #FFC107;
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

._detalle{
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    min-height: 162px;
    margin-bottom: 25px;
    font-family: Arial,sans-serif;
}

._cliente{
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

._cliente figure{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
    flex-shrink: 0;
    border: 4px solid #6A8F5D;
}

._cliente figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._info h4{
    margin: 0;
    font-size: 13px;line-height: 20px;
    color: #222;
    font-weight: 700;
}

._info span{
    font-size: 13px;
    color: #777;
    display: block;
    margin-top: 4px;
}

.callout-6{
    padding: 80px 0;
    background: #f8faf8;
}

.callout-6 h3{
    margin-bottom: 10px;
    font-size: 38px;
}

@media(max-width:768px){

    .item_testimonio{
        padding: 25px 20px;
    }

    ._detalle{
        min-height: auto;
    }

    .callout-6 h3{
        font-size: 28px;
    }

}



@media only screen and (max-width: 40em){ /*small*/
    #portada .callout-1 {padding: 0;}
    #portada .callout-1 h2 {margin: 40px 0 0px; padding-left: 25px; max-width: 350px;}
    #portada .callout-1 h2 span{display:block;}
    #portada .callout-1 ._historia .small-12{padding:0;} 

    #portada .callout-2 h3 {   font-size: 17px; line-height: 24px; }
    #portada .callout-2 figure img {  margin-bottom: 12px;min-height: 345px;  max-height: 345px; }
    #portada .callout-2 .lleva_imagen_fondo .row {bottom: 60px;}
    .lleva_imagen_fondo .row {bottom: 60px;}


    #portada .callout-5 h3 { font-size: 20px;line-height: 30px; padding-top: 0px;text-align: center;max-width: 280px;margin: 0 auto;}
    #portada .callout-5 .text_izquierda {max-width: 250px; margin: 20px auto;}
    #portada .callout-5 {padding: 40px 0 40px;}

    #portada .callout-6 h3 {padding: 0px 0 40px;max-width: 300px;margin: 0 auto;font-size: 20px;}
    ._api_google_comentarios {padding: 0 20px;}

    #portada .callout-5 ._content_plant {        border-radius: 20px;     display: block;}


    .item_testimonio {
   
        max-width: 300px;
        margin: 0 auto;
    }


}


@media only screen and (max-width: 380px){ /*small*/
    #portada .callout-4 .small-6{width: 100%;}

}



/* MOBILE: scroll horizontal del encabezado */
@media (max-width: 640px) {
  #portada .callout-1 .bottom-tabs {  display: flex;  flex-direction: row;  overflow-x: auto;  white-space: nowrap;gap: 10px;}
  #portada .callout-1 .bottom-tabs .tabs-title {display: inline-block;margin-right: 10px;}
  #portada .callout-1 .bottom-tabs .tabs-title a {margin-bottom: 0;    }
}
