@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap');

@font-face {

    font-family: 'Authentic Signature';

    src: url('../Fonts/Authentic Signature.otf') format('opentype');

}



@font-face {

    font-family: 'Rosmatika';

    src: url('../Fonts/Rosmatika.ttf') format('truetype');

}



@font-face {

    font-family: 'Gotham-B';

    src: url('../Fonts/GothamBold.ttf') format('truetype');

}

@font-face {

    font-family: 'Gotham-L';

    src: url('../Fonts/GothamLight.ttf') format('truetype');

}



@font-face {

    font-family: 'Gotham-M';

    src: url('../Fonts/GothamMedium.ttf') format('truetype');

}



@font-face {

    font-family: 'GothamBook';

    src: url('../Fonts/GothamBook.ttf') format('truetype');

}





/* font-family: 'Raleway', sans-serif; */

/* font-family: 'Authentic Signature', sans-serif; */

/* font-family: 'Rosmatika', sans-serif; */



body {

    font-family: 'Raleway', sans-serif;

    color: #DB5743;

}







a {

    text-decoration: none;

}



.col {

    padding: 0;

}

.container {

    padding: 0;

    max-width: 85%;

}

@media (max-width: 1700px) {
    .container {
        max-width: 90%;
    }
}



.linha-topo {

    height: 56px;
    background-color: #DB5743;
    display: flex;
    color: white;
    justify-content: center;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    align-items: center;

}

.linha-topo p {

    font-size: 19px;
    line-height: 21px;
    margin: 0;

}


@media (max-width: 576px) {
    .linha-topo p {
        font-size: 12px;
        line-height: 12px;
    }
}

.linha-topo img {

    width: 34px;

    height: 34px;

    margin-left: 21px;

    margin-right: 21px;



}

@media (max-width:1149px) {
    .linha-topo img {
        margin-left: 10px;
        margin-right: 10px;
    }
}



/* section 1 */



#s1 {

    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bgS1.png);
    padding: 97px 0;

}

@media (max-width:1149px) {
    #s1 {
        padding: 70px 0;
    }
}



#s1-col1 {

    align-self: center;

}



.s1-text {

    margin: 0 auto;

}



.s1-text .s1-p1 {

    font-size: 32px;

    line-height: 37px;

    letter-spacing: 1.92px;

    font-weight: 700;
    margin: 0px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s1-text .s1-p1 {
        font-size: 25px;
    }
}

@media (max-width:1149px) {
    .s1-text .s1-p1 {
        font-size: 17px;
        line-height: 20px;
    }
}


.s1-text .s1-p2 {

    font-size: 94px;

    line-height: 104px;

    font-family: 'Rosmatika', sans-serif;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s1-text .s1-p2 {
        font-size: 70px;
        line-height: 85px;
    }
}

@media (max-width:1149px) {
    .s1-text .s1-p2 {
        font-size: 49px;
        line-height: 55px;
    }
}

.s1-text .s1-p3 {

    font-size: 28px;

    line-height: 33px;

    font-style: italic;

    margin-top: 62px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s1-text .s1-p3 {
        font-size: 21px;
        margin-top: 40px;
    }
}

@media (max-width:1149px) {
    .s1-text .s1-p3 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 34px;
    }
}


.s1-text .btn-revender {

    height: 78px;

    width: 64%;

    text-align: center;

    background-color: #73B600;

    border-radius: 52px;

    margin-top: 60px;

    padding-top: 25px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s1-text .btn-revender {
        height: 70px;
        margin-top: 55px;
        padding-top: 22px;
    }
}

@media (max-width:1149px) {
    .s1-text .btn-revender {
        height: 40px;
        width: 280px;
        margin-top: 30px;
        padding-top: 7px;
        margin-left: auto;
        margin-right: auto;
    }
}

.s1-text a {

    font-size: 26px;

    line-height: 30px;

    letter-spacing: 1.56px;

    font-weight: 700;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s1-text a {
        font-size: 19px;
    }
}

@media (max-width:1149px) {
    .s1-text a {
        font-size: 15px;
        line-height: 18px;
    }
}

.s1-video {

    background-color: #EFD3B6;
    padding: 17px;
    height:100%;
    

}

