@import 'blocks/blocks-titularfull.css';
@import 'blocks/blocks-video-bg.css?v=2';
@import 'blocks/blocks-video-pop.css?v=2';
@import 'blocks/blocks-texto-cols.css';
@import 'blocks/blocks-team.css';
@import 'blocks/blocks-carrusel.css';
@import 'blocks/blocks-galeria.css';
@import 'blocks/blocks-testimonals.css';
@import 'blocks/blocks-nav-slider.css';
@import 'blocks/blocks-proyectos.css';
@import 'blocks/blocks-menu.css';
@import 'blocks/blocks-blog.css';
@import 'blocks/blocks-legal.css';
@import 'blocks/blocks-accordion.css';
@import 'blocks/blocks-hero.css';
@import 'blocks/blocks-texto-imagen.css';
@import 'blocks/blocks-mapa-contacto.css';
@import 'blocks/blocks-noticias.css';
@import 'blocks/footer.css';
@import 'blocks/formulario.css';
@import 'blocks/modals.css';
@import 'blocks/burger-menu.css';


.bg-2 {
    background: #F2EEEB;
    border: none;
}
.bg-black {
    background: #282828;
    border: none;
}


/*------------------------------------------------------*/
/*menu*/
/*------------------------------------------------------*/
.modulo-mapa{
    filter: invert(1);
}
#mapa1{
    filter: contrast(110%) saturate(30%);
   
}
#mapid{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#home-contacto #mapid a{
    text-decoration: none;
}
.navbar .logo-top img {
  width: 214px;
}
/*------------------------------------------------------*/
/*menu*/
/*------------------------------------------------------*/
header{
    height: 100px;
}
.sticky-pro{
    height: 100px;
}
.bg-pro.minimize{
    -webkit-box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 6%);
}
#menu-principal li a,
#menu-principal-eng li a{
    font-weight: normal;
    font-size: 17px;
    width: 100%;
    hyphens: auto;
    white-space: normal;
    line-height: 100%;
    text-align: center;
    max-width: 140px;
    color: #000;
    hyphens: inherit;
}
#menu-principal a:before,
#menu-principal-eng a:before {
    bottom: -10px;
}

#menu-principal a:before ,
#menu-principal-eng a:before {
    height: 4px;
    background-color: #dfdad6;
}

#menu-principal .current-menu-item a:before,
#menu-principal-eng .current-menu-item a:before{
     transform: scaleX(1);
}


#menu-principal, 
#menu-principal-eng, 
#menu-principal *, 
#menu-principal-eng * {
    margin: auto;
    vertical-align: top;
    margin: 0;
    display: flex;
    justify-content: end;
}
#menu-principal li,
#menu-principal-eng li {
    padding: 10px 17px;
    margin: auto;
}
.navbar .logo-top {
    max-width: 250px;
    margin: 0;
}
.navbar .row{
    flex-wrap: nowrap;
}
.sticky-logo-item {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.minimize .sticky-logo-item {
    height: 90px;
    TOP: -1PX;
    WIDTH: 190PX;
}
.sticky-box-menu{
    width: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: end;
   padding-right: 2%;
}
.block-menu-principal {
    width: 90%;
}
.navbar .logo-top {
        text-align: left;
    }

.sticky-pro #BURGERmenu, 
.sticky-pro.minimize #BURGERmenu {
    right: 5%;
    top: 20px;
}
@media screen and (max-width: 1300px) { 
    .block-menu-principal {
        width: 100%;
    }
}
@media screen and (max-width: 990px) { 
    nav.sticky-pro {
        padding-bottom: 0;
    }
    .navbar .logo-top {
        text-align: left;
    }
    .sticky-box-logo {
        height: 90px;
    }
    .navbar .sticky-logo-item {
        height: 90px;
        /*background: lime;*/
        width: 100%;
    }
    .sticky-pro #BURGERmenu {
        top: 20px;
        left: auto;
        right: 5%;
        position: absolute;
    }
    .minimize .sticky-box-logo{
        display: block;
    }
    .navbar .logo-top img {
        max-width: 190px;
    }

    .minimize .hamburger-inner, 
    .minimize .hamburger-inner::before, 
    .minimize .hamburger-inner::after {
        height: 3px;
    }
}



