:root {
    --poppins: 'Poppins', sans-serif;
    --logoTextColor: #1b840d;
    --titleAndNavColor: #2C2D3F;
    --titleAndNavColorHover: #6B6C78;
    --textColor: #414252;
    --titleFeaturedColor: #0a5103;
    --titleFeaturedColorHover: #5E9FDE;
    --backgroundSectionColor: #9B9B9B;
    --backgroundSectionColorTwo: #073797;
    --backgroundFooter: #082803;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--poppins);
    font-weight: 700;

}


p,
a {
    font-family: var(--poppins);
    font-weight: 400;

}

a {
    text-decoration: none !important;
}

/*header*/
/*Section1*/
.navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
}

h1>.navbar-img {
    color: var(--logoTextColor) !important;
    font-size: 25px;
}

@media only screen and (max-width: 992px) {
    .navbar-collapse {
        text-align: center;
    }
}

.format-text-nav a {
    color: var(--titleAndNavColor) !important;
}

.format-text-nav a:hover {
    color: var(--titleAndNavColorHover) !important;
}

.format-size-text a {
    font-size: 22px;
}

.withUs {
    color: var(--titleFeaturedColor) !important;
}

.withUs:hover {
    color: var(--titleFeaturedColorHover) !important;
}

/*Section1-end*/

/*Section2*/

.carousel-item {
    height: 100vh;
    min-height: 350px;
    max-height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-background-color {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-text {
    text-align: left;
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: var(--titleAndNavColor);
    margin: 0px 250px 0px 120px !important;
}

.hero-text span {
    color: #16a300;
}

.hero-text p {
    color: white;
}

.hero-text>h2 {
    font-size: 50px !important;
}

@media only screen and (max-width: 992px) {
    .hero-text>h2 {
        font-size: 30px !important;
    }

    .hero-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--titleAndNavColor);
        margin: 0px 0px 0px 0px !important;
    }
}

.background-section-two {
    background-color: var(--titleFeaturedColor);
}

.btn-result {
    background-color: white !important;
    padding: 14px 16px !important;
    border-radius: 50% !important;
    border-color: var(--titleFeaturedColor) !important;
    color: var(--titleFeaturedColor) !important;
    font-weight: 900 !important;
    font-family: var(--poppins);
    font-size: 30px;
    position: relative !important;
    top: -26px !important;
}

@media only screen and (max-width: 992px) {
    .btn-result {
        background-color: white !important;
        padding: 16px 16px !important;
        border-radius: 50% !important;
        border-color: var(--titleFeaturedColor) !important;
        color: var(--titleFeaturedColor) !important;
        font-weight: 900 !important;
        font-family: var(--poppins);
        font-size: 25px;
        position: relative !important;
        top: 0px !important;
        left: 208px !important
    }

    .space-result>div:nth-child(1) {
        padding-bottom: 10px;
    }

    .space-result>div:nth-child(3) {
        padding-top: 10px;
    }
}

.click {
    cursor: pointer !important;
}

/*main*/
/*section1*/
.img-main-one {
    max-width: 500px;
}

@media only screen and (max-width: 767px) {
    .img-main-one {
        max-width: 320px !important;
        margin: auto !important;
    }
}

@media only screen and (max-width: 384px) {
    .img-main-one {
        max-width: 280px !important;
        margin: auto !important;
    }
}

.who-we-are {
    margin: 0px 0px 0px 0px;
}

.who-we-are>h2 {
    color: var(--titleAndNavColor);
}

.who-we-are p {
    color: var(--textColor) !important;
}

/*section2*/
.spaceDiv>div {
    padding: 35px 20px 20px 20px;
    text-align: center;
}

.spaceDiv>div img {
    padding: 10px;
    text-align: center;
}

.format-text-icon>i {
    padding: 20px 20px !important;
    background-color: var(--titleFeaturedColor) !important;
    color: white;
    border-radius: 50%;
    margin: 0px 140px 0px 140px !important;
    font-size: 25px;

}

@media only screen and (max-width: 384px) {
    .format-text-icon>i {
        padding: 20px 20px !important;
        background-color: var(--titleFeaturedColor) !important;
        color: white;
        border-radius: 50%;
        margin: 0px !important;
        font-size: 25px;

    }
}

.format-text-icon {
    text-align: center !important;
}

.format-text-icon p {
    color: var(--textColor) !important;
}

