/* 1 */

.home-body {
    background-color: #25224a;
}
.popular-courses .bottom-info a {
    background-color: #4cbf8c !important;
    color: white !important;
}
.popular-courses-items .info h4 {
    font-size: 2em !important;
}
.btn-green {
    background-color: #4cbf8c !important;
    color: white !important;
    border-radius: 20px !important;
}

.top-bar-area .address-info li:last-child {
    vertical-align: middle !important;
}

.bg-dark {
    background-color: #25224a !important;
}

.logo-footer {
    width: 200px !important;
}
.img-docente {
    border-radius: 50%;
}

.item-docente {
    display: flex;
    align-items: center;
}

.popular-courses-items .item {
    border: 1px solid #f4f4f4 !important;
    box-shadow: none !important;
}

.btn-yellow {
    background: #ffb606 none repeat scroll 0 0 !important;
}

.active {
/*    color: #ffb606 !important; */
    color: #4db1ef !important;
}

#back-to-top {
    font-size: 25px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    background: #25224a;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #4db1ef;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

.breadcrumb-area {
        padding: 40px 0 40px;
}

.inscripcion-btn {
    background: #ffb606 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

  nav.navbar.bootsnav .navbar-brand {
    padding: 15px 15px !important;
  }

  .navbar-default .navbar-brand {
      color: white !important;
  }


  .miembro-logo-header {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "Poppins",sans-serif;
    margin-right: 18px;
    padding-right: 20px;
    color: #ffffff;
  }

.nv-1 {
    display: inline-block;
}
.nv-2 {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;

}

/* Buscador Arriba */
.navbar.bg-dark .top-search {
    background: white !important;
}

/* Item Muro */
.blog-area .blog-items .single-item {
    border: 1px solid #f8f8f8 !important;
    border-radius: 6px !important;
    padding: 20px !important;
}



.muro-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    padding-left: 30px;

}

.muro-entidad-nombre {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.muro-entidad-nombre-texto {
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    line-height: 1em;
    font-size: 1em;
}

.muro-time {
    color: #888da8;
    font-size: 0.8em;
}

.blog-area .blog-items .single-item {
    padding: 0px !important;
}

.float-right {
    float: right;
}

.ml-10 {
    margin-left: 10px;
}

.blog-area {
    background-color: #f5f5f5 !important;
}

.blog-area .blog-items .single-item {
    background-color: white !important;
}

.blog-content .item {
    background-color: white !important;
    padding-bottom: 20px !important;
}

.muro-imagen {
    width: 100% !important;
}
.blog-area .blog-items .item .info .meta {
    padding-bottom: 15px;
}

.blog-area .blog-items .info {
    padding-left: 20px;
    padding-right: 20px;

}

.sidebar-item {
    background-color: white;
    padding: 20px;
}

.course-details-info {
    background-color: white !important;
    padding: 20px !important;
}

.course-details-area {
    background-color: #f5f5f5 !important;
}

.adpr-selector {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

.header-inscripcion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.close {
    font-size: 41px !important;
}

footer .subscribe form button {
    color: #4cbf8c !important;
}

.text-dark {
    color: black !important;
}

.color-gray {
    color: #999999 !important;
}

.alert-dismissible {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;

}

.alert-dismissible .close {
    top: -10px;
}
.alert .close {
    top: -10px;
}

.errorlist li {
    color: #ff5b34;
}

#form_errors {
    color: #ff5b34 !important;
}

.testimonio-titulo {
    margin-top: 10px !important;
    color: #002147 !important;
}

.noticias-relacionadas {
    padding: 20px !important;
    background: white !important;
}

.errorlist {
    color: red !important;
}

.curso-descuento {
    padding: 5px;
    font-size: 18px;
    color: #4cbf8b;
}
.curso-descuento-main {
    position: absolute;
    top: 10px;
    background: rgba(37,34,74, 0.78); /* rgba(255, 0, 0, 0.78); */
    color: white;
    padding: 10px;
    right: 10px;
}

.popular-courses-items .info {
    padding: 20px !important;
    background: #ebebeb;
}

.noticia-badge-like {
    position: relative;
    bottom: 10px;
}

.muro-badge-like {
    position: relative;
    bottom: 10px;
}

.ssk {
    color: white !important;
}

.noticia-share-icon {
    z-index: 9;
}

.noticia-share-icon:hover {
    cursor: pointer;
}

.noticia-like-icon:hover {
    cursor: pointer;
}

.muro-share-icon:hover {
    cursor:pointer;
}

.muro-like-icon:hover {
    cursor:pointer;
}

.meta {
    z-index: 8;
}

.portfolio-area .pf-item {
/*    float: right; */
}

.popular-courses .bottom-info li {

    color: #002147;
    border-radius: 30px !important;
    padding: 5px 20px !important;
    background: none;
    font-weight: bold;
    font-size: 17px;
    font-family: sans-serif;

    /*
    background-color: #25224a !important;
    color: white !important;
    border-radius: 30px !important;
    padding: 5px 20px !important;
    */
}

.popular-courses-items .thumb .price {
    background-color: #25224a !important;
    color: white !important;
    border-top: none !important;
    font-size: 22px !important;
}

.popular-courses-items .thumb {
    text-align: center !important;
}

.popular-courses-items .thumb img {
    min-height: 201px !important;
}

.top-bar-area .user-login a {
    background: none !important;
    color: black !important;
}



.portfolio-area .mix-item-menu button.active, .portfolio-area .mix-item-menu button:hover {
    background-color: #25224a !important;
    color: white !important;

}

.portfolio-area .mix-item-menu a.btn.active, .portfolio-area .mix-item-menu button:hover {
    background-color: #25224a !important;
    color: white !important;

}


nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #4db1ef !important;
}


