/*colors
Verde #1b926a
Rosado #b21275
Azul #2497a2
*/

.logo_menu {
    width: 250px;
}

.course-sidebar .course-price-wrapper .course-price h4 span {
    font-size: 35px;
}

.beca {
    overflow: hidden;
    padding: 25px;
    border: 1px solid #eee;
    margin: 25px 0px;
    /* background: #F8F8F9; */
}

.course-single-wrapper:before {
    background: #1b926a;
    /* background: #2f7452; */
}

.header-socials li {
    font-size: 20px;
}

.footer .footer-socials a {
    font-size: 20px;
}


/* .footer {
    background: #100f1f;
} */

.footer .footer-contact ul li i {
    color: #2497a2;
}

.course-title {
    text-transform: none;
}

.white-text .subheading,
.white-text p,
.white-text span {
    color: #fff;
    font-size: 18px;
}

.feature-item {
    padding: 20px 10px;
    text-align: center;
}

.marker {
    background-image: url('../images/marker.png');
    background-size: cover;
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-top: -50px;
}

#map {
    width: 100%;
    height: 500px;
}

.page-header:before {
    background: #1b926a;
    opacity: 1;
}

.form_layout input {
    height: 33px !important;
}

@media (max-width: 991px) {
    .card_info {
        padding-top: 350px;
    }
}