@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';



@font-face {
    font-family: 'Sanchez';
    src: url('fonts/Sanchez-ExtraLight.woff2') format('woff2'),
        url('fonts/Sanchez-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanchez';
    src: url('fonts/Sanchez-Bold.woff2') format('woff2'),
        url('fonts/Sanchez-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanchez';
    src: url('fonts/Sanchez-Black.woff2') format('woff2'),
        url('fonts/Sanchez-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanchez';
    src: url('fonts/Sanchez-Light.woff2') format('woff2'),
        url('fonts/Sanchez-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanchez';
    src: url('fonts/Sanchez-Regular.woff2') format('woff2'),
        url('fonts/Sanchez-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanchez';
    src: url('fonts/Sanchez-Semibold.woff2') format('woff2'),
        url('fonts/Sanchez-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body{
    background-color: #F7F6F3;
    font-weight: 400;
}
a {
    text-decoration: none;
}
#HomeHeroSlider{
    overflow: hidden;
}
#HomeHeroSlider .swiper-slide .slider-bg{
    background-position: center;
    background-size: cover;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body,
.sanchez{
    font-family: "Sanchez", serif;
    font-family: 'Sanchez';
    /*font-family: 'Sanchez', serif;*/
}
.roboto{
    font-family: "Roboto", sans-serif;
     font-style: normal;
    font-optical-sizing: auto;
  font-variation-settings:
    "wdth" 100;
}
.btn{
    border-radius: 0;
}
.bg-jurado-blue{
    background-color: #285880;
}
.f-crema-2{
    /*background-color: #F1EDDD;*/
    background-color: #e6e4db;
}
.logo-top{
    width: 110px;
    margin: 0 15%;
}
.logo-footer{
    max-width: 212px;
}
.jurado-blue{
    color: #285880;
}
.text-gris-oscuro{
    color: #747474;
}

#Sectores {
    background-color: #285880;
    padding: 70px 0;
    position: relative;
    z-index: 98;
}
#Sectores .block-txtcols-col{
    padding: 40px;
    display: flex;
    height: 350px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    color: white;
}
#Sectores .block-txtcols-col h2{
    font-size: 38px;
    font-weight: 600 !important;
    margin: 0;
    color: #ffffff;
}

#Sectores .block-txtcols-col p{
    max-width: 400px;
    margin: 3px auto 17px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 120%;
    font-weight: 300;
}
#Sectores .block-txtcols-col:first-of-type{
    /*background-color: red;*/
    background-image: url(../pics/sectores.jpg);
    background-size: cover;
    background-position: center;
}
#Sectores .block-txtcols-col:last-of-type{
    /*background-color: blue;*/
    background-image: url(../pics/sectores2.jpg);
    background-size: cover;
    background-position: center;
}

#Sectores .block-txtcols-col a{
    font-family: "Sanchez", serif;
    font-family: 'Sanchez', serif;
    color: #285880;
    display: inline-block;
    background-color: #fff;
    padding: 13px 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: bold;
    text-decoration: none;
}

#Sectores .block-txtcols-col a:hover{
    background-color: #fefef2;
    text-decoration: none;
    color: #000;
}

#Sectores:before{
    width: 100%;
    height: 40px;
    /* background: red; */
    background-image: url(../pics/deco-top.png);
    background-size: 1430px 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    top: -39px;
    left: 0;
    content: "";
    z-index: 1;
}
#Sectores:after{
    width: 100%;
    height: 40px;
    /*background: blue;*/
    background-image: url(../pics/deco-bottom.png);
    background-size: 1430px 40px;
    background-position: top center;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -39px;
    left: 0;
    content: "";
    z-index: 1;
}

/*#HomeBoxCafeWrap{
    margin-top: 40px;
}*/

#HomeBoxCafeWrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
    padding-top: 12px;
}
.col-icon-flex{padding: 4px 0}
#HomeElement1 { flex: 2 1 0; }   /* más ancho: peso 2 */
#HomeElement2 { flex: 1 1 0; }   /* mediano: peso 1 */
#HomeElement3 { flex: 1.5 1 0; } /* intermedio: peso 1.5 */



.flex-footer-row{
    display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
    padding-top: 12px;
}
.flex-footer-col1 { flex: 2 1 0; }   /* más ancho: peso 2 */
.flex-footer-col2 { flex: 1 1 0; }   /* mediano: peso 1 */
.flex-footer-col3 { flex: 1.5 1 0; } /* intermedio: peso 1.5 */

#HomeBoxCafe1 .container{
    padding-top: 60px;
}
#HomeBoxCafe1 .foto-wrap{
        border-radius: 14px !important;
}
#HomeBoxCafe1 .col-ord-txt{
    text-align: left;
}
#HomeBoxCafe1 .col-ord-txt .col-claim{
    display: flex;
    align-items: center;
}
#HomeBoxCafe1 .col-ord-txt h4{
    color:#878065;
}

