/* CSS - FORESAN NEW HOME */

html p, html li{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

#Cabecera {
    align-content: center;
    padding: 92px 60px;
    position: relative;
    min-height: 100vh;
    align-content: space-evenly;
}

#Cabecera .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#Cabecera  .video-fondo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

#Cabecera .RRSS {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

#Cabecera .RRSS p {
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
}

#Cabecera .RRSS img {
    height: 40px;
    margin: 0 20px;
}

#Cabecera .TXT-Card {
    text-align: center;
    max-width: 660px;
    margin: 0px auto;
    z-index: 1;
}

#Cabecera .TXT-Card h1{
    margin-bottom: 20px;
}

#Cabecera .TXT-Card .DESK {
    max-width: 550px;
    margin: 0px auto;
}

#Cabecera .COL_Colecciones {
    border-radius: 20px;
    background: rgba(255,255,255,0.3);
    justify-content: space-between;
    padding: 15px;
    position: relative;
}

#Cabecera .COL_Colecciones .ROW-Title {
    position: absolute;
    width: 40%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    text-align: center;
    padding: 40px;
    display: flex;
    align-items: center;
}

#Cabecera .COL_Colecciones .ROW-Title h2 {
    max-width: 388px;
    margin: 0px auto;
    font-weight: bold;
}

#Cabecera .COL_Colecciones .CELL-Coleccion {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

#Cabecera .COL_Colecciones .Col-IMG {
    width: 100%;
    margin-bottom: 10px;
}

#Cabecera .COL_Colecciones .ROW-DATA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#Cabecera .COL_Colecciones .ROW-DATA p {
    font-weight: bold;
    color: #1D452A;
    padding: 0px;
    max-width: 160px;
    font-size: 16px;
    line-height: 20px;
}

#Cabecera .COL_Colecciones .ROW-DATA img {
    height: 35px;
    transition: opacity 0.4s ease;
}

#Cabecera .COL_Colecciones .ROW-DATA .BTN1 {
    opacity: 1;
      position: absolute;
  bottom: 10px;
  right: 10px;
}

#Cabecera .COL_Colecciones .ROW-DATA .BTN2 {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

html[lang="ar"] #Cabecera .COL_Colecciones .ROW-DATA .BTN1, html[lang="ar"] #Cabecera .COL_Colecciones .ROW-DATA .BTN2 { 
  bottom: -4px;
}

#Cabecera .COL_Colecciones a:hover .ROW-DATA .BTN1{
  opacity: 0;
}

#Cabecera .COL_Colecciones a:hover .ROW-DATA .BTN2{
  opacity: 1;
}

@media only screen and (max-width: 1200px){

    #Cabecera {
    padding: 92px 60px 50px;
    }

    #Cabecera .ROW-Title h2{
    font-size: 24px;
    line-height: 28px;
    }

    #Cabecera .RRSS {
    padding: 11px 30px;
    }

}

@media only screen and (max-width: 999px){

    #Cabecera {
    padding: 100px 20px;
    }

    #Cabecera .ROW-Title h2{
    font-size: 20px;
    line-height: 24px;
    }

    #Cabecera .COL_Colecciones .ROW-DATA p {
    font-size: 14px;
    line-height: 18px;
    }

}

@media only screen and (max-width: 780px){

    #Cabecera .COL_Colecciones .CELL-Coleccion {
    flex-basis: 100%;
    margin-bottom: 20px;
    }

    #Cabecera .COL_Colecciones .CELL-Coleccion:last-child {
    margin-bottom: 0px;
    }

    #Cabecera .COL_Colecciones .ROW-Title {
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    transform: none;
    height: auto;
    padding: 20px 40px;
    }

    #Cabecera .ROW-Title h2{
    font-size: 24px;
    line-height: 28px;
    }

    #Cabecera .RRSS {
    padding: 11px 20px;
    }

    #Cabecera .RRSS img {
    height: 35px;
    margin: 0px 10px;
    }

    #Cabecera .RRSS p {
    font-size: 16px;
    margin-right: 16px;
    }

}

#Grid-Colecciones{

}

#Grid-Colecciones .ROW_Coleccion{
    flex-basis: 100%;
}

#Grid-Colecciones .ROW_Coleccion:nth-child(even) {
  flex-direction: row-reverse;
}

#Grid-Colecciones .COLA {
    padding: 60px 80px;
}

#Grid-Colecciones .Cabecera {
    margin-bottom: 10px;
}

#Grid-Colecciones .COLA h2{
    max-width: 490px;
}