#CLOSE-BURGER{
    background: #727272;
    left: auto;
    right: 20px;
    float: none;
    position: absolute;
    top: 76px;
}
/*------------------------------------------------------*/
/* IDIOMAS*/
/*------------------------------------------------------*/
.idiomas{
    height: 100px;
    display: flex;
    align-items: center;
    border-left: 1px solid #dcdcdc;
    padding-left: 10px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language{
    display: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-display{
    display: none;
}
.idiomas a{
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 17px;
    width: 100%;
    hyphens: auto;
    white-space: normal;
    line-height: 100%;
    text-align: center;
    max-width: 140px;
    padding: 10px 2px;
    color: black;
}

.idiomas a:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: 2px;
    z-index: 5;
    transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transition: all .5s cubic-bezier(.54,.21,.43,.99);
    -moz-transition: all .5s cubic-bezier(.54,.21,.43,.99);
    -o-transition: all .5s cubic-bezier(.54,.21,.43,.99);
    transition: all .5s cubic-bezier(.54,.21,.43,.99);
}
.idiomas a:before {
    height: 4px;
    background-color: #dfdad6;
}
.idiomas a:hover:before {
    transform: scaleX(1);
}
/*------------------------------------------------------*/
/* JUMBO herotext*/
/*------------------------------------------------------*/
.hero-text{ 
    background: #F2EEEB;
    padding: 50px 0;
}
.jumbo-texto-wrap{
    width: 90%;
    margin: auto;
}
.jumbo-texto h1{
    font-weight: 400 !important;
    font-size: 60px;
    margin: 20px 0;
}
.jumbo-texto h1 span {
    line-height: 100%;
    font-size: 68px;
}
.jumbo-texto h3{
    line-height: 120%;
    font-size: 26px;
    max-width: 700px;
    margin: auto;
    display: block;
}
.jumbo-texto p{
    line-height: 120%;
    font-size: 34px;
    max-width: 700px;
    margin: auto;
}
.jumbo-texto .text-black{
    max-width: 1000px;
    margin: auto;
}
.pro-slider-slide-solo .jumbo-texto p{
    position: relative;
    font-weight: 600;
    font-size: 22px;
    max-width: 480px;
}
.we-separador{
    background: white;
    width: 330px;
    height: 8px;
    margin: auto;
    display: inline-block;
}
.hero-002 .we-separador{
    margin-bottom: 0 !important;
}

.jumbo-texto p {
    line-height: 120%;
    font-size: 17px;
    text-align: center;
    max-width: 90%;
    margin: 0px auto 0;
}

.jumbo-bar{
    width: 300px;
    height: 5px;
    background: white;
    margin: auto;
    border-radius: 1px;
}
.jumbo-bar-1{
    margin-bottom: 10px;
}
.jumbo-bar-2{
    margin-top: 39px;
}
.pro-slider-wrapper {
    max-height: 550px;
    background: #f2eeeb;
}
.hero-wrap {
    min-height: 550px;
}

/*------------------------------------------------------*/
/*home*/
/*------------------------------------------------------*/
.block-big-imagen-desktop{
    overflow: hidden;
    background: #f2eeeb;
}
@keyframes MOSTRA3 {
  from {
    transform: scale(1.1);
      opacity: .8;
  }
  to {
     transform: scale(1);
      opacity: 1;
  }
}
.block-big-imagen-desktop img{
    animation: MOSTRA3 2s linear alternate forwards;
    animation-timing-function:  cubic-bezier(.54,.21,.43,.99);
}

.is-selected .hero-img{
    animation: MOSTRA3 2s linear alternate forwards;
    animation-timing-function:  cubic-bezier(.54,.21,.43,.99);
}
/*------------------------------------------------------*/
/*shape*/
/*------------------------------------------------------*/
header {
    z-index: 3;
}
.we-hero,
.we-big{
    position: relative;
}
.jumbo-texto {
    width: 90%;
}
.we-hero .we-shape,
.we-big .we-shape{
    position: absolute;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /*border: 1px dashed red;*/

}
.we-hero .we-shape-1,
.we-big .we-shape-1{
    left: 3%;
    bottom: -80px;
    z-index: 2;
}
.we-hero .we-shape-2,
.we-big .we-shape-2{
    right: 3%;
    top: -12%;
    z-index: 4;
}


.we-big.big-002 .we-shape-1 {
    background-image: url(../we-shape/002-1.png); width: 160px;height: 160px;bottom: -80px;
}
.we-hero.hero-002 .we-shape-2 {
    background-image: url(../we-shape/002-2.png); width: 160px; height: 140px;
}

.we-hero.hero-003 .we-shape-1 {
    background-image: url(../we-shape/003-1.png); width: 80px;height: 160px;
}
.we-hero.hero-003 .we-shape-2 {
    background-image: url(../we-shape/003-2.png); width: 160px; height: 140px;
}

.we-hero.hero-004 .we-shape-1 {
   background-image: url(../we-shape/004-1.png);
    width: 150px;
    height: 150px;
    left: 5%;
    bottom: -50px;
}
.we-hero.hero-004 .we-shape-2 {
    background-image: url(../we-shape/004-2.png);
    width: 110px;
    height: 140px;
    right: 5%;
}

.we-hero.hero-005 .we-shape-1 {
   background-image: url(../we-shape/005-1.png);
    
    width: 110px;
    height: 140px;
    left: 5%;
    bottom: -50px;
}
.we-hero.hero-005 .we-shape-2 {
    background-image: url(../we-shape/005-2.png);
    width: 150px;
    height: 150px;
    right: 5%;

}

.we-hero.hero-006 .we-shape-1 {
   background-image: url(../we-shape/006-1.png);
    width: 100px;
    height: 160px;
    left: 5%;
    bottom: -50px;
    bottom: auto;
    top:-10px;
}
.we-hero.hero-006 .we-shape-2 {
    background-image: url(../we-shape/006-2.png);
    width: 130px;
    height: 130px;
    right: 5%;

}
.we-hero.hero-007 .we-shape-1 {
   background-image: url(../we-shape/007-1.png);
    
    width: 110px;
    height: 140px;
    left: 5%;
    bottom: 20px;
}
.we-hero.hero-007 .we-shape-2 {
    background-image: url(../we-shape/007-2.png);
    width: 150px;
    height: 150px;
    right: 5%;
    top: 20px;
    z-index: 1;
}
.we-hero.hero-008 .we-shape-1 {
   background-image: url(../we-shape/008-1.png);
    
    width: 160px;
    height: 160px;
    left: 5%;
    bottom: auto;
    top: -20px;
}
.we-hero.hero-008 .we-shape-2 {
    background-image: url(../we-shape/008-2.png);
    width: 130px;
    height: 130px;
    right: 5%;
    top: auto;
    bottom: -50px;
    z-index: 1;
}
.we-hero.hero-009 .we-shape-1 {
   background-image: url(../we-shape/009-1.png);
    
    width: 140px;
    height: 140px;
    left: 5%;
    bottom: auto;
    top: -10px;
}
.we-hero.hero-009 .we-shape-2 {
    background-image: url(../we-shape/009-2.png);
    width: 130px;
    height: 130px;
    right: 5%;
    top: auto;
    bottom: -50px;
        z-index: 1;
}

.we-hero.hero-010 .we-shape-1 {
   background-image: url(../we-shape/010-1.png);

    width: 120px;
    height: 120px;
    left: 5%;
    bottom: auto;
    top: -10px;
}
.we-hero.hero-010 .we-shape-2 {
    background-image: url(../we-shape/010-2.png);
    width: 180px;
    height: 100px;
    right: 5%;
    top: auto;
    bottom: -50px;
    z-index: 1;
}
.home .block-texto-imagen{
    overflow: hidden;
}
.home .block-texto-imagen .col-ord-img  .we-shape-1{
    background-image: url(../we-shape/001-square.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    right: -30px;
    bottom: -40px;
}
/*------------------------------------------------------*/
/*home*/
/*------------------------------------------------------*/
#WE-HERO-HOME{
    opacity: 1 !important;
    transform: translateZ(0) !important;
}
#WE-HERO-HOME h2{
       line-height: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative;
    font-size: 34px;
}
#WE-HERO-HOME h2:after{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    height: 6px;
    width: 300px;
    background-color: #fff;
    left: 50%;
    bottom: 0;
    margin-left: -150px;
    
    border-radius: 2px;
    margin-top: -9px;
}

