*{
    margin: 0;
    padding: 0;
    
}

body {

 padding-top: 8%;
}

@font-face {
    font-family: 'titulo' ;
    src: url('../fonts/work-sans-semi-bold.ttf') format('truetype'); 
         font-weight: bold;         
}

@font-face {
    font-family: 'texto';
    src: url(../fonts/Avenir-Light.ttf) format('truetype');
         font-weight: normal;
}

@font-face {
    font-family: 'titulo-team';
    src: url(../fonts/bookman-old-style.ttf) format('truetype');
         font-weight: normal;
}

.logo{
 border-radius: 100%;
 width: 100%;
 text-align: center;
 
}

.apresentation{ 
 margin-top: 20px;
 text-justify: auto;
}

.destination-button button{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
}

.about-button button{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
}

.team-button button{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
}

.passion{
    margin-top: 30px;
    background-color: #ffff;
}





       




