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

/* Inicio */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
body{
    color: #000;
    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;
}

/* General */
.foto img{
    width: 100%;
}
.color1{
    background-color: #f0efeb;
}
.color2{    
    background-color: #d3dee8;
}
.color3{    
    background-color: #dedec3;
}
.color4{
    background-color: #f5e6d5;
}

.tendencia{
    width: 1100px;
    margin:  0 auto;
}
.tendencia .bloque{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
}
.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: 20px 0 22px 0;
}
.tendencia .bloque .con-txt .txt2{
    font-size: 54px;
    font-weight: bold;
}
.tendencia .bloque .con-txt p{
    font-size: 20px;
    margin-top: 40px;
    line-height: 1.3em;
    font-family: 'Outfit';
}

/* Bloque 01 */
.tendencia .bloque1{
    padding: 3px 0px;
}
.tendencia .bloque1 .izq{
    padding-right: 8px;
    width: calc(50% - 8px);
}
.tendencia .bloque1 .izq .logo{
    width: 160px;
    margin:  0 auto;
}
.tendencia .bloque1 .izq .intro{
    width: 366px;
    margin: 20px auto;
}
.tendencia .bloque1 .izq .titulo{
    padding: 0 10px 0 28px;
}
.tendencia .bloque1 .izq .texto{
    font-size: 20px;
    text-align: right;
    line-height: 1.24em;
    margin: 14px 0 10px;
    padding-right: 10px;
}
.tendencia .bloque1 .izq .cuadros{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tendencia .bloque1 .izq .cuadros .cuadro{
    margin: 4px 0;
    height: 150px;
    width: calc(50% - 4px);
    position: relative;
}
.tendencia .bloque1 .izq .cuadros .cuadro .txt{
    left: 14px;
    bottom: 12px;
    position: absolute;
}
.tendencia .bloque1 .izq .cuadros .cuadro .txt .txt01{
    font-size: 18px;
}
.tendencia .bloque1 .izq .cuadros .cuadro .txt .txt02{
    font-size: 18px;
    font-weight: bold;
}
.tendencia .bloque1 .der{
    width: 50%;
}

/* Bloque 02 */
.tendencia .bloque2 .izq{
    width: 68%;
    display: flex;
    position: relative;
    justify-content: right;
}
.tendencia .bloque2 .izq .foto{
    width: 560px;
}
.tendencia .bloque2 .izq .flota{
    left: 10px;
    top: calc(50% - 153px);
    width: 230px;
    position: absolute;
    transform: rotate(-4deg);
}
.tendencia .bloque2 .der{
    width: 32%;
}
.tendencia .bloque2 .der .con-txt p{
    margin-top: 60px;
}

/* Bloque 03 */
.tendencia .bloque3 .izq{
    width: 35%;
    position: relative;
}
.tendencia .bloque3 .izq .flota{
    top: 0;
    z-index: 1;
    right: -100px;
    width: 284px;
    position: absolute;
}
.tendencia .bloque3 .izq .con-txt{
    margin-top: 150px;
}
.tendencia .bloque3 .der{
    width: 65%;
}
.tendencia .bloque3 .der .foto{
    margin-top: 20px;
}

/* Bloque 04 */
.tendencia .bloque4 .izq{
    width: 56%;
}
.tendencia .bloque4 .izq .foto{
    margin-bottom: 20px;
}
.tendencia .bloque4 .der{
    width: 44%;
    position: relative;
}
.tendencia .bloque4 .der .con-txt{
    padding-left: 20px;
}
.tendencia .bloque4 .der .flota{
    left: -40px;
    bottom: 0px;
    width: 336px;
    position: absolute;
}

/* Bloque 05 */
.tendencia .bloque5 .izq{
    width: 47%;
    position: relative;
}
.tendencia .bloque5 .izq .con-txt{
    width: 66%;
}
.tendencia .bloque5 .izq .flota{
    top: 80px;
    z-index: 1;
    right: -70px;
    width: 200px;
    position: absolute;
}
.tendencia .bloque5 .der{
    width: 53%;
}


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


@media screen and (max-width: 1100px){
    /* General */
    .tendencia{
        width: 100%;
    }
    .tendencia .bloque{
        padding: 1.818vw 2.727vw;
    }
    .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: 1.818vw 0 2vw 0;
    }
    .tendencia .bloque .con-txt .txt2{
        font-size: 4.909vw;
    }
    .tendencia .bloque .con-txt p{
        font-size: 1.818vw;
        margin-top: 3.636vw;
    }

    /* Bloque 01 */
    .tendencia .bloque1{
        padding: 0.273vw 0;
    }
    .tendencia .bloque1 .izq{
        padding-right: 0.727vw;
        width: calc(50% - 0.727vw);
    }
    .tendencia .bloque1 .izq .logo{
        width: 14.545vw;
    }
    .tendencia .bloque1 .izq .intro{
        width: 33.273vw;
        margin: 1.818vw auto;
    }
    .tendencia .bloque1 .izq .titulo{
        padding: 0 0.909vw 0 2.545vw;
    }
    .tendencia .bloque1 .izq .texto{
        font-size: 1.818vw;
        margin: 1.273vw 0 0.909vw;
        padding-right: 0.909vw;
    }
    .tendencia .bloque1 .izq .cuadros .cuadro{
        margin: 0.364vw 0;
        height: 13.636vw;
        width: calc(50% - 0.364vw);
    }
    .tendencia .bloque1 .izq .cuadros .cuadro .txt{
        left: 1.273vw;
        bottom: 1.091vw;
    }
    .tendencia .bloque1 .izq .cuadros .cuadro .txt .txt01{
        font-size: 1.636vw;
    }
    .tendencia .bloque1 .izq .cuadros .cuadro .txt .txt02{
        font-size: 1.636vw;
    }

    /* Bloque 02 */
    .tendencia .bloque2 .izq .foto{
        width: 50.909vw;
    }
    .tendencia .bloque2 .izq .flota{
        left: 0.909vw;
        top: calc(50% - 13.909vw);
        width: 20.909vw;
    }
    .tendencia .bloque2 .der .con-txt p{
        margin-top: 5.455vw;
    }

    /* Bloque 03 */
    .tendencia .bloque3 .izq .flota{
        right: -9.091vw;
        width: 25.818vw;
    }
    .tendencia .bloque3 .izq .con-txt{
        margin-top: 13.636vw;
    }
    .tendencia .bloque3 .der .foto{
        margin-top: 1.818vw;
    }

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

    /* Bloque 05 */
    .tendencia .bloque5 .izq .flota{
        top: 7.273vw;
        right: -6.364vw;
        width: 18.182vw;
    }

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

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