.temario_card_abrixone {
    height: 205px;
}

.margin_light_blue {
    padding: 50px 0;
}

.btn__fuente {
    background-color: #ffffff;
    color: #231f20;
}

.btn__fuente:hover {
    background-color: #231f20;
    color: #ffffff;
}

.footer_border {
    border-style: solid none none none;
    border-width: 1px;
}

.btn_scroll_down {
    -ms-transform: scale(1.3) !important; /* IE 9 */
    -webkit-transform: scale(1.3) !important; /* Safari 3-8 */
    transform: scale(1.3) !important;
}

@media (max-width: 575px) {
    
}

@media (max-width: 767px) and (min-width: 576px) {
    
}

@media (max-width: 991px) and (min-width: 768px) {
    .prefacio_card_abrixone {
        height: 95px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .titulo_card_abrixone {
        height: 95px;
    }

    .prefacio_card_abrixone {
        height: 95px;
        padding-bottom: 130px;
    }
}

@media (min-width: 1200px){
    .titulo_card_abrixone {
        height: 95px;
    }

    .prefacio_card_abrixone {
        height: 95px;
        padding-bottom: 130px;
    }
}