.contact-info-area .contact-info .item i {
    color: #25224a !important;
}

.inscripcion-btn {
    border: none !important;

}

.course-details-area .advisor-list-items .item span {
    color: #4cbf8c !important;
}

form.white-popup-block button[type="submit"] {
    /*
    background-color: #4cbf8c !important;
    color: white !important;
    */
    background-color: #90F9CA !important;
    color: #000 !important;
    border-radius: 10px !important;
    font-weight: 100 !important;
    text-transform: none !important;
    font-family: FS Industrie Cd Bold !important;
    font-size: 1.4em !important;

}

.h2-home {
    font-size: 20px !important;
    margin-top: 5px !important;
}

.home-footer {
    position: absolute; bottom:10px;
}

@media (max-width: 992px) {
    .home-footer {
        position: relative !important;
    }
}

@media (max-height: 800px) {
    .home-footer {
        position: relative !important;
    }
}

.modal-lg {
    width: 30% !important;
}

.text-blue {
    color: #002147 !important;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left;
    }
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.grid-img-curso {
    width: 100%;
}

.footer-bottom .link li a:hover {
  color: #4db1ef;
}

.advisor-item .info-title {
    background: rgba(0,0,0,0.5);
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: left;
}
.advisor-item .info-title h4 {
    color: white !important;
    text-transform: uppercase !important;
}

.w-100 {
    width: 100% !important;
}

.no-padding {
    padding: 0px !important;
}



.owl-prev {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
    background: rgba(0,0,0,0.5) !important;
    font-size: 30px !important;
    padding-top: 13px !important;
}

.owl-next {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 40%;
    right: 3px;
    display: block !important;
    border:0px solid black;
    background: rgba(0,0,0,0.5) !important;
    font-size: 30px !important;
    padding-top: 13px !important;

}

.w-90 {
    width: 90% !important;
}

.bg-register-single {
    background: url('/static/terminatusestudios/assets/img/fondos/fondo-registro.jpg');
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
/* .owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;} */

@media (min-width: 768px) {

  .equal-md {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap !important;
  }

}

#register-form {
    box-shadow: none !important;
}

.mh-300 {
    max-height: 300px !important;
}