#WE-HERO-HOME a,
.btn-enlace {
    display: inline-block;
    margin-top: 30px;
    background: #222;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    min-width: 200px;
   font-size: 18px;
}
.btn-enlace {
   
}
.block-texto-imagen.h-line h3{
    font-size: 28px;
    line-height: 110%;
    font-weight: 400 !important;
    display: block;
    position: relative;
    padding-bottom: 20px;
}
.block-texto-imagen.h-line h3:after{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    height: 6px;
    width: 250px;
    background-color: #e4ddd8;
    left: 0%;
    bottom: 0;
    margin-left: 0;
    border-radius: 2px;
    margin-top: 0px;
}

#WE-SERVICIOS p{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height:110%;
}

#WE-SERVICIOS p img{
    padding-bottom: 20px;
    max-width: 140px;
}
#WE-SERVICIOS a {
    display: inline-block;
    margin-top: 30px;
    background: #fff;
    color: #222222;
    padding: 10px 20px;
    border-radius: 10px;
    min-width: 200px;
    font-size: 18px;
    border: 2px solid gainsboro;
}

.videopop-wrap {
    PADDING: 50PX 0;
}
.videopop-img {
    height: 400PX;
    width: 80%;
    max-width: 1200PX;
}

@media screen and (max-width: 990px) { 
    .block-txtcols-num-4 {
        grid-template-columns: 48% 48%;
        grid-gap: 30px 1%;
    }
}

