@font-face {
    font-family: "BankGothic";
    src:
      url("../../assets/fonts/bank-gothic/TT0589M_.TTF") format("truetype"),
      url("../../assets/fonts/bank-gothic/TT0590M_.TTF") format("truetype");
}

:root{
    --bank-gothic: "BankGothic";
}

.font-gothic{
    font-family: var(--bank-gothic);    
}
.fs-1rem{
    font-size: 1rem;
}
.fs-2rem{
    font-size: 2rem;
}
.fs-3rem{
    font-size: 3rem;
}
.fs-4rem{
    font-size: 4rem;
}
.fs-5rem{
    font-size: 5rem;
}

.min-height-450{
    min-height: 450px;
}
.min-height-500{
    min-height: 500px;
}
.min-height-550{
    min-height: 550px;
}
.max-width-400{
    max-width: 400px;
}
.max-width-450{
    max-width: 450px;
}
.max-width-500{
    max-width: 500px;
}
.max-width-550{
    max-width: 550px;
}
.modukot-hero {
    min-height: 660px;
}
.doctormed-hero img {
    max-height: 500px;
    margin: 0 auto;
}
.doctormed-section-1{
    background: #0B6305;
}
.doctormed-section-1 video {
    max-height: 400px;
    display: flex;
    margin: 0 auto;
}
.doctormed-section-2 video {
    max-height: 500px;
    margin: 0 auto;
}
.video-website-doctormed {
    max-width: 700px;
    margin: 0 auto;
}
.video-website-doctormed-2 {
    max-width: 700px;
    margin: 0 auto;
}
.video-website-doctormed-2 video {
    max-width: 700px;
    margin: 0 auto;
}
.doctormed-section-6 img {
    max-width: 500px;
    margin: 0 auto;
}
button#gooey-button p{
    font-size: 40px !important;
}
.apresentaca-dos-posts-em-video {
    max-width: 100%;
    margin: 0 auto;
}
.depoimentos br {
    display: block !important;
}
.badge-docctormed {
    position: absolute;
    right: -30px;
    top: -40px;
    width: 220px;
}
.badge-docctormed img{
    filter: drop-shadow(2px 4px 6px black);
}
@media (max-width: 1249.85px){
    .doctormed-section-2 video {
        max-height: 400px;
    }
    .doctormed-section-6 h2 {
        font-size: 3rem;
    }
    .doctormed-section-6 img {
        max-width: 100%;
    }
}
@media (max-width: 991.85px){
    .doctormed-section-1 video {
        max-width: 100%;
    }
    .doctormed-section-1 h2 {
        font-size: 2.5rem;
    }
    .doctormed-section-1 .min-height-450 {
        min-height: auto;
    }
    .doctormed-section-2 h2 {
        font-size: 3rem;
    }
    
    span.font-gothic {
        font-size: 25px;
    }
    .video-website-doctormed-2 video {
        max-width: 100%;
    }
    .doctormed-section-3 h2 {
        font-size: 3rem;
    }
    .doctormed-section-4 h2 {
        font-size: 3rem;
    }
    .video-website-doctormed {
        max-width: 100%;
    }
}
@media (max-width: 849.85px){

}
@media (max-width: 767.85px){
    .doctormed-section-1 h2 {
        font-size: 2rem;
    }
}
@media (max-width: 680px){
    .badge-docctormed {
        position: absolute;
        right: -20px;
        top: -30px;
        width: 160px;
    }
}
@media (max-width: 567.86px){
    .doctormed-hero h1 {
        font-size: 2.5rem;
    }
    span.font-gothic {
        font-size: 18px;
    }
    .doctormed-section-1 h2 {
        font-size: 1.6rem;
    }
    .doctormed-section-2 video {
        max-height: 100%;
    }
    .doctormed-section-5 h2,
    .doctormed-section-4 h2,
    .doctormed-section-3 h2,
    .doctormed-section-2 h2 {
        font-size: 2.5rem;
    }
    .doctormed-section-6 h2 {
        font-size: 2rem;
    }
}

@media (max-width: 400px){
 
}