@media (min-width:1150px) and (max-width:1700px) {
    .s1-video {
    
    }
}

@media (max-width:1149px) {
    .s1-video {
        height: 64vw;
        padding: 8px;
        margin-top: 38px;
    }
}

.btn-inter {
    background: #fff;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    position: absolute;
    margin-top: 46px;
    margin-left: 49%;
}

.btn-inter i {
    font-size: 60px;
    margin-top: 18px;
    color: #DB5743;
}

@media (min-width:1150px) and (max-width:1700px) {
    .btn-inter {
        height: 65px;
        width: 65px;
        margin-top: 62px;
        margin-left: 48%;
    }

    .btn-inter i {
        font-size: 40px;
    }
}

@media (max-width:1149px) {
    .btn-inter {
        height: 65px;
        width: 65px;
        margin-top: 0;
        margin-left: 43%;
    }

    .btn-inter i {
        font-size: 40px;
    }
}

/* section 2 */



#beneficios {

    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bgS2.png);
    padding: 85px 0;
    height: 690px;
}

@media (min-width:1150px) and (max-width:1700px) {
    #beneficios {
        height: 620px;
        padding: 75px 0 0 0;
        background-position-x: center;
    }
}

@media (max-width:1149px) {
    #beneficios {
        background-color: #DB5743;
        background-image: none;
        padding: 51px 0 30px 0;
        height: auto;
    }
}



#beneficios .container {

    display: flex;

    justify-content: end;

}

.s2-text {
    width: 50%;
}

@media (max-width:1149px) {
    .s2-text {
        width: 100%;
    }
}



.s2-text p {

    margin-left: 100px;

}

@media (min-width:500px) and (max-width: 1149px) {
    .s2-text p {
        margin-left: 130px;
    }
}

@media (min-width: 370px) and (max-width:500px) {
    .s2-text p {
        margin-left: 68px;
    }
}

@media (max-width: 369px) {
    .s2-text p {
        margin-left: 10px;
    }
}


.s2-p1 {

    font-size: 104px;

    line-height: 115px;

    font-family: 'Rosmatika', sans-serif;

    color: #fff;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s2-p1 {
        font-size: 70px;
        line-height: 75px;
    }
}

@media (max-width:1149px) {
    .s2-p1 {
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 23px;
    }
}



.s2-p2 {

    font-size: 26px;

    line-height: 30px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s2-p2 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width:1149px) {
    .s2-p2 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
    }
}




.s2-p3 {

    font-size: 110px;

    line-height: 80px;

    font-family: 'Authentic Signature', sans-serif;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s2-p3 {
        font-size: 80px;
    }
}

@media (max-width:1149px) {
    .s2-p3 {
        font-size: 50px;
        line-height: 67px;
    }
}



.s2-p4 {

    font-size: 26px;

    line-height: 36px;

    color: #FFF4E9;

    font-style: italic;

    margin-top: 28%;

    padding-right: 40%;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s2-p4 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 33%;
    }
}

@media (min-width: 500px) and (max-width:1149px) {
    .s2-p4 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 20%;
        padding-right: 20%;
    }
}

@media (max-width:500px) {
    .s2-p4 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 44%;
        padding-right: 20%;
    }
}



.s2-ret {

    background-color: #FFE4CC;

    height: 162px;

    border-radius: 100px 0 0 100px;

    position: absolute;

    width: 50%;
    right: 0;
    padding-top: 30px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s2-ret {
        height: 150px;
        padding-top: 25px;
    }
}

@media (max-width:1149px) {
    .s2-ret {
        height: 94px;
        padding-top: 17px;
        width: 97%;
        padding-left: 10px;
    }
}



/* section 3 */



#s3 {

    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bgS3.png);

    padding: 125px 0 100px 0;

}

@media (min-width:1150px) and (max-width:1700px) {
    #s3 {
        background-position-x: center;
    }
}

@media (max-width:1149px) {
    #s3 {
        padding: 40px 0 0 0;
    }
}



.s3-p1 {

    font-size: 48px;

    line-height: 57px;

    font-family: 'Rosmatika', sans-serif;

    margin-bottom: 66px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s3-p1 {
        font-size: 38px;
    }
}