#HomeBoxCafe1 h2{
   position: relative;
    margin-bottom: 30px;
}

#HomeBoxCafe1 h2:after{
   content: "";
   position: absolute;
    width: 200px;
    height: 4px;
    background: #D6D2C3;
    bottom: -20px;
    left: 0;
}

.HomeElement{
    border: none;
    line-height: 110%;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 17px;
    background-image: url(../pics/icon-11.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 50px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}
#HomeElement2{
    background-image: url(../pics/icon-12.png);
}
#HomeElement3{
    background-image: url(../pics/icon-13.png);
}
/*/////////////////////////////////*/
/*/////////////////////////////////*/
/*/////////////////////////////////*/
#TrioElements h3{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    padding: 6px 0 0;
    color: #285880;
}
#TrioElements p:nth-of-type(2){
    font-family: sans-serif;
    font-size: 14px;
    line-height: 130%;
    color: #747474;
    /* padding: 0 10px; */
    padding: 0;
    max-width: 320px;
    margin: auto;
}
#TrioElements img{
    border-radius: 10px;
}
/*/////////////////////////////////*/
/*/////////////////////////////////*/
/*/////////////////////////////////*/
#OverElements{
    position: relative;
    z-index: 2;
}
#OverElements .row{
    position: relative;
}

#OverElements .over-element{
    position: relative;
    /*width: 100%;*/
    padding: 10px;
    width: 38%;
}

#OverElements .over-element .over-element-wrap{
    position: relative;
    height: 300px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 30px 40px;
    line-height: 90%;
    font-size: 22px;
}
#OverElements .over-element-3 .over-element-wrap{
    justify-content: flex-end;
}
#OverElements .over-element div{
    color: white;
}
#OverElements .over-element div h3{
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    color: #DFCCA7;
    font-weight: 600;
}

#OverElements .over-element-1{
    position: relative;
    z-index: 1;
    top: -40px;
}

#OverElements .over-element-2{
    position: absolute;
    left: 32%;
    top: 70px;
    z-index: 3;
}

#OverElements .over-element-3 {
    position: absolute;
    left: 63%;
    top: 4px;
    z-index: 2;
}

.OverElementsFondo{
    position: relative;
    background-color: #E6E4DB;
    height: 250px;
    display: block;
    width: 100%;
    margin-top: -260px;
    z-index: 1;
}
.OverElementsFondo:before{
    width: 100%;
    height: 40px;
    /*background: blue;*/
    background-image: url(../pics/deco-top.png);
    background-size: 1430px 40px;
    background-position: top center;
    background-repeat: repeat-x;
    position: absolute;
    top: -39px;
    left: 0;
    content: "";
    z-index: 1;
}
.OverElementsFondo:after{
    width: 100%;
    height: 40px;
    /*background: blue;*/
    background-image: url(../pics/deco-bottom.png);
    background-size: 1430px 40px;
    background-position: top center;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -39px;
    left: 0;
    content: "";
    z-index: 1;
}
.OverElementsFondoCream:before{
    background-image: url(../pics/deco-top-cream.png);
}
.OverElementsFondoCream:after{
    background-image: url(../pics/deco-bottom-cream.png);
}

#OverElements .over-element-1 .over-element-wrap,
#OverElements .over-element-2 .over-element-wrap,
#OverElements .over-element-3 .over-element-wrap{
    background-image: url(../pics/trio-pic-1.jpg);
    background-size: cover;
    background-position: center;
}
#OverElements .over-element-2 .over-element-wrap{
    background-image: url(../pics/trio-pic-2.jpg);
}
#OverElements .over-element-3 .over-element-wrap{
    background-image: url(../pics/trio-pic-3.jpg);
}

#HomeHistoria h3{
    text-transform: uppercase;
    font-size: 38px;
    position: relative;
    margin-bottom: 30px;
    background-image: url(../pics/logo-deco.png);
    background-size: 50px;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 60px;
}
#HomeHistoria h3:after{
    content: "";
    position: absolute;
    width: 180px;
    height: 4px;
    background: #D6D2C3;
    bottom: -20px;
    left: 50%;
    margin-left: -90px;
}


#HomeHistoria .jumbo-texto p{
    margin: auto;
    padding: 16px;
    font-family: sans-serif;
}
#HomeHistoria .jumbo-texto p {
    margin: auto;
    padding: 11px !important;
    font-family: sans-serif;
    font-weight: 300 !important;
    font-size: 14px;
    max-width: 500px;
}
#HomeHistoria .hero-img-movil {
        padding: 200px 0 200px;
}



#HomeHistoria .hero-wrap {
    padding: 290px 0 200px;
}

