/*Estilos Generales*/
/*
@font-face {
    font-family: OfficinaSans;
    src: url("/static/fonts/OfficinaSans/OfficinaSansStd-Book.otf") format("opentype");
}
@font-face {
    font-family: OfficinaSans;
    font-weight: bold;
    src: url("/static/fonts/OfficinaSans/OfficinaSans-Bold.otf")  format("opentype");
}
@font-face {
    font-family: OfficinaSans;
    font-style: italic;
    src: url("/static/fonts/OfficinaSans/OfficinaSans-BookItalic.otf")  format("opentype");
}
@font-face {
    font-family: OfficinaSans;
    font-style: italic;
    font-weight: bold;
    src: url("/static/fonts/OfficinaSans/OfficinaSans-BoldItalic.otf")  format("opentype");
}
*{
	font-family: 'OfficinaSans','Open Sans', sans-serif;
}
*/

*{
	font-family: Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Trebuchet MS",Helvetica,sans-serif !important;
	margin-top: 0px !important;
}


body::-webkit-scrollbar {
    width: 12px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #808080;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: transparent;
    background-color: #256d91; 
}

.margin_auto{
	margin-right: auto;
    margin-left: auto;
}
.no_padding{
	padding: 0px !important;
}
.no_padding_right{
	padding-right: 0px;
}
.no_margin{
	margin: 0px;
}
.no_visible{
	display: none;
}
.no_scrollable{
	overflow: none;
}
.fixed{
	position: fixed;
}
.block{
	display: block;
}
.inline{
	display: inline;
}
.inline_block{
	display: inline-block;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.bottom{
	bottom: 1px;
}
.right{
	right: 0px;
}
.top{
	top: 0px;
}
.left{
	left:0px;
}
.margin-top-10{
	margin-top: 10px;
}

img	{
	height: auto;
	max-width: 100%;
}
a {
    text-decoration: none!important;
}

.btn-slide{
    font-size: 16px !important;
}

.btn{padding: 7px 25px !important;}
/*Colores*/
.bg_blue{
	background: #002C50;
	border: none;
	color: #fff;
}
button.bg_blue,button.bg_blue:hover,a.bg_blue,a.bg_blue:hover{
	background: #D78A00;
	border: none;
	color: #fff;
}

.color-nf01{color: #545454;}
.color-nf01 h2,.color-nf01 h2 .rich-text p{
    color: #545454;
    font-weight: normal;
}
.rich-text p{
    word-break: break-word;
}

.bg_white{
	background: #ffffff;
}
.bg-dark{
	background: rgb(7,29,73);
}
.btn-outline-primary {
    color: rgb(0,113,141);
    border-color: rgb(0,113,141);
}
.btn-outline-primary:hover {
    background-color: rgb(0,113,141);
    border-color: rgb(0,113,141);
}
.rs_block_eventos{
    float: right;
}

/*Alineaciones*/
.padding_10px{
	padding: 10px 10px 10px 10px;
}
.padding_ud_10px{
	padding: 10px 0px 10px 0px;
}
.padding_lr_10px{
	padding: 0px 10px 0px 10px;
}
.margin_10px{
	margin: 10px 10px 10px 10px;
}
.margin_ud_10px{
	margin: 10px 0px 10px 0px;
}
.margin_lr_10px{
	margin: 0px 10px 0px 10px;
}
.margin_top10{
	margin-top: 10px;
}
.margin_top55{
    margin-top: 55px;
}
.margin_bottom30{
    margin-bottom: 30px;
}
.margin_bottom25{
    margin-bottom: 25px;
}
.padding_top10{
	padding-top: 10px;
}

.footer_card_noticia {
    background-color:rgba(0,0,0,0);
    border-top: 0px none rgba(0,0,0,0);

}

/*Header Line*/
.hr_divider_line{
    border: 0px;
    border-bottom: 1px solid #999;
    margin-top:  0px;
    margin-bottom: 0px;
}

/*father most contain class no_padding*/
.under_score_title{
	border: 1px solid red;
}

.margin_container{
	margin-top: 50px;
}


/*Tags*/
.h1, h1 {
    font-size: 50px;
}

h2{
	font-size: 35px;
	color: #303030;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 15px;
}
h5{
	font-size: 12px;
}


/*Text */
.lighter{font-weight: lighter;}
.regular{font-weight: normal;}
.bold{font-weight: bold;}
.bolder{font-weight: bolder;}

p, a, span{
	font-size: 16px;
}
.fas.fa-star{color:#FFF;}
.ekko-lightbox {
    background: rgba(33,33,33,0.8);
}
.modal-body {
    padding: 25%;
}
.modal-header .close {
    color: #fff;
}

.ekko-lightbox .modal-body{
    padding: 0px;
}
.show {
    display: flex !important;
}

/* Forced */
.form-check{
    display: contents;
}
#id_que-otro-tema-te-interesa .tg-list-item{
  border-bottom: 1px solid #efefef;
}
.h2, h2 {font-size: 34px !important;}

.nafin-center-table{
    display:table;
    width:100%;
    height:100%;
}
.nafin-center-cell{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.seccion-caption {
    padding: 10px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size:50px;
    font-family: "Trebuchet MS",Helvetica,sans-serif ;
    text-transform: uppercase;
}
.seccion-empty-border{
    position:relative;
    padding: 20px 20px;
    width: 100%;
    height: 100%;
}

.seccion-border-caption {
    position: absolute;
    top:10%;
    bottom:10%;
    right: 10%;
    left:10%;
    border: 1px solid #333;
}
.videos_play{
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto auto;
  top: 0;
  bottom: 0;
  font-size: 50px;
  color: #fff;
}
#home-main-curso{
    border-bottom: 0.5px solid grey;
}

.col-sm-12 {
    margin-bottom: 20px;
}

.gold-card{
    background: #D78A00 !important;
}



.custom-footer{
    position: relative;
    height: 17px;
    background: #28292A;
    width: 100%;
    margin-top: 50px;
    color: #fff;
    text-align: right;
}
.custom-footer > span{
    margin-right: 200px;
    line-height:  40px;
    /*font-weight: bold;*/
}
.custom-footer .bg_blue{
    background: #28292A;
}
.main-footer{
    margin-top: 0px !important;
}

/*Media Queries (En caso de ser necesarios)*/
@media (max-width: 575px) {
    .main-slider{
        margin-top: 55px;
    }
    .seccion-caption {
        padding: 0px;
        font-size: 21px;
    }
    .btn-slide{
        font-size: 10px !important;
    }
}
@media (max-width: 768px){
    .twitter_container{
        margin-top:20px; 
    }
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}