@media (max-width:1149px) {
    .s3-p1 {
        font-size: 30px;
        line-height: 29px;
        margin-bottom: 40px;
    }
}



.s3-text .circle {

    width: 146px;

    height: 146px;

    border-radius: 50%;

    position: relative;

    z-index: 2;

}

@media (max-width:1149px) {
    .s3-text .circle {
        width: 71px;
        height: 71px;
    }

    .s3-text .circle img {
        width: 71px;
        height: 71px;
    }

}



.s3-ret {

    background-color: #FFE4CC;

    position: absolute;

    width: 38%;

    height: 146px;

    padding-left: 113px;

    margin-left: 73px;

    padding-top: 26px;

    border-radius: 15px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s3-ret {
        width: 42%;
        padding-top: 30px;
    }
}

@media (max-width:1149px) {
    .s3-ret {
        width: 82%;
        height: 71px;
        margin-left: 32px;
        padding-left: 45px;
        padding-top: 15px;
    }
}



.s3-p2 {

    font-size: 25px;

    line-height: 30px;

    letter-spacing: 1.5px;

    font-weight: 600;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s3-p2 {
        font-size: 22px;
    }
}

@media (max-width:1149px) {
    .s3-p2 {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.78px;
        margin-bottom: 5px;
    }
}


.s3-p3 {

    font-size: 22px;

    line-height: 28px;

    font-style: italic;

    width: 80%;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s3-p3 {
        font-size: 18px;
    }
}

@media (max-width:1149px) {
    .s3-p3 {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.78px;
        width: 100%;
    }
}



.s3-text .btn-revender {

    height: 78px;

    width: 64%;

    text-align: center;

    background-color: #73B600;

    border-radius: 52px;

    margin: 81px auto 0 auto;

    padding-top: 25px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s3-text .btn-revender {
        height: 70px;
        padding-top: 22px;
        margin: 75px auto 0 auto;
    }
}

@media (max-width:1149px) {
    .s3-text .btn-revender {
        height: 40px;
        width: 280px;
        padding-top: 8px;
        margin: 41px auto 0 auto;
    }
}

.s3-text a {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1.56px;
    font-weight: 700;
}

@media (min-width:1150px) and (max-width:1700px) {
    .s3-text a {
        font-size: 20px;
    }
}

@media (max-width:1149px) {
    .s3-text a {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.9px;
    }
}


/* section 4 */

#s4 {
    background-image: url(../img/bgS4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 90px 0;
}

@media(max-width:576px) {
    #s4 {
        padding: 50px 0px;
    }
}

.s4-title {
    font-size: 50px;

    line-height: 57px;
    margin-bottom: 70px;
    font-family: 'Rosmatika', sans-serif;
    color: #fff;
}

@media (min-width:1150px) and (max-width:1700px) {
    .s4-title {
        font-size: 44px;
    }
}

@media (max-width:1149px) {
    .s4-title {
        font-size: 30px;
        line-height: 30px;
    }
}

@media(max-width:576px) {
    .s4-title {
        margin-bottom: 0px;
    }
}

#s4 .carousel {
    height: 950px;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
}

#s4 .carousel img {
    max-width: 100%;
    height: 100%;

}



#s4 .flickity-viewport {
    height: 100% !important;
    padding: 100px 0;
}

#s4 .carousel-cell {
    width: 33.33%;
    height: 770px;
    text-align: center;
}



#s4 .carousel-cell.is-selected {
    height: 880px;
    top: -50px;
}

#s4 .carousel-cell.is-selected img {
    height: 880px;
}

#s4 .flickity-prev-next-button {
    width: 60px;
    height: 60px;
    color: #DB5743;
}

#s4 .flickity-prev-next-button.next {
    right: -60px;
}

#s4 .flickity-prev-next-button.previous {
    left: -60px;
}

#s4 .flickity-page-dots .dot {
    background-color: #fff;
}

#s4 .flickity-button:focus{
    box-shadow:none;
}

@media(max-width:1440px){
    #s4 .carousel-cell {
        width: 50%;
    }
}


