body{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 17px;
}



/* Top-Bar */
.top-bar{
    background-color: #008080;
    height:50px;
    color:#008080;
}


/* Banner */
.banner{
    height:290px;
    width: 100%;
    margin: 0;
    border-radius: 0px 0px 5px 5px;
    opacity: 80%;
    object-fit:unset;
}
/* * */


/* * */
/* Introdução */
.introducao{
    margin-top: 0px;
    text-align: justify;
}
#introducao-destaque{
    font-size: 17px;
    color:#008080;
}
.texto-introducao{
    margin-top: 50px;
}
.logo{
    width:200px;
 
}
.logo-img{
    
}

.botao-fotos{
    background-color: #009990;
    color:aliceblue;
    border:none;
    height:45px;
    width:120px;
    border-radius: 10px;
}
.botao-fotos:hover{
    height:45.0px;
    width:122px;
}
/* * */

/* Servicos */

.servicos-row{
    margin-top: 50px;
}
.servico{
    margin-top: 20px;
    margin-bottom: 10px;
}
.servico_desc{
    background-color: #008080;
    color:aliceblue;
    border-radius: 10px;
    padding:5px;
    font-size: 12px;
    width:180px;

}

span{
    font-size: 18px;
}
i{
    font-size: 25px;
}

/*  */

/* Fotos */
#fotos{

}
.img-unidade{
    height: 210px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px;
    width:100%;
    object-fit: cover;
}

/* * */

/* Footer */
.footer{
    margin-top: 60px;
    height: auto;
    background-color: #008080;
    color:#ffffff;
}
.col-footer{
    margin-top: 20px;
}
#text-footer{
    font-size: 15px;
    margin-top: 0;
}
/* * */

/* Localizacao */
iframe{
    height:200px;
    width:350px;
    border-radius: 10px;

}

/*  */



/* Botao contato */
.botao-contato-lateral{
    position:fixed;
    bottom:3rem;
    right:5px;
    background-color:#009990;
    border-radius: 100%;
    border: none;
    font-weight: bold;
    cursor: pointer;
    width:auto;
    color: aliceblue;
    height: 60px;
    width: 60px;
}

.botao-contato-lateral:hover{
    transform: scale(1.1);
}
/* * */
@media(max-width:576px){
    .texto-introducao{
    margin-top: 0px;
    }

    .servico_desc{
        font-size: 14.5px;
    }
    .banner{
    height:250px;
    }
    
}