body{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
    background-color: #055c56;
    margin-top:160px;
    text-align: center;
}

::-webkit-scrollbar { 
    display: none; 
}

.logo{
    width: auto;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
 
}

p{
    font-family: Open Sans;
    font-size: 1.10em;
    color: #cacaca;
    font-weight: 400;

}

.whats span{
    display: inline-block;
}
.whats img{
    display: inline-block;
    position: relative;
    top: 5px;
}

.tel {
    margin-top: -15px;
}

.tel span{
    display: inline-block;
}

.tel img{
    display: inline-block;
    position: relative;
    top: 5px;
}

.desc{
    margin-top: 40px;
    line-height: 0.7em;
    
}

@media only screen and (max-width: 1023px) {
  
    .logo {
        width: auto;
        height: 100px;
        margin-top: -60px;
        margin-bottom: 10px;
    }
    
    .whats{
        font-size: 0.9em;
    }

    .whats img{
        width: 20px;
        margin-right: 5px;
    }

    .tel{
        font-size: 0.9em;
        margin-top: -20px;
    }


    .desc{
        font-size: 0.8em;
        margin-top: 30px;
    }

}

@media only screen and (max-width: 375px) {
    
    .logo{
        margin-top: -100px;
    }
    
}