.format-text-icon h5 {
    padding-top: 15px;
    color: var(--titleAndNavColor);
}

/*section 3*/
.background-main-section-three {
    background-color: var(--backgroundSectionColor);
}

.background-main-section-three h2 {
    color: var(--titleAndNavColor);
}


.featured {
    color: var(--titleFeaturedColor) !important;
}

.img-main-three>img {
    max-width: 500px;
    position: relative;
    top: -50px;
}

.btn-section-three>button {
    color: var(--titleFeaturedColor);
    font-family: var(--poppins);
    font-weight: bold;
    padding: 15px;
}

.btn-section-three {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .img-main-three>img {
        max-width: 340px;
        position: relative;
        top: 40px;
    }

    .background-main-section-three {
        padding-bottom: 50px !important;
    }

    .background-main-section-three>.container {
        text-align: center !important;
    }

    .btn-section-three {
        text-align: center !important;
    }
}

@media only screen and (max-width: 384px) {
    .img-main-three>img {
        max-width: 280px;
        position: relative;
        top: 40px;
    }
}

/*section 4*/

.background-main-section-four .container-fluid {
    text-align: center !important;
}

.btn-section-four>button {
    color: var(--titleFeaturedColor);
    font-family: var(--poppins);
    font-weight: bold;
    padding: 15px;
}

.btn-section-four {
    text-align: center !important;
}

.map {
    color: white !important;
    font-weight: bold !important;
}

.map:hover {
    text-decoration: underline !important;
}

.row .img-background-section-four:nth-child(1) {
    background-image: url('../img/new/ColetaCLINICA_DE_OTORRINO.jpeg');
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0px 5px 0px 5px;
    border-radius: 30px;
    max-width: 320px;
}

.row .img-background-section-four:nth-child(2) {
    background-image: url('../img/new/UROCENTRO.jpeg');
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0px 5px 0px 5px;
    border-radius: 30px;
    max-width: 320px;
}

.row .img-background-section-four:nth-child(3) {
    background-image: url('../img/new/CARDIOCENTER.jpeg');
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0px 5px 0px 5px;
    border-radius: 30px;
    max-width: 320px;
}

div #divDois .img-background-section-four:nth-child(1) {
    background-image: url('../img/new/MEDICAL-CENTRO.jpeg');
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0px 5px 0px 5px;
    border-radius: 30px;
    max-width: 320px;
}

div #divDois .img-background-section-four:nth-child(2) {
    background-image: url('../img/new/UNIMAGEM-SJ.jpeg');
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0px 5px 0px 5px;
    border-radius: 30px;
    max-width: 320px;
}

div #divDois .img-background-section-four:nth-child(3) {
    background-image: url('../img/new/UNIMAGEM-CENTRO.jpeg');
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0px 5px 0px 5px;
    border-radius: 30px;
    max-width: 320px;
}

@media only screen and (max-width: 767px) {
    .row .img-background-section-four:nth-child(1) {
        background-image: url('../img/new/ColetaCLINICA_DE_OTORRINO.jpeg');
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 30px;
        max-width: 90%;
        margin: 10px 0px 10px 0px !important;
    }

    .row .img-background-section-four:nth-child(2) {
        background-image: url('../img/new/UROCENTRO.jpeg');
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 30px;
        max-width: 90%;
        margin: 10px 0px 10px 0px !important;
    }

    .row .img-background-section-four:nth-child(3) {
        background-image: url('../img/new/CARDIOCENTER.jpeg');
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 30px;
        max-width: 90%;
        margin: 10px 0px 10px 0px !important;
    }

    div #divDois .img-background-section-four:nth-child(1) {
        background-image: url('../img/new/MEDICAL-CENTRO.jpeg');
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 30px;
        max-width: 90%;
        margin: 10px 0px 10px 0px !important;
    }

    div #divDois .img-background-section-four:nth-child(2) {
        background-image: url('../img/new/UNIMAGEM-SJ.jpeg');
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 30px;
        max-width: 90%;
        margin: 10px 0px 10px 0px !important;
    }

    div #divDois .img-background-section-four:nth-child(3) {
        background-image: url('../img/new/UNIMAGEM-CENTRO.jpeg');
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 30px;
        max-width: 90%;
        margin: 10px 0px 10px 0px !important;
    }

}

