
:root {
    --font-family-text:'Quicksand', sans-serif;
    --font-family-title: 'Lato', sans-serif;

}


.azul-claro{
    color:#174C7F;
}

.azul-oscuro{
    color:  #0f3254;
}


body {
    font-size: 14px;
    font-weight:400;
    font-family: var(--font-family-text);
    color: #262626;
    background: #fff;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

/* Standard Styles Starts */

a { color: #174C7F; }
a:hover,
a:focus {
    color: #0f3254;
}
a:focus { outline: none; }


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-title);
}
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }


.heading-1 {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #174C7F;
    border-bottom: 3px solid #eee;
}
.heading-1::after {
    content: "";
    margin-top: 20px;
    margin-bottom: -3px;
    width: 170px;
    height: 3px;
    display: block;
    background-color: #196bab;
}
.heading-1.text-center::after,
.heading-2.text-center::after {
    margin-left: auto;
    margin-right: auto;
}
.heading-2::after {
    content: "";
    margin-top: 15px;
    width: 70px;
    height: 2px;
    display: block;
    background-color: #fff;
}


.topbar{
    font-size: 13px;
}
.topbar .btn-light{
    color: #000;
    font-size: 12px;
    padding: 2px 5px;
}
.topbar .dropdown-item{
    color: #000;
    font-size: 12px;
}
/*******************************************LOGIN**********************************************/

.main-heading3 {

    margin-bottom: 20px;
    color: #009bdb;

}

.form-box {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #cdcdcd;

}

.form-box .btn-1{
    color: #fff !important;
    background-color: #009bdb;
    border-radius: 0;
    margin-top: 10px;
    padding: 6px 30px;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
}


.form-box .btn-1:hover{
    background-color: #0487bd;
}

/******************************************INICIO**********************************************/

.video-publicity{
    position: absolute;
    top: 160px;
    right: 120px;
    width: 400px;
    z-index: 10000;
    border: 1px solid rgba(0,0,0,1);
    background-color: rgba(0,0,0,.9);
    padding: 12px;
    border-radius: 5px;
}
.video-publicity .contenido{
    position: relative;
    display: block;
    width: 100%;
}
.video-publicity .contenido a{
    position: absolute;
    top: -16px;
    right: -16px;
    color: #FFF;
    font-size: 20px;
}
.video-publicity .contenido h4{
    color: #FFF;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}


.home-intro-info-box-wrap {
   padding-top: 20px;
   padding-bottom: 50px;
    position: relative;
}
.home-intro-info-box-wrap p {
    margin-bottom: 0;
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}
.home-intro-info-box-wrap p + p {
    margin-top: 15px;
}

.home-intro-info-box {
    padding: 25px 40px;
    color: #fff;
    background-color:#0f3254;
}
.home-intro-info-box h2 {
    margin-top: 0;
}
.home-intro-info-box p {
    font-size: 18px;
    font-weight: 400;
}
.home-intro-info-box ul{
    font-size: 16px;
    margin-bottom: 10px;
}

.home-intro-info-box .btn {
    padding: 10px 50px;
    font-size: 18px;
}


.home-formulario-venart-en-tu-casa{
    background-color: #001d2f;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -230px;
}
.home-formulario-venart-en-tu-casa h3{
    padding: 20px 10px 15px;
}
.home-formulario-venart-en-tu-casa h5{
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 20px;
    position: relative;
    background-color: #d5e151;
    font-size: 30px;
    color: #262626;
    font-weight: 900;
}
.home-formulario-venart-en-tu-casa h5::before{

    content: "\f0a9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    position: absolute;
    top: 0;
    left: -50px;
    color: #262626;
    font-size: 36px;
    padding: 24px 10px 24px 20px;
    background-color:  #d5e151;
    border-radius: 5px 0 0 5px;



}
.home-formulario-venart-en-tu-casa .form-box {
    padding: 30px;
}

@media (max-width: 991px) {
    .home-formulario-venart-en-tu-casa {
        margin-top: 50px;
    }
}
@media (min-width: 767px) and (max-width: 992px){
    .home-formulario-venart-en-tu-casa h5::before{
        font-size: 31px;
    }

    .home-formulario-venart-en-tu-casa h5{
        font-size: 26px;
    }
}



#accordion-enfermedades .card{
    margin-top: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);

}
#accordion-enfermedades .card .card-header{
    padding: 10px 15px;
    color: #333;
    background-color: #f3f3f3;
    border-color: #ddd;
}
#accordion-enfermedades .card .card-header h5{
    margin-bottom: 0;
    font-size: 16px;
}

