@media (max-width: 768px) {
    
    iframe {
        align-items: center;
    }

    .contato a {
        width: 100%;
    }

    .contatoCol {
        align-items: center;
        text-align: center;
    }

}




/* Desktop */

body {
    font-family: "Noto Sans", sans-serif;
    margin: 0;
}

body h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;    
}

body h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic; 
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.whatsapp-button img {
    width: 50px;
    height: 50px;
}

.navbar-header {
    background-color: rgb(60, 60, 60);
    padding: 15px;
}

.navbar-toggler {
    border-color: white;
}

.navbar-options li {
    margin: 5px;
    font-size: 14px;
}

.navbar-social {
    font-size: 20px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1000, 1000, 1000)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.banner {
    position: relative;
    height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-text {
    justify-content: end;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; 
}

.overlay {
    position: relative;
    z-index: 1;
}

.quemSomos {
    background-color: orange;
}

.contatoFeedback {
    background-color: rgb(43, 43, 43);
    color: white;
}

.btn-contato {
    width: 30%;
}

.circuitoImg{
    background-image: url('../img/terapia-compressiva3.png');
}

.circuitoTitle {
    font-weight: bold;
}

.circuitoLink:hover {
    
}

.recoveryText {
    text-align: justify;
    font-size: 20px;
}

.team {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.teamName {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic; 
}

.teamProf {
    font-size: 18px;
}

.contato {
    background-color: orange;
}

.btnInsta {
    background-color: purple;
    color: white;
}

.btnInsta:hover {
    background-color: rgb(100, 0, 100);
    color: white;
}

.footer {
    background-color: #141414;
    color: #ffff;
}

.footerIcon {
    width: 60px;
}