body,
html {
    overflow-x: hidden;
}


#hero {
    align-items: center;
    align-content: center;
    background-image: url("/images/thinking/fondo.jpg");
    background-color: black;
    background-size: cover;
    background-position: center;
    display: flex;
    height: 100vh;
    overflow: hidden;
    padding: 10px 10px;
}

.astronauta {
    position: fixed;
    z-index: 5;
    top: 250px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55%;
}

h1 {
    font-size: 45px;
    color: white;
    font-weight: bold;
}

p {
    font-size: 30px;
    color: white;
    font-weight: lighter;
    line-height: 35px;
}

q {
    font-style: italic;
}

q:before {
    content: "“";
}

q:after {
    content: "”";
}


.contender-parallax {
    height: 100vh;
}

.titulo-parallax {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: baseline;
}

.titulo-parallax h1 {
    font-size: 160px;
    font-weight: bold;
}

.titulo-parallax h2 {
    font-size: 40px;
    font-weight: normal;
    color: white;
    letter-spacing: 2px;
}

.atras {
    z-index: 2;
}

.delante {
    z-index: 9;
}


#intro {
    background-color: #000000;
    color: #FFFFFF;
    padding: 100px 0;
    position: relative;
    z-index: 6;
}

#intro h3 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
}

#intro p {
    font-size: 18px;
    font-weight: lighter;
}


#pasos {
    color: #000000;
    padding: 80px 0;
    position: relative;
    z-index: 6;
    background-color: #FFFFFF;
}

.box-container {
    padding: 60px 8rem;
}

#pasos p {
    color: #000000;
}

#pasos h2 {
    color: #000000;
    text-align: center;
    font-size: 75px;
    font-family: 'Bebas Neue', cursive;
}



#pasos h3 {
    color: #424242;
    text-align: center;
    font-size: 80px;
    font-weight: bold;

}

#pasos .box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 48px 60px 48px 60px;
}

.box h4 {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
}

.negocio {
    color: #9935d9;
    font-family: 'Bebas Neue', cursive;

}

.persona {
    color: #6823af;
    font-family: 'Bebas Neue', cursive;

}

.medios {
    color: #1751bc;
    font-family: 'Bebas Neue', cursive;

}

.box p {
    font-size: 20px;
    font-weight: normal;
}

.copy {
    font-size: 20px;
}

#obj {
    padding: 184px 0;
    background: rgba(124, 73, 219, 1);
    background: -moz-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(124, 73, 219, 1)), color-stop(100%, rgba(73, 136, 233, 1)));
    background: -webkit-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -o-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -ms-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: linear-gradient(to right, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    color: #FFFFFF;
}

#obj p {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: normal;
    padding: 0 70px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 3px;
}

#thinking {
    background-color: #000000;
    color: #FFFFFF;
    padding: 160px 20px 230px 20px;
}

#thinking .texto {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#thinking .ciruclos {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.texto h2 {
    font-size: 80px;
    font-weight: bold;
    text-align: left;
    font-family: 'Bebas Neue', cursive;
}

.texto p {
    font-size: 20px;
    font-weight: lighter;
    width: 80%;
    padding-left: 60px;
}

.text-circle1 {
    top: -7%;
    right: -9%;
}

.text-circle2 {
    bottom: -38%;
    right: 0%;
}

.text-circle3 {
    bottom: -25%;
    left: 18%;
}

.text-circle1 p,
.text-circle2 p,
.text-circle3 p {
    font-size: 16px;
    margin: 5px 0px;
    line-height: 16px;
}

.gris {
    color: #918e8e;
    margin-bottom: 5px;
}



@media only screen and (max-width: 990px) {
    #hero {
        background-image: url("/images/thinking/banner_thinking_mob.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: center;
    }

    .astronauta {
        display: none;
    }

    #intro {
        padding: 10px 0;
    }

    .titulo-parallax h1 {
        font-size: 4em;
        font-weight: bold;
        margin-top: 40px;
    }

    .titulo-parallax {
        align-items: baseline;
    }

    .box-container {
        padding: 60px 2rem;
    }

    #pasos .box {
        padding: 48px 40px 48px 50px;
    }

    #obj p {
        color: #FFFFFF;
        font-size: 26px;
        font-weight: bold;
        padding: 0 10px;
        line-height: 30px;
        text-align: center;
    }

    #thinking .ciruclos {

        padding: 180px 0 60px;
    }

    #intro h3 {
        font-size: 26px;
    }

    .texto h1 {
        font-size: 70px;
    }

    .texto p {
        font-size: 20px;
        font-weight: lighter;
        width: 98%;
        padding-left: 0;
        text-align: center;
    }

    .text-circle1 {
        top: 3%;
        right: 12%;

    }

    .text-circle2 {
        bottom: -29%;
        right: 8%;

        text-align: end;
    }

    .text-circle3 {
        bottom: -10%;
        left: 5%;

    }

    .astronauta {
        position: absolute;
        z-index: 5;
        top: 84vh;
    }

}

@media only screen and (max-width:699px) {
    .circles {
        width: 40% !important;
        display: flex;
        margin: auto;
    }

    #pasos .box {
        padding: 48px 40px 5px 50px;
    }
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
    #intro h3 {
        font-size: 20px !important;
    }

    .circle-image {
        display: flex !important;
        margin: auto !important;
    }

}