#accordion-enfermedades .card .card-header h5 .btn{
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    color: #4b4e54;
    text-decoration: none;
}

#accordion-enfermedades .card .card-header.subtitle-accordion {
    background-color:#0f3254;
    color: #fff;

}


#accordion-enfermedades .card .card-header.active {
    background-color:#0487bd;
    color: #fff !important;
}

#accordion-enfermedades .card .card-header.active .btn-link{
    color: #fff !important;
}


.multimedia-section{
    margin-bottom: 50px;
}
.multimedia-section .audios-content{
    background-color: #f3f3f3;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:  0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 30px;

}

.multimedia-section .audios-content img{
    max-width: 200px;
}
.multimedia-section .audios-content h4{
    color: #196bab;
    text-transform: uppercase;
}
.multimedia-section .audios-content audio{
    margin-top: 10px;
}

.multimedia-section .videos-content{

}
.multimedia-section .video_item{
    background-color: #f3f3f3;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:  0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px;
}
.multimedia-section .video_item h4{
    font-size: 13px;
    margin: 15px 0 10px;
    text-align: center;
    color: #196bab;
    font-weight: 500;
    min-height: 35px;
    vertical-align: middle;
}

.multimedia-section .twitter-content{
    background-color: #0f3254;
    padding: 40px 30px;
    margin-bottom: 30px;

}
.multimedia-section .twitter-content .twitter-logo{
    margin-bottom: 30px;
    text-align: center;
}
.multimedia-section .twitter-content .twitter-logo i {
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
}

.multimedia-section .twitter-content .twitter-widget h4{
    font-size: 14px;
    text-align: center;
    min-height: 85px;
    color: #FFF;
}
.multimedia-section .twitter-content .twitter-widget a{
    color: #FFF;
    font-size: 14px;
}
.multimedia-section .twitter-content .twitter-widget p{
    font-size: 12px;
    text-align: center;
    color: #FFF;
}
.multimedia-section .twitter-content .twitter-widget p a{
    font-size: 12px;
    color: #FFF;
}

.multimedia-section .facebook-content{
    text-align: center;
    margin-bottom: 30px;
}


.publicidad-section{
    padding: 70px 0;
}


/* Home Testimonial Section Styles Starts */

.home-testimonial-section {
    background-color: #0f3254;
    padding:40px 0 80px;
}
.home-testimonial-section h2{
    font-size: 36px;
    color: #FFF;
    margin-bottom: 50px;
}

.home-testimonial-box {
    margin-top: 60px;
    padding: 50px 20px 20px;
    background-color: #f3f3f3;
}
.home-testimonial-box p{
    min-height: 80px;
}
.home-testimonial-box::before {

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;


    content: "\f10d";
    margin: -80px auto 25px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    display: block;
    color: #174C7F;;
    font-size: 24px;
    background-color: #fff;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.home-testimonial-box h5 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
}
.home-testimonial-box h6 {
    margin-top: 5px;
    font-size: 14px;
}


