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

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

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


/* Inicio */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
body{
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'Outfit';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p{
    margin: initial;
    padding: initial;
}
img{
    display: block;
}

/* General */
.foto img{
    width: 100%;
	height:100%;
    z-index:1;
    position:relative;
}
.color1{
    background-color: #6c6d4c;
}
.color2{    
    background-color: #d1b9a1;
}
.color3{    
    background-color: #3e3e3e;
}
.color4{
    background-color: #5b5754;
}
.text-center{
    text-align:center;
}
.tendencia{
    max-width: 1600px;
    width:100%;
    margin:  0 auto;
}
.tendencia .bloque{
    display: flex;
    flex-wrap: wrap;
    color: #FAEAE3;
    padding: 20px 30px;
    margin: 0 auto 0px auto;
}
.tendencia h1, .tendencia h2, .tendencia h3, .tendencia h4, .tendencia h5, .tendencia h6{
    font-family:'Plantae';
}
.tendencia p{
    font-family:'Avenir';
    font-weight:600;
}
.tendencia .bloque .izq .con-txt{
    padding-right: 30px;
}
.tendencia .bloque .der .con-txt{
    padding-left: 30px;
}
.tendencia .bloque .con-txt .txt1{
    font-size: 34px;
    line-height: 1em;
    margin: 0px 0 22px 0;
}
.tendencia .bloque .con-txt .txt2{
    font-size: 54px;
    font-weight: bold;
}
.tendencia .bloque .con-txt p{
    font-size: 20px;
    line-height: 1.3em;
    font-family: 'Outfit';
    margin: 40px auto 30px auto;
}

/* Bloque 01 */
.tendencia .bloque1 {
    font-family: 'Plantae';
    padding: 0;
    padding-right: min(5.9vw, 94.4px);
    padding-bottom: min(3.7vw, 59.2px);
    color: #56514D;
    margin-bottom: 0px;
    
}
.tendencia .bloque1 .izq{
    width:33%;
    border-bottom:1px solid #efe9e3;
}
.tendencia .bloque1 .der{
    width: 65.2%;
}
.tendencia .bloque1 .der{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    border:1px solid #efe9e3;
}
.bloque.bloque-entry-header {
    border-bottom: min(0.7vw, 11.2px) solid #d1b9a1;
    display: flex;
    justify-content: center;
    position: relative;
}

.bloque.bloque-entry-header::after, .tendencia .bloque.bloque1::before{
    content: "";
    width:  min(7.5vw, 120px);
    height:  min(7.5vw, 120px);
    background-color: #d1b9a1;
    position: absolute;

}
.bloque.bloque-entry-header::after {
    
    right: 0;
    bottom: max(-7.5vw, -120px);
}
.tendencia .bloque.bloque1::before {
    content: "";
    width: min(7.5vw, 120px);
    height: min(7.5vw, 120px);
    position: absolute;
    right: 0;
    background-color: #d1b9a1;
    bottom: 0px;
}
.bloque.bloque-entry-header .intro {
    text-align: center;
    font-family: 'Plantae';
    color: #6c6d4c;
    font-size: min(1.8vw, 28.8px);
}
.bloque.bloque-entry-header .logo {
}
.bloque.bloque-entry-header .logo img {
    width: min(11.25vw, 180px);
    margin: auto;
    margin-bottom: 18px;
}
@media screen and (max-width:700px){
    .bloque.bloque-entry-header .logo img {
        width:180px;
    }
}

.tendencia .bloque.bloque1{
    position:relative;
}
.tendencia .bloque.bloque1.bloque1alt::before{
    display:none;
}
.tendencia .bloque.bloque1.bloque1alt .izq{
    width:36%;
}
.tendencia .bloque.bloque1.bloque1alt .der{
    width:64%;
}
.tendencia .bloque.bloque1.bloque1alt .box {
    height: 100%;
    padding: min(5vw, 80px) min(7vw, 112px);
}
.tendencia .bloque.bloque1.bloque1alt .box .first-paragraph h3,
.tendencia .bloque.bloque1.bloque1alt .box .second-paragraph h3{
    width: 70%;
    font-size: min(5.1vw, 81.6px);
    text-align: justify;
}
.tendencia .bloque.bloque1.bloque1alt .box .second-paragraph h3{
    margin-top:-10px;
}
.tendencia .bloque.bloque1.bloque1alt .box .first-paragraph p{
    width:30%;
    margin-left: min(2vw, 32px);
}
.tendencia .bloque.bloque1.bloque1alt .box .second-paragraph p{
    width:30%;
    margin-right: min(2vw, 32px);
}
.tendencia .bloque.bloque1.bloque1alt .der .box p{
    font-size: min(0.95vw, 15.2px);
    letter-spacing: 0.4px;
    line-height: min(1vw, 16px);
    text-align: justify;
    margin-bottom: 0px;
    
}
.tendencia .bloque.bloque1.bloque1alt .box .second-paragraph .puntos-colores{
    top:-24px;
}

.tendencia .bloque.bloque1.bloque1alt .box .second-paragraph .puntos-colores span{
    display:inline-block;
    margin:0px 4px;
}
@media screen and (max-width:720px){
    .tendencia .bloque.bloque1.bloque1alt .box .second-paragraph .puntos-colores{
        top:0px;
    }
}

.tendencia .box .second-paragraph  .puntos-colores span.color-1{
    background-color:#d1b9a0;
}
.tendencia .box .second-paragraph  .puntos-colores span.color-2{
    background-color:#3d3d3d;
}
.tendencia .box .second-paragraph  .puntos-colores span.color-3{
    background-color:#6c6d4c;
}
.tendencia .box .second-paragraph  .puntos-colores span.color-4{
    background-color:#d1b8a0;
}
.tendencia .box .second-paragraph  .puntos-colores span.color-5{
    background-color:#4c4c4b;
}

.tendencia .bloque.bloque1.bloque1alt .box .second-paragraph .puntos-colores span.dot::before,.tendencia .bloque.bloque1.bloque1alt .box .second-paragraph .puntos-colores span.dot::after{
    display:none;
}

.tendencia .bloque.bloque1.bloque1alt .der, .tendencia .bloque.bloque1.bloque1alt, .tendencia .bloque.bloque1.bloque1alt .derecha-inner.bot, .tendencia .bloque.bloque1.bloque1alt .derecha-inner.top{
    border:0px;
}
.tendencia .bloque.bloque1::after {
    content: "";
    width: min(3.7vw, 59.2px);
    height: min(3.7vw, 59.2px);
    position: absolute;
    left: 0;
    background-color: #404040;
    bottom: 0px;
}
.tendencia .bloque1 .derecha-inner.top, .tendencia .bloque2 .derecha-inner.top{
    display:flex;
    justify-content:space-between;
}
.tendencia .bloque1 .derecha-inner.top .foto{
    max-width:45%;
}
.tendencia .bloque1 .derecha-inner.bot {
    padding: min(4.8vw, 76.8px) min(9.375vw, 150px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-top: 1px solid #efe9e3;
    position:relative;
}
.tendencia .bloque1 .derecha-inner.bot::before {
    content: "";
    background-color: #efe9e3;
    top: -1px;
    position: absolute;
    left: max(-31vw, -496px);
    right: 0;
    width: 100%;
    height: 1px;
}

.tendencia .bloque1 .izq .texto h2 {
    text-align: center;
    font-size: min(3.37vw, 54px);
    line-height: min(3.8vw, 60.8px);
    margin: min(1.6vw, 25.6px);
    text-transform: uppercase;
    color: #6c6d4c;
}
.tendencia .bloque1 .izq .texto h2 span{
    font-family:'Plantae';
    font-size: min(4.15vw, 66.4px);
   
}
.tendencia .bloque1 .izq .foto{
    padding: 0 min(3vw, 48px);
    margin-bottom: min(4vw, 64px);
}

.tendencia .bloque1 .der .logo{
    width: 160px;
    margin:  0 auto;
}
.tendencia .bloque1 .der .intro{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 50px;
    font-family: 'Montserrat';
}
.tendencia .bloque1 .der .titulo{
    width: 560px;
    margin: 0 auto;
}
.tendencia .bloque1 .der .sub{
    font-size: 20px;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 10px auto;
}
.tendencia .bloque1 .der .texto{
    font-size: 20px;
    text-align: center;
    line-height: 1.24em;
    margin: 14px 0 10px;
    padding-right: 10px;
}
.tendencia .bloque.bloque1.bloque1alt{
    padding-right: 0px;
    padding-bottom: min(5.5vw, 88px);
}
.tendencia .bloque.bloque1.bloque1alt .der{
    border-bottom:1px solid #d8d8d2;
    position:relative;
}

.tendencia .bloque.bloque1.bloque1alt .der::after {
    border: 1px solid #d8d8d2;
    width: 100%;
    height: min(1.8vw, 28.8px);
    content: '';
    position: absolute;
    bottom: max(-1.88vw, -30.08px);
    border-right: 0px;
    border-left:0px;
}
.tendencia .bloque.bloque1.bloque1alt .derecha-inner.top .top-bar{
    background-color:#d1b9a1;  
}
.tendencia .bloque.bloque1.bloque1alt .derecha-inner.top .top-bar p{
    font-family: 'Plantae';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: min(1.8vw, 28.8px);
    letter-spacing: 0;
    margin-bottom:0px;
}

.tendencia .bloque.bloque1.bloque1alt .izq .foto{
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    position:relative;
}
.tendencia .bloque.bloque1.bloque1alt .izq .foto::after{
    border: 1px solid #d8d8d2;
    border-right:0px;
    width: 100%;
    height: min(1.8vw, 28.8px);
    content: '';
    position: absolute;
}

/* Bloque 1-2 */
.tendencia .bloque1-2{
    padding: 0;
}
.tendencia .bloque1-2 .cuadros{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tendencia .bloque1-2 .cuadros .cuadro{
    width: calc(32% - 4px);
    position: relative;
}
.tendencia .bloque1-2 .cuadros .cuadro .txt{
    left: 14px;
    bottom: 12px;
    padding:min(1vw , 16px);
    color: #fff;
    text-align:center;
}
.tendencia .bloque1-2 .cuadros .cuadro .txt .txt01{
    font-size: min(1.6vw, 25.6px);
}
.tendencia .bloque1-2 .cuadros .cuadro .txt .txt02 {
    font-family: 'Avenir';
    font-size: min(1.32vw, 21.12px);
    text-transform: uppercase;
}
.tendencia .puntos-colores{
    display: inline-block;
    position: relative;
    padding: 0 min(2.5vw, 40px);
    top: -4px;
}

.tendencia .puntos-colores span::before {
    position: absolute;
    left: min(1.4vw, 22.4px);
}

.tendencia .puntos-colores span::after {
    position: absolute;
    right: min(1.4vw, 22.4px);
}

.tendencia .puntos-colores span,.tendencia .puntos-colores span::before,.tendencia .puntos-colores span::after{
    background-color:#3e3e3e;
    width:10px;
    height:10px;
    border-radius:50%;
    display:block;
}
.tendencia .puntos-colores span::before, .tendencia .puntos-colores span::after{
    content:'';
    background-color:#6c6d4c;
}
.tendencia .bloque.bloque1.bloque1alt .derecha-inner.top{
    border-top: 5px solid #d1b9a1;
}

.tendencia .bloque.bloque1.bloque1alt .derecha-inner.top{
    flex-direction:column;
    height:100%;
}

.tendencia .bloque.bloque1.bloque1alt .box{
   height: 100%;
   margin-bottom: max(-6vw, -96px);
}
.tendencia .bloque.bloque1.bloque1alt .box .flex{
   display:flex;
}

.tendencia .bloque.bloque1 p {
    font-size: min(1.375vw, 22px);
    letter-spacing: 0.4px;
    line-height: min(2vw, 32px);
    text-align: justify;
    margin-bottom: min(2.5vw, 40px);
}


/* Bloque 02 */
.tendencia .bloque2 {
    padding: 0px;
    background-color: #6c6d4c;
    position: relative;
    margin-bottom: min(3vw, 48px);
}
.tendencia .bloque2 .izq{
    width: 50%;
    display: flex;
    position: relative;
    justify-content: right;
}
.tendencia .bloque2 .izq h4,.tendencia .bloque2 .izq p{
    color: #fff;
    font-size: min(1.125vw, 18px);
    line-height: min(1.75vw, 28px);
    text-align: justify;
    font-weight:500;
}
.tendencia .bloque2 .izq .texto h4{
    font-size: min(3.6vw, 57.6px);
    letter-spacing: -0.033em;
    text-transform: uppercase;
    color: #fff;
    line-height:0.69;
}
.tendencia .bloque2 .izq .texto span {
    font-family: 'Plantae';
    font-size: min(2.1vw, 33.6px);
    letter-spacing: -0.011em;
}

.tendencia .bloque2 .izq .foto{
    width: 560px;
}
.tendencia .bloque2 .izq .texto {
    padding:
        min(2vw, 32px)
        min(5vw, 80px)
        min(2vw, 32px)
        min(12vw, 192px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tendencia .bloque2 .der{
    width: 50%;
}
.tendencia .bloque2::before {
    content: "";
    width: min(6.2vw, 99.2px);
    height: min(6.2vw, 99.2px);
    position: absolute;
    left: 0;
    background-color: #d1b9a1;
    bottom: max(-6.2vw, -99.2px);
}

.tendencia .bloque2::after {
    content: "";
    width: min(3vw, 48px);
    height: min(3vw, 48px);
    position: absolute;
    right: 0;
    background-color: #6c6d4c;
    bottom: max(-3vw, -48px);
}
.tendencia .bloque2 .derecha-inner.top {
    position: relative;
}
.tendencia .bloque2 .derecha-inner.top::after {
    content: "";
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    left: min(12.5vw, 240px);
}
.tendencia .bloque2 .derecha-inner.top::before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -0.06vw;
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    left: 0;
    right: 0;
    z-index: 1;
}
.tendencia .bloque2 .derecha-inner.top .foto  img{
     padding: min(2.9vw, 48px);
}
/* Bloque 03 */
.tendencia .bloque3 .izq{
    width: 64%;
    position: relative;
    justify-content: end;
}
.tendencia .bloque3 .izq .con-txt .foto{
    display: flex;
    justify-content: right;
}
.tendencia .bloque3 .izq .con-txt .foto img{
    width: 400px;
}
.tendencia .bloque3 .der{
    width: 36%;
}
.tendencia .bloque3 .der .foto{
    margin-top: 20px;
}

.tendencia .bloque.bloque3{
    display:flex;
    flex-direction:row;
    padding:0px;
}
.tendencia .bloque.bloque3 .top-bar {
    width: 100%;
    background-color: #404040;
    padding: min(1vw, 16px) 0;
}
.tendencia .bloque.bloque3 .top-bar p{
    color:#fff;
    font-family: 'Plantae';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: min(1.8vw, 28.8px);
    letter-spacing: 0;
}
.tendencia .bloque.bloque3 .content{
    display: flex;
    width: 100%;
    margin-top: min(3vw, 48px);
    margin-bottom: min(8vw, 128px);
}
.tendencia .bloque.bloque3 .izq,.tendencia .bloque.bloque3 .der{
   width:22%;
}
.tendencia .bloque.bloque3 .center{
    width:56%;
    flex-direction: column;
}
.tendencia .bloque.bloque3 .center .foto {
    max-width: min(48vw, 768px);
    margin: auto;
}
.tendencia .bloque.bloque3 .center .foto img{
   
    margin:auto;
}

.colors{
    position: relative;
    top: min(3vw, 48px);
}
.colors .punto-colores{
    width: 10px;
    height: 10px;
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
}
.punto-colores.color-1{
    background-color:#8e148d;
}
.punto-colores.color-2{
    background-color:#037c9e;
}
.punto-colores.color-3{
    background-color:#d41592;
}
.punto-colores.color-4{
    background-color:#f79c05;
}
.punto-colores.color-5{
    background-color:#08af5c;
}
.punto-colores.color-6{
    background-color:#e0cf15;
}
.punto-colores.color-7{
    background-color:#fd1614;
}
.punto-colores.color-8{
    background-color:#fe0723;
}

.bloque3 p{
    color:#aaa9a9;
}

.bloque3 .izq, .bloque3 .center, .bloque3 .der{
   display: flex;
   flex-direction: row;
   align-items:center;
}
.bloque3 .izq p, .bloque3 .der p{
    max-width: 200px;
    margin: auto;
    text-align: justify;
    font-size: min(1.08vw, 17.28px);
    line-height: min(1.5vw, 24px);
}
/* Bloque 04 */
.tendencia .bloque4 .izq{
    width: 46%;
}
.tendencia .bloque4 .izq .foto{
    margin-bottom: 20px;
}
.tendencia .bloque4 .der{
    width: 54%;
    position: relative;
}
.tendencia .bloque4 .der .con-txt{
    padding-left: 20px;
}
.tendencia .bloque4 .der .con-txt .foto{
    width: 400px;
}

/* Bloque 05 */
.tendencia .bloque5 .izq{
    width: 48%;
    text-align: right;
    position: relative;
}
.tendencia .bloque5 .der{
    width: 52%;
}


/* Barra Inferior*/
.tendencia .barra2{
    position: relative;
}
.tendencia .barra2 img{
    width: 100%;
}
.tendencia .barra2 .logo{
    left: calc(50% - 47px);
    width: 100px;
    position: absolute;
}


@media screen and (max-width: 1100px){
    /* General */
    .tendencia{
        width: 100%;
    }
    .tendencia .bloque{
       
    }
    .tendencia .bloque .izq .con-txt{
        padding-right: 2.727vw;
    }
    .tendencia .bloque .der .con-txt{
        padding-left: 2.727vw;
    }
    .tendencia .bloque .con-txt .txt1{
        font-size: 3.091vw;
        margin: 0 0 2vw 0;
    }
    .tendencia .bloque .con-txt .txt2{
        font-size: 4.909vw;
    }
    .tendencia .bloque .con-txt p{
        font-size: 1.818vw;
        margin: 3.636vw auto 2.727vw auto;
    }

    /* Bloque 01 */
    .tendencia .bloque1{
       
    }
    .tendencia .bloque1 .izq .foto{
      
    }
    .tendencia .bloque1 .der .logo{
        width: 14.545vw;
    }
    .tendencia .bloque1 .der .intro{
        font-size: 3.455vw;
        margin: 3.636vw auto 4.545vw;
    }
    .tendencia .bloque1 .der .titulo{
        width: 50.909vw;
    }
    .tendencia .bloque1 .der .sub{
        font-size: 1.818vw;
        margin: 3.636vw auto 0.909vw auto;
    }
    .tendencia .bloque1 .der .texto{
        font-size: 1.818vw;
        margin: 1.273vw 0 0.909vw;
        padding-right: 0.909vw;
    }

    /* Bloque 1-2 */
    .tendencia .bloque1-2{
        padding: 0;
    }

    .tendencia .bloque1-2 .cuadros .cuadro .txt{
        left: 1.273vw;
        bottom: 1.091vw;
    }
    .tendencia .bloque1-2 .cuadros .cuadro .txt .txt01{
        font-size: 1.636vw;
    }
    .tendencia .bloque1-2 .cuadros .cuadro .txt .txt02{
        font-size: 1.636vw;
    }

    /* Bloque 02 */


    /* Bloque 03 */
    .tendencia .bloque3 .der .foto{
        margin-top: 1.818vw;
    }
    .tendencia .bloque3 .izq .con-txt .foto img{
        width: 36.364vw;
    }

    /* Bloque 04 */
    .tendencia .bloque4 .izq .foto{
        margin-bottom: 1.818vw;
    }
    .tendencia .bloque4 .der .con-txt{
        padding-left: 1.818vw;
    }
    .tendencia .bloque4 .der .con-txt .foto{
        width: 36.364vw;
    }

    /* Bloque 05 */

    /* Barra Inferior*/
    .tendencia .barra2 .logo{
        left: calc(50% - 4.545vw);
        width: 9.091vw;
    }
}

@media screen and (max-width: 767px){
    .tendencia{
        margin-top: 7vh;
    }
}