#Grid-Colecciones .COLA h3{
    margin-bottom: 40px;
    margin-bottom: 20px;
}

#Grid-Colecciones .COLA h4 {
    font-weight: bold;
}

#Grid-Colecciones .COLA .Beneficios {
    margin-bottom: 30px;
}

#Grid-Colecciones .COLB .BTN {
    position: absolute;
    z-index: 9;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #23533e;
    color: #fff;
    padding: 9px 40px;
    border-radius: 48px;
    font-weight: bold;
    transition: all 0.4s ease ;
}

#Grid-Colecciones .COLB .BTN:hover {
    background: #fff;
    color: #23533e;
}

/* Elimina los puntos de lista por defecto */
#Grid-Colecciones .Beneficios ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Estilos generales para los <li> */
#Grid-Colecciones .Beneficios ul li {
  position: relative;
  padding-left: 28px; /* espacio para el icono */
  margin-bottom: 8px;
  line-height: 1.4em;
  list-style: none;
}

/* Icono verde cuando el padre tiene clase funteOscura */
#Grid-Colecciones .Beneficios .funteOscura ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url('/wp-content/uploads/2025/10/Check-beneficio-green.svg') no-repeat center center;
  background-size: contain;
}

/* Icono blanco cuando el padre tiene clase funteClara */
#Grid-Colecciones .Beneficios .funteClara ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url('/wp-content/uploads/2025/10/Check-beneficio-blc.svg') no-repeat center center;
  background-size: contain;
}

#Grid-Colecciones .Beneficios .funteClara ul li::marker {
  display: none;
}

#Grid-Colecciones .COLB{
    position: relative;
}

#Grid-Colecciones .COLB img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1200px){

    #Grid-Colecciones .COLA {
    padding: 60px 40px;
    }

}

@media only screen and (max-width: 999px){

    #Grid-Colecciones .COL {
    flex-basis: 100%;
    }

    #Grid-Colecciones .COLA {
        padding: 60px 20px 40px;
    }

    #Grid-Colecciones .COL.COLA p, #Grid-Colecciones .COL.COLA li {
    font-size: 14px;
    line-height: 20px;
    }

    #Grid-Colecciones .COLB{
    height: 80vh;
    }

    #Grid-Colecciones .COLB img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
}

@media only screen and (max-width: 500px){

    #Grid-Colecciones .COLB img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: unset;
    }

    #Grid-Colecciones .COLB{
    height: auto;
    }

    #Grid-Colecciones .COLB .BTN {
    bottom: 40px;
    font-size: 14px;
    width: max-content;
    }

}

#Experiencias {
    padding: 80px 80px;
}

#Experiencias .Cabecera {
    margin: 0px auto 40px;
    flex-basis: 100%;
}

#Experiencias .Cabecera h2 {
    text-align: center;
    max-width: 483px;
    margin: 0px auto;
}

#Experiencias .Puntos {
    background: #edf0ee;
    border-radius: 20px;
    padding: 40px;
    max-width: 80%;
    margin: 0px auto;
    flex-basis: 100%;
}

#Experiencias .ROW-Punto {
    display: flex;
    align-items: center;
    padding: 0px 0px 10px;
}

#Experiencias .ROW-Punto .num {
    padding: 0px;
}

#Experiencias .ROW-Punto .num span {
    color: #fff;
    background: #1c4529;
    border-radius: 50%;
    padding: 10px 15px;
}

#Experiencias .ROW-Punto .ROW-Sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdd6d0;
    padding: 20px 0px 30px;
    margin-left: 25px;
}

#Experiencias .ROW-Punto:last-child .ROW-Sub {
    border: none;
}

#Experiencias .ROW-Punto .ROW-Sub .BOX-nom {
    width: 136px !important;
    padding: 0px;
}

#Experiencias .ROW-Punto .ROW-Sub .nom {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
}

#Experiencias .ROW-Punto .ROW-Sub .BOX-desc {
    width: calc(100% - 400px);
}

#Experiencias .ROW-Punto .ROW-Sub .BOX-desc .desc{
    padding: 0px;
}

@media only screen and (max-width: 1200px){

    #Experiencias .Puntos {
    max-width: 100%;
    }

}


@media only screen and (max-width: 999px){

    #Experiencias {
        padding: 80px 20px;
    }

    #Experiencias .ROW-Punto .ROW-Sub .BOX-desc {
    width: auto;
    padding-left: 40px;
    }

    #Experiencias .ROW-Punto .ROW-Sub .BOX-nom {
    flex-basis: 324px;
    }

    #Experiencias .Puntos {
    padding: 40px 20px;
    }

}