.swiper-arrows{
    /*border: 1px solid red;*/
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.swiper-button-prev {
    position: relative;
}
.swiper-button-prev {
    background-color: #285880;
    background-image: url(../pics/arrow-prev.svg) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px 11px;
    width: 37px;
    height: 37px;
    position: relative;
    border-radius: 30px;
    margin-right: 8px;
}

.swiper-button-next {
    background-color: #285880;
    background-image: url(../pics/arrow-next.svg) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px 11px;
    width: 37px;
    height: 37px;
    position: relative;
    border-radius: 30px;
    left: 0;
    margin-left: 8px;
}

.swiper-button-next::after {
display: none;
}

.swiper-button-prev::after {
display: none;
}

.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled {
    background-color: #c9c6ba;
    opacity: 0.55;
    cursor: auto;
    pointer-events: none;
}



#Cuidamos{
    position: relative;
    background-color: #E6E4DB;
    z-index: 1;
}
#Cuidamos:before{
    width: 100%;
    height: 40px;
    /*background: blue;*/
    background-image: url(../pics/deco-top-cream.png);
    background-size: 1430px 40px;
    background-position: top center;
    background-repeat: repeat-x;
    position: absolute;
    top: -39px;
    left: 0;
    content: "";
    z-index: 1;
}

#Cuidamos img {
    width: 100%;
    top: 10%;
    position: relative;
    margin-bottom: 10%;
}
#Cuidamos .col-claim{
    text-align: left;
    display: flex;
    align-items: center;
}

#Cuidamos .col-ord-txt h4 {
    color: #878065;
}
#Cuidamos h2{
    position: relative;
    margin-bottom: 40px;
}
#Cuidamos h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 4px;
    background: #BCB7A2;
    bottom: -20px;
    left: 0;
}
#Cuidamos .col-claim .cuidamos-col{
    border: none;
    line-height: 110%;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 19px;
    padding-left: 76px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    min-height: 60px;
    margin: 10px 0;
    /*padding-top: 10px;*/
    line-height: 110%;
}
.col-num-1{
    background-image: url(../pics/icon-21.png);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.col-num-2{
    background-image: url(../pics/icon-23.png);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.col-num-3{
    background-image: url(../pics/icon-22.png);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.col-num-4{
    background-image: url(../pics/icon-24.png);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: 0 0;
}


/*/////////////////////////*/
/*/////////////////////////*/
/*/////////////////////////*/
#JuradoHero{
     margin-bottom: 0 !important;
}
.JuradoHeroProfesionales .hero-wrap, 
.JuradoHeroHogar .hero-wrap {
    min-height: 410px;
}
#JuradoHero .hero-img-movil {
    /*background-image: none !important;*/
    padding: 100px 0 100px;
}
#JuradoHero .jumbo-texto{
    text-align: center;
}
#JuradoHero h3 {
    font-size: 54px;
    font-weight: 600 !important;
    margin: 0;
    letter-spacing: 2px;
    background-image: url(../pics/pro-deco.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: top center;
    padding-top: 60px;

}
#JuradoHero p{
    margin: 10px 0;
    color: #D6D2C3 !important;
    font-weight: 300;
    max-width: 100%;
    position: relative;
    line-height: 120%;
    font-size: 24px;
    margin-top: 6px;
}


.ProBoxCafe{
    padding: 50px 0 !important;
    position: relative;
}
.ProBoxCafe:before {
    width: 100%;
    height: 40px;
    /* background: red; */
    background-image: url(../pics/deco-top-white.png);
    background-size: 1430px 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    top: -37px;
    left: 0;
    content: "";
    z-index: 1;
}


.ProBoxCafe .col-ord-txt {
    text-align: left;
}
.ProBoxCafe .col-ord-txt .col-claim {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
#ProBoxCafe2 .col-ord-txt .col-claim {
    margin-bottom: 30px;
}

.ProBoxCafe .col-ord-txt h4 {
    color: #878065;
}


#ProBoxCafe1 .col-ord-txt h4{
    /*background-image: url(../pics/logo-deco.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: top left;
    padding-top: 60px;*/
}

#ProBoxCafe2{
    position: relative;
    /*background-image: url(../pics/pro-deco-3.png);
    background-size: 200px;
    background-position: top 10% right 5%;
    background-repeat: no-repeat;*/
    align-items: center;
}


.ProBoxCafe h2 {
    position: relative;
    margin-bottom: 20px;
}
.ProBoxCafe h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 4px;
    background: #B1AB97;
    bottom: -16px;
    left: 0;
}

.ProBoxCafe a {
    font-family: "Sanchez", serif;
    font-family: 'Sanchez', serif;
    color: white;
    display: inline-block;
    background-color: #285880;
    padding: 13px 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: bold;
    min-width: 200px;
}
.ProBoxCafe a:hover{
    background: #000;
    color: white;
}

