/* elemenst gral */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 
Libre Franklin Thin             100 / font-style: normal;
Libre Franklin Light            300 / font-style: normal;
Libre Franklin Regular          400 / font-style: normal;
Libre Franklin Black            900 / font-style: normal;
Libre Franklin Black Italic     900 / font-style: italic;


font-family: "libre-franklin", sans-serif;
font-weight: 100;
font-style: normal;
*/

/* @font-face {
    font-family: "LibreFranklin-Light";
    src: url('../fonts/LibreFranklin-Light.otf');
} */

@font-face {
    font-family: "FFDINforPUMA-Bold";
    src: url('../fonts/FFDINforPUMA-Bold.ttf');
}

@font-face {
    font-family: "FFDINforPUMA-Light";
    src: url('../fonts/FFDINforPUMA-Light.ttf');
}

@font-face {
    font-family: "MinionPro-Regular";
    src: url('../fonts/MinionPro-Regular.otf');
}

body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
}

.fondoNegro {
    background-color: #000000;
    width: 100%;
}

section {
    position: relative;
}

@media (max-width: 768px) {
    section {
        padding-bottom: 0px;
    }
}

.logoFlotante {
    position: fixed;
    top: 24px;
    width: 156px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: var(--static-shadow);
    transition: all 0.1s cubic-bezier(.25, .8, .25, 1);
    padding: 12px 12px 6px 12px;
    overflow: hidden;
    background-color: #fff;
    z-index: 99999999;
}

.logoFlotante img {
    width: 100%;
    height: auto;
    max-height: 24px;
}

