body {
    background-color: #f2f2f2;
}

.img-destinos {
    border-radius: 15px;
    width: 100%;
}
.titulo-texto-destinos h1 {
    font-family: "inter-medium";
    font-size: 60px;
    color: rgb(47, 188, 47);;
}
.titulo-texto-destinos p {
    font-size: 20px;
}
.texto-destinos h1 {
    font-family: "inter-medium";
    font-size: 50px;
}
.texto-destinos p {
    font-size: 20px;
}
.container-destinos {
    margin-top: 50px;
    padding-bottom: 20px;
    background-color: white;
    border-radius: 15px;
}
.btn-redes-sociais {
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.btn-redes-sociais:hover {
    color: rgb(47, 188, 47);
}
.galeria-destinos {
    background-color: white;
    border-radius: 15px;
}
.fundo-localizacao {
    background-color: white;
    border-radius: 15px;
}