@media screen and (max-width: 480px) { 
    .block-txtcols-num-4 {
        grid-template-columns: 100%;
        grid-gap: 30px 0%;
    }
}
/*------------------------------------------------------*/
/*TEXTO IMAGEN*/
/*------------------------------------------------------*/

@media screen and (max-width: 990px) { 
    .block-texto-imagen .col-claim{
        padding-right: 0;
    }
    .align-der .col-ord-txt .col{
        padding-right: 0;
    }
    .block-texto-imagen.h-line h3 {
        text-align: center;
    }
    .block-texto-imagen.h-line h3:after {
        margin-left: 100px;
    }
    .block-texto-imagen .texto-imagen-titulo {
        grid-template-columns: 48% 48%;
        grid-gap: 30px 1%;
    }
    
    .videopop-img {
        height: 270PX;
    }
    
}


/*------------------------------------------------------*/
/*listado*/
/*------------------------------------------------------*/


.block-texto-cols  h3{
    font-weight: 500 !important;
    font-size: 40px;
    line-height: 100%;
    margin: 0 0 60px 0;
    
}

.we-pastilla ul{
    list-style: none;
}

.we-pastilla ul li{
    list-style: none;
    background: #F2EEEB;
    padding: 16px 30px;
    line-height: 130%;

    border-radius: 7px;
    margin-bottom: 16px;

}
.we-big-pastilla ul li {
    list-style: none;
    background: #F2EEEB;
    padding: 22px 30px 26px;
    line-height: 140%;
    border-radius: 7px;
    margin-bottom: 16px;
    font-weight: 400;
}
.block-texto-cols{
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.no-border{
    border: none;
}
.b-border{
    border-bottom: 2px solid #d9d9d9;
}
.mblog-contenedor-relacionados{
    border-top: 2px solid #d9d9d9;
}
.block-text-image-slider ul li:before, 
.block-txtcols-col ul li:before {
    display: none;
}
.block-txtcols-col p{
    padding: 0;
    margin: 0;
}

.we-pastilla ul li p{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.we-dots .block-txtcols-num-2{
  padding-top: 40px;
}
.we-dots .block-txtcols-num-2 li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.we-dots .block-txtcols-num-2 li:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    width: 14px;
    height: 14px;
    background-color: #e4ddd8;
    left: 0;
    top: 14px;
    border-radius: 11px;
    margin-top: -9px;
}
.bg-2.we-dots .block-txtcols-num-2 li:before{
    background-color: white;
}

.we-pastilla-dots .block-txtcols-num-2 {
    margin-top: 0px;
}
.we-pastilla-dots ul li {
    list-style: none;
    background: #fff;
    padding: 22px 30px 26px;
    line-height: 140%;
    border-radius: 7px;
    margin-bottom: 16px;
    font-weight: 400;
}
.we-pastilla-dots ul li p{
    display: block;
    position: relative;
    padding-left: 25px;
}
.we-pastilla-dots ul li p b,
.we-pastilla-dots ul li p strong{
    font-weight: 800;
    font-size: 19px;
    padding-bottom: 4px;
    display: block;
}
.we-pastilla-dots ul li p:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    width: 14px;
    height: 14px;
    background-color: #e4ddd8;
    left: 0;
    top: 14px;
    border-radius: 11px;
    margin-top: -9px;
}

