html {
    scroll-behavior: smooth;
}
body {
    background: #fafafa;
}
input {
    -webkit-appearance: none !important;
}
img {
    user-select: none;
    -webkit-user-drag: none;
}
.v-align,
.v-align--right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.v-align--right {
    justify-content: flex-end;
}
#overflow-avoider {
    color: #003d59;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-overflow-scrolling: touch;
}
.no-focus-outline a:focus {
    outline: 0;
}
.no-focus-outline button:focus {
    outline: 0;
}
.no-focus-outline input:focus {
    outline: 0;
}
.no-focus-outline select:focus {
    outline: 0;
}
.no-focus-outline textarea:focus {
    outline: 0;
}
@media (max-width: 768px) {
    #overflow-avoider {
        overflow-y: auto;
        height: calc(var(--vh, 1vh) * 100);
        -webkit-overflow-scrolling: touch;
    }
}
#footer {
    background: #fff;
    padding: 50px 0;
}
.footer-info {
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-info__item__title {
    font-size: 16px;
    font-weight: 700;
}
.footer-info__item__description {
    font-size: 14px;
}
.footer-info__item__description__link {
    color: #003d59;
    text-decoration: none;
}
.footer-info__item__description__link:hover {
    color: #003d59;
    text-decoration: none;
}

.footer-info__social{
    margin-left: auto;
}

.footer-info__signature{
    text-align: right;
}

svg, .footer-logo{
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .footer-logo {
        margin-bottom: 50px;
    }

    .footer-info__item__title {
        font-size: 14px;
        font-weight: 700;
    }
    .footer-info__item__description {
        font-size: 12px;
    }
    .footer-info__item__description__link {
        color: #003d59;
        text-decoration: none;
    }
    .footer-info__item__description__link:hover {
        color: #003d59;
        text-decoration: none;
    }
    .footer-info__item__description__link svg {
        margin-bottom: 2px !important;
    }

    .footer-info__social{
        margin-right: 0;
        margin-left: 0;
    }

    svg, .footer-logo{
        margin-right: auto;
    }
}

@media (max-width: 576px){

    .div-bg, .div-bg--white {
        transform: translate( -15px, 120px);
    }

    svg, .footer-logo{
        margin-right: none;
    }

    .footer-info__signature{
        text-align: center;
    }

    .footer-info{
        margin: auto;
    }

    .footer-info__item{
        text-align: center;
        width: 200px;
        margin: auto;
    }

}

.button,
.button--blue {
    color: #003d59;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: max-content;
    padding: 0 40px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    margin: 50px 0;
}
.button--blue:hover,
.button:hover {
    color: #003d59;
    text-decoration: none;
}
.button--blue:hover,
.button:hover {
    background: #fafafa;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    transform: scale(1.1);
}
.button--blue:focus,
.button:focus {
    background: #fafafa;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    transform: scale(1.1);
}
.button--blue {
    background: #1c7682;
    color: #fff;
}
.button--blue:hover {
    background: #29b9cc;
    color: #fff;
}
.button--blue:focus {
    background: #29b9cc;
    color: #fff;
}



.btn__whatsapp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    font-size: 30px;
    border-radius: 50px;
    border: 0px solid transparent;
    height: 50px;
    width: 50px;
    color: #ffffff;
    background-color: #26CC64;
    
}


