.banner{
    width: 100%;
}

.banner .image{
    width: 100%;

   
}

.banner .image img {
    width: 100%;
}

.button-topo{
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 20px;
}

.button-topo a{
    background-color: #B0967D;
    width: 100%;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-family: Gotham;
    border-radius: 50px;
    padding: 10px 30px;
}


.infos{
    width: 100%;
}

.infos .content{
    width: 90%;
    max-width: 1500px;
    text-align: center;
    margin: 50px auto;

    font-family: Gotham;
    color: #B0967D;
}



.infos .content h1{
    margin: 30px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 3.0rem;
    font-family: Kg;
}


.infos .content h3{
    margin: 15px 0px 10px 0px;
    text-transform: uppercase;
    font-family: Kg;
    font-weight: 100;
    font-size: 2.0rem;
}

.infos .content p{
    font-size: 2.0rem;
}

.infos .content a {
    font-size: 2.0rem;
    margin-top: 5px;
    color: #B0967D;
}


.infos .content ul{
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.infos .content ul li{
    list-style: none;
    margin: 15px 10px;
}

.infos .content ul li a{
    font-size: 2.0rem;
    text-decoration: none;
    color: #FFF;
    background-color: #B0967D;
    padding: 10px 10px;
    border-radius: 50px;
    font-family: Gotham;
    
}

.infos .content ul li a:hover{
    background-color: #874412;
    color: #FFF;
    transition: 0.3s;
}