.ProBoxCafe a.btn-enlace-2 {
    color: #285880;
    background: white;
    border: 1px solid #bbbbbb;
    margin-left: 10px;
}





.ProBoxCafe .foto-wrap {
    background-repeat: no-repeat;
    background-size: contain;
}



#ProIcons{
    background-color: #285880;
    position: relative;
}
#ProIcons:before {
    width: 100%;
    height: 40px;
    /* background: red; */
    background-image: url(../pics/deco-top.png);
    background-size: 1430px 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    top: -37px;
    left: 0;
    content: "";
    z-index: 1;
}
#ProIcons:after {
    width: 100%;
    height: 40px;
    /* background: blue; */
    background-image: url(../pics/deco-bottom.png);
    background-size: 1430px 40px;
    background-position: top center;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -39px;
    left: 0;
    content: "";
    z-index: 1;
}
#ProIcons .pro-icon{
    line-height: 110%;
    font-weight: 600;
    font-size: 17px;
    padding-top: 70px;
    background-image: url(../pics/pro-icon-1.png);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: top center; 
    color: #BCCBD8;
}
#ProIcons .pro-icon-2{background-image: url(../pics/pro-icon-2.png)}
#ProIcons .pro-icon-3{background-image: url(../pics/pro-icon-3.png)}
#ProIcons .pro-icon-4{background-image: url(../pics/pro-icon-4.png)}
#ProIcons .pro-icon-5{background-image: url(../pics/pro-icon-5.png)}
#ProIcons .pro-icon-6{background-image: url(../pics/pro-icon-6.png)}




#ProTetraElementsBlue:before {
    width: 100%;
    height: 40px;
    /* background: red; */
    background-image: url(../pics/deco-top.png);
    background-size: 1430px 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    top: -37px;
    left: 0;
    content: "";
    z-index: 1;
}

#ProTetraElementsBlue:after {
    width: 100%;
    height: 40px;
    /* background: blue; */
    background-image: url(../pics/deco-bottom.png);
    background-size: 1430px 40px;
    background-position: top center;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -39px;
    left: 0;
    content: "";
    z-index: 1;
}

#ProTetraElements img{
    border-radius: 10px;
}
#ProTetraElementsBlue{
    background: #285880;
    position: relative;
}

#ProTetraElements h3,
#ProTetraElementsBlue h3{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    margin-top: 24px;
    color: #285880;
}
#ProTetraElementsBlue h3{
    color: #fff;
}
#ProTetraElements .col-text-wrap p,
#ProTetraElementsBlue .col-text-wrap p{
    font-family: 'Roboto';
    line-height: 125%;
    font-size: 14px;
    color: gray;
    font-weight: 300;
}


#ProTetraElements blockquote{
    max-width: 500px;
    margin: auto;
    padding: 0 5%;
}

#ProTetraElementsBlue .col-text-wrap img{
    border-radius: 14px;
}

#ProTetraElementsBlue blockquote{
    max-width: 500px;
    color: white;
    margin: auto;
    padding: 0 10% 10px;
    min-height: 118px;
}
#ProTetraElementsBlue .col-text-wrap p,
#ProTetraElementsBlue blockquote p{
    color: white;
}
#ProTetraElements .col-text-wrap a {
    font-family: "Sanchez", serif;
    font-family: 'Sanchez', serif;
    color: #fff;
    display: inline-block;
    background-color: #285880;
    padding: 13px 30px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

#ProTetraElements .col-text-wrap a:hover{
    background: #000;
    color: white;
}


#ProTetraElementsBlue .btn-1,
#ProTetraElementsBlue .btn-2{
    font-family: "Sanchez", serif;
    font-family: 'Sanchez', serif;
    background: #E6E4DB;
    padding: 13px 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    font-size: 14px;
    margin: 0 1.5%;
    width: 46%;
    color: #000;
}

#ProTetraElementsBlue .btn-2{
    background: white;
    color: #285880;
}

#ProTetraElementsBlue a.btn.btn-1:hover, 
#ProTetraElementsBlue a.btn.btn-1:fcous, 
#ProTetraElementsBlue a.btn.btn-1:active,
#ProTetraElementsBlue a.btn.btn-2:hover, 
#ProTetraElementsBlue a.btn.btn-2:fcous, 
#ProTetraElementsBlue a.btn.btn-2:active{
    color: #000 !important;
}

#ProTrioElements{
    position: relative;
    background: #285880;
}
#ProTrioElements:before {
    /*content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #DFCCA7;
    top: 0;
    left: 50%;
    margin-left: -40%;*/
    width: 100%;
    height: 40px;
    /* background: red; */
    background-image: url(../pics/deco-top.png);
    background-size: 1430px 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    top: -37px;
    left: 0;
    content: "";
    z-index: 1;
}
#ProTrioElementsWhite,
#CompraOnline{
    position: relative;
    background: #F7F6F3;
}

