@media only screen and (min-width: 0px) and (max-width: 770px){
    .banner-lg{
        display: none;
    }
    .nav-link{
        padding: 0 !important;
    }
    .info_space{
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .navbar-nav{
        margin-left: 0 !important;
    }
    .navbar{
        display: list-item !important;
    }
    .social-icons{
        top: 83px !important;
        padding: 1rem !important;
    }
}
@media only screen and (min-width: 771px) {
    .banner-sm{
        display: none;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1025px){
    .info_space{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .social-icons{
        top: 83px !important;
    }
}
@media only screen and (min-width: 601px) and (max-width: 992px){
    .navbar-nav{
        margin-left: 0 !important;
    }

    .social-icons{
        top: 83px !important;
    }
}


body{
    font-family: 'Exo', sans-serif !important;
    font-size: .9rem !important;
}
.bg-black{
    background-color: black;
}
.bg-gold{
    background-color: #aaa04c;
}
.bg-gold-nav{
    background-color: #aaa04c;
}
.navbar-nav{
    margin-left: 15rem;
}
.nav-link{
    color: black !important;
    text-transform: uppercase;
    font-weight: 700;
}
.img_container img{
    width: 100%;
}
h2{
    font-weight: 700 !important;
    color: #aaa04c;
    text-transform: uppercase;
    font-size: 1.5rem !important;
}
h4{
    font-weight: 700 !important;
    color: #aaa04c;
    font-size: 1rem !important;
}
.btn-gold{
    background-image: linear-gradient(to right, #847f49 , #eae7bd, #a49948);
    border: none;
    font-weight: 700 !important;
    font-size: 1rem !important;
    border-radius: 0 !important;
}
.btn-red{
    background-color: #951515 !important;
    color: #ffffff !important;
    border: none;
    font-weight: 700 !important;
    font-size: .8rem !important;
    border-radius: 0 !important;
}
.bg_soft{
    background-color: #fffde2;
}
.bg_blue{
    background-color: #009ce2 !important;
}
.asesorias-container{
    border: 1px solid #951515;
    border-radius: 5px;
    height: 100%;
    padding: 0 1rem;
}
.border-red{
    border: 1px solid #951515 !important;
    border-radius: 5px;
}
.bg-gray{
    background-color: #2d2d2d !important;
    color: #ffffff;
}
.bg-red{
    background-color: #951515  !important;
    color: #ffffff;
}
.text-red{
    color: #951515 !important;
}
.card{
    height: 100%;
}
.carousel-control-prev, .carousel-control-next{
    color: #951515 !important;
}
.text-yellow{
    color: #a49948;
}
.bg-green{
    background-color: #7ec348 !important;
    border: #7ec348 solid 1px !important;
}
.send-wap{
    color: #ffffff !important;
}
.card-img, .card-img-top{
    height: 150px;
}
.info_space{
    padding-left: 5rem;
    padding-right: 5rem;
}
.text-bigger{
    font-size: 1.5rem !important;
    text-transform: uppercase;
}

.social-icons{
    background-color: black;
    position: fixed;
    z-index: 10;
    padding: 0.8rem 0;
    right: 0;
    top: 120px;
}
.nav-icon{
    color: #a49948;
    font-size: 1.5rem;
}
.logo_container img{
    width: 80%;
}