@media(max-width:768px) {
    #s4 .carousel-cell {
        width: 100%;
    }

    #s4 .flickity-prev-next-button {
        width: 30px;
        height: 30px;
    }

    #s4 .flickity-prev-next-button.next {
        right: -35px;
    }

    #s4 .flickity-prev-next-button.previous {
        left: -35px;
    }

    #s4 .carousel-cell.is-selected {
        height: 500px;
        top: 0px;
    }

    #s4 .flickity-viewport {
        padding: 0px;

    }

    #s4 .carousel-cell.is-selected img {
        height: auto;
    }

    #s4 .carousel {
        height: 500px;
        width: 77%;
        margin-left: auto;
        margin-right: auto;
    }
   


}



#s4 .btn-revender {
    height: 78px;
    width: 536px;
    text-align: center;
    background-color: #73B600;
    border-radius: 52px;
    margin: 72px auto 0 auto;
    padding-top: 25px;

}

@media (max-width:1149px) {
    #s4 .btn-revender {
        height: 40px;
        width: 280px;
        padding-top: 8px;
    }
}

#s4 a {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1.56px;
    font-weight: 700;
}

@media (max-width:1149px) {
    #s4 a {
        line-height: 18px;
        font-size: 15px;
    }
}



/* section 5 */

#s5 {

    padding: 90px 0;
}

@media (max-width:1149px) {
    #s5 {
        padding: 40px 0;
    }
}



.s5-p1 {

    font-size: 42px;

    line-height: 57px;

    font-family: 'Rosmatika', sans-serif;

    margin-bottom: 110px;

    width: fit-content;

    margin-left: auto;

    margin-right: auto;

}

@media (max-width:1149px) {
    .s5-p1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 60px;
    }
}



@media (max-width:1149px) {
    .s5-img-1 {
        height: 60%;
    }

    .s5-img-2 {
        height: 60%;
    }

    .s5-img-3 {
        height: 60%;
    }

    .s5-img-4 {
        height: 60%;
    }

    .s5-img-5 {
        height: 60%;
    }
}


.s5-slider .carousel-cell {

    width: 33.33%;

    height: 120px;

    margin-right: 10px;

    border-radius: 5px;

    text-align: center;

}

@media (max-width:1149px) {
    .s5-slider .carousel-cell {
        width: 77%;
    }
}



.s5-slider .carousel-cell:before {

    display: block;

    text-align: center;

    line-height: 200px;

    font-size: 80px;

    color: white;

}

#s5 .flickity-prev-next-button {
    width: 60px;
    height: 60px;
    color: #DB5743;
}

#s5 .flickity-button:focus{
    box-shadow:none;
}

@media(max-width:576px) {
    #s5 .flickity-prev-next-button {
        width: 30px;
        height: 30px;
        color: #DB5743;
    }
   
}



#s5 .flickity-page-dots {
    display: none;
}





/* section 6 */



#s6 {

    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bgS6.png);

    padding: 75px 0;

}

@media (max-width:1149px) {
    #s6 {
        padding: 44px 0;
    }
}

@media (max-width:700px) {
    #s6 {
        background-image: url(../img/bgS6-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}



#s6-col1 {

    align-self: center;

}



.s6-text {

    margin: 0 auto;

}



.s6-p1 {

    font-size: 105px;

    line-height: 116px;

    font-family: 'Rosmatika', sans-serif;

    margin: 0;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s6-p1 {
        font-size: 92px;
    }
}

@media(min-width: 501px) and (max-width:1149px) {
    #s6 p {
        margin-left: 25%;
    }

    .s6-p1 {
        font-size: 59px;
        line-height: 65px;
    }
}

@media (max-width:500px) {
    #s6 p {
        margin-left: 14%;
    }

    .s6-p1 {
        font-size: 59px;
        line-height: 65px;
    }
}



.s6-p2 {

    font-size: 29px;

    line-height: 34px;

    letter-spacing: 1.74px;

    font-weight: 600;

    margin-bottom: 40px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s6-p2 {
        font-size: 26px;
    }
}

@media (max-width:1149px) {
    .s6-p2 {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.96px;
        margin-bottom: 20px;
    }
}