.we-full-txt-big p{
    font-size: 18px;
}
.wrap-single-post{
    min-height: 30vh;
}
/*------------------------------------------------------*/
/*equipo*/
/*------------------------------------------------------*/

.wrap-team {
    display: inline-block;
    width: 100%;
}

.carousel-team-cell {
    DISPLAY: INLINE-BLOCK;
    MARGIN: AUTO;
    text-align: left;
    width: 29%;
    margin: 0 2% 90px 2% !important;
}
.persona-foto {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background-position: center;
    margin-bottom: 20px;
}

.persona-info {
    display: flex;
}
.persona-col-1{
    padding-top: 6px;
}
.persona-col-2{
    padding-left: 18px;
}
.persona-link {
    background: #f2eeeb;
    WIDTH: 44PX;
    height: 44px;
}
.persona-link svg {
    WIDTH: 20px;
    height: 20px;
    fill: #4c4c4c;
}


/*------------------------------------------------------*/
/*form*/
/*------------------------------------------------------*/
#home-contacto{
    /*border-top: 1px solid silver;*/
}
.home-contacto-1{
    width: 100%;
    max-width: 900px;
    display: block;
    margin: auto;
}
#home-contacto h2{
    text-align: center;
}
#home-contacto input,
#home-contacto textarea{
    border: 1px solid silver;
    border-radius: 4px;
    padding: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    width: 98%;
    font-size: 18px;
}
#home-contacto textarea{
    height: 170px;
}

#home-contacto input[type="submit"]{
    background: #242424 !important;
    color: white !important;
    border-radius: 11px;
    padding: 14px 18px;
    max-width: 280px;
}

#home-contacto input[type=checkbox]{
    width: auto;
}
#home-contacto .wpcf7-list-item {
    margin: 0 10px 0 0;
}
#pro-form .pro-form-wrap {
    padding: 50px 0px;   
}
.mform-captcha-1 {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
}
.mform-captcha-wrap{
    margin-top: 12px
}
.mform-captcha-wrap .mform-captcha-wrap{
    margin-top: 0px
}
.mform-captcha-1 .mform-1 {
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0;
}

#home-contacto input::placeholder,
#home-contacto textarea::placeholder{
    color: #8E8E8E !important
}

#home-contacto a{
    text-decoration: underline;
    color: dimgrey;
}

.block-enlace-fila{
    background: #f2eeeb;
    padding: 50px 0 40px;
    border: none;
}
.block-enlace-fila .row{
    background: white;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 1px 10px;
}
.block-enlace-fila .row p{
    padding: 0;
    margin: 0;
}
.block-enlace-fila .row .col{
    line-height: 120%;
    padding: 12px 12px;
}
.block-enlace-fila .row p b {
    font-size: 23px;
    line-height: 28px;
    display: inline-block;
    padding-right: 34px;
}
.block-enlace-fila .row p a{
    background: #323232;
    display: inline-block;
    padding: 2px 12px;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}

.block-enlace-fila.descarga-pdf{
    background: transparent;
    padding: 20px 0 40px;
    border-bottom: 1px solid #efefef;
}