#ProTrioElementsWhite:before,
#CompraOnline:before{
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #DFCCA7;
    top: 0;
    left: 50%;
    margin-left: -40%;
}

#ProTrioElements .block-txtcols-titular,
#ProTrioElementsWhite .block-txtcols-titular,
#CompraOnline .block-txtcols-titular{
    text-align: center;
    
}

#ProTrioElements .block-txtcols-titular img,
#ProTrioElementsWhite .block-txtcols-titular img,
#CompraOnline .block-txtcols-titular img{
    width: 50px;
}

#ProTrioElements .block-txtcols-titular p,
#ProTrioElementsWhite .block-txtcols-titular p,
#CompraOnline .block-txtcols-titular p{
   margin: 0;
}
#ProTrioElements .block-txtcols-titular h4,
#ProTrioElementsWhite .block-txtcols-titular h4,
#CompraOnline .block-txtcols-titular h4{
    color: #D6D2C3;
    font-weight: 300;
    margin: 10px 0;
    font-size: 22px;
}
#ProTrioElementsWhite .block-txtcols-titular h4,
#CompraOnline .block-txtcols-titular h4{
    color: #B4B1A5;
}

#ProTrioElements .block-txtcols-titular h3 ,
#ProTrioElementsWhite .block-txtcols-titular h3,
#CompraOnline .block-txtcols-titular h3{
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-weight: 700;
    position: relative;
    color: white;
}

#ProTrioElementsWhite .block-txtcols-titular h3,
#CompraOnline .block-txtcols-titular h3{
    color: #285880;
}


#ProTrioElements .block-txtcols-titular h3:after,
#ProTrioElementsWhite .block-txtcols-titular h3:after,
#CompraOnline .block-txtcols-titular h3:after{
    content: "";
    position: absolute;
    width: 200px;
    height: 4px;
    background: #D6D2C3;
    bottom: -10px;
    left: 50%;
    margin-left: -100px;
}
#ProTrioElementsWhite .block-txtcols-titular h3:after,
#CompraOnline .block-txtcols-titular h3:after{
    background: #D6D2C3;
}

#ProTrioElements .row-titular,
#ProTrioElementsWhite .row-titular,
#CompraOnline .row-titular{
    text-align: left;
    
}
#ProTrioElements .col-text-wrap{
    
}

#ProTrioElements .col-text-wrap h3,
#ProTrioElementsWhite .col-text-wrap h3,
#CompraOnline .col-text-wrap h3{
    font-size: 24px;
    text-align: left !important;
    padding-left: 96px;
    line-height: 120%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
}
#ProTrioElementsWhite .col-text-wrap h3,
#CompraOnline .col-text-wrap h3{
    color: #383838;
    font-weight: 600;
}
#ProTrioElements .col-text-wrap h3:before,
#ProTrioElementsWhite .col-text-wrap h3:before,
#CompraOnline .col-text-wrap h3:before{
    position: absolute;
    content: "01.";
    left: 0;
    top: 13px;
    color: #D6D2C3;
    font-weight: 300;
    font-size: 60px;
}
#ProTrioElementsWhite .col-text-wrap h3:before,
#CompraOnline .col-text-wrap h3:before{
    color: #316B9B;

}

#ProTrioElements .block-txtcols-col:nth-of-type(2) .col-text-wrap h3:before,
#ProTrioElementsWhite .block-txtcols-col:nth-of-type(2) .col-text-wrap h3:before,
#CompraOnline .block-txtcols-col:nth-of-type(2) .col-text-wrap h3:before{
    content: "02.";
}

#ProTrioElements .block-txtcols-col:nth-of-type(3) .col-text-wrap h3:before,
#ProTrioElementsWhite .block-txtcols-col:nth-of-type(3) .col-text-wrap h3:before,
#CompraOnline .block-txtcols-col:nth-of-type(3) .col-text-wrap h3:before{
    content: "03.";
}

#ProTrioElements .col-text-wrap p,
#ProTrioElementsWhite .col-text-wrap p,
#CompraOnline .col-text-wrap p{
    font-family: 'Roboto';
    line-height: 125%;
    font-size: 14px;
    /*color: gray;*/
    color: white;
    font-weight: 300;
}

#ProTrioElementsWhite .col-text-wrap p,
#CompraOnline .col-text-wrap p{
    color: gray;
}

#ProTrioElementsWhite .col-text-wrap img,
#CompraOnline .col-text-wrap img{
    border-radius: 14px;
}