.home-gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    background-image: url(../images/inicio/gallery-section-bg.jpg);
}
.home-gallery-section h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.home-gallery-item {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 3px solid #fff;
}
.home-gallery-item.one {
    margin-top: 13px;
    margin-bottom: 13px;
}
.home-gallery-item .hover-content {
    position: relative;
    overflow: hidden;
}
.home-gallery-item .hover-content img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
}
.home-gallery-item .hover-content:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.home-gallery-item .hover-content .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: auto;
    text-align :center;
    color: #fff;
    opacity: 0;
    background: rgba(24, 106, 171, 0.8);
}
.home-gallery-item .hover-content:hover .overlay {
    opacity: 1;
}
.home-gallery-item .hover-content .overlay a.zoom .fa {
    margin-top: 85px;
    color: #fff;
    font-size: 36px;
}
.home-gallery-item .hover-content .overlay a.zoom .fa {
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
}
.home-gallery-item .hover-content .overlay:hover a.zoom .fa {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* INSTAGRAM GRIDS */
.instagram-grids {
    width: 100%;
    background: #000;
    position: relative;
}
.instagram-grids .instagram-feed-content {
    width: 100%;
    overflow: hidden;
}
.instagram-grids .instagram-feed {
    width: 6000px;
    margin: 0;
    padding: 0;
    opacity: 0.4;
}
.instagram-grids .instagram-feed li {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.instagram-grids .instagram-feed li img {
    height: 300px;
}
.instagram-grids .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
}
.instagram-grids .content .ver-middle {
    width: 100%;
    height: 100%;
    display: table;
}
.instagram-grids .content .ver-middle .inner {
    display: table-cell;
    vertical-align: middle;
}
.instagram-grids .content .ver-middle .inner h5 {
    font-size: 11px;
    margin-bottom: 0;
}
.instagram-grids .content .ver-middle .inner h4 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
}
.instagram-grids .content .ver-middle .inner h4 a {
    color: #FFF;
}
.instagram-grids .content .ver-middle .inner i {
    font-size: 60px;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    -webkit-transform: translateY(15px);
}

/******************************************QUIENES SOMOS**********************************************/

/* About Who We Are Section Styles Starts */

.about-who-we-are-section {
    padding-top: 20px;
    padding-bottom: 60px;
}

#carousel-about-1 {
    margin-top: 20px;
    margin-bottom: 40px;
}
#carousel-about-1 .carousel-indicators {
    bottom: -50px;
}
#carousel-about-1 .carousel-indicators li {
    margin: 0 5px;
    width: 30px;
    height: 5px;
    background-color: #cdcdcd;
    border: none;
}
#carousel-about-1 .carousel-indicators li.active {
    background-color: #196bab;
}

.about-who-we-are-box {
    padding-top: 40px;
    padding-bottom: 20px;
}
.about-who-we-are-box .fa, .about-who-we-are-box .fas {
    width: 85px;
    height: 85px;
    line-height: 85px;
    color: #fff;
    font-size: 36px;
    background-color: #196bab;
}
.about-who-we-are-box h4 {
    margin-top: 25px;
}


/* About Stats Section Starts */

.about-stats-section {
    padding-top: 40px;
    padding-bottom: 80px;
    color: #fff;
    background-image: url(../images/quienes_somos/about-section-1-bg.jpg);
}
.about-stats-section li {
    margin-top: 40px;
}
.about-stats-section h3 {
    margin-top: 0;
}
.about-stats-section ul,
.about-stats-section h3,
.about-stats-section h4 {
    margin-bottom: 0;
}
.about-stats-section h3 span {
    margin: 0 auto 30px;
    width: 100px;
    height: 100px;
    line-height: 104px;
    display: block;
    border: 2px solid #fff;
}

/* About Expert Styles Starts */

.about-expert-bio {
    margin-top: 10px;
    margin-bottom: 30px;
}
.about-expert-bio h5 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
}
.about-expert-bio h6 {
    margin-top: 6px;
    margin-bottom: 15px;
    color: #8b8b8b;
}
.about-expert-bio p {
    margin-bottom: 18px;
}


/******************************************SERVICIOS**********************************************/

/* Services Section #1 Styles Starts */

.services-section-1 {
    padding-top: 80px;
    padding-bottom: 30px;
    background-image: url(../images/bg/services-section-bg.jpg);
}
.services-section-1-box {
    margin-bottom: 50px;
    padding: 25px 25px 20px;
    background: rgba(255, 255, 255, 0.8);
    min-height: 190px;
}
.services-section-1-box .fa,.services-section-1-box .fas, .services-section-1-box .far {
    margin-top: 18px;
    margin-bottom: 40px;
    margin-right: 25px;
    font-size: 48px;
}
.services-section-1-box p{
    font-size: 14px;
    line-height: 22px;
}
/* Services Special Section Styles Starts */