.block-enlace-fila.descarga-pdf .row{
    background: #323232;
    border-radius: 6px;
    background-image: url(../svg/documento.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left 30px center;
    padding-left: 60px;
    padding: 10px 0 10px 60px;
    margin-bottom: 20px;
}
.block-enlace-fila.descarga-pdf .col{
    padding: 0;
}
.block-enlace-fila.descarga-pdf .col p a{
    background-color: transparent;
    border-radius: 6px;
    background-image: url(../svg/descarga.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding: 14px 20px;
    width: 100%;
}
.block-enlace-fila.descarga-pdf .col p a:hover{
    opacity: .7;
}
/*------------------------------------------------------*/
/*blog*/
/*------------------------------------------------------*/
article header {
    height: auto;
    z-index: 1;
}

.blog article{
    width: 32.8%;
    display: inline-block;
    vertical-align: top;
     padding: 0 20px 80px;
}
.blog article:first-of-type,
.blog article:nth-of-type(2){
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}
.grid-box-noticia {
    border-radius: 20px;
    margin-bottom: 20px;
}
.pblog-item-content{
    padding: 0;
}
article header h2,
article header h2 a{
   color: black;
   font-size: 26px;
    line-height: 110%
}
 
article header h2 a:hover {
    color: #b3afa8;
}

.pblog-item-content{
    line-height: 120%;
    font-size: 16px;
}
.blog #primary{
    max-width: 1300px;
    margin: auto;
}
.separator{
    width: 100%;
    border-top: 1px solid #d1d1d1;
}


.single .jumbo-texto h2{
    font-size: 36px;
    max-width: 800px;
    margin: auto;
    width: 90%;
}
/*------------------------------------------------------*/
/*acordeon*/
/*------------------------------------------------------*/
.wblock-accordion .tab {
    border-bottom: 1px solid transparent;
}

.wblock-accordion .tab-label,
.wblock-accordion .tab-label:hover{
    background: transparent;
    color: white;
    opacity: 1 !important;
    padding: 38px 20px 30px;
    border-bottom: 1px solid #ffffff36;
}
.wblock-accordion .tab-label:hover{
   opacity: .9 !important;
}
.wblock-accordion .tab-label::after {
    transform: rotate(90deg);
    background: white;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    color: black;
}
.wblock-accordion input:checked + .tab-label::after {
    transform: rotate(-90deg);
}
.wblock-accordion input:checked ~ .tab-content {
    color: white;
    max-height: 100vh;
    padding: 50px 1em;
}


/*------------------------------------------------------*/
/*footer*/
/*------------------------------------------------------*/
footer{
    background: #F2EEEB
}
footer p {
    font-size: 14px;
    line-height: 110%;
}
footer .row .col{
    display: flex;
}
.col-f1 {
    width: 40%;
}
.col-f1-logo {
    background-image: url(../brand/logo-vertical.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 150px;
    padding-left: 180px;
    min-height: 200px;
}

footer .col-f1-logo p {
    border-top: 6px solid white;
    border-bottom: 6px solid white;
    padding-top: 14px;
    padding-bottom: 14px;
    max-width: 219px;
}

.col-f2 {
    width: 60%;
    margin: 0;
}
#BOX-CTA a {
    border: none;
    display: inline-block;
    margin: 10px 7px 4px 0;
    padding: 9px 20px;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    border-radius: 6px;
    background: #ffffffa6;
    font-weight: 500;
    font-size: 14px;
}


@media screen and (max-width: 1380px) { 
    .block-menu-principal {
        overflow: hidden;
    }
    .jumbo-texto h1 {
        font-size: 50px;
        margin: 10px 0;
    }
    .block-texto-cols h3 {
        font-size: 38px;
    }
    .size-lg-38 {
        font-size: 34px !important;
    }
    .we-hero .we-shape-1, .we-big .we-shape-1,
    .we-hero.hero-001 .we-shape-1,
    .we-hero.hero-002 .we-shape-1,
    .we-hero.hero-003 .we-shape-1,
    .we-hero.hero-004 .we-shape-1,
    .we-hero.hero-005 .we-shape-1,
    .we-hero.hero-006 .we-shape-1,
    .we-hero.hero-007 .we-shape-1,
    .we-hero.hero-008 .we-shape-1,
    .we-hero.hero-009 .we-shape-1,
    .we-hero.hero-010 .we-shape-1{left: 1%;transform: scale(0.8);}
    
    .we-hero .we-shape-2, .we-big .we-shape-2,
    .we-hero.hero-001 .we-shape-2,
    .we-hero.hero-002 .we-shape-2,
    .we-hero.hero-003 .we-shape-2,
    .we-hero.hero-004 .we-shape-2,
    .we-hero.hero-005 .we-shape-2,
    .we-hero.hero-006 .we-shape-2,
    .we-hero.hero-007 .we-shape-2,
    .we-hero.hero-008 .we-shape-2,
    .we-hero.hero-009 .we-shape-2,
    .we-hero.hero-010 .we-shape-2{right: 1%;transform: scale(0.8);}
    
}

@media screen and (max-width: 980px) { 
    .jumbo-texto h1 span {
        font-size: 36px;
    }
    .pro-slider-slide-solo .jumbo-texto p {
        font-size: 20px;
        line-height: 100%;
    }
    .pro-slider-wrapper{
        height: 400px;
        overflow: hidden;
    }
    .pro-slider-wrapper {
        max-height: 400px;
    }
    .hero-wrap {
        min-height: 400px;
    }
    .we-hero .we-shape, .we-big .we-shape{
        display: none;
    }
    .jumbo-texto {
        height: auto;
    }
    .jumbo-texto h1 {
        font-size: 40px;
        line-height: 100%;
        margin-bottom: 10px !important;
    }
    .jumbo-texto h3 {
        line-height: 110%;
         font-size: 20px;
    }
    #WE-HERO-HOME h2 {
        font-size: 26px;
    }
    .block-texto-cols h3 {
        font-size: 28px;
    }
    .block-texto-cols h3 {
        margin: 0 0 40px 0;
    }
    .block-txtcols-num-2 {;
        display: block;
    }
    .block-texto-cols {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .block-enlace-fila .row p a {
        display: block;
        margin-top: 10px;
        padding: 10px;
    }
    .home .block-texto-imagen .col-ord-img .we-shape-1{
        display: none;
    }
    .mform-captcha-1 {
        display: block;
    }
    .size-lg-38 {
        font-size: 24px !important;
    }
    .carousel-team-cell {
        width: 96%;
        margin: 0 0% 30px 0% !important;
    }
    footer .row .col {
        display: block;
    }
    footer .col-f1-logo p {
        max-width: 100%;
    }
    .col-f1-logo{
        width: 100%;
    }
    .col-f1-logo {
        min-height: 200px;
        width: 100%;
        padding-top: 190px;
        padding-left: 0;
        max-width: 100%;
    }
    .col-f2 {
        width: 100%;
        margin: 0;
    }
    .mform-3 {
        DISPLAY: block;
    }
    #home-contacto input[type="submit"] {
        float: none;
        max-width: 100%;
    }
    #pro-form .pro-form-wrap {
        padding: 20px 0px;
    }
    .we-full-txt-big p {
        font-size: 16px;
    }
    #WE-SERVICIOS p img {
        padding-bottom: 20px;
        max-width: 110px;
    }
    .blog article:first-of-type, .blog article:nth-of-type(2) {
        width: 100%;
    }
    .blog article {
        width: 100%;
    }
    .block-noticia_thumb .grid-box-noticia {
        min-height: 190px;
    }
    article header h2, article header h2 a {
        font-size: 22px;
    }
    .we-separador {
        width: 90%;
    }
    .block-enlace-fila.descarga-pdf .row {
        padding: 10px 0 10px 60px;
        margin-bottom: 20px;
        padding: 60px 10px 10px;
        background-position: top 30px center;
    }
    .block-enlace-fila.descarga-pdf .col p a {
        width: 100%;
        padding: 10px 0 40px 0;
        text-align: center;
        background-position: bottom;
    }
    .block-enlace-fila .row p b {
        font-size: 20px;
        padding-right: 0;
    }
    .block-texto-imagen.h-line h3 {
        font-size: 22px;
    }
    .block-texto-imagen.h-line h3:after {
        margin: auto;
        width: 90%;
        margin-left: 5%;
    }

}