.text-format-four {
    text-align: center;
    top: 35% !important;
    position: relative;
    color: white;
}

.image-background-color-four {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.image-background-color-four-in {
    background-color: var(--backgroundSectionColor);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.text-format-four-in {
    text-align: center;
    top: 10% !important;
    position: relative;
    color: white;
}

.text-format-four-in p {
    font-size: 14px !important;
}

/*section five*/
.background-main-five {
    background-color: var(--titleFeaturedColor) !important;
}

.background-main-five h2 {
    color: white;
}

.background-main-five p {
    color: white;
}

.btn-section-five {
    text-align: center !important;
}

.btn-section-five>button {
    color: var(--titleFeaturedColor);
    font-family: var(--poppins);
    font-weight: bold;
    padding: 15px;
}

.btn-section-conv {
    background-color: #0a5103;
    color: white;
    font-family: var(--poppins);
    font-weight: bold;
    padding: 15px;
    border-radius: 7px;

}

.btn-section-conv:hover {
    background-color: #138609;
    color: white;
}

/*section 6*/
.glider-dot.active {
    background: var(--titleFeaturedColor);
}

.main-section-six h2 {
    color: var(--titleAndNavColor);
}

.main-section-six p {
    color: var(--textColor);
}

/*section 7*/
.background-main-section-seven {
    background-color: var(--backgroundSectionColorTwo);
}

.background-main-section-seven h2 {
    color: white !important;
    padding: 10px 0px 20px 0px;
}

.background-main-section-seven p {
    color: var(--textColor);
}

/*section 8*/
.format-text-eight p {
    font-size: 13px;
    color: var(--textColor);
}

.format-text-eight h6 {

    color: var(--titleAndNavColor);
}

.format-text-eight a {
    cursor: pointer !important;
    font-weight: bold;
}

.format-text-eight a:hover {
    color: var(--backgroundSectionColorTwo) !important;
    text-decoration: underline !important;
}

.format-text-eight a:active {
    color: var(--backgroundSectionColorTwo) !important;
}

/*SECTION 9*/
.btn-section-nine {
    text-align: center !important;
}

.btn-section-nine>button {
    color: var(--titleFeaturedColor);
    font-family: var(--poppins);
    font-weight: bold;
    padding: 15px;
}

/*section 10*/
.imc {
    margin-top: 30px !important;
}

.imc button {
    background-color: var(--titleFeaturedColor);
    padding-left: 40px;
    padding-right: 40px;
    border-color: var(--titleFeaturedColor) !important;
}

.imc button:hover {
    background-color: #0f7a05;
    border-color: #0f7a05 !important;
}

.imc input {
    border-color: #0a5103 !important;
}

.background-quiz {
    background-color: var(--titleFeaturedColor);
    margin-bottom: 10px !important;
}

.quiz {
    margin: 0px 20px 0px 20px;
}

.format-text-section-ten h3 {
    color: var(--titleFeaturedColor);
}

.main-section-ten {
    color: var(--textColor);
}

@media only screen and (max-width: 767px) {
    #img-imc {
        max-width: 340px;
    }
}

@media only screen and (max-width: 384px) {
    #img-imc {
        max-width: 290px;
    }
}


/*main section 11*/
.main-section-eleven h2 {
    color: var(--titleAndNavColor);
}

.main-section-eleven p {
    color: var(--textColor);
}

.main-section-eleven input {
    border-color: #0a5103 !important;
}

.main-section-eleven textarea {
    border-color: #0a5103 !important;
}

.main-section-eleven button {
    background-color: var(--titleFeaturedColor);
    padding-left: 50px;
    padding-right: 50px;
    border-color: var(--titleFeaturedColor) !important;
    border-radius: 50px !important;
}

.main-section-eleven button:hover {
    background-color: #0f7a05;
    border-color: #0f7a05 !important;
}

/*footer 1*/
.background-section-footer-one {
    background-color: var(--backgroundFooter);
}

.background-section-footer-one p {
    color: white !important;

}

.background-section-footer-one a {
    color: white !important;
    text-decoration: none !important;
}

.background-section-footer-one a:hover {
    text-decoration: underline !important;

}

@media only screen and (max-width: 767px) {
    .background-section-footer-one p {

        text-align: center !important;
    }
}

/*Sticky não mexer*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 2%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;

}

#myBtn:hover {
    background-color: #555;
}