.block-txtcols-boton{text-align: center}
.block-txtcols-boton a{
    font-family: "Sanchez", serif;
    font-family: 'Sanchez', serif;
    /*color: black;*/
    color:#285880;
    display: inline-block;
    background-color: white;
    padding: 14px 40px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: bold;
}
.block-txtcols-boton a:hover{
    background: #000;
    color: white;
}

#ProTrioElementsWhite .block-txtcols-boton a,
#CompraOnline .block-txtcols-boton a{
    color: white;
    background-color: #285880;
}


#BoxMap{
    position: relative;
}
#BoxMap .fluid-container .row,
#BoxMap .container .row{
    position: relative;
    background-image: url(../pics/pro-deco-3.png);
    background-size: 200px;
    background-position: top 7% right 1%;
    background-repeat: no-repeat;
    align-items: center;
}
#BoxMap:before{
    width: 100%;
    height: 40px;
    /* background: red; */
    background-image: url(../pics/deco-top-cream.png);
    background-size: 1430px 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    top: -37px;
    left: 0;
    content: "";
    z-index: 1;
}
#BoxMap:after{
    width: 100%;
    height: 40px;
    /*background: blue;*/
    background-image: url(../pics/deco-bottom-cream.png);
    background-size: 1430px 40px;
    background-position: top center;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -39px;
    left: 0;
    content: "";
    z-index: 1;
}

#BoxMap hr {
    height: 5px;
    width: 190px;
    margin: 5px;
    background-color: #D3CABB;
    opacity: 1;
}
.map-delegaciones{
    background: white;
    list-style: none;
    padding: 20px 20px;
    margin: 16px 0;
    width: 80%;
    border-radius: 20px;
    max-width: 360px;
}
.map-delegaciones li{
    color: #8F7B54;
    border-bottom: 1px solid #dedede;
    line-height: 220%;
}
.map-delegaciones li:hover{
    color: #000;
    transition: all .2s ease;
    cursor: pointer;
}
.map-delegaciones li:last-of-type{
    border-bottom:none;
}
#BoxMap .map-contacto{
    background: #DFD4BF;
    list-style: none;
    padding: 20px 20px;
    margin: 16px 0;
    width: 80%;
    border-radius: 20px;
    max-width: 360px;
}
#BoxMap .map-contacto a{
    display: block;
    color: black;
}

.map-wrap{
    position: relative;
    max-width: 900px;
    margin: auto;
}
.map-layer{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.map-layer-0{
    position: relative;
}



#JuradoAcademy{
    margin-bottom: 0 !important;
}

#JuradoAcademy .hero-wrap{
    padding: 290px 0 200px;
}

#JuradoAcademy .jumbo-texto{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#JuradoAcademy .hero-pre-title{
    margin: 10px 0;
    color: #E6E4DB;
    font-weight: 300;
}
#JuradoAcademy .hero-title{
    font-size: 40px;
    position: relative;
    margin-bottom: 40px;
}

#JuradoAcademy .hero-title:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 4px;
    background: #AB9B83;
    bottom: -20px;
    left: 50%;
    margin-left: -100px;
}
#JuradoAcademy .hero-img-movil {
        background-image: none !important;
        padding: 140px 0 150px;
    }

#JuradoAcademy .jumbo-texto p {
    font-size: 22px;
}
#ModuloTeam{
    position: relative;
    background-color: #F7F6F3
}
#ModuloTeam:before{
    width: 100%;
    height: 40px;
    /* background: red; */
    background-image: url(../pics/deco-top-white.png);
    background-size: 1430px 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    top: -39px;
    left: 0;
    content: "";
    z-index: 1;
}

/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/

#BoxBlog{
    background-color: #F1EDDD;
    position: relative;
    background-image: url(../pics/pro-deco-3.png);
    background-size: 200px;
    background-position: top 50px right 5%;
    background-repeat: no-repeat;
    align-items: center;
}
#BoxBlog:before {
    width: 100%;
    height: 40px;
    /* background: red; */
    background-image: url(../pics/deco-top.png);
    background-size: 1430px 40px;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    top: -37px;
    left: 0;
    content: "";
    z-index: 1;
}
.col-titular-noticias{
    text-align: center;
}



.jrdVideoHero {
    position: absolute;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    top: 0px;
    transition: all 1s ease;
}
.jrdVideoHero video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
    opacity: 1;
}


.btn-mail{
    font-family: 'Sanchez', serif;
    color: #fff;
    display: inline-block;
    background-color: #285880;
    padding: 14px 20px 14px 70px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    border: none;
    background-image: url(../pics/icon-mail-white.png);
    background-position: center left 34px;
    background-repeat: no-repeat;
    background-size: 24px;
    text-align: left;
    width: 80%;
    border-radius: 6px;
    max-width: 360px;
}
.btn-mail:hover,
.btn-mail:focus,
.btn-mail:active{
    background-color: black;
}
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/

