body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #212529;
    text-align: left;
    background-color:#fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 , h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1, .h1, h2, .h2, h3, .h3, h5, .h5 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.h6, h6 {
    font-size: 16px;
}

p {
    /*font-family: 'Barlow', sans-serif;*/
}


@media (min-width: 1280px){
.container {
	width: 100%;
	max-width: 1380px;
}
}

.titulo-xl {
	font-size: 44px;
}


.titulo-lg {
	font-size: 34px;
}

.titulo-md {
	font-size: 28px;
}

.titulo-sm {
	font-size: 24px;
}

.titulo-xs {
	font-size: 22px;
}

.titulo-xxs {
	font-size: 21px;
}

.titulo-xxss {
	font-size: 15px;
}


.titulo-destacado {
	/*background-image: url(../img/bg-gris-h2.png);*/
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom:5px !important;
	font-size: 40px;
	color: #121212;
	font-weight: 600;
}
.titulo-destacado span {
    position: relative;
	padding-right: 20px;
}

.titulo-destacado img {
    margin-right: 12px;
    margin-top: -6px;
}


/*----------------------------------------------*/


@media (max-width: 767px) {
.titulo {
	font-size:22px !important;
}

.titulo-xxss {
	font-size: 18px !important;
}

	
.titulo-destacado {
	font-size: 28px !important;
}
	
.titulo-destacado img {
    margin-right: 10px;
    margin-top: -6px;
    width: 26px;
}	
	
}

/*-------- FLEXBOX ---------*/

.row-flex, .row-flex> div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/*-------- FIN FLEXBOX ---------*/


/*----------- CARD BOX NOTAS ------------*/

.card {
	margin-top:15px;
	margin-bottom:15px;
	border:0px;
	border-bottom: 1px solid #f1f1f1;
}

.card .card-body {
	padding:15px 5px;
	/*background-image:url(../img/triange-p.png);*/
	background-position:right bottom;
	background-repeat:no-repeat;
}

@media (max-width: 767px) {

.card {
	margin-left:-5px;
	margin-right:-5px;
}

.card .card-body {
	padding:20px 10px;
}
}

.card .card-header.card-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
}

.card-header {
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.card-plain .card-header-image {
    margin: 0!important;
    border-radius: 6px;
}

.card.card-horizontal {
    margin-bottom: 0px;
        border-bottom: 1px solid #f1f1f1;
}

.card-title, .card-title a, .footer-big h2, .footer-big h2 a, .footer-big h5, .footer-big h5 a, .footer-brand, .footer-brand a, .info-title, .info-title a, .media .media-heading, .media .media-heading a, .title, .title a {
    color: #262626;
    text-decoration: none;
}

.card-title a:hover {
    color: ;
    text-decoration: none;
	opacity: 0.5;
}

.card-category {
	font-weight: 400;
	color: #0f315f;
	font-size: 14px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
} 

.card-category .fa {
    font-size: 11px;
    color: #ff001d;
    top: -1px;
    display: inline-block;
    position: relative;
    margin-right: 2px;
} 

@media (max-width: 767px) {
.card-category {
 
	font-size:16px;
}  
}

/*opcion para categoria*/
.card-category {
    /*color: #fff !important;
    position: absolute;
    top: 10px;
    background-color: #1a8ac8;
    z-index: 1;
    padding: 5px 8px;
    left: 10px;
    font-size: 14px;*/
}

/*opcion para categoria*/
.card-category {
    /*color: #fff !important;
    position: initial;
    top: 10px;
    background-color: #1a8ac8;
    z-index: 1;
    padding: 5px 8px;
    left: 10px;
    font-size: 14px;
    margin: -20px;
    margin-bottom: 20px;*/
}

.card-category.inside {
font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    color: #ffffff !important;
    background-color: #29cccc;
    background: #ff001d;
    display: inline-block;
    padding: 0px 15px;
    position: relative;
    top: -5px;
    left: 0px;
    z-index: 100;
    border-radius: 3px;
}  


@media (max-width: 767px) {
.card-horizontal .card-category {
	display:none;
}

}

.card-horizontal .card-category {
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.card-category-comun {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 5px;
}  

.card-category.w-tag {
	background-image: url(../img/tag-mp.png);
	background-position: center left;
	background-repeat: no-repeat;
    padding-left: 37px;
    padding-right: 10px;
    margin-bottom: 14px;
    border-radius: 2px;
    line-height: 26px;
    background-color: #999;
    display: inline-block;
    width: max-content !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.card-description {

}

.card-title {
    margin-bottom: 12px;
}

.card .ver-mas{
    color: #0088e2;
    text-decoration: none;
	display:none;
}

.card-footer{
	display:none;
}   

.mask-imagen {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    letter-spacing: 3px;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 0;
    box-shadow: inset 0px 0px 40px #000;
    -webkit-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.24);
}

.mask-imagen:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    /*border-style: solid;
    border-width: 15px;
    border-color: #0088e2 #FFF #FFF #0088e2;*/
    z-index: 10;
}

.mask-video {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    letter-spacing: 3px;
    background-image: url(../img/mask-video.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.mask-audio {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    letter-spacing: 3px;
    background-image: url(../img/mask-audio.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 1;
}


.volanta {
    font-weight: 600;
    display: none;
}

.gradiente {
    /*background: repeating-linear-gradient(-45deg,#f0f3f0,#f0f3f0 5px,#fff,#fff 7px)!important;*/
	border:0px;
	width:100%;
}

@media (max-width: 767px) {
.gradiente {
    width: 110%;
    display: inline;
} 
}

/*----------- FIN CARD BOX NOTAS ------------*/

/*----------- MEDIA BOX NOTAS ------------*/

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.media-body  small{
    line-height: 1.5;
}


.media > .avatar:first-child.avatar-xs, .media > .avatar:first-child.avatar-sm {
    margin-right: 12px;
}
.avatar.avatar-xs {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    float: left;
}

.blog-post-author .media-body small:nth-child(1) {
    color: #343a40;
}
.blog-post-author .media-body > * {
    display: block;
}
.blog-post-author .media-body small:nth-child(1) + small {
    color: #6c757d;
}
/*----------- MEDIA BOX NOTAS ------------*/

/*----------------- AMPLIA NOTA ---------*/

.amplia-nota-info {
    background-color:#FFF;
	padding:40px; 20px;
}

@media (max-width: 767px) {
.amplia-nota-info {
    background-color:#FFF;
	padding:20px; 20px;
}


}

.mask-imagen-fondo {
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
}

/*------------------------*/

.elementor-video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
	display: block;
}
.elementor-widget-video .e-hosted-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover;
}

.boton-cerrar-popup-video {
opacity: 1;
    top: 0px;
    top: 8px;
    position: absolute;
    right: 8px;
    z-index: 999;
    font-size: 28px;
    color: white;
    background-color: #F44336 !important;
    height: 34px;
    width: 34px;
    line-height: 30px;
    border-radius: 50px;
}

.boton-cerrar-popup-video:hover {
    background-color: #212121 !important;
	color: white;
}

.boton-cerrar-popup-video span {
	line-height: 0px;
	top: -2px;
	position: relative;
}