@media (max-width: 768px) {
    .logoFlotante {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 8px;
        box-shadow: var(--static-shadow);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
}

.contenedor {
    position: relative;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.contenedorGrande {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .contenedor,
    .contenedorGrande {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
}

h1 {
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
    font-size: 42px;
    color: #fff;
    margin: 0;
}

h2 {
    font-family: "libre-franklin", sans-serif;
    font-weight: lighter;
    font-size: 30px;
    color: #fff;
    margin: 0;
}

h3 {
    font-family: "libre-franklin", sans-serif;
    font-weight: lighter;
    font-size: 26px;
    color: #fff;
    margin: 0;
}

h4 {
    font-family: "LibreFranklin-Light";
    font-weight: 100;
    font-size: 28px;
    color: #4e3844;
    margin: 0;
}

h5 {
    font-family: "LEMONMILK-Bold";
    font-size: 24px;
    color: #ad9468;
    margin: 0;
}

p {
    font-family: "libre-franklin", sans-serif;
    font-weight: 300;
    color: #606060;
    font-size: 20px;
    line-height: 1.5;
}

a {
    font-weight: bold;
    color: #007580;
    text-decoration: underline;
}

b {
    font-weight: bold;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 18px !important;
    }
}

img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

span {
    font-weight: bold;
}

p.capital-letter:first-letter {
    font-family: "LibreFranklint";
    font-weight: bold;
    float: left;
    font-size: 85px;
    line-height: 81px;
    margin-right: 5px;
    color: #606060;
}

mark {
    background-color: #f68e01;
    color: #fff;
}

.desk {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .mobile {
        display: block;
    }

    .desk {
        display: none !important;
    }
}

.flexBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


@media (max-width: 768px) {
    .flexBox {
        flex-flow: column;
        margin-left: 0px !important;
    }
}

.paddingLados {
    padding: 0 150px;
}

.paddingArribaAbajo {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .paddingLados {
        padding: 0;
    }
}

.hero {
    position: relative;
    width: 100%;
    height: auto;
}

.img-hero {
    display: flex;
    justify-content: center;

}

@media (max-width: 768px) {
    .img-hero {
        padding: 0;
    }
}

.columnas {
    display: flex;
    justify-content: space-between;
}

.columna70 {
    width: calc(70% - 20px);
}

.columna66 {
    width: calc(66% - 20px);
}

.columna60 {
    width: calc(60% - 20px);
}

.columna50 {
    width: calc(50% - 20px);
}

.columna55 {
    width: calc(55% - 20px);
}

.columna40 {
    width: calc(40% - 20px);
}

.columna45 {
    width: calc(45% - 20px);
}

.columna35 {
    width: calc(35% - 20px);
}

.columna33 {
    width: calc(33% - 20px);
}

.columna30 {
    width: calc(30% - 20px);
}

.columna25 {
    width: calc(25% - 20px);
}

@media (max-width: 768px) {
    .columnas {
        flex-flow: column;
        z-index: 9999999;
    }

    .columna70,
    .columna60,
    .columna66,
    .columna50,
    .columna55,
    .columna40,
    .columna45,
    .columna35,
    .columna33,
    .columna30,
    .columna25 {
        width: 100%;
        margin-top: -20px;
    }

    .marginBottomMobile {
        margin-bottom: 40px;
    }

    .marginMenos20Mobile {
        margin-top: -20px;
    }
}

.destacadoTop {
    padding: 30px 200px 30px 100px;
    background-color: #f68e01;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.destacadoTop h1 {
    font-size: 48px;
    margin: 0px;
    border-left: 4px solid #fff;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .destacadoTop {
        padding: 20px 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .destacadoTop h1 {
        font-size: 20px;
    }
}

.contenedorVideo {
    width: 100%;
    margin: 40px 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
}

#conSecParallax {
    position: relative;
}

.contCentrado {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 117px;
}

.parrafoConpadding {
    position: relative;
    padding-left: 130px;
}

img.iconoImg4 {
    position: absolute;
    width: 100px;
    top: -70px;
    left: 0;
}

.parallaxParent {
    height: 800px;
    overflow: hidden;
}

.parallaxParent>* {
    height: 150%;
    position: relative;
    top: -80%;
}

.imgParallax1 {
    background-image: url(../img/img-5.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

/* .imgParallax2 {
    background-image: url(https://inhouse.infobae.com/gastronomia-uruguay/img/img-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

@media (max-width: 768px) {
    .contCentrado {
        position: relative;
        bottom: auto;
    }

    .contCentrado h3,
    .contCentrado p {
        color: #000;
    }

    /* .contCentrado.ContCmobile {
        position: absolute;
        bottom: 20px;
    } */

    .parallaxParent {
        height: 300px;
        overflow: hidden;
    }

    .imgParallax1 {
        background-image: url(https://inhouse.infobae.com/gastronomia-uruguay/img/img-2-mobile.jpg);
        background-size: contain;
    }

    .imgParallax2 {
        background-image: url(https://inhouse.infobae.com/gastronomia-uruguay/img/img-4.jpg);
        background-size: contain;
    }

    .parrafoConpadding {
        padding-left: 0;
        margin-top: 100px;
    }

    img.iconoImg4 {
        position: absolute;
        width: 70px;
        top: -85px;
        left: 0;
    }
}

#section-1 {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#section-1 .contenedorGrande {
    position: absolute;
}

#section-1 h2 {
    width: 410px;
    margin-left: calc(100% - 410px);
}

@media (max-width: 768px) {
    #section-1 {
        background-color: #01474b;
    }

    #section-1 .contenedorGrande {
        position: relative;
        padding: 20px;
    }

    #section-1 h2 {
        width: 100%;
        margin-left: auto;
    }
}

#section-2 {
    padding: 100px 0;
    background-image: url(../img/img-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#section-2 .contTextDestacado {
    background-color: #a3ce7f;
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

#section-2 img {
    width: 60px;
    margin-right: 30px;
    margin-top: 5px;
}

#section-2 p {
    color: #00787f;
    margin: 0;
    font-weight: 300;
}

@media (max-width: 768px) {
    #section-2 {
        padding: 20px 0;
        background-image: url(../img/img-2.jpg);
        background-size: contain;
        background-repeat: repeat;
    }

    #section-2 .contTextDestacado {
        flex-flow: column;
        padding: 20px;
    }

    #section-2 img {
        margin: 0 0 20px;
    }
}

#section-3 {
    position: relative;
    background-color: #dee5e8;
    padding: 100px 0;
}