.services-spl-section {
    padding-top: 50px;
    padding-bottom: 80px;
}
.services-spl-box {
    margin-top: 40px;
}
.services-spl-box .fa, .services-spl-box .fas, .services-spl-box .far {
    margin-top: 6px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background-color: #186aab;
}
.services-spl-box h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

/******************************************DOCTORES**********************************************/

.datos-personales{
    padding:0 0 50px 0;
    background-color:rgba(0,0,0,.1);
    color: #000;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.datos-personales .photo{
    background-color: #0f3254;
    padding: 30px;
    text-align: center;
}

.datos-personales .photo img{
    margin: 0 auto;
    max-width: 210px;
    border: 10px solid #174C7F;
    margin-bottom: 15px;
}
.datos-personales .photo h1{
    font-size: 20px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
}
.datos-personales .photo h3{
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.datos-personales .info{
    padding: 30px;
}
.datos-personales .info h4{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 25px;
}


.accordion-cv {
    margin-top: 25px;
}
.accordion-cv .card {
    margin-bottom: 5px;
    border: solid #e3e3e3;
    border-width: 0 0 1px;
}
.accordion-cv .card-heading,
.accordion-cv .card-heading + .card-collapse .card-body {
    border: none;
}
.accordion-cv .card-heading {
    padding: 12px 0 15px;
}
.accordion-cv .card-title {
    margin-top: 0;
    margin-bottom: 0;
}

.accordion-cv .card-title a {
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
}


.accordion-cv .card-title a:hover,
.accordion-cv .card-title a:focus {
    text-decoration: none;
}
.accordion-cv .card-title,
.accordion-cv .card-title .fa {
    font-size: 14px;
    font-weight: 900;
}
.accordion-cv .card-title,
.accordion-cv .card-title a,
.accordion-cv .card-title a:hover,
.accordion-cv .card-title a:focus,
.accordion-cv .card-heading.active .card-title a,
.accordion-cv .card-title .fa {
    color: #262626;
}
.accordion-cv .card-body {
    padding: 20px 25px 45px;
}
.accordion-cv .card-body ul{
    padding-left: 10px;
    text-align: justify;
}
.accordion-cv .card-body p {
    margin-bottom: 0;
}
.accordion-cv .card-body p + p {
    margin-top: 15px;
}



/************************************ACADEMIA VENART**********************************************/

.blog-post-info{
    font-size: 14px;
}
.blog-post-info li.list-inline-item, .blog-post-info li.list-inline-item a{
    font-weight: 600 !important;
}

.blog-post-info li.list-inline-item.green, .blog-post-info li.list-inline-item a.green{
    color: #009bdb;
}


.evento-to-pay{

}

.evento-to-pay h4{
    font-weight: 700;
    font-size: 20px;
}
.evento-to-pay p{
    font-weight: 400;
    font-size: 14px;
}
.evento-to-pay  ul, .evento-to-pay ul li{
    font-weight: 400;
    font-size: 14px;
}

.forma-pago{
    padding: 10px;
    color: #FFF !important;
    margin-bottom: 10px;
    min-height: 130px;
    height: auto;
}
.forma-pago h5{
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 900;
}
.forma-pago p{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}
.forma-pago i{
    font-size: 40px;
}

.forma-pago.bg-celeste:hover{
    text-decoration: none;
    background-color: #005980;
}
.forma-pago.bg-green:hover{
    text-decoration: none;
    background-color: #06807D;
}

.bg-celeste{
    background-color: #009bdb;
}
.bg-green{
    background-color: #0ab7b5;
}


/******************************************VIDEOTECA**********************************************/

.videoteca-item {
    margin-top: 30px;
    background-color: #f3f3f3;
}
.videoteca-item-caption {
    padding: 12px 15px;
}
.videoteca-item-caption h6 {
    margin-bottom: 5px;
    font-size: 17px;
}
.videoteca-item-caption h6,
.videoteca-item-caption p {
    margin-top: 0;
}


/******************************************AUDIOTECA**********************************************/

.audioteca-item {
    background-color: #f3f3f3;
    padding-top: 20px;
    margin-bottom: 10px;
    min-height: 270px;
}
.audioteca-item-caption {
    padding: 12px 15px;
}
.audioteca-item-caption h6 {
    margin-bottom: 5px;
    font-size: 17px;
}
.audioteca-item-caption p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.audioteca-item-caption h6,
.audioteca-item-caption p {
    margin-top: 0;
}


/******************************************CONTACTO**********************************************/

/* Contact Form Styles Starts */

.contact-status {
    display: none;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form input.form-control {
    height: 48px;
}
.contact-form input.form-control,
.contact-form textarea.form-control {
    padding: 13px 20px;
    font-size: 14px;
    line-height: normal;
    border-color: #e5e5e5;
}
.contact-form .btn-main {
    margin-top: 15px;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: bold;
}


.address-list {
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left:  20px;
}
.address-list li {
    padding-bottom: 15px;
}


#map{
    height: 400px;
    position: relative;
    overflow: hidden;
}

.has-error .g-recaptcha > div{
    border: 1px solid #a94442;
}
input.error,textarea.error,select.error{
    border: 1px solid red !important;
    box-shadow: 0 0 8px red inset !important;
    outline: 0 none;
}
label.error{
    color: red;
    font-size: 11px !important;
    font-weight: 400 !important;
    padding-top: 0 !important;
    text-align: left !important;
}

/******************************************ENFERMEDADES Y RECOMENDACIONES**********************************************/


.enfermedades-section{
    padding-bottom: 100px;
}
.enfermedades-section h4{
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0 20px 0;
}
.enfermedades-section h5{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.enfermedades-section p{
    font-weight: 400;
    text-align: justify;
    font-size: 17px !important;
    line-height: 27px;
}
.enfermedades-section ul{
    font-weight: 400;
    font-size: 17px;
}


.recomendaciones-section{
    padding-bottom: 100px;
}
.recomendaciones-section h4{
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0 20px 0;
}
.recomendaciones-section h5{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.recomendaciones-section p{
    font-weight: 400;
    text-align: justify;
}
.recomendaciones-section p small{
    display: block;
    line-height: 15px;
    font-size: 11px;
    font-weight: 400;
}
.recomendaciones-section ul,.recomendaciones-section ol{
    font-weight: 400;
}


.recomendaciones-section .margin_ul{
    margin-left: 190px;
}


/* ESTILOS GENERICOS*/

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.spacer-extra-small 		{ height: 5px; 		}
.spacer-small       		{ height: 10px; 	}
.spacer-medium				{ height: 15px; 	}
.spacer						{ height: 20px; 	}
.spacer-large				{ height: 25px; 	}
.spacer-extra-large 		{ height: 40px; 	}

.text-weight-thin		 	{ font-weight: 100; }
.text-weight-extra-light	{ font-weight: 200; }
.text-weight-light		 	{ font-weight: 300; }
.text-weight-normal 	 	{ font-weight: 400; }
.text-weight-medium 	 	{ font-weight: 500; }
.text-weight-bold		 	{ font-weight: 700; }
.text-weight-ultra-bold 	{ font-weight: 900; }

.text-brand-color 	{ color: #174C7F; }

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.btn-link {
    font-weight: 400;
    color: #0f3254;
    background-color: transparent;
}

#loading {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #ffffff;
    display: none;
    font-size: 30px;
    height: 100%;
    padding-top: 15%;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
}
#loading i {
    font-size: 110px;
    margin-bottom: 10px;
}


.table .thead-dark th{
    background-color: #0f3254;
    border-color: #0f3254;
}

.table tbody td .fecha{
    line-height: 14px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 1px;
}
.table tbody td .year{
    line-height: 13px;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
}
.table tbody td .title{
    line-height: 16px;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.table tbody td .description{
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
}
.table tbody td .btn-sm {
    padding: 4px 8px;
    font-size: 11px;
    line-height: 14px;
    border-radius: 3px;
}
