button:focus {
    outline: 0
}

:focus {
    outline: 0
}

.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

body,
html {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    color: #373737
}
#intro, #function{
    background: url('./images/bg-medicina-blue.svg') center center;
    background-size: cover;
}
p{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #373737BF;
}
h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
}
.text-tf{
    color: #4674B9;
}
.text-yellow{
    color: #FADA6A;
}
.landing-time-box{
    text-align: center;
    padding: 1rem 2rem;
}
.landing-time-box .date{
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    color: #373737;
}

button {
    background: #4674B9;
    color: #fff;
    box-shadow: 0px 0px 12px 0px #7B7B7B66;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    border-radius: 16px;
    border: none;
    outline: none;
}

button.secondary {
    background: #fff;
    color: #296D9F;
}

.home_phone{
    margin-bottom: -120px;
}

#info {
    background: linear-gradient(225.39deg, #79A7EC 0%, #385D94 100%);
    clip-path: ellipse(97% 100% at 50% 101%);
    -webkit-clip-path: ellipse(97% 100% at 50% 101%);
    padding: 50px;
}

.custom-tooltip.show{
    opacity: 1;
}
.custom-tooltip .tooltip-inner {
    padding: 16px 20px;
    color: #373737BF;
    background: #fff;
    box-shadow: 0px 0px 12px 0px #7B7B7B66;

}

#function_slider .swiper .swiper-slide{
    border: 4px solid #ECECEC;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
}

#function_slider .swiper-pagination {
    position: relative;
    margin-top: 24px;
}

#function_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #296D9F;
}

.logo_container{
    max-width: 170px;
    margin: 8px 16px;
}

footer{
    background: #4674B9;
}

.text-intro{
    color:#ED8103;
    font-weight: 800;
    font-size: 58.13px;
    text-align: center;

}

@media screen and (max-width:768px) {
    p {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    .landing-time-box .date {
        font-size: 24px;
        font-weight: 800;
        line-height: 32px;
    }

    button {
        font-size: 20px;
        font-weight: 800;
        line-height: 24px;
    }

    h2 {
        font-size: 24px;
        font-weight: 800;
        line-height: 32px;
    }

    #info {
        clip-path: ellipse(220% 100% at 50% 101%);
        -webkit-clip-path: ellipse(220% 100% at 50% 101%)
    }

    .logo_container {
        max-width: 130px;
    }
    .text-intro{
        font-size: 40px;
    }
}