.colImgSec3 {
    display: flex;
    justify-content: space-between;
}

.contDestacadoSec3 {
    position: relative;
    background-color: #0f8a94;
    border-top-left-radius: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: calc(20% - 20px);
    margin-left: 10%;
    padding: 30px;
}

.contDestacadoSec3 img.deco2 {
    position: absolute;
    width: 100px;
    right: 30px;
    bottom: 30px;
}

.contDestacadoSec3 p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.colImgSec3 img {
    width: calc(70% - 20px);
    margin-right: 0;
}

#section-3 .contenedor {
    margin-left: 31%;
}

@media (max-width: 768px) {
    #section-3 {
        padding: 20px 0;
    }

    .colImgSec3 {
        flex-flow: column;
        padding: 0 20px;
    }

    .contDestacadoSec3 {
        width: 100%;
        margin-left: auto;
        padding: 20px;
        border-top-left-radius: 30px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .contDestacadoSec3 img.deco2 {
        position: relative;
        width: 30px;
        right: 0;
        bottom: 0;
    }

    .colImgSec3 img {
        width: 100%;
        margin-top: 20px;
    }
    
    #section-3 .contenedor {
        margin-left: auto;
    }
}

#section-4 {
    padding: 100px 0;
    background-image: url(../img/img-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#section-4 .contTextDestacado {
    background-color: #a3ce7f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 30px auto 0;
    width: 500px;
}

#section-4 img {
    width: 50px;
    margin-right: 30px;
}

#section-4 p {
    color: #fff;
    margin: 0;
    font-weight: 300;
}

@media (max-width: 768px) {
    #section-4 {
        padding: 20px 0;
        background-image: url(../img/img-4.jpg);
        background-size: contain;
        background-repeat: repeat;
    }

    #section-4 .contTextDestacado {
        flex-flow: column;
        padding: 20px;
        width: auto;
        align-items: flex-start;
    }

    #section-4 img {
        margin: 0 0 10px 0;
    }
}

#section-5 {
    position: relative;
    padding: 100px 0 150px;
    background-color: #bada9e;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.img5 {
    width: 50%;
    margin-left: 0;
}

#section-5 .contenedorGrande {
    position: absolute;
    bottom: 50px;
}

#section-5 .contParrafoSec5 {
    position: relative;
    padding-left: calc(50% + 40px);
    margin-top: 100px;
}

img.img6 {
    width: 450px;
    margin: 0 0 50px -80px;
}

@media (max-width: 768px) {
    #section-5 {
        padding: 20px 0 0;
        flex-flow: column;
    }

    img.img5 {
        width: 100%;
        margin-left: 0;
    }

    #section-5 .contenedorGrande {
        position: relative;
        bottom: auto;
    }

    #section-5 .contParrafoSec5 {
        padding-left: 0;
        margin-top: 30px;
    }
    
    img.img6 {
        width: 100%;
        margin: auto;
    }
}

#section-6 {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}  

.contParrafoSec6 {
    width: 100%;
    position: absolute;
    padding: 30px 0;
    bottom: 50px;
}

.contParrafoSec6 .backgroundOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.705);
    mix-blend-mode: multiply;
    z-index: 1;
}

#section-6 .contenedorGrande {
    position: relative;
    z-index: 2;
}

img.img8 {
    position: absolute;
    width: 100px;
    top: -110px;
    left: -110px;
}

#section-6 h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -20px;
}

#section-6 p {
    color: #fff;
}

@media (max-width: 768px) {
    #section-6 {
        background-color: #246368;
    }

    .contParrafoSec6 {
        position: relative;
        padding: 20px 0;
        bottom: auto;
    }

    img.img8 {
        position: relative;
        width: 60px;
        top: 0;
        left: 0;
        margin: 0 0 20px;
    }
}

#section-7 {
    position: relative;
    padding: 200px 0;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

img.img9 {
    position: absolute;
    width: 94%;
    left: 3%;
    z-index: 0;
}

img.img11 {
    position: relative;
    width: 50%;
    margin-right: 0;
    z-index: 1;
}

#section-7 .contenedor {
    position: absolute;
}

