@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: 'Montserrat';
    src: url('../fonts/tendencia26feb/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/tendencia26feb/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/tendencia26feb/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/tendencia26feb/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    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%;
}
.color1{
    background-color: #819897;
}
.color2{    
    background-color: #b47665;
}
.color3{    
    background-color: #787f70;
}
.color4{
    background-color: #5b5754;
}

.tendencia{
    width: 1100px;
    margin:  0 auto;
}
.tendencia .bloque{
    display: flex;
    flex-wrap: wrap;
    color: #FAEAE3;
    padding: 20px 30px;
    margin: 0 auto 10px auto;
}
.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{
    padding: 0;
    color: #56514D;
}
.tendencia .bloque1 .izq{
    width: 40%;
}
.tendencia .bloque1 .izq .foto{
    margin-top: 10px;
}
.tendencia .bloque1 .der{
    width: 60%;
}
.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;
}


/* 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{
    height: 150px;
    width: calc(25% - 4px);
    position: relative;
}
.tendencia .bloque1-2 .cuadros .cuadro .txt{
    left: 14px;
    bottom: 12px;
    color: #fff;
    position: absolute;
}
.tendencia .bloque1-2 .cuadros .cuadro .txt .txt01{
    font-size: 18px;
}
.tendencia .bloque1-2 .cuadros .cuadro .txt .txt02{
    font-size: 18px;
    font-weight: bold;
}


/* Bloque 02 */
.tendencia .bloque2{
    padding: 30px 60px 30px 30px;
}
.tendencia .bloque2 .izq{
    width: 54%;
    display: flex;
    position: relative;
    justify-content: right;
}
.tendencia .bloque2 .izq .foto{
    width: 560px;
}
.tendencia .bloque2 .der{
    width: 46%;
}

/* Bloque 03 */
.tendencia .bloque3 .izq{
    width: 64%;
    position: relative;
}
.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;
}

/* 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{
        padding: 1.818vw 2.727vw;
        margin: 0 auto 0.909vw auto;
    }
    .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{
        padding: 0;
    }
    .tendencia .bloque1 .izq .foto{
        margin-top: 0.909vw;
    }
    .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{
        height: 13.636vw;
        width: calc(25% - 0.364vw);
    }
    .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 */
    .tendencia .bloque2{
        padding: 2.727vw 5.455vw 2.727vw 2.727vw;
    }

    /* 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;
    }
}