@media only screen and (max-width: 700px){

    #Experiencias .ROW-Punto .ROW-Sub .BOX-desc p{
    font-size: 14px;
    }

    #Experiencias .ROW-Punto {
        display: flex;
        flex-wrap: wrap;
    }

    #Experiencias .ROW-Punto .BOX-num,  #Experiencias .ROW-Punto .ROW-Sub, #Experiencias .ROW-Punto .ROW-Sub .BOX-nom, #Experiencias .ROW-Punto .ROW-Sub .BOX-desc {
        flex-basis: 100%;
    }

    #Experiencias .ROW-Punto .ROW-Sub{
        flex-wrap: wrap;
        margin: 0px;
        margin-bottom: 20px;
    }

    #Experiencias .ROW-Punto .ROW-Sub .BOX-desc {
    padding-left: 0px;
    }

    #Experiencias .Puntos {
    padding: 40px 20px 0px;
    }

}



#Formato { background:#1c4529; padding:80px 60px; box-sizing:border-box; }

/* Cabecera */
#Formato .Cabecera{ justify-content:space-between; align-items:end; flex-basis:100%; margin-bottom:100px; }
#Formato .Cabecera h3{ font-size:16px; font-weight:normal; margin-bottom:0; }
#Formato .Cabecera .COLA{ max-width:530px; }
#Formato .Cabecera .COLB{ max-width:400px; }
#Formato .Cabecera .COLB p{ padding:0; }

/* Grid puntos */
#Formato .ROW-Puntos{ display:flex; flex-wrap:wrap; gap:20px; box-sizing:border-box; flex-basis:100%; width:100%; }

#Formato .CELL-Punto{
  --gap:20px;
  --reveal: 0px;       /* la pone el JS */
  --reveal-max: 0px;   /* la pone el JS (máxima de todas) */
  --pad-comp: 0px;     /* la pone el JS (reveal-max - reveal) */

  flex:0 1 calc((100% - 2 * var(--gap)) / 3);
  height:20vw; min-height:260px;
  padding:20px; position:relative; display:flex; flex-direction:column; justify-content:space-between;
  overflow:hidden; box-sizing:border-box;
}

/* Fondo */
#Formato .CELL-Punto .bg{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:1;
  transition:filter .35s ease, transform .35s ease; will-change:filter, transform;
}

/* Capas de contenido */
#Formato .CELL-Punto .ROW-1, #Formato .CELL-Punto .ROW-2{ position:relative; z-index:2; }

/* Iconos (arriba) */
#Formato .CELL-Punto .ROW-1{ display:flex; align-items:flex-start; justify-content:flex-start; height:50px; position:relative; }
#Formato .CELL-Punto .ICO{ position:absolute; left:0; top:0; width:45px; transition:opacity .25s ease; }
#Formato .CELL-Punto .ICO-A{ opacity:1; } 
#Formato .CELL-Punto .ICO-B{ opacity:0; }

/* Texto (abajo) */
#Formato .CELL-Punto .ROW-2{
  padding-top:20px; display:flex; flex-direction:column; justify-content:flex-end;
  transform:translateY(0); transition:transform .35s ease; will-change:transform;
}

/* name */
#Formato .CELL-Punto .ROW-2 .name{
  margin-bottom:10px; font-size:18px;
  transition:transform .35s ease; will-change:transform;
}

/* desc: fija al fondo, oculta por clip (no ocupa espacio) */
#Formato .CELL-Punto .ROW-2 .desc{
  position:absolute; left:0; right:0; bottom:0; z-index:3;
  opacity:0; clip-path:inset(100% 0 0 0);
  transition:opacity .35s ease, clip-path .35s ease, transform .35s ease;
  will-change:clip-path, transform, opacity;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0px;
}

/* Hover: fondo e iconos */
#Formato .CELL-Punto:hover .bg{ filter:brightness(.55); transform:scale(1.02); }
#Formato .CELL-Punto:hover .ICO-A{ opacity:0; }
#Formato .CELL-Punto:hover .ICO-B{ opacity:1; }

/* Hover: mover TODO ROW-2 por la máxima altura global */
#Formato .CELL-Punto:hover .ROW-2{ transform:translateY(calc(-1 * var(--reveal-max))); }

/* Hover: revelar desc según su propia altura y anclarla al fondo */
#Formato .CELL-Punto:hover .ROW-2 .desc{
  opacity:1;
  clip-path:inset(calc(100% - var(--reveal)) 0 0 0);
  transform:translateY(var(--reveal-max));
}