.parrafoSec7 {
    width: calc(50% - 40px);
}

.contDestacadoSec7 {
    position: relative;
    background-color: #82878a;
    border-top-left-radius: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 250px;
    height: 270px;
    margin: -150px 0 50px;
    padding: 30px;
}

.contDestacadoSec7 img.deco3 {
    position: absolute;
    width: 100px;
    right: 30px;
    bottom: 30px;
}

.contDestacadoSec7 p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 768px) {
    #section-7 {
        padding: 20px 0;
        background-image: url(../img/img-9.jpg);
        background-size: contain;
        background-repeat: repeat;
    }

    img.img9 {
        display: none;
    }

    img.img11 {
        width: 100%;
    }

    #section-7 .contenedor {
        position: relative;
    }

    .parrafoSec7 {
        width: 100%;
    }

    .contDestacadoSec7 {
        width: 100%;
        margin-left: auto;
        padding: 20px;
        border-top-left-radius: 30px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        height: auto;
        margin: 30px 0 20px;
    }

    .contDestacadoSec7 img.deco3 {
        position: relative;
        width: 30px;
        right: 0;
        bottom: 0;
        margin-right: 0;
    }
}

#section-8 {
    position: relative;
    background-color: #0f8a94;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

img.img12 {
    width: 50%;
    margin-left: 0;
}

img.img13 {
    width: 450px;
    margin: 0 0 50px -80px;
}

#section-8 .contenedorGrande {
    position: absolute;
}

#section-8 .contParrafoSec8 {
    position: relative;
    padding-left: calc(50% + 40px);
    margin-top: 100px;
}

#section-8 p,
#section-8 b {
    color: #fff;
}

@media (max-width: 768px) {
    img.img12 {
        width: 100%;
        margin-left: 0;
    }

    img.img13 {
        width: 100%;
        margin: auto;
    }

    #section-8 .contenedorGrande {
        position: relative;
    }

    #section-8 .contParrafoSec8 {
        padding-left: 0;
        margin-top: 30px;
    }
}

#section-9 {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
} 

#section-9 .contenedor {
    position: absolute;
    bottom: 100px;
}

.contDestacadoSec9 {
    position: relative;
    background-color: #0f8a94;
    border-top-left-radius: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 250px;
    height: 250px;
    margin: -150px 0 50px -125px;
    padding: 30px;
}

.contDestacadoSec9 img.deco4 {
    position: absolute;
    width: 100px;
    right: 30px;
    bottom: 30px;
}

.contDestacadoSec9 p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

#section-9 p {
    color: #fff;
}

@media (max-width: 768px) {
    #section-9 {
        background-color: #424a4d;
    }

    #section-9 .contenedor {
        position: relative;
        bottom: auto;
    }

    .contDestacadoSec9 {
        width: 100%;
        margin-left: auto;
        padding: 20px;
        border-top-left-radius: 30px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        height: auto;
        margin: 30px 0 20px;
    }

    .contDestacadoSec9 img.deco4 {
        position: relative;
        width: 30px;
        right: 0;
        bottom: 0;
        margin-right: 0;
    }
}

#section-10 {
    position: relative;
    padding: 100px 0 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#section-10 .contenedorGrande {
    position: absolute;
    background-color: rgba(185, 185, 185, .2);
    padding: 90px 30px 0 50px;
    bottom: 0;
}

.parrafoSec10 {
    width: calc(50% - 40px);
    padding-right: 25px;
}

img.img16 {
    width: 450px;
    margin: 0 0 50px -80px;
}

img.img17 {
    position: relative;
    width: 50%;
    margin-right: 0;  
    z-index: 1;
}

@media (max-width: 768px) {
    #section-10 {
        padding: 0;
        flex-flow: column-reverse;
    }

    #section-10 .contenedorGrande {
        position: relative;
        padding: 20px 20px 0;
        bottom: auto;
    }

    .parrafoSec10 {
        width: 100%;
        padding-right: 0;
    }
    
    img.img16 {
        width: 100%;
        margin: auto;
    }
    
    img.img17 {
        position: relative;
        width: 100%;
        margin-right: 0;  
        z-index: 1;
    }
}

