body {
    background-color: #f2f2f2;
}

.texto-melhores-destinos h1 {
    padding-top: 80px;
    font-family: "inter-medium";
    font-size: 60px;
    color: rgb(47, 188, 47);
}

.texto-melhores-destinos p {
    font-family: "inter-medium";
    font-size: 20px;
    color: black;
}


/*CSS Cards giratórios*/

#team {
    background-color: transparent;
}

section .section-title {
    text-align: center;
    color: rgb(0, 0, 0);
    margin-bottom: 50px;
    font-family: "inter-medium";
    font-size: 3.5em;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: 15px;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
    width: 100% auto;
    height: 100% auto;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    width: 100% auto;
    height: 100% auto;
    /*-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.3);*/
    z-index: 9!important;
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 280px !important;
    border-radius: 15px;
}

.backside .card a {
    font-size: 18px;
    color: rgb(47, 188, 47) !important;

}

.frontside .card .card-title,
.backside .card .card-title {
    color: rgb(47, 188, 47) !important;
}

.frontside .card .card-body img {
    border-radius: 15px;
}

.titulo-card-experiencia {
    font-size: 33px !important;

}

.texto-card-experiencia {

}

.texto-card-endereco {
    font-size: 13px;
}

.info-card p {
    font-size: 16px;
    line-height: 2px;
}

.info-card2 {
    font-size: 15px;
}

/*fim CSS Cards giratórios*/
