.container-menu{
    width: 100%;
    height: 100vh;
    background-image: url("../img/img-relax01.jpg");
    object-fit: contain;
    background-repeat: no-repeat;
}
.borda-menu{
    border-bottom: 5px solid rgb(228, 1, 1);
}
.logo{
    width: 80%;
}
.text-contourn{
    color:#FFFFFF; 
    text-shadow:#000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px;
}
.cont-carousel{
    position: absolute;
    top: 20vh;
    width: 100%;
    height: 100%;
}
.title-carousel{
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 900;
}
.text-carousel{
    width: 50vw;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    font-weight: 400;
    
}
.carousel-img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.telefones {
    color:#FFF;
}
.telefones:hover{
    color: #fff;
    text-decoration: none;
}
.social{
    font-size: 25px;
    text-decoration: none;
    color:#FFFFFF;
    padding-left: 15px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.ico-services{
    object-position:50% 50%;
    width:66px;
    height:125px;
    object-fit:cover
}
