body {
    overflow-x: hidden;
    width: 100%;
    height: auto;
    background-image: url('../img/bg-clean.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

#sec-01,
#sec-02,
#sec-03 {
    /* height: 100%; */
    padding-top: 2rem;
    transition: opacity .5s;
    /* position: absolute; */
    width: 100%;
}

#sec-01 {
    background: url('../img/nestle.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 5;
    opacity: 1;
    height: 100vh;
}

#sec-01 h1,
#sec-03 h1 {
    font-family: 'Brandon Bold';
    color: #1B1464;
    font-size: 35px;
}

#sec-01 p,
#sec-03 p {
    font-family: 'Brandon Regular';
    color: #0071BC;
    font-size: 20px;
    /* line-height: 50px; */
    max-width: 80%;
    margin: 0 auto;
}

#sec-01 a {
    text-transform: uppercase;
    color: #0071BC;
    margin-top: 30px;
    display: block;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec-01 a img {
    width: 30px;
    margin-left: 15px;
}

#sec-02 {
    background: url('../img/bg-clean.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none;
    min-height: 100vh;
}

.item h1 {
    font-family: 'Brandon Bold';
    color: #1B1464;
    font-size: 35px;
}

.opt {
    padding-top: 1rem;
}

.spots h3 {
    font-family: 'Brandon Bold';
    color: #0071BC;
    cursor: pointer;
}

.item>img {
    padding: 1rem 8rem;
    width: 60%;
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    top: 40%;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-nav span {
    font-size: 70px;
    color: #FFF;
    line-height: 30px;
}

.owl-nav button {
    border: solid 3px #FFF!important;
    border-radius: 50%;
    padding: 20px;
    width: 70px;
    height: 70px;
}

.owl-nav button:focus {
    outline: none;
}

.links {
    margin-bottom: 30px;
}

.links a {
    border: solid 1px #3cb0e0;
    border-radius: 50%;
    padding: 8px;
    margin: 0 10px;
    color: #3cb0e0;
}

.links a:focus,
.link.active {
    border: solid 1px #0071BC;
    color: #0071BC;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 25px;
    border-radius: 50%;
    background: #0071bc;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.8;
}

.slider::-webkit-slider-thumb:focus {
    outline: none;
}

.ballon {
    width: 500px;
    margin-left: auto;
    padding: 30px;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 30%;
    display: none;
    animation: treme 1.5s infinite;
    -webkit-animation: treme 1.5s infinite;
}

.ballon-01 {
    background: #01D000;
}

.ballon-02 {
    background: #FFB300;
}

.ballon-03 {
    background: #FF0024;
}

.item {
    height: 660px;
}

.ballon h1 {
    color: #fff;
    font-size: 30px;
    text-align: left;
    max-width: 330px;
    text-decoration: none;
}

.ballon p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
}

.ballon:before {
    content: '';
    /* width: 10px; */
    /* height: 10px; */
    position: absolute;
    top: 100%;
    left: 10%;
}

.ballon-01.ballon:before {
    border-top: solid 30px #01D000;
    border-left: solid 30px #01D000;
    border-right: solid 30px transparent;
    border-bottom: solid 30px transparent;
}

.ballon-02.ballon:before {
    border-top: solid 30px #FFB300;
    border-left: solid 30px #FFB300;
    border-right: solid 30px transparent;
    border-bottom: solid 30px transparent;
}

.ballon-03.ballon:before {
    border-top: solid 30px #ff0024;
    border-left: solid 30px #ff0024;
    border-right: solid 30px transparent;
    border-bottom: solid 30px transparent;
}

@keyframes treme {
    0% {
        margin-top: 0
    }
    25% {
        margin-top: 3px
    }
    50% {
        margin-top: 0
    }
    75% {
        margin-top: -3px
    }
    100% {
        margin-top: 0
    }
}

#sec-03 {
    opacity: 0;
    background: url('../img/bg-clean.png');
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: none;
}

#sec-03 h5 {
    color: #0071BC;
    font-size: 30px;
    font-family: 'Brandon Bold';
    line-height: 10px;
}

#sec-03 .result p {
    color: #0071BC;
    font-size: 21px;
    font-family: 'Brandon Bold';
    line-height: 1;
    display: block;
}

#sec-03 p sub {
    bottom: -.75rem;
}

#sec-03 .result img {
    margin: 20px 0;
}

#sec-03 h4 {
    font-family: 'Brandon Bold';
    ;
    color: #1b1464;
    font-size: 32px
}

.social h3 {
    color: #0071BC;
    margin-bottom: 30px;
    font-size: 24px;
}

.social a i {
    width: 70px;
    height: 70px;
    color: #fff;
    padding: 10px;
    background: #0071BC;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    margin: 0 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.owl-next {
    display: none;
}

.mundo {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}

.mundo img {
    display: none;
}

#sec-03 .final h1 {
    color: #0071bc
}

#sec-03 .final p {
    color: #1b1464
}

.btn-result {
    font-family: 'Brandon Bold';
    color: #fff;
    font-size: 30px;
    margin-top: 15px;
    display: none;
    background: #1b1464;
    border-radius: 10px;
    padding: 5px 40px;
}

.btn-result:hover {
    color: #fff;
}

.atitudes p:first-child {
    height: 150px;
}

.atitudes p {
    padding: 10px 0;
    height: 180px;
}

.atitudes .col-lg-4 p:not(:last-child) {
    border-bottom: solid 1px #0071bc
}

.atitudes h1 {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #sec-01 h1,
    #sec-03 h1 {
        font-size: 40px;
    }
    #sec-01 p,
    #sec-03 p {
        font-size: 25px;
        line-height: 40px;
    }
    #sec-01,
    #sec-03 {
        padding-top: 3rem;
    }
    #sec-02 .links {
        margin: 10px auto;
    }
    #sec-02 .links a {
        line-height: 50px;
    }
    #sec-02 h1 {
        font-size: 25px;
    }
    #sec-02 {
        padding-top: 0;
        height: 115vh;
    }
    .item>img {
        padding: 3rem 0rem;
    }
    .owl-nav {
        left: 0;
        width: 100%;
        top: 30%;
    }
    .ballon {
        left: 0;
        width: 335px;
        top: 43%;
        padding: 20px;
    }
    .item {
        height: 700px;
    }
    .atitudes .col-lg-4 p {
        border-bottom: solid 1px #0071bc;
        height: auto;
    }
    .mundo {
        bottom: -120px;
    }
}

@media (min-width: 768px) {
    .opt {
        width: 50%;
    }
    .owl-nav {
        left: -5%;
        width: 110%;
    }
    .result .col-lg-4 h1,
    .result .col-lg-4 p {
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1366px) and (max-width: 1820px) {
    .mundo {
        bottom: -21%;
    }
}

@media (min-width: 1980px) {
    .mundo {
        bottom: 0%;
    }
}


/* @media (min-width: 1800px) {
    #sec-01,
    #sec-02,
    #sec-03 {
        min-height: 1090px;
    }
} */