.page-template-legal-template .entry-content{
    background: #e6e4dba6;
}

.page-template-legal-template h2 {
    font-weight: 700;
    font-size: 22px;
    color: #285880;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
    margin-top: 40px;
    line-height: 120%;
}


.page-template-legal-template .legal-template-container p {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #434343;
}


/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }

@media screen and (max-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
    }
    
}

@media screen and (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
    }
}


@media screen and (max-width: 990px) {
    
    #HomeHeroSlider .swiper-slide .slider-bg {
        min-height: 530px;   
    }
    
    #HomeHeroSlider .max-250 {
        max-width: 150px;
    }
    
    .block-txtcols-num-2,
    .block-txtcols-num-3{
        width: 100%;
        display: grid;
        grid-auto-rows: auto;
        grid-template-columns: repeat(1, 100%);
        grid-gap: 30px 0%;
        /*padding: 0 5%;*/
        padding: 0;
    }
    #Sectores {
        padding: 30px 0;
    }
    #Sectores .block-txtcols-col {
        height: 280px;
        padding: 40px 20px;
    }
    #Sectores .block-txtcols-col h2 {
        font-size: 30px;
        margin-top: 20px;
    }
    
    .align-der .col-ord-txt .col {
        padding-right: 0;
        /*padding: 0 5%;*/
        padding: 0;
    }
    .block-texto-imagen .foto-wrap {
        height: 229px;
    }
    #HomeBoxCafe1 .container {
        padding-top: 50px;
    }
    #HomeBoxCafe1 .align-der .col-ord-img {
        order: 1;
        /*padding: 0 5%;*/
        padding: 0;
    }
    #HomeBoxCafe1 .col-ord-txt .col-claim {
        text-align: center;
    }
    #HomeBoxCafe1 h2:after {
        bottom: -20px;
        left: 50%;
        margin-left: -100px;
    }
    #HomeHistoria h3 {
        font-size: 32px;
    }
    #HomeHistoria .hero-wrap {
        padding: 0;
    }
    .HomeElement {
        align-items: center;
        letter-spacing: 1px;
        padding: 41px 1% 12px 1%;
        background-size: 34px;
        background-position: center top;
        text-align: center;
        justify-content: center;
        line-height: 90%;
        font-size: 13px;       
    }
    
    #TrioElements p:nth-of-type(2) {
        padding: 0 5%;
    }

    #HomeElement1,#HomeElement2,#HomeElement3 {
    flex: 1;
}
    .HomeElement br{display: none;}
    
    #OverElements .over-element .over-element-wrap {
        height: 230px;
        padding: 20px 20px;
    }
    #OverElements .over-element div h3 {
        font-size: 32px;
    }
    #OverElements .over-element {
        width: 100%;
        padding: 10px 0;
    }
    #OverElements .over-element-1 {
        top: 0;
        left: 0;
    }
    #OverElements .over-element-2 {
        position: relative;
        top: 0;
        left: 0;
    }
    #OverElements .over-element-3 {
        position: relative;
        top: 0;
        left: 0;
    }
    #OverElements .over-element-3 .over-element-wrap {
        justify-content: flex-start;
    }
    .hero-wrap {
        min-height: 450px;
    }
    #Carrusel3{
        padding-top: 20px;
    }
    
    #Carrusel3 .swiper-container{
        padding: 0;
    }
    #Carrusel3 .hero-wrap {
        min-height: 300px;
    }
    #Cuidamos .container{
        widows: 100%;
    }
    #Cuidamos img {
        width: 100%;
        top: 0;
        position: relative;
        margin-bottom: 0;
        left: -5%;
        margin-top: 20px;
    }
    #Cuidamos h2 {
        text-align: center;
        font-size: 28px;
    }
    #Cuidamos h2:after {
        bottom: -20px;
        left: 50%;
        margin-left: -100px;
    }
    #Cuidamos .col-claim .cuidamos-col {
        justify-content: center;
        background-size: 50px;
        background-position: center top;
        padding: 60px 5% 0;
        text-align: center;
        font-size: 19px;
        line-height: 100%;
        margin-bottom: 20px;
                
    }
    #Cuidamos .col-claim .col-12 br{
        display: none;
    }
    
    /*pro*/
    .JuradoHeroProfesionales .hero-wrap,
    .JuradoHeroHogar .hero-wrap{
        min-height: 350px;
    }
    #JuradoHero h3 {
        font-size: 30px;
    }
    #ProBoxCafe1 .col-ord-txt h4 {
        background-position: top center;
    }
    .ProBoxCafe h2,
    .ProBoxCafe p{
        text-align: center;
    }
    #ProBoxCafe1{
        /*overflow: hidden;*/
    }
    #ProBoxCafe1 .container{
        overflow: hidden;
    }
    .ProBoxCafe h2{
        font-size: 28px;
    }
    #ProBoxCafe2 .col-ord-txt .col-claim {
        padding: 0 5%;
    }
    #ProBoxCafe2 .col-ord-img{
        order: 2;
    }
    .ProBoxCafe a {
        display: block;
        max-width: 300px;
        margin: auto;
    }
    .ProBoxCafe a.btn-enlace-2 {
        margin-left: auto;
        margin-top: 10px;
    }
    #ProTetraElementsBlue blockquote {
        min-height: auto
    }
    
    
    #ProTetraElementsBlue .btn-1, #ProTetraElementsBlue .btn-2 {
        padding: 13px 4px;
    }
   
    #ProTetraElementsBlue .btn-1{
        margin: 0 1% 0 0;
        width: 48%;
    }
    
    #ProTetraElementsBlue .btn-2 {
        margin: 0 0 0 1%;
        width: 48%;
    }
    #ProTetraElementsBlue blockquote {
        padding: 0 6% 10px;
    }
    
    #ProTrioElementsWhite .block-txtcols-titular h4,
    #CompraOnline .block-txtcols-titular h4{
        margin-bottom: 4px;
    }
    #ProTrioElements .col-text-wrap h3, 
    #ProTrioElementsWhite .col-text-wrap h3,
    #CompraOnline .col-text-wrap h3{
        padding-left: 86px;
    }
    #ProTrioElementsWhite .col-text-wrap h3:before,
    #CompraOnline .col-text-wrap h3:before{
        font-size: 54px;
    }
    #ProTrioElementsWhite .col-text-wrap h3,
    #CompraOnline .col-text-wrap h3{
        font-size: 22px;
        padding-left: 84px;
        margin-bottom: 10px;
    }
    
    .ProBoxCafe .col-claim div{
        text-align: center;
        margin: auto;
    }
    .ProBoxCafe h2:after{
        left: 50%;
        margin-left: -100px;
    }
    
    .ProBoxCafe .col-ord-txt .col-claim {
        margin-bottom: 50px;
    }
    #ProBoxCafe1 .foto-wrap {
        height: 229px;
        transform: scale(1.1) translateX(15px);
    }
    
    #ProTrioElements .block-txtcols-titular h3, 
    #ProTrioElementsWhite .block-txtcols-titular h3 ,
    #CompraOnline .block-txtcols-titular h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    
    
    #ProIcons .container{
       width: 100%;
        max-width: 94%;
        padding: 0;
    }
    #ProIcons .row{
        /*gap: 12px;*/
    }
    #ProTrioElements .col-text-wrap h3 {
        font-size: 22px;
        padding-left: 90px;
        margin-bottom: 10px;
        min-height: 50px;
        max-width: 360px;
    }
    #ProTetraElements h3, 
    #ProTetraElementsBlue h3 {
        font-size: 22px;
    }
    #ProTrioElements .col-text-wrap h3:before {
        top: 12px;
        font-size: 54px;
    }
    
    
    #BoxMap .container{
        padding: 0;
        overflow: hidden;
    }
    .map-layer {
        transform: scale(1.1);
    }
    #BoxMap .fluid-container .row{
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .map-delegaciones,
    #BoxMap .map-contacto{
        width: 100%;
        max-width: 100%;
    }

    #BoxMap .fluid-container .row {
        background-size: 80px;
        background-position: top 1% left 5%;
    }    
    #BoxMap .fluid-container .row, 
    #BoxMap .container .row {
        background-size: 80px;
        background-position: 10px 20px;
    }
    #BoxMap hr {
        margin: auto;
    }
    .btn-mail{
       width: 100%;
        padding: 14px 0 14px 60px;
        background-position: center left 21px;
        max-width: 100%;
    }
    
    #JuradoAcademy .hero-wrap {
        min-height: 360px;
        padding: 0;
    }
    #JuradoAcademy .container{
        padding: 0;
        max-width: 100%;
    }
    #JuradoAcademy .hero-title {
        font-size: 32px;
    }
    
    #ModuloTeam .container{
        padding: 0;
    }
    
    .modulo-team .row{
        gap: 30px;
    }
    .modulo-team div{
        text-align: center;
    }
    
    .persona-info img{
        height: initial;
        width: auto !important;
        max-width: 100%;
    }
    
   
    
    
    .flex-footer-row{
        display: block;
       width: 100%;
        padding-top: 12px;
    }
    .flex-footer-col1 { flex: 1; }   /* más ancho: peso 2 */
    .flex-footer-col2 { flex: 1; }   /* mediano: peso 1 */
    .flex-footer-col3 { flex: 1; } /* intermedio: peso 1.5 */

    
    .logo-footer {
        max-width: 100%;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .logo-footer img{
        max-width: 120px;
    }

   
    
 
    
    
    
}