.s6-p3 {

    font-size: 28px;

    line-height: 33px;

    color: #434343;

    margin-bottom: 10px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s6-p3 {
        font-size: 23px;
        line-height: 25px;
    }
}

@media (max-width:1149px) {
    .s6-p3 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 4px;
    }
}




.s6-video {

    background-color: #EFD3B6;
    padding: 17px;
    height: 539px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s6-video {
        height: 480px;
    }
}

@media (max-width:1149px) {
    .s6-video {
        height: 64vw;
        padding: 8px;
        margin-top: 45px;
    }
}




/* section 7 */



#planos {

    padding: 100px 0 45px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bgS7.png);

}

@media(max-width:576px) {
    #planos {

        padding: 30px 0px;

    }

}





.s7-title {

    font-size: 48px;

    line-height: 116px;

    font-family: 'Rosmatika', sans-serif;

    margin-bottom: 55px;

    width: fit-content;

    margin-left: auto;

    margin-right: auto;

}



.cardcombo {

    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 0 45px 0;
    margin-bottom:100px;

}



.s7-cardtitle {

    font-size: 65px;

    line-height: 84px;

    font-family: 'Authentic Signature', sans-serif;

    width: fit-content;

    margin-right: auto;

    margin-left: auto;

}

@media(max-width:576px) {
    .s7-title {
        font-size: 38px;
        line-height: 40px;
    }
}




.s7-img {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.s7-img .div-div-icon {
    position: absolute;
    width: 150px;
    height: 150px;
    display: flex;
    background-color: #FF904f;
    opacity: 0.1;
    border-radius: 100%;
    padding: 20px;
    transform: translateY(-15%);
}




.s7-img .div-icon {
    width: 100px;
    height: 100px;
    display: flex;
    background-color: rgb(255, 144, 79, 0.2);
    border-radius: 100%;
    padding: 20px;
    position: relative;
}



.tachado {

    text-decoration: line-through;

}



.s7-p1 {

    color: #434343;

    font-size: 22px;

    line-height: 24px;

    font-family: 'GothamBook', sans-serif;

    margin: 35px 0 0 10px;

    width: fit-content;

    font-weight: 300;

}



.s7-p2 {

    color: #FF904F;

    font-size: 40px;

    line-height: 28px;

    font-weight: 700;

    font-family: 'Gotham-B', sans-serif;

    margin-left: 10px;
    margin-top:20px;

}

@media(max-width:1440px){
    .s7-p2{
        font-size:30px;
    }
}



@media(max-width:576px){
    .s7-p2{
        font-size:30px;
    }
}



.s7-p3 {

    color: #FF904F;

    font-size: 54px;

    line-height: 59px;

    font-weight: 700;

    margin-left: 10px;

    font-family: 'Gotham-B', sans-serif;

}



.s7-p4 {

    color: #FF904F;

    font-size: 20px;

    line-height: 24px;

    margin-left: 10px;

    font-family: 'GothamBook', sans-serif;
    margin-top:20px;

}



.combo {

    width: 90%;

    border-top: 1px solid #E5E5E5;

    border-bottom: 1px solid #E5E5E5;

    padding: 30px 0;

    margin-top: 30px;

    margin-left: auto;

    margin-right: auto;

}



.s7-p5 {

    color: #434343;

    font-size: 20px;

    line-height: 21px;

    font-family: 'Gotham-L', sans-serif;

}



.combo .check {

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background-color: #FFE4CC;

    text-align: center;

    margin-right: 20px;

}



.combo .d-flex {

    width: fit-content;

    margin-left: 25%;

}

@media(max-width:576px) {
    .combo .d-flex {
        margin-left: 0px;
    }
}



.check i {

    font-size: 13px;

}



.btn-comprar {

    height: 54px;

    width: 64%;

    text-align: center;

    background-color: #73B600;

    border-radius: 52px;

    margin: 45px auto 0 auto;

    padding-top: 18px;

}



.cardcombo a {

    font-size: 18px;

    line-height: 21px;

    letter-spacing: 1.08px;

    font-weight: 700;

    color: white;

}





.s7-row2 {

    margin-top: 30px;

}



.s7-row2 img {

    width: 260px;

    height: 197px;

}

@media (max-width:1149px) {
    .s7-row2 img {
        width: 160px;
        height: 120px;
    }
}



.s7-p6 {

    font-size: 24px;

    line-height: 29px;

    font-weight: 400;

    color: #434343;

    padding-right: 35%;
    margin-bottom: 30px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s7-p6 {
        padding-right: 10%;
    }
}

@media (max-width:1149px) {
    .s7-p6 {
        padding-right: 0;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 23px;
        margin-top: 20px;
    }
}

.s7-p7 {

    font-size: 23px;

    line-height: 27px;

    color: #FF904F;

}

@media (max-width:1149px) {
    .s7-p7 {
        font-size: 15px;
        line-height: 18px;
    }
}


.s7-p8 {

    font-size: 14px;

    line-height: 16px;

    color: #434343;

}

@media (max-width:1149px) {
    .s7-p8 {
        font-size: 12px;
        line-height: 14px;
        margin-left: 15px;
    }
}


.s7-row2 .text-xl-end {
    margin-top: 47px;
}

@media (max-width:1149px) {
    .s7-row2 .text-xl-end {
        margin-top: 30px;
    }
}



/* section 8 */



#s8 {

    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bgFooter.png);

    padding: 125px 0 139px 0;

    height: 751px;

}