.btn-green {
    background-color: #4cbf8c !important;
    color: white !important;
    border-radius: 30px;
}
.curso-costo-tachado {
    text-decoration: line-through;
    color: #f8f8f8;
    font-size: 14px;
    margin-right: 10px;
}


.vh-85 {
    min-height: 85vh !important;
   }

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center !important;
    flex-direction: column;
    justify-content: center;
}

.text-white {
    color: white !important;
}

.p-0 {
    padding: 0px !important;
}



/* Cambios Monto */

        .advisor-area .advisor-carousel .owl-nav .owl-prev, .advisor-area .advisor-carousel .owl-nav .owl-next, .advisor-area .advisor-carousel-solid .owl-nav .owl-prev, .advisor-area .advisor-carousel-solid .owl-nav .owl-next {
            color: white;
            background: transparent none repeat scroll 0 0;
            line-height: 10px;
            padding-top: 8px !important;
        }
        .advisor-carousel-solid .owl-nav .owl-next:hover {
            color: #25224a !important;
        }
        .advisor-carousel-solid .owl-nav .owl-prev:hover {
            color: #25224a !important;
        }


        .popular-courses .popular-courses-items .owl-nav .owl-prev, .popular-courses .popular-courses-items .owl-nav .owl-next {
            color: white;
            background: transparent none repeat scroll 0 0;
            line-height: 10px;
            padding-top: 8px !important;

        }
        .popular-courses .popular-courses-items .owl-nav .owl-prev, .popular-courses .popular-courses-items .owl-nav .owl-prev {
                    color: white;
                    background: transparent none repeat scroll 0 0;
                    line-height: 10px;
                    padding-top: 8px !important;

        }

        .advisor-carousel-solid4 .owl-nav .owl-next:hover {
            color: #25224a !important;
        }
        .advisor-carousel-solid4 .owl-nav .owl-prev:hover {
            color: #25224a !important;
        }

        .testimonials-area .clients-review-carousel .owl-nav .owl-prev, .testimonials-area .clients-review-carousel .owl-nav .owl-next {
            color: #25224a !important;
            background: white !important;
            line-height: 10px;
            padding-top: 8px !important;
        }
        .testimonials-area .clients-review-carousel .owl-nav .owl-prev, .testimonials-area .clients-review-carousel .owl-nav .owl-prev {
            color: #25224a !important;
            background: white !important;
            line-height: 10px;
            padding-top: 8px !important;
        }



        .banner-area.text-normal h1 {
            text-transform: none !important;
            margin-top: -40px;
        }

        .adpr-selector
        {
          padding-top: 0px !important;
        }

        .default-padding.bottom-less {
           padding-top: 0px !important;
        }

        .default-padding.bottom-less
        {
           background-color: #f9f9f9 !important;
        }

         .advisor-items .advisor-item .info-box {
         border-radius: 15px 15px 15px 15px !important;
         }

         .popular-courses-items .thumb {
         border-radius: 15px 15px 0px 0px !important;
         }
         .curso-descuento-main
        {
            background: #272525 !important;
            color: #fff !important;
            border-radius: 10px !important;
        }

        .popular-courses-items .thumb .price
        {
         font-size: 15px !important;
         }
         .popular-courses-items .item
         {
         border: none !important;
         box-shadow: 0 0 10px #ccc !important;
          border-radius: 15px 15px 15px 15px !important;
         }


      .popular-courses-items .info h4 {
       font-size: 1.5em !important;
        }

     .popular-courses-items .info {
        padding: 20px !important;
        background: #f9f9f9 !important;
        }

        /*
      .btn.btn-light.border {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 15px !important;
            }
            */
      .banner-area .box-table {
        display: table;
        width: 100%;
       /* oscurecer */
       /*background-color: rgba(0,33,71,0.6);*/
         }


        .mh-100 {
            min-height: 100%;
        }

