@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;900&display=swap');

body{
    font-family: 'Encode Sans', sans-serif !important;
}

main .banner{
    background: #06d1c2;
    width: 100%;
    height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

main .banner h1{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}

main .banner h1 img{
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

main .banner-desc{
    padding: 90px 0;
    background: #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: relative;
    box-shadow: 0 -2px 5px #00000029;
}

main .banner-desc::before{
    content: '';
    height: 127px;
    border-top-left-radius: 102%;
    width: 57px;
    background: #fff;
    left: -31px;
    bottom: 0;
    display: block;
    position: absolute;
    box-shadow: -2px 2px 2px #00000030;
    z-index: 2;
}

main .banner-desc::after{
    content: '';
    height: 127px;
    border-top-right-radius: 102%;
    width: 57px;
    background: #fff;
    right: -31px;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 2;
    box-shadow: 2px 2px 2px #00000030;
}

main .banner-desc h6{
    color: #06d1c2;
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
    padding: 0 20px;
}

main .content{
    z-index: 9;
    background: #ffffff;
    margin-top: -25px;
    position: relative;
}

.title-content{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

main .content .title-content p{
    max-width: 650px;
    display: block;
    width: 100%;
    color: #06d1c2;
    font-weight: 600;
    font-size: 19px;
}

.title-article{
    color: #06d1c2;
    font-weight: 600;
}

.title-content,
.buttons,
.divisor,
.feedback,
.contact{
    padding: 0 35px !important;
}

.divisor{
    border-width: 2px !important;
    color: #036c64;
}

.btn-instagram,
.btn-whatsapp,
.btn-feedback{
    font-weight: 600 !important;
    background: #ffff !important;
    width: 100%;
    max-width: 400px;
    padding: 20px 0 !important;
    color: #06d1c2 !important;
    font-size: 26px !important;
    border-radius: 50px !important;
    border: 2px solid #06d1c2 !important;
    transition: all ease 0.3s !important;
}

.btn-contact{
    font-weight: 600 !important;
    background: #ffff !important;
    width: 100%;
    max-width: 400px;
    padding: 20px 0 !important;
    color: #06d1c2 !important;
    font-size: 20px !important;
    border-radius: 50px !important;
    transition: all ease 0.3s !important;
    border: 2px solid #06d1c2 !important;
}

.btn-instagram:hover,
.btn-whatsapp:hover,
.btn-feedback:hover,
.btn-contact:hover{
    border: 2px solid #06d1c2 !important;
    background-color: #06d1c2 !important;
    color: #ffff !important;
    box-shadow: 0 0 30px #06d1c489;
}

.btn-instagram i,
.btn-whatsapp i,
.btn-feedback i{
    left: 0;
    left: 52px;
    font-size: 30px;
    vertical-align: middle;
    top: 19px;
}

footer{
    background: #c2c2c27d;
}

@media(max-width: 1205px){

    main .banner-desc::before{
        content: '';
        height: 135px;
        border-top-left-radius: 102%;
        width: 60px;
        background: #fff;
        left: -26px;
        bottom: 0;
        display: block;
        position: absolute;
        overflow: hidden;
    }

    main .banner-desc::after{
        content: '';
        height: 135px;
        border-top-right-radius: 102%;
        width: 60px;
        background: #fff;
        right: -26px;
        bottom: 0;
        display: block;
        position: absolute;
        overflow: hidden;
    }
}

@media(max-width: 1200px){

    main .banner-desc::before{
        content: '';
        height: 137px;
        border-top-left-radius: 102%;
        width: 60px;
        background: #fff;
        left: -26px;
        bottom: 0;
        display: block;
        position: absolute;
        overflow: hidden;
    }

    main .banner-desc::after{
        content: '';
        height: 137px;
        border-top-right-radius: 102%;
        width: 60px;
        background: #fff;
        right: -26px;
        bottom: 0;
        display: block;
        position: absolute;
        overflow: hidden;
    }
}

@media(max-width: 991px){
    main .banner-desc::before{
        content: '';
        height: 141px;
        border-top-left-radius: 102%;
        width: 52px;
        background: #fff;
        left: -22px;
        bottom: 0;
        display: block;
        position: absolute;
        overflow: hidden;
    }

    main .banner-desc::after{
        content: '';
        height: 141px;
        border-top-right-radius: 102%;
        width: 52px;
        background: #fff;
        right: -22px;
        bottom: 0;
        display: block;
        position: absolute;
        overflow: hidden;
    }
}

@media(max-width: 767px){

    main .banner{
        height: 460px;
    }

    main .banner-desc{
        padding: 73px 0;
    }
}

@media(max-width: 583px){
    main .banner-desc::before{
        content: '';
        height: 141px;
        border-top-left-radius: 102%;
        width: 44px;
        background: #fff;
        left: -18px;
        bottom: 0;
        display: block;
        position: absolute;
        overflow: hidden;
    }

    main .banner-desc::after{
        content: '';
        height: 141px;
        border-top-right-radius: 102%;
        width: 44px;
        background: #fff;
        right: -18px;
        bottom: 0;
        display: block;
        position: absolute;
        overflow: hidden;
    }
}


@media(max-width: 575px){

    main .banner-desc::before{
        display: none;
    }

    main .banner-desc::after{
        display: none;
    }
}

@media(max-width: 400px){


    main .banner h1{
        width: 160px;
        height: 160px;
    }

    main .banner img {
        top: 115px;
    }

    .btn-instagram,
    .btn-whatsapp,
    .btn-feedback,
    .btn-contact{
        font-size: 20px!important;
    }

    .btn-instagram i,
    .btn-whatsapp i,
    .btn-feedback i{
        font-size: 25px;
        left: 22px;
        top: 15px;
    }
}
