* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #E5E5E5 !important;
}

.gradient-default {
    background: linear-gradient(to bottom, #38afc1 30%, #38c1ad 70%);
}

.modal {
    overflow-y: scroll;
}

.cookie-widget{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 10px;
    z-index: 100;
    border-top: 5px solid  #38AFC1  ;
}
.cookie-widget__container{
    max-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.cookie-widget__container .confirm{
    margin-left: 20px;
}
.cookie-widget__container .btn{
    margin:0;
    width: 100px;
    font-weight: 900 !important;
    font-size: 24px !important;
    background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%) !important;
    color: white !important;
}

.cookie-widget__container .text-mobile{
    display: none;
}

.cookie-widget__container .link{
    color: #007bff !important;
    text-decoration: underline;
}
.btn:hover{
    cursor: pointer;
}

/* MEDIA DESKTOP */

@media (min-width: 577px) {
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
    }
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
    }
    #Mobile {
        display: none;
    }
    .whatsapp-icon {
        width: 40px;
        height: 40px;
        z-index: 101;
        position: fixed;
        right: 4%;
        bottom: 6%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .whatsapp-icon img{
        width: 80px;
    }
    .navbar-dark .navbar-brand {
        width: 267px;
        margin: 0 88px;
        padding: 8px;
    }
    .navbar-dark .navbar-brand img {
        width: 70%;
    }
    .navbar-dark .navbar-brand.scrolled {
        padding: 0 !important;
        margin: 0 80px !important;
        transition: all ease 0.5s;
    }
    .navbar-collapse {
        position: absolute;
        right: 0;
        align-content: space-between;
    }
    .navbar-collapse ul {
        margin-right: 133px !important;
    }
    .navbar-collapse ul li {
        margin-left: 64px;
    }
    .nav-item {
        cursor: pointer !important;
    }
    #featured {
        margin-top: 8%;
    }
    #featured
    .featured-right-text {
        width: 565px;
        text-align: left;
    }
    .featured-right-text h2 {
        font-size: 65px;
    }
    .featured-right-cta,
    .featured-right-arrow {
        text-align: center;
    }
    .featured-right-cta .btn{
        margin:0;
        width: 400px;
        font-weight: 900 !important;
        font-size: 24px !important;
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%) !important;
        color: white !important;
    }

    .lead-form .btn{
        margin:0;
        width: 100%;
        font-size: 18px !important;
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%) !important;
        color: white !important;
    }

    .featured-right-cta{
        margin-top: 25px;
    }
    .featured-right-arrow img {
        margin-top: 8%;
        cursor: pointer;
    }
    #woman-show {
        background-image: linear-gradient(to right, rgba(56, 175, 193, 0.52), rgba(56, 193, 173, 0.73)), url('img/woman-first.png');
        width: 100%;
        height: 545px;
        background-size: cover;
        color: white;
        padding: 90px 20px;
    }
    .woman-top-text {
        margin-top: 8%;
        width: 477px;
    }
    .woman-top-text h2 {
        font-size: 40px;
        margin-top: 20%;
    }
    .woman-bottom-desc {
        width: 20rem;
    }
    .tax-img {
        margin-top: 35%;
    }
    .money-img {
        margin-top: 100%;
    }
    .hourglass-img {
        margin-top: 100%;
    }
    .img-two-col {
        margin-top: 10%;
    }
    .p-two-col {
        margin-top: 10%;
    }
    .p-two {
        font-size: 32px;
        width: 400px;
    }
    .doctor-profile-text {
        margin-top: 75%;
        margin-bottom: 100%;
    }
    .doctor-profile-text p {
        text-align: left;
        width: 280px;
        font-size: 24px;
        font-weight: 400;
    }
    .doctor-profile-text h2 {
        font-size: 32px;
        font-weight: 900;
        width: 250px;
    }
    .doctor-profile-image{
        margin-bottom: 56%;
    }
    .doctor-profile-image img {
        margin-top: 96px;
    }
    .doctor-info-title {
        position: absolute;
        left: 100%;
        top: 50%;
        font-weight: 700;
        font-size: 24px;
        width: 250px;
    }
    .doctor-info-age {
        position: absolute;
        left: 100%;
        top: 65%;
        width: 250px;
        font-size: 16px;
        font-weight: 700;
    }
    .doctor-info {
        position: absolute;
        left: 100%;
        top: 80%;
        width: 230px;
        font-size: 12px;
    }

    .doctor-profile-btn{
        font-size: 12px !important;
        border-radius: 32px !important;
        border: 3px solid #38C1AD !important;
        width: 130px !important;
        margin-top: 10%;
    }
    .doctor-profile-btn.end{
        z-index: 1;
        position: absolute;
        margin-left: 100%;
        top: 100%;
        right: 10%;
    }
    .doctor-profile-btn.end.aditional{
        right: 3%;
    }


    .doctor-profile-btn:hover{
        color: white !important;
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%);

    }
    .group-info {
        position: absolute;
        left: 100%;
        top: 70%;
        width: 230px;
        font-size: 12px;
    }
    .margin-aditional {
        margin-top: 110px;
    }
    #divider {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        color: #fff;
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%);
    }
    #divider h1 {
        font-size: 56px;
        font-weight: 900;
        padding: 30px;
    }
    .information-text {
        margin-top: 8%;
        text-align: left;
        width: 70%;
    }
    .information-text h2 {
        font-size: 48px;
    }
    .information-about-left {
        width: 100px !important;
    }
    .information-about-left img {
        margin-top: 40px;
    }
    .information-about-left img {
        display: flex;
        flex-direction: column;
    }
    .information-about-mid p {
        margin-top: 50px;
        margin-left: 80px;
        font-size: 24px;
        font-weight: 900;
    }
    .information-about-button{
        margin-top: 8%;
        margin-left: 8%;
        width: 300px;
        font-weight: 900 !important;
        font-size: 24px !important;
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%);
        color: white !important;
    }

    #aplication-show img.smartphone-1 {
        margin-top: 10%;
        width: 400px;
        height: auto;
    }
    #aplication-show img.smartphone-2 {
        margin-top: 10%;
        width: 400px;
        height: auto;
    }
    #aplication-show img.smartphone-3 {
        margin-top: 10%;
        width: 400px;
        height: auto;
    }
    .aplication-show-content {
        margin: 50% 0;
    }
    .aplication-show-content img {
        position: absolute;
    }
    .aplication-show-content h1 {
        margin-left: 16%;
        font-size: 64px;
        font-weight: 900;
    }
    .aplication-show-content p {
        margin-top: 8%;
        width: 96%;
        font-size: 32px;
        font-weight: 500;
    }
    .aplication-show-content ul li {
        font-size: 32px;
        font-weight: 400;
        margin-left: 8%;
    }
    .aplication-show-transition {
        margin-top: 100%;
    }
    .aplication-show-transition h1 {
        font-size: 48px;
        font-weight: 700;
    }
    .click-here-button {
        margin-top: 40%;
        margin-left: 4%;
        margin-bottom: 30%;
        width: auto;
    }

    .click-here-button a{
        padding: 4%;
        width: auto;
        color: white;
        font-size: 24px;
        font-weight: 900;
    }
    #doctor-depoiment,#lead-form {
        position: relative;
        width: 100%;
        height: auto;
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%);
    }
    #lead-form{
        margin-bottom: -2%;
    }
    .lead-form{
        margin-top: 15%;
        margin-bottom: 12%;
    }
    .lead-form-content{
        margin-top: 18%;
        margin-bottom: 12%;
    }

    .doctor-depoiment-content {
        margin-top: 20%;
    }
    .doctor-depoiment-text,.lead-form-text {
        text-align: left;
        color: #fff;
        width: 70%;
    }
    .doctor-depoiment-text h1 {
        font-size: 40px;
        font-weight: 700;
    }
    .doctor-depoiment-icon {
        text-align: center;
    }
    .doctor-depoiment-image {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .plans-area-text {
        text-align: center;
        width: 60%
    }
    .plans-area-text {
        margin: 56px 20% 120px 20%;
    }
    .plans-area-text h1 {
        text-align: center;
        font-size: 56px;
        font-weight: 900;
    }
    .plans-area-image {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .plans-button{
        margin-top: 8%;
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%);
        font-weight: 900 !important;
        font-size: 18px !important;
        color: white !important;
        margin-left: 25%;
    }
    .plans-info {
        margin-top: 6%;
    }
    .plans-info p {
        font-weight: 700;
        line-height: 12px;
        font-size: 24px;
    }

    #page-dropdown {
        margin-top: 8%;
    }
    .eigth {
        background: linear-gradient(to bottom, #38afc1 30%, #38c1ad 70%);
    }
    .eigth-text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .eigth-text img {
        margin-bottom: 32px;
    }
    .eigth-title {
        font-size: 32px;
        color: #ffffff;
        margin-top: 16px;
    }
    .eigth-dropdown {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .dropdown-text {
        color: #ffff;
        width: 50%;
        height: auto;
        margin: 5px 25%;
        display: none;
        text-align: justify;
        word-wrap: break-word;
    }
    .dropdown-btn p {
        position: absolute;
        left: 11%;
    }
    .dropdown-btn {
        text-decoration: none;
        font-size: 24px;
        color: #ffffff;
        border: none;
        background-color: transparent;
        margin: 0 10vw 8px 20vw;
        width: 600px;
        text-align: left;
        cursor: pointer;
        outline: none;
    }
    .dropdown-btn:focus {
        outline: none;
    }
    .dropdown-down {
        position: absolute;
        left: 85%;
    }
    .eigth-b {
        border-bottom: 1px solid #0082B2;
        margin: 0 10vw 16px 10vw;
    }
    .eigth-b-last {
        border-bottom: 1px solid #0082B2;
        margin: 0 10vw 40px 10vw;
    }
    #whatsapp-button {
        margin-top: 4%;
    }
    .whatsapp-text {
        width: 52%;
    }
    .whatsapp-text h1 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
    }
    .whatsapp-text p {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }
    .page-blog-content {
        text-align: center;
        background: linear-gradient(to bottom, #38afc1 30%, #38c1ad 70%);
    }
    .page-blog-text {
        margin: 8%;
        font-weight: 700;
        font-size: 40px;
        line-height: 47px;
    }
    .text-8 {
        font-size: 32px;
        font-weight: 900;
        color: #75c588;
    }
    .text-8 span {
        font-size: 50px;
    }
    .text-8-2 {
        font-size: 32px;
        font-weight: 900;
    }
    .list-store {
        margin-top: 10px;
    }
    .element-center {
        position: relative;
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }
    .pad-tela-8 {
        padding-top: 90px;
    }
    .pad-tela-8-2 {
        padding: 50px 0px 50px 0px
    }
    .pad-tela-8-3 {
        padding-top: 90px;
    }
    .form-1,.form-obrigado {
        background-color: #ffff;
        padding: 20px;
        border-radius: 20px;
        width: 400px;
    }
    .obrigatorio {
        text-align: right;
        color: rgba(255, 0, 0, 0.534);
      }
    .form-obrigado{
        margin-top: 25%;
    }
    .form-obrigado *{
        text-align: center;

    }
    .form-obrigado h4{
        color: #0097d8;
        font-weight: 600;
    }
    .indicar-btn-div {
        display: flex;
        justify-content: center;
    }
    .indicar-btn {
        width: 150px;
    }
    .p-form {
        color: #0097d8;
        font-size: 30px;
        font-weight: 900;
    }
    .pp-form {
        padding: 0px 20px 0px 20px;
    }
    .text-form-1 {
        font-size: 22px;
        margin: 0px 25px 0px 25px;
    }
    .bg-tela-7 {
        margin-top: 8%;
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .texto-7 {
        position: relative;
        margin: 16% auto 0 auto;
        display: flex;
        justify-content: center;
    }
    .texto-77 {
        position: relative;
        margin-right: 24%;
        text-align: right;
        color: #ffff;
        font-size: 18px;
    }
    .compartilhe {
        color: #ffff;
        font-weight: 900;
        text-align: right;
        font-size: 40px;
        margin-top: 8%;
    }
    .compartilhe.margin {
        margin-left: 12%;
    }


    .indique-reward{
        margin: 0 auto;
        text-align: right;
        color: white;
        margin-top: 8%;

        border-radius: 32px;
        font-size: 18px;
    }
    .footer {
        text-align: center;
        margin-top: 32px;
        padding-bottom: 16px;
        width: 100%;
        height: auto;
        background: #75C588;
    }
    .footer p {
        font-size: 24px;
        margin-top: 32px;
        margin-bottom: 4px;
        padding: 16px 33px 0 33px;
    }
    .footer-icons {
        display: flex;
        justify-content: center;
    }
    .footer-icons img {
        padding: 0 8px
    }
    .info {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .info p {
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 0 8px;
        margin: 0;
    }
    .info a {
        color: black;
        text-decoration: underline;
    }

    .phone-w{
        width: 10px;
        height: auto;
    }
}


/* MEDIA MOBILE */

@media (max-width: 576px) {

    .cookie-widget__container{
        flex-wrap: wrap;
        max-width: 100% !important;
        padding-left: 10px;
    }

    .cookie-widget__container .btn{
        margin-top: 12px !important;
        font-size: 16px !important;
    }

    .cookie-widget__container .text-desktop{
        display: none !important;
    }
    .cookie-widget__container .text-mobile{
        display: block !important;
    }
    .cookie-widget__container .text-mobile a{
        display: inline !important;
    }

    .whatsapp-icon {
        width: 40px;
        height: 40px;
        z-index: 99;
        position: fixed;
        right: 4%;
        bottom: 4%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .whatsapp-icon img {
        width: 100%;
    }
    .navbar-dark .navbar-brand {
        width: 140px;
        margin: 0 10px;
        padding: 8px;
    }
    .navbar-dark .navbar-brand img {
        width: 100%;
    }
    #Desktop {
        display: none;
    }
    .featured {
        margin-top: 24%;
        text-align: center;
    }
    .featured-icon img {
        width: 32px;
        height: auto;
        margin: 8px 0 32px 0;
    }
    .featured-medic img {
        width: 72vw;
        height: auto;
    }
    .featured-text {
        margin-top: 8%;
        padding: 0 24px;
    }
    .featured-rec {
        display: none;
        visibility: hidden;
    }
    .second-part {
        color: white;
        height: auto;
        background-image: url(/img/sucess.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .title-two {
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        padding: 24px 0 0 0;
    }
    .second-trace {
        display: flex;
        justify-content: center;
        margin-bottom: 22px;
    }
    .featured .second-img{
        padding: 0 0 0 10px;
    }
    .second-img {
        margin-top: 5px;
        padding: 0 0 0 16px;
        width: 68px;
        height: 54px;

    }
    .p-two {
        width: 200px;
        text-align: start;
        font-size: 16px;
        font-weight:600 ;
        /* color: #ffffff; */
        padding: 10px 8px 10px 16px;
    }
    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .third-part {
        text-align: left;
        padding: 0 18px;
    }
    .third-part-text-cta{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 35px;
        text-align: center;
    }
    .third-part-text-cta h2{
        font-size: 24px;
        margin: 0;
        margin-bottom: .8rem;
        padding: 0 10px;
    }

    .third-part-text-cta .btn{
        position: relative;
    }

    .third-part-text h2 {
        font-size: 24px;
        margin-top: 32px;
        margin-left: 32px;
    }
    .third-part-text img {
        margin-top: 4px;
        margin-left: 32px;
    }
    .carousel {
        margin-top: 24px;
        margin-bottom: 32px;
    }
    .square {
        width: 100%;
        height: 450px;
        padding-bottom: 48%;
        margin: 1%;
        position: relative;
    }
    .block {
        border-radius: 16px;
        position: absolute;
        background: #FFFFFF;
        width: 96%;
        height: 90%;
    }
    .carousel-image {
        position: absolute;
        margin: 6% 0 0 35px;
    }
    .carousel-image img {
        width: 68px;
        height: 68px;
    }
    .carousel-info {
        width: 48%;
        position: relative;
        float: right;
        margin: 32px 16px;
        text-align: left;
    }
    .carousel-info .carousel-info-name {
        margin: 0;
        font-size: 20px;
        line-height: 19px;
    }
    .carousel-info-state {
        margin-top: 10px;
        font-weight: 500;
        font-size: 12px;
        line-height: 19px;
    }
    .carousel-description p {
        margin-block-end: 0 !important;
        margin-top: 10px;
    }
    .carousel-description {
        position: absolute;
        width: 238px;
        margin-top: 32%;
        margin-left: 24px;
        font-size: 14px;
        color: #999;
    }
    .carousel-doctor- {
        position: relative;
    }
    .carousel-control-next {
        margin-right: -10%;
    }
    .carousel-control-prev {
        margin-left: -12%;
    }
    .carousel-button {
        font-size: 12px;
    }
    .carousel-button a {
        margin-top: 15%;
    }
    .carousel-button p {
        text-align: center;
        margin-top: 2%;
        margin-bottom: 10%;
    }
    .carousel-button a:link,
    a:visited {
        width: 182px;
        height: 30px;
        border: 2px solid #38AFC1;
        border-radius: 16px;
        color: black;
        position: absolute;
        text-align: center;
        top: 78%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-decoration: none;
        display: inline-block;
    }
    .carousel-indicators {
        position: absolute;
    }
    .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
        border: 2px solid #38afc1 !important;
        border-radius: 10px;
    }
    .carousel-indicators .active {
        background-color: #38afc1 !important;
    }
    .forth-woman {
        display: none;
    }
    .forth-header-desktop {
        display: none;
    }
    .forth-header {
        width: 100%;
        height: auto;
    }
    .forth-part h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: start;
        margin-top: 24px;
        margin-left: 33px;
    }
    .forth-trace {
        margin-left: 33px;
    }
    .forth-trace-desktop {
        display: none;
    }
    .forth-content {
        margin-top: 24px;
    }
    .forth-p-img {
        margin-left: 33px;
        margin-right: 8px;
        width: 65px;
        height: 60px;
    }
    .forth-p {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin-right: 33px;
        font-weight: 700;
    }
    .first-part-button{
        margin: 0 !important;
        margin-bottom: 8% !important;
    }
    .forth-part-button,.first-part-button{
        background: linear-gradient(to bottom, #38afc1 30%, #38c1ad 70%);
        margin-left: 12%;
        margin-top: 8%;
        font-weight: 700 !important;
        width: 300px;
        font-size: 18px !important;
        color: white !important;
    }
    .fifth-part {
        margin-top: 32px;
    }
    .fifth-header {
        margin-top: 32px;
        margin-bottom: 32px;
        width: 100%;
        height: auto;
    }
    .fifth-img {
        margin-right: 8px;

    }
    .fifth-content {
        margin-top: 32px;
    }

    .fifth-part h2 {
        color: #282828;
        font-size: 32px;
    }
    .fifth-part p {
        text-align: center;
        margin-left: 33px;
        margin-right: 33px;
        color: #282828;
        font-size: 16px;
    }

    .screen-phone {
        display: flex;
        justify-content: center;
    }
    .fifth-phone1 {
        width: 255px;
        height: 453px;
    }
    .fifth-phone2 {
        width: 250px;
        height: 453px;
    }
    .fifth-phone3 {
        width: 250px;
        height: 453px;
        margin-bottom: 24px;
    }
    .fifth-part h3 {
        font-size: 24px;
        color: #282828;
        margin: 24px 70px 8px 33px;
    }
    .fifth-trace {
        margin: 0 0 24px 33px;
    }
    #fifth-p-buttons {
        text-align: start;
        margin-left: 56px;
        margin-bottom: -1px;
    }
    .fifth-button {
        margin-bottom: 24px;
    }
    .sixth-background {
        width: 100%;
        height: auto;
        position: relative;
    }
    .sixth-part {
        background: linear-gradient(to bottom, #38afc1 30%, #38c1ad 70%);
    }
    .sixth-text {
        padding: 16px 120px 16px 33px;
    }
    .sixth-part h2 {
        margin-top: 16px;
        font-size: 24px;
        color: #ffffff;
        text-align: left;
    }
    .sixth-image {
        margin: 0 0 16px 31px;
        max-width: 80vh;
    }
    .seventh-part {
        margin-bottom: 32px;
    }
    .seventh-text {
        margin-top: 16px;
        padding: 0 24px;
        text-align: center;
        color: #282828;
    }
    .seventh-text h2 {
        font-size: 24px;
        color: #282828;
    }
    .seventh-col {
        text-align: center;
        margin-top: 24px;
    }
    .plan-btn-div {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 32px;
    }
    .plan-btn {
        font-size: 12px;
        font-weight: 900 !important;
        color: #fff !important;
        border: 2px solid #38afc1 !important;
        border-radius: 32px !important;
        background: linear-gradient(to bottom, #38afc1 30%, #38c1ad 70%);
    }
    .click-here-button {
        margin: 10%;
        width: auto;
    }
    .click-here-button a{
        text-align: center !important;
        width: 100%;
        color: white;
        font-size: 18px;
        font-weight: 900;
    }
    .seventh-text {
        margin-top: 32px;
        text-align: center;
    }
    .basic-cont,
    .basic-prod,
    .premium {
        width: 309px;
        height: auto;
    }

    .eigth {
        background: linear-gradient(to bottom, #38afc1 30%, #38c1ad 70%);
    }
    .eigth-text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .eigth-text img {
        margin-bottom: 32px;
    }
    .eigth-title {
        font-size: 24px;
        color: #ffffff;
        margin-top: 16px;
    }
    .eigth-dropdown {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .dropdown-down {
        display: flex;
        position: absolute;
        right: 15%;
        top: 35%;
    }
    .dropdown-text {
        color: #ffff;
        width: 250px;
        height: auto;
        margin: 5px 10%;
        display: none;
        text-align: left;
    }
    .dropdown-btn {
        text-decoration: none;
        font-size: 16px;
        color: #ffffff;
        border: none;
        background-color: transparent;
        margin: 0 10vw 8px 10vw;
        width: 250px;
        text-align: left;
        cursor: pointer;
        outline: none;
    }
    .dropdown-down {
        display: flex;
        position: absolute;
        right: 15%;
        top: 35%;
    }
    .eigth-b {
        border-bottom: 1px solid #0082B2;
        margin: 0 10vw 16px 10vw;
    }
    .eigth-b-last {
        border-bottom: 1px solid #0082B2;
        margin: 0 10vw 40px 10vw;
    }
    .nineth-part {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .nineth-part h1 {
        color: #343434;
        font-size: 24px;
        margin: 16px 0 8px 0;
    }
    .nineth-part p {
        color: #343434;
        font-size: 16px;
        text-align: center;
        width: 64vw;
    }
    .blog {
        margin-top: 56px;
    }
    .blog-text h1 {
        font-size: 24px;
    }
    .blog-img img {
        margin-top: 16px;
        width: 100vw;
    }
    .indicar-agora {
        display: flex;
        justify-content: center;
    }
    .form-1 {
        background-color: #ffff;
        padding: 20px;
        border-radius: 20px;
        width: 300px;
        margin: 12px 0 40px 0;
    }
    .p-form {
        color: #0097d8;
        font-size: 16px;
        font-weight: 900;
    }
    .pp-form {
        font-size: 12px;
        font-weight: 900;
        padding: 0px 20px 0px 20px;
    }
    .bg-tela-7 {
        margin-top: 32px;
        width: 100%;
        height: auto;
        /* Gradient */
        background: linear-gradient(180deg, #38AFC1 0%, #38C1AD 100%);
    }
    .texto-7 {
        margin-top: 32px;
        text-align: center;
    }
    .texto-77 {
        margin-left: 16%;
    }
    .texto-7,
    .texto-77 {
        color: #ffffff;
    }
    .input-btn-div {
        display: flex;
        justify-content: center;
    }
    .input-btn {
        width: 110px;
        height: auto;
    }
    .indication-gift{
        font-size: 16px;
        color: #fff;
    }
    .indication-gift-p {
        font-size: 14px;
        color: #fff;
        width: 250px;
        margin-bottom: 32px;
    }



    .medic-part {
        text-align: center;
    }
    .medic-part img {
        margin-top: 32px;
    }
    .medic-h2 {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        margin-left: 10px;
    }
    .medic-title{
        text-align: left;
    }
    .medic-part h2 {
        font-size: 24px;
    }
    .marketplace-icons {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .footer {
        text-align: center;
        margin-top: 32px;
        padding-bottom: 16px;
        width: 100%;
        height: auto;
        background: #75C588;
    }
    .footer p {
        font-size: 12px;
        margin-top: 32px;
        margin-bottom: 4px;
        padding: 16px 33px 0 33px;
    }
    .footer-icons {
        display: flex;
        justify-content: center;
    }
    .footer-icons img {
        padding: 0 8px
    }
    .info {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .info p {
        font-size: 10px;
        text-align: center;
        padding: 0 8px;
        margin: 0;
    }
    .info a {
        color: black;
        text-decoration: underline;
    }
    #powered-by {
        margin-bottom: 10px;
    }
}


/* MEDIA CELULAR PEQUENO */

@media (max-width: 360px) {

    .fifth-phone1 {
        width: 240px;
        height: auto;
    }
    .fifth-phone2 {
        width: 190px;
        height: auto;
    }
    .sixth-image {
        width: 250px;
        height: auto;
    }
    .seventh-col img {
        width: 250px;
        height: auto;
    }
    .dropdown-btn {
        text-decoration: none;
        font-size: 16px;
        color: #ffffff;
        border: none;
        background-color: transparent;
        text-align: left;
        cursor: pointer;
        outline: none;
        max-width: 255px;
    }
}


/* FONT0-WEIGHT */

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 900;
}