@media (max-width: 768px) {
    .button,
    .button--blue {
        margin: 50px auto;
    }
}
.heading,
.heading--1,
.heading--2,
.heading--4 {
    font-weight: 600;
    margin-bottom: 1em;
}
.heading--1 {
    font-size: 50px;
    font-weight: 700;
    color: #29b9cc;
}
.heading--2 {
    font-size: 30px;
    font-weight: 700;
    color: #1c7682;
}
.heading--4 {
    font-size: 20px;
}
.paragraph {
    font-size: 14px;
}
.shadow-text {
    position: absolute;
    color: rgba(28, 118, 130, 0.05);
    text-transform: uppercase;
    font-weight: 900;
    z-index: -2;
    font-size: 100px;
    letter-spacing: 50px;
    line-height: 125px;
    margin-top: -20px;
}
@media (max-width: 768px) {
    .heading,
    .heading--1,
    .heading--2,
    .heading--4 {
        text-align: center;
    }
    .heading--1 {
        font-size: 32px;
    }
    .heading--2 {
        font-size: 24px;
    }
    .heading--4 {
        font-size: 16px;
    }
    .paragraph {
        font-size: 14px;
    }
    .shadow-text {
        position: absolute;
        color: rgba(28, 118, 130, 0.05);
        text-transform: uppercase;
        font-weight: 900;
        z-index: -2;
        font-size: 50px;
        letter-spacing: 25px;
        line-height: 125px;
    }
}
.form {
    background: #fff;
    margin: 0 1.5vw;
    padding: 0 4.5vw;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
.floating-image,
.form-image {
    height: 350px;
    width: 150%;
    margin: 25px 0;
    transform: translateX(-25%);
    background-image: url(../images/form-image.png);
    background-size: cover;
    background-position: center center;
}
.form__box {
    text-align: left;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 10px 0;
}
.form__box__label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.form__box__input,
.form__box__input--textarea {
    height: 50px;
    border-radius: 2px;
    border: 1px solid rgba(0, 61, 89, 0.3);
    padding: 0 20px;
    font-size: 14px;
    transition: 0.15s;
}
.form__box__input--textarea:invalid,
.form__box__input:invalid {
    border-color: red;
}
.form__box__input--textarea::placeholder,
.form__box__input::placeholder {
    font-style: italic;
    color: rgba(0, 61, 89, 0.3);
}
.form__box__input--textarea:placeholder-shown,
.form__box__input:placeholder-shown {
    border-color: rgba(0, 61, 89, 0.3);
}
.form__box__input--textarea:focus,
.form__box__input:focus {
    border: 1px solid #003d59;
    transform: scale(1.01);
}
.form__box__input--textarea {
    padding: 10px 20px;
    height: 150px;
}
.form__warning {
    margin-top: 25px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .floating-image,
    .form-image {
        height: 200px;
    }
}
.navbar {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 100px;
}
.navbar__list {
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}
.navbar__list__item__link {
    color: #003d59;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navbar__list__item__link:hover {
    color: #003d59;
    text-decoration: none;
}
.navbar__list__item__link::after {
    content: "";
    height: 2px;
    border-radius: 2px;
    width: 95%;
    background: #fff;
    opacity: 0.5;
    transition: 0.2s;
}
.navbar__list__item__link:hover {
    color: #fff;
}
.navbar__list__item__link:hover::after {
    opacity: 1;
    width: 100%;
    transform: translateY(1px);
}
.navbar__list__item__link:focus {
    color: #fff;
}
.navbar__list__item__link:focus::after {
    opacity: 1;
    width: 100%;
    transform: translateY(1px);
}
@media (max-width: 768px) {
    .navbar {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .navbar__logo {
        margin: 25px auto;
        margin-top: 0;
    }
    .navbar__list {
        width: 100%;
        justify-content: space-evenly;
    }
    .navbar__list__item__link {
        margin-left: 0;
    }
}
.half-bg-white {
    background: #fafafa;
    width: 100vw;
    display: flex;
    height: -webkit-fill-available;
    transform: scaleY(1.35);
}
header {
    background: #003d59;
    background-image: url(../images/logo-mask.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #fff;
    padding-bottom: 50px;
}
svg {
    margin: auto;
    max-width: 100%;
}
.toe {
    margin: 20px 0;
}
.section {
    padding: 100px 0;
}
#doctor {
    margin: 20px auto;
}
.floating-image {
    margin-top: 100px;
    height: 400px;
    background-image: url(../images/floating-image.png);
    transform: translateX(0);
}
.div-bg,
.div-bg--white {
    width: 190%;
    height: 125%;
    position: absolute;
    background: #003d59;
    z-index: -2;
    transform: translate(15%, -10%);
}
.div-bg--white {
    z-index: 0;
    height: 150%;
    background: #fafafa;
    transform: translateX(25%);
}
@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
    .floating-image {
        margin: 25px auto;
        height: 250px;
    }
    .div-bg,
    .div-bg--white {
        width: 150%;
        height: 75%;
        transform: translate( 110px, 120px);
    }
    .div-bg--white {
        height: 100%;
    }
}

@media (max-width: 576px){

    .div-bg, .div-bg--white {
        transform: translate( -15px, 120px);
    }

}