#section-11 {
    padding: 0;
}

#section-11 .contenedorGrande {
    background-color: rgba(185, 185, 185, .2);
    padding: 40px 30px 0 50px;
}

#section-11 .columnas {
    align-items: center;
}

img.img18 {
    margin-bottom: -50px;
}

#section-11 .contTextDestacado {
    background-color: #0f8a94;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 100px auto 0;
    width: 660px;
}

#section-11 .contTextDestacado img {
    width: 50px;
    margin-right: 30px;
}

#section-11 .contTextDestacado p {
    color: #fff;
    margin: 0;
    font-weight: 300;
}

#section-11 .contTextDestacado a {
    color: #a3ce7f;
}

@media (max-width: 768px) {
    #section-11 {
        padding: 0 0 20px;
    }

    #section-11 .contenedorGrande {
        background-color: rgba(185, 185, 185, .2);
        padding: 20px 20px 0;
    }

    img.img18 {
        margin-bottom: 20px;
    }

    #section-11 .contTextDestacado {
        flex-flow: column;
        padding: 20px;
        width: auto;
        align-items: flex-start;
        margin-top: 20px;
    }

    #section-11 img {
        margin: 0 0 10px 0;
    }
}

#section-12 {
    padding: 100px 0 0;
}

#section-12 .contTextDestacado {
    background-color: #0f8a94;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 950px;
    margin: 0 auto;
}

#section-12 img {
    width: 60px;
    margin-right: 30px;
}

#section-12 p {
    color: #fff;
    margin: 0;
    font-weight: 300;
}

#section-12 a {
    color: #5dc8d3;
    margin: 0;
}

@media (max-width: 768px) {
    #section-12 {
        padding: 20px 0 0;
    }

    #section-12 .contTextDestacado {
        flex-flow: column;
        padding: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 100%;
    }

    #section-12 img {
        width: 30px;
        margin: 0 auto 20px 0;
    }
}

.logoMarca {
    height: auto;
    display: flex;
    justify-content: center;
    padding: 27px 40px 7px;
    background-color: #fff;
}

.logoMarca img {
    width: 400px;
    height: auto;
}

@media (max-width: 768px) {
    .logoMarca {
        margin-top: 20px;
    }

    .logoMarca img {
        width: 100%;
    }
}

.fondogris {
    background-color: #585757;
    padding: 30px 50px;
}


/* footer-bottom */

.footer-bottom {
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
}

.footer-bottom .footer-copyright {
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-bottom .footer-copyright {
        font-size: 9px;
    }
}

/*--------- SCROLL --------*/
#scroll1,
#scroll2,
#scroll3,
#scroll4 {
    margin-bottom: -11px;
}

#scrolly1,
#scrolly2,
#scrolly3,
#scrolly4 {
    position: relative;
}

#scrolly1 article,
#scrolly2 article,
#scrolly3 article,
#scrolly4 article {
    position: relative;
    padding: 0;
}

#scrolly1 figure,
#scrolly2 figure,
#scrolly3 figure,
#scrolly4 figure {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 100%;
    margin: 0;
    transform: translate3d(0, 0, 0);
    background-color: transparent;
}

figure.fixed {
    background-repeat: no-repeat;
    background-image: url(../img/img-1-1-prueba.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    transition: all .9s ease;
    z-index: -10;
}

#sectionscroll2 figure.fixed {
    background-image: url(../img/img-4-1-prueba.jpg);
}

#sectionscroll3 figure.fixed {
    background-image: url(../img/img-5-1-prueba.jpg);
}

#sectionscroll4 figure.fixed {
    background-image: url(../img/img-5.png);
}

@media (max-width: 1000px) {
    #sectionScrollMobile {
        background-image: url(../img/textura-1.jpg);
    }

    #sectionscroll2 figure.fixed {
        background-image: url(../img/img-1.png);
    }
    
    #sectionscroll3 figure.fixed {
        background-image: url(../img/img-4.png)
    }
    
    #sectionscroll4 figure.fixed {
        background-image: url(../img/img-5.png);
    }
}