/* Hover: compensar el name para que toque el borde superior de su desc */
#Formato .CELL-Punto:hover .ROW-2 .name{
  transform:translateY(var(--pad-comp)); /* (reveal-max - reveal) */
}


@media only screen and (max-width: 999px){

    #Formato {
    padding: 60px 20px;
    }

    #Formato .CELL-Punto {
    flex-basis: calc(50% - 10px);
    }

    #Formato .Cabecera {
    margin-bottom: 80px;
    }

    #Formato .Cabecera .COLB p {
    margin-top: 40px;
    }

}

@media only screen and (max-width: 700px){

    #Formato .CELL-Punto {
    flex-basis: 100%;
    }

}

@media only screen and (max-width: 500px){

    #Formato .Cabecera h3, #Formato .Cabecera .COLB p, #Formato .CELL-Punto .ROW-2 p {
    font-size: 14px;
    line-height: 20px;
    }

}


#Calidad{
    padding: 80px 60px;
}


#Calidad .COLA {
    align-content: normal;
    flex-wrap: wrap;
    flex-direction: column;
}

#Calidad .COLA h2{
    WIDTH: 420PX;
    margin-bottom: 30px;
}

#Calidad .COLA p {
    width: 281px;
    margin-bottom: 20px;
}

#Calidad .COLA .ROW-ICO img {
    width: 100px;
    margin-right: 20px;
}

#Calidad .ROW-Punto {
    background: #edf0ee;
    padding: 16px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

#Calidad .ROW-Punto:last-child {
    margin-bottom: 0px;
}

#Calidad .ROW-Punto p {
    padding: 0px;
    position: relative;
    padding-left: 36px;
}

#Calidad .ROW-Punto p::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0px;
    width: 22px;
    height: 22px;
    background: url('/wp-content/uploads/2025/10/Check.svg') no-repeat center center;
    background-size: contain;
}

@media only screen and (max-width: 999px){

    #Calidad {
    padding: 60px 20px;
    }

    #Calidad .COLA {
    flex-basis: 100%;
    }

    #Calidad .COLB {
    flex-basis: 100%;
    }
}

@media only screen and (max-width: 500px){

    #Calidad .COLA h2 {
    WIDTH: auto;
    }

    #Calidad .COLA p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    }

    #Calidad .ROW-ICO {
    margin-bottom: 10px;
    }

    #Calidad .ROW-Punto p::before {
    top: 50%;
    transform: translate(0px, -50%);
    }

    #Calidad .ROW-Punto {
    padding: 12px 10px;
    }

    #Calidad .ROW-Punto p {
    padding-left: 44px;
    font-size: 14px;
    line-height: 20px;
    }

}

#Expertos {
    background: #1c4529;
    padding: 80px 60px;
}

#Expertos .Cabecera {
    justify-content: space-between;
    align-items: end;
    flex-basis: 100%;
    margin-bottom: 100px;
}

#Expertos .Cabecera h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
}

#Expertos .Cabecera .COLA {
    max-width: 530px;
}

#Expertos .Cabecera .COLB {
    max-width: 400px;
}

#Expertos .Cabecera .COLB p{
    padding: 0px;
}

#Expertos .ROW-Puntos {
    flex-basis: 100%;
}

#Expertos .CELL-Punto .ROW-Puntos{
    padding: 0px 60px;
}

#Expertos .CELL-Punto {
    background: #617d69;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    text-align: center;
    align-content: center;
    padding: 40px;
    justify-content: center;
    transition: all 0.4s ease;
    overflow: hidden;
}

#Expertos .CELL-Punto:hover {
    background: #fff;
}

#Expertos .CELL-Punto h4{
    font-weight: normal;
    line-height: 20px;
    transition: all 0.4s ease;
}

#Expertos .CELL-Punto:hover h4{
    color: #1D452A !important;
}

#Expertos .ROW-Cierre {
    flex-direction: column;
}

#Expertos .ROW-Cierre {
    margin: 100px 0px 0px;
    text-align: center;
}

#Expertos .ROW-Cierre p{
    max-width: 420px;
    margin: 0px auto 30px;
}

#Expertos .BTN {
    background: #fff;
    color: #23533e;
    padding: 9px 40px;
    border-radius: 48px;
    font-weight: bold;
    transition: all 0.4s ease;
    width: fit-content;
    margin: 0px auto;
}