@media (max-width:1149px) {
    #s8 {
        padding: 64px 0 31px 0;
        height: auto;
    }
}



#s8 .container {

    display: flex;

    justify-content: start;

}


.s8-p1 {

    font-size: 70px;

    line-height: 90px;

    font-family: 'Rosmatika', sans-serif;

    color: #fff;
    margin-bottom: 47px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s8-p1 {
        font-size: 60px;
    }
}

@media (max-width:1149px) {
    .s8-p1 {
        font-size: 52px;
        line-height: 57px;
        margin-bottom: 17px;
    }
}



.s8-p2 {

    font-size: 22px;

    line-height: 26px;
    color: #DB5743;
    margin-bottom: 26px;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s8-p2 {
        font-size: 20px;
    }
}

@media (max-width:1149px) {
    .s8-p2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
}



.s8-p3 {

    font-size: 22px;

    line-height: 33px;

    color: #DB5743;
    display: flex;
}

@media (min-width:1150px) and (max-width:1700px) {
    .s8-p3 {
        font-size: 19px;
    }
}

@media (max-width:1149px) {
    .s8-p3 {
        font-size: 16px;
        line-height: 25px;
    }
}

.s8-p3 i {
    margin-right: 20px;
}



.s8-p4 {

    font-size: 24px;

    line-height: 26px;

    color: #FFF4E9;

    margin-bottom: 36px;

    font-family: 'Gotham-M', sans-serif;

}

@media (min-width:1150px) and (max-width:1700px) {
    .s8-p4 {
        font-size: 20px;
    }
}

@media (max-width:1149px) {
    .s8-p4 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 18px;
    }
}

@media(max-width:576px) {
    .s8-p3 {
        font-size: 12px;
        line-height: 20px;
    }
}


.s8-p4 i {
    margin-right: 28px;
}

.s8-text #link1 {
    margin-top: 35%;
}

@media (min-width:1150px) and (max-width:1700px) {
    .s8-text #link1 {
        margin-top: 43%;
    }
}

@media (min-width:500px) and (max-width:1149px) {
    .s8-text #link1 {
        margin-top: 27%;
    }
}

@media (max-width:500px) {
    .s8-text #link1 {
        margin-top: 63%;
    }
}


.s8-ret {

    background-color: #FFE4CC;

    height: 178px;

    border-radius: 0 100px 100px 0;

    position: absolute;

    width: 50%;

    padding: 35px 70px 35px 7.5%;
    left: 0;
    margin-bottom: 45px;

}

@media (min-width:500px) and (max-width:1149px) {
    .s8-ret {
        height: 155px;
        width: 95%;
        padding: 40px 30px 24px 4.5%;
    }
}

@media (max-width:500px) {
    .s8-ret {
        height: 130px;
        width: 95%;
        padding: 15px 20px 24px 4.5%;
    }
}