.contenedorScrolly1 {
    width: 35%;
    margin-left: 64%;
}

.conConFondo {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.conConFondo .textoSobra {
    position: absolute !important;
    top: 50px;
}

img.fondoImg2 {
    position: relative;
    width: 140%;
    margin-left: -50px;
    z-index: -2;
}

img.fondoImg3 {
    position: relative;
    width: 140%;
    margin-left: -100px;
    z-index: -2;
}

@media (max-width: 1000px) {
    .conConFondo {
        z-index: 2;
    }

    .conConFondo .textoSobra {
        position: absolute !important;
        top: 30px;
    }

    img.fondoImg2 {
        width: calc(100% + 50px);
        margin-left: -30px;
    }

    img.fondoImg3 {
        width: calc(100% + 50px);
        margin-left: -20px;
    }
}

.contenedorScrolly2 {
    width: 35%;
    margin-left: 1%;
}

.contenedorScrolly2 span {
    font-family: "LEMONMILK-Bold";
    font-size: 35px;
}

.conConFondo .textoSobra.bottom {
    top: 60px;
}

span.lemon {
    font-family: "LEMONMILK-Bold";
    font-size: 20px;
    text-transform: uppercase;
}

.contenedorScrolly1 p.grande {
    font-size: 24px;
}

.conStep .textoSobra {
    position: relative;
    width: 430px;
}

.textoSobra h5 {
    color: #4a3843;
    line-height: 1.2;
}

.textoSobra h5.txtSombra {
    position: absolute;
    color: #ad9468;
    top: 3px;
    left: 4px;
    z-index: -1;
}

#sectionscroll1 .conStep,
#sectionscroll2 .conStep,
#sectionscroll3 .conStep,
#sectionscroll4 .conStep {
    position: relative;
    width: 500px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 1px 30px;
}

@media (max-width: 1000px) {
    #sectionscroll1 .conStep,
    #sectionscroll2 .conStep,
    #sectionscroll3 .conStep,
    #sectionscroll4 .conStep {
        width: 100%;
        padding: 20px;
    }
}

figure.fixed .img-one,
figure.fixed .img-two,
figure.fixed .img-three {
    overflow: hidden;
    width: 100%;
    margin: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    -ms-flex-item-align: center;
    align-self: center;
    height: auto;
    width: 100%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

figure.fixed .img-one,
figure.fixed .img-two,
figure.fixed .img-three {
    -o-object-fit: contain;
    object-fit: contain;
    align-self: center;
    display: block;
    margin: 0 auto;
    /* min-width: 100%; */
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
}

figure.fixed .img-two,
figure.fixed .img-three {
    background-image: none;
}

figure.fixed.one .img-one {
    opacity: 0;
}

figure.fixed.two .img-two {
    opacity: 1;
}

figure.fixed.three .img-three {
    opacity: 1;
}


figure.fixed.two,
figure.fixed.three {
    background-color: #000;
}

.step {
    margin: 0 auto;
    color: #fff;
}

.conStep {
    position: relative;
}

.step.is-active p {}

@media (max-width: 1000px) {
    #scrolly1 figure.fixed {
        background-image: url(../img/img-1-1-mobile.jpg);
        background-size: cover;
        background-position: center;
    }

    figure.fixed .img-one img,
    figure.fixed .img-two img,
    figure.fixed .img-three img {
        -o-object-fit: contain;
        object-fit: contain;
        align-self: center;
        display: block;
        margin: 0 auto;
        width: auto;
        height: 100vh;
    }

    .contenedorScrolly1,
    .contenedorScrolly2 {
        width: 100%;
        margin-left: auto;
    }

    /* .conStep {
        height: auto;
        padding: 0;
        background-color: rgba(0, 0, 0, .4);
        padding: 20px;
    } */

    .step {
        margin-bottom: 300px;
    }

    .step:last-child {
        margin-bottom: 0px;
    }

    #pasouno .grandeEpigrafe {
        margin-top: 100% !important;
    }

    #pasouno .conStep {
        margin-top: 300px;
    }
}