#Expertos .BTN:hover {
    background: #23533e;
    color: #fff;
}

@media only screen and (max-width: 999px){

    #Expertos {
    padding: 60px 20px;
    }

    #Expertos .ROW-Puntos.Row_Flex {
        justify-content: center;
    }

    #Expertos .CELL-Punto {
    flex-basis: 25%;
    }

    #Expertos .CELL-Punto h4 {
    font-size: 16px;
    }

}

@media only screen and (max-width: 700px){

    #Expertos .CELL-Punto {
    flex-basis: 50%;
    }

}

@media only screen and (max-width: 500px){

    #Expertos .ROW-Puntos.Row_Flex {
        gap: 15px;
    }

    #Expertos .Cabecera {
    margin-bottom: 50px;
    }

    #Expertos .CELL-Punto {
    flex-basis: calc(50% - 8px);
    }
    #Expertos .CELL-Punto h4 {
    font-size: 14px;
    line-height: 18px;
    }

    #Expertos .ROW-Cierre p {
    margin: 0px auto 15px;
    font-size: 14px;
    line-height: 20px;
    }

}

#Valoraciones{
    background: #edf0ee;
    padding: 80px 60px;
}

#Valoraciones .cabecera {
    text-align: center;
}

#Valoraciones .cabecera h2{
    margin-bottom: 20px;
}

#Valoraciones .slick-slider-modulo-valoraciones {
    margin-top: 40px;
    margin-bottom: 40px;
}

#Valoraciones .slick-track{
    display: flex;
}

#Valoraciones .BOX_Valoracion {
    background: #fff;
    border-radius: 20px;
    margin: 10px;
    padding: 30px 20px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#Valoraciones .TXT_Nombre_Producto {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#Valoraciones  .TXT_Nombre_Valoracion {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

#Valoraciones .BOX_Valoracion .TXT_Ciudad_Valoracion {
    display: none;
}

#Valoraciones .BOX_Valoracion .Bloque_Estrellas {
    display: inline-flex;
    flex-basis: 100%;
}

#Valoraciones .BOX_Valoracion .Bloque_Estrellas img{
    margin: 1px;
    width: 15px;
    height: 15px;
}

#Valoraciones .TXT_Titulo_Valoracion {
    display: none;
}

#Valoraciones .Cont_Numeico {
    display: none;
}

#Valoraciones .TXT_Comentario_Valoracion {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 34px;
    padding-bottom: 0px;
}

#Valoraciones .BTN_OPINION {
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
/*    margin-right: 50px;
    margin-top: -38px;*/
    z-index: 9;
    position: relative;
    position: absolute;
    top: 20px;
    right: 60px;
}

#Valoraciones .COL2 .slick-arrow {
    height: 28px;
    width: auto;
    z-index: 9;
}

#Valoraciones .COL2 .slick-next  {
    right: -12px;
}

#Valoraciones .COL2 .slick-prev {
    left: -12px;
}


@media only screen and (max-width: 999px){

    #Valoraciones {
    padding: 60px 20px;
    }

    #Valoraciones .slick-prev, #Valoraciones .slick-next {
    width: 35px;
    height: 35px;
    z-index: 999;
    }

    #Valoraciones .slick-prev {
    left: -10px;
    }

    #Valoraciones .slick-next {
    right: -8px;
    }

    #Valoraciones .cabecera h2 {
    max-width: 90%;
    margin: auto;
    margin-bottom: 10px;
    }

    #Valoraciones .cabecera p {
    font-size: 14px;
    line-height: 20px;
    max-width: 70%;
    margin: auto;
    }

    #Valoraciones .slick-slider-modulo-valoraciones {
    margin-top: 20px;
    margin-bottom: 20px;
    }

}

#Contacto {
    background: #edf0ee;
    padding: 80px 60px;
}

#Contacto .ROW_Cabecera h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #1D452A;
}

#Contacto .Contacto {
    max-width: 60%;
    margin-left: auto;
}

/* Responsive */

@media only screen and (max-width: 999px){
    
    #Contacto {
    padding: 60px 20px;
    }

    #Contacto .Contacto {
    max-width: 100%;
    margin-top: 60px;
    }
}

@media only screen and (max-width: 700px){

    .Contacto label {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    
    .Contacto form p{
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 600px){

    #Contacto .COL_Flex_50{
        flex-basis: 100%;
        padding: 0px;
    }

    .Contacto .ROW-Botones {
    display: block;
    }

    .wpcf7-form-control.wpcf7-acceptance span {
    font-size: 12px;
    }

}