/*

    .btn.btn-light.border {
        background: #4cbf8c;
        border: none;
        color: #ffffff;
    }
    */
    .btn-dark {
        background-color: #4cbf8c;
        color: #ffffff;
        border: none;
    }
    .bg-dark {
        background: #4cbf8c !important;
    }
    .popular-courses-items .author-info .thumb img {
        border: 1px solid #e7e7e7 !important;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        height: 70px !important;
        padding: 5px !important;
        width: 70px !important;
    }
    .popular-courses-items .thumb img {
        min-height: 0px !important;
    }
    .popular-courses-items .info {
        background: #ffffff none repeat scroll 0 0;
        overflow: hidden;
        padding: 30px;
    }
    .event-area .event-items .item .thumb .date::after {
        background: none;
    }
    .event-area .event-items .item .thumb .date h4 span {
        font-size: 30px;
    }
    a:hover {
        color: #4cbf8c !important;
    }

    nav.navbar.bootsnav.navbar-fixed:not(.navbar-transparent) {
/*        background-color: rgba(255,255,255,0.9); */
        background-color: white;

    }
    nav.navbar.bootsnav.navbar-fixed:not(.navbar-transparent) .img-logo {

        content:url("/static/terminatusestudios/imgs/logo_fap_negro.png") !important; /* negro_urbano_13.svg */
    }

    nav.navbar.bootsnav:not(.navbar-transparent):not(.bg-dark) ul.nav > li > a {
        color: #002147;

    }
    .navbar-default:not(.navbar-transparent) .navbar-brand {
        color: #002147 !important;
    }

    .fun-fact .icon i {
        color: #4cbf8c !important;

    }
        .top-bar-area .address-info li p {
            color: white !important;
        }

    /* Top Bar Transparente */
        .top-bar-area {
            background: rgba(0, 33, 71, 0.3) !important;
            z-index: 99;
        }
        .banner-area{
            z-index: 2;
        }

    /* Radius en videos con la clase plyr-radius */
    .video-radius  > .plyr--video {
        border-radius: 5px !important;
    }

    /* Imagen de Fondo del footer */
    footer {
        background: #002147 !important;
        background-image: url('/static/terminatusestudios/assets/img/recurso5.jpg') !important; /* linear-gradient(to right, rgba(0, 33, 71, 0.5), rgba(0, 0, 0, 0.7)),  */
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    footer .footer-bottom {
        background-color: transparent;
        border-top: none;
    }

    /* Fuente de Web.fifproameroca.org */
    @font-face {
      font-family: "FS Industrie Cd Bold";
      src: url("/static/assets/fonts/FSIndustrieCd-Bold.woff") format('woff');
    }

    @font-face {
      font-family: "FS Industrie";
      src: url("/static/assets/fonts/FSIndustrie-Regular.woff") format('woff');
      font-weight: bold;
    }

    h1, h2, h3, h4 {
        font-family: FS Industrie Cd Bold !important;
    }
    h1 > span {
        font-family: FS Industrie Cd Bold !important;

    }
    h4 > a {
        font-family: FS Industrie Cd Bold !important;

    }
    h4 {
        font-size: 3rem;
    }
    li > a {
        font-family: FS Industrie Cd Bold !important;
        font-size: 1.2em !important;

    }

    .btn {
        font-family: FS Industrie Cd Bold !important;
        font-size: 1.2em !important;

    }
    .others > p {
        font-family: FS Industrie Cd Bold !important;
    }
    .top-bar-area .address-info li p {
        font-family: FS Industrie Cd Bold !important;
    }
    .nv-2 {
        font-family: FS Industrie Cd Bold !important;
        font-size: 2rem !important;
    }
    .medium {
        font-family: FS Industrie Cd Bold !important;
        font-size: 2rem !important;

    }
    h1 {
        font-size: 4em !important;
    }

    p {
        font-family: FS Industrie, sans-serif !important;
        font-size: 1.2em !important;
    }


    .fun-fact .info .timer {
        color: #4d4c4c !important;
    }
    .fun-fact .info .medium {
        color: black !important;
    }
    .fun-fact {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-align: center !important;
        margin-bottom: 60px !important;
        background: white !important;
        border-radius: 5px !important;
    }
    .fun-fact .info {
        padding-left: 0px !important;
    }
    /* FIN Fuente de Web.fifproameroca.org */

    .popular-courses .bottom-info a {
        background-color: #90F9CA !important;
        color: #000 !important;
        border-radius: 10px !important;
        font-weight: 100 !important;
        text-transform: none !important;
    }
        .btn-green {
        background-color: #90F9CA !important;
        color: #000 !important;
        border-radius: 10px !important;
        font-weight: 100 !important;
        text-transform: none !important;
            font-family: FS Industrie Cd Bold !important;
            font-size: 1.2em;
    }

    h2 {
        font-size: 5rem !important;
    }

    .banner-area.text-normal span {
       color: #90F9CA !important;
    }

    .btn.btn-light.border {
        background-color: #90F9CA !important;
        color: #000 !important;
        border-radius: 10px !important;
        border: none !important;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .popular-courses .bottom-info {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popular-courses .bottom-info li {
        width: 100%;
        text-align: center;
    }
    .popular-courses .bottom-info a {
        float: none;
    }
    .course-details-area .sidebar .sidebar-item.category li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .curso-count {
        background: #f4f4f4 none repeat scroll 0 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #002147;
        float: right;
        padding: 0 5px;
        position: relative;
        right: 0;
        text-align: center;
        font-weight: bold;
    }

    .head-country-flag:hover {
        opacity: 1 !important;

    }

    .main_muro_miembro_logo {
        text-align: right;
    }
    .main_muro_miembro_nombre {
        text-align: left;
    }

/* FIN Cambios Monto */
    .sublogo_container {
        text-align: left;
        padding-left: 20px;
    }

    .sublogo_text_1 {
        font-size: 1.5rem !important;
        color: #90F9CA !important;
        text-transform: none !important;
        font-weight: 100 !important;
    }
    .sublogo_text_2 {
        font-size: 1.5rem !important;
        color: #fff !important;
        text-transform: none !important;
        font-weight: 100 !important;
    }

    nav.navbar.bootsnav.navbar-fixed:not(.navbar-transparent) .top-bar-area {
        display: none !important;
    }

    nav.navbar.bootsnav.navbar-fixed:not(.navbar-transparent) .sublogo_text_2 {
        color: #002147 !important;
    }
    nav.navbar.bootsnav.navbar-fixed:not(.navbar-transparent) .sublogo_text_1 {
        color: #4cbf8c !important;
    }

    .h-50vh {
        height: 60vh !important;
    }
    .h-70vh {
        height: 70vh !important;
    }

    .subheader {

    }

    .subheader_texto {
        position: relative;
        top: 60%;
        color: white;
    }

    .width_img {
        top: 55%;
    }

    .width_img h1 {
        font-size: 4em !important;
        padding-top: 20px;
    }

    .subheader h1 {
        color: white;
    }
    .blog-area {
        position: relative;
        top: -70px;
    }

    .counters {
        z-index: 2;
    }
    .navbar {
        z-index: 3 !important;
    }
    .user-login-logged {
        z-index: 9;
    }
    .user-login {
        z-index: 9;
    }
    .course-details-info .thumb img {
        width: 100% !important;

    }

    form.white-popup-block {
        border-radius: 0px !important;
    }
    .course-details-area .advisor-list-items .item .thumb img {
        min-width: 150px !important;
    }

    .popular-courses-items .author-info {
        min-height: 220px !important;
    }

    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
        content: none !important;
    }

    .banner-area .bg-fixed {
        background-position: center center !important;
        background-size: cover !important;
    }

    form.white-popup-block .login-custom {
        border-left: none !important;

    }

nav.navbar.bootsnav .navbar-toggle {
    font-size: 30px;
    margin-top: 22px;
}

.alert-success {
    font-size: 18px;
}
.alert-danger {
    font-size: 18px;
}

.curso-inicio {
    color: #002147;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}
.info h4 {
    margin-bottom: 2px;
}