body{font-size: 18px;line-height: 1.1;font-family: 'Comfortaa', cursive;color:#575757!important;}
.font-abril{font-family: 'Abril Fatface', cursive;}
.font-sacramento{font-family: 'Sacramento', cursive;}
.green-color{ color:#99D2D0;}
.gray-color { color: #575757}
.blue-color { color: #99D2D0}
.btn-gold{background: #D9B24D!important;color:#fff!important;font-size: 20px!important;}
.main-title{ font-size: 50px; }
.second-title{ font-size: 45px; }
.third-title{ font-size: 25px; }
.fourth-title{ font-size: 25px; }

.section-bg{background-image: url('../images/textura-cremosa.png');background-size: contain;}
.gree-fill{fill: #99D2D0;}
.card-title{text-align: center!important;}
.card {
    transition: all 0.2s linear;
}

.card:hover {
    border: 1px solid #99D2D0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.carousel-caption{top:40%;bottom:initial!important;}
.bg{
	position: absolute;
    width: 95%;
    left: 5%;
    height: 95%;
    background: #99D2D0;
    z-index: 1;
    top: 5%;
    display: block;
}