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: 500;
    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: "Crimson Pro", serif;
}

.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: 21px;
}

.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: #0f315f;
    font-weight: 600;
}
.titulo-destacado span {
    position: relative;
	padding-right: 20px;
}

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


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


@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 ---------*/

.suscriptos {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
	/*margin-bottom: 10px;*/
}

.suscriptos div{
    width: 17px;
    height: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.suscriptos p{
	margin: 0 0 0 7px;
	font-size: 12px;
	line-height: initial;
}

.suscriptos.solo-star {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	bottom: -2px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 0px;
}

/*----------- 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;
	
	position: relative;
}

@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 {
    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";
	display: inline-flex;
    gap: 10px;
	margin-bottom: 10px;
	
} 

.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;
}  
}

.card-category-interior {
    font-weight: 400;
    color: #fff;
    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";
    display: inline-flex;
    gap: 10px;
    margin-bottom: 10px;
    position: absolute;
    top: -35px;
    z-index: 1;
    background-color: #000000b8;
    padding: 3px 9px;
    border-radius: 5px;
	
	display: none;
}

.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: #0e315f;
    display: inline-block;
    width: max-content !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 13px;
    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 rgb(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.svg);
    background-position: right 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.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.mask-comercios {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
}

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

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

@media (max-width: 767px) {
.gradiente {
    width: calc(100% + 10px);
    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;
}

a:hover,
a:focus {
  color: #27517E;
  text-decoration: none;
}

@media (max-width: 767px) {
.text-left-xs {
text-align: left;
}
.text-right-xs {
text-align: right;
}
.text-center-xs {
text-align: center;
}
.text-center-sm {
text-align: center;
}
.text-right-sm {
text-align: center;
}
h2.font-44{
	font-size: 32px;
}


}

.light-300 {
	font-weight: 300 !important;
}

.normal-400 {
	font-weight: 400 !important;
}

.bold-700 {
	font-weight: 700;
}

.text-shadow {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.box-shadow {
-webkit-box-shadow: 3px 2px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 2px 2px rgba(0,0,0,0.75);
box-shadow: 3px 2px 2px rgba(0,0,0,0.75);
}

.font-underline {
	text-decoration: underline;
}

.font-12 {
	font-size: 12px;
	line-height: 19px;
}

.font-14 {
	font-size: 14px;
	line-height: 23px;
}

.font-16 {
	font-size: 16px;
	line-height: 22px;
}

.font-18 {
	font-size: 18px;
	line-height: 24px;
}

.font-20 {
	font-size: 20px;
	line-height: 26px;
}

.font-22 {
  font-size: 22px;
  line-height: 28px
}

.font-24 {
  font-size: 24px;
  line-height: 30px
}

.font-26 {
	font-size: 26px;
	line-height: 32px;
}

.font-28 {
	font-size: 28px;
	line-height: 34px;
}

.font-30 {
	font-size: 30px;
	line-height: 36px;
}

.font-32 {
	font-size: 32px;
	line-height: 38px;
}

.font-34 {
  font-size: 34px;
  line-height:40px;
}

.font-44 {
	font-size: 44px;
	line-height: 48px;
}
.font-53 {
	font-size: 53px;
	line-height: 61px;
}
.font-14.tres-lineas{
    height: 70px;
    overflow: hidden;
}
.font-16.tres-lineas {
	height: 66px;
	overflow: hidden;
}
.font-18.tres-lineas {
	height: 74px;
	overflow: hidden;
}



.box-imagen {
	position:relative;
}

@media (max-width: 767px){
.modulo .box-imagen {
    position: relative;
}
}

.texto {
	color: #777;
}

.texto8 {
	font-size: 11px;
	line-height: 16px;
}

.texto5 {
	font-size: 12px;
	line-height: 19px;
}

.texto4 {
	font-size: 14px;
	line-height: 20px;
}

.texto3 {
	font-size: 16px;
	line-height: 22px;
}

.texto2 {
	font-size: 18px;
	line-height: 24px;
}

.texto1 {
	font-size: 20px;
	line-height: 26px;
}

.texto4.tres-lineas{
    height: 84px;
    overflow: hidden;
}
.texto4.cuatro-lineas{
    height: 70px;
    overflow: hidden;
}
.texto3.tres-lineas {
	height: 66px;
	overflow: hidden;
}
.texto2.tres-lineas {
	height: 74px;
	overflow: hidden;
}

.persona-nota {
    border-top: solid 1px rgba(255, 255, 255, 0.57);
    color: #333;
    text-transform: uppercase;
    float: left;
    width: 100%;
    background-color: #f9f8f8;
    margin-bottom: 6px;
    padding: 10px;
    border-bottom: solid 3px #e0e0e0;
}
.persona-nota span{
    padding: 11px;
    padding-left: 10px;
    float: left;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #cc0000;
    font-style: italic;
}

.persona-nota span i{
    color: #4c4949;
}

.detalle-noticia p, .detalle-noticia div {
font-size: 18px;
    line-height: 31px;
    padding-bottom: 15px;
}

.detalle-noticia p:nth-child(1):first-letter, .detalle-noticia div:nth-child(1):first-letter {
    /*font: 58px/46px 'Raleway', sans-serif;
    color: #000;
    margin-right: 5px;
    float: left;
	font-weight:600;*/
}

.ultimo-momento {
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    top: 12px;
    color: white;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 70px;
    width: 55%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /*text-transform: uppercase;*/
}

@media (min-width: 1200px){
.ultimo-momento {
    font-size: 34px;
    line-height: 44px;
    position: absolute;
    top: 12px;
    color: white;
    padding-left: 40px;
    padding-right: 10px;
    margin-top: 170px;
    width: 35%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-transform: uppercase;
}


}

@media (max-width: 767px){
.ultimo-momento {
    position: static;
	background-color:#000;
	margin: 0px;
	color: white;
    padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
}


@media (max-width: 768px) {
.col-nota {
	padding-bottom:12px;
	border-bottom: solid 1px #CCC;
	display:block;
	margin-bottom:20px;
}
}

.hr-color {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 0px solid #fff;
    padding-top: 0px;
    height: 2px;
    background-color: #e6e6e6;
    border-right: solid 30px #aaaaaa;
}

.hr-color-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-bottom: 0px solid #fff;
    padding-top: 0px;
    height: 2px;
    background-color: #e6e6e6;
    border-right: solid 30px #aaaaaa;
}

.hr-color-foot {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #434646;
}

.blanco {color: #FFF;}
.azul {color: #032242;}
.azul-2 {color: #303942}
.celeste {color: #019EE1;}
.amarillo {color: #FC0;}
.naranja {color: #F90;}
.gris {color: #8B8B8B;}
.marron {color: #8e724c;}
.verde {color: #939B08;}
.verde-2 {color: #4abd92;}
.rojo {color: #E41010;}
.negro {color: #000;}
.rosa {color: #ff66cc;}

.fecha {
    color: #121212;
    font-size: 12px;
    /* text-transform: uppercase; */
    /* border-bottom-width: 3px; */
    /* border-bottom-style: solid; */
    /* border-bottom-color: #ECECEC; */
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 2px;
	/*display:none;*/
}

.fecha-interior {
    /*color: #BFBFBF;*/
    font-size: 11px;
    letter-spacing: 1px;
    border-bottom:solid 1px #efefef;
    margin-bottom: 30px;
    padding-bottom: 6px;
    padding-top: 0px;
    padding-left: 2px;
	display: inline-block;
    width: 100%;
}

.fecha-clasificados {
	color: #BFBFBF;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing: 3px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 2px;
}

.fecha-ultimo-momento {
	margin-top: 10px;
	position: absolute;
	display:none;
}

.limit-48 {
	height: 48px;
	overflow: hidden;
}

@media (max-width:767px){
.fecha {
    font-size: 11px;
    border: none !important;
    margin-bottom: 4px;
    padding-bottom: 0px;
    padding-top: 6px;
    padding-left: 2px;
}
}

.box-col {
	overflow: hidden;
	position: relative;
	padding: 10px;
	/*background-image: url(../img/triangle-rotator.png);*/
	background-repeat: no-repeat;
	background-position: 8% top;
}

.box-col.over {
	overflow: hidden;
	position: relative;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
.box-col.over:hover {
}

.margin-bot-5 {margin-bottom: 5px;}
.margin-bot-8 {margin-bottom: 8px;}
.margin-bot-10 {margin-bottom: 10px;}
.margin-bot-15 {margin-bottom: 15px;}
.margin-bot-20 {margin-bottom: 20px;}
.margin-bot-top-5 {margin-bottom: 5px; margin-top: 5px;}
.margin-bot-top-8 {margin-bottom: 8px; margin-top: 8px;}
.margin-bot-top-10 {margin-bottom: 10px; margin-top: 10px;}
.margin-bot-top-15 {margin-bottom: 15px; margin-top: 15px;}
.margin-bot-top-20 {margin-bottom: 20px; margin-top: 20px;}
.margin-none {margin: 0px;}
.no-margin{margin:0!important}
.margin-bottom{margin-bottom:24px!important}
.margin-top{margin-top:24px!important}
.margin-left{margin-left:24px!important}
.margin-right{margin-right:24px!important}
.margin-top-28{margin-top:28px}
.margin-top-publis{margin-top:0px}


.no-padding{padding:0!important}
.padding-bottom{padding-bottom:24px!important}
.padding-top{padding-top:24px!important}
.padding-left{padding-left:24px!important}
.padding-right{margin-right:24px!important}
.padded{margin-bottom:24px;padding-bottom:24px}
.padded-big{margin-bottom:48px;padding-bottom:48px}
.padded-huge{margin-bottom:96px;padding-bottom:48px}
.padd-3 {padding: 3px;}
.padd-5 {padding: 5px;}
.padd-bot-5 {padding-bottom: 5px;}
.padd-bot-top-5 {padding-top: 5px;padding-bottom: 5px;}
.padd-10 {padding: 10px;}
.padd-bot-10 {padding-bottom: 10px;}
.padd-bot-top-10 {padding-top: 10px;padding-bottom: 10px;}
.padd-bot-15 {padding-bottom: 15px;}
.padd-bot-top-15 {padding-top: 15px;padding-bottom: 15px;}
.padd-bot-20 {padding-bottom: 20px;}
.padd-bot-top-20 {padding-top: 20px;padding-bottom: 20px;}
.padd-none {padding: 0px;}

.radius-3 {border-radius:3px;}
.radius-5 {border-radius:5px;}
.radius-9 {border-radius:9px;}
.radius-none {border-radius:0px;}

.border-0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.separator-line {
	margin-bottom:14px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.separator-line-gris {
	margin-bottom:14px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}

.separator-line-blanco {
    margin-bottom: 14px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-left-width: 230px;
    border-left-style: solid;
    border-left-color: #FFF;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
}

.separator-line-blanco-old {
	margin-bottom:14px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}


.separator-line-white {
    margin-bottom: 8px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.34);
}

.separator-line-negro {
    margin-bottom: 14px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-left-width: 230px;
    border-left-style: solid;
    border-left-color: #9c9c9c;
    height: 1px;
    background: rgba(128, 128, 128, 0.35);
}

.separator-dos-puntos {
	margin-bottom: 14px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height:8px;
	background-image: url("../img/points-2.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.separador-diagonal {
	background-image: url(../img/linea-diagonal.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 14px;
	width: 100%;
	display: block;
}

.etiqueta-ultimo-momento {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #CC191C;
	margin: 15px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-bottom:10px;
	display: block;
	position: absolute;
	left: 0px;
	letter-spacing: 3px;
	z-index: 1;
	line-height: 30px;
	font-weight:600;
}

@media (max-width: 767px){
.etiqueta-ultimo-momento {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #CC191C;
    margin: 10px;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    display: block;
    position: absolute;
    left: 0px;
    letter-spacing: 3px;
    z-index: 1;
    line-height: 32px;
}
}

@media (min-width: 1200px){

.etiqueta-ultimo-momento {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #CC191C;
    margin: 15px;
    margin-top: 135px;
    margin-left: 40px;
    padding-top: 0px;
    padding-right: 14px;
    padding-bottom: 0px;
    padding-left: 14px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    left: 0px;
    letter-spacing: 1px;
    z-index: 1;
    line-height: 34px;
    font-weight: 600;
}

}

/* ENCUESTA STYLES */
.progress.edit {
    height: 34px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #5f5f5f;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    font-size: 14px;
    font-weight: 700;
}

.progress-bar-paulo {
    background-color: #698c00;
}

.voto {
    padding: 2px 8px;
    background-color: transparent;
    color: white;
    float: left;
    margin: 5px;
    width: 50px;
}

.opcion-encuesta {
    line-height: 32px;
    float: left;
    padding-left: 10px;
    font-size: 12px;
    /* text-transform: uppercase; */
    color: white;
    position: absolute;
    font-weight: 500;
}

.opcion-encuesta:hover {
    color:  #FFF;
}


.input-encuesta {
	padding: 9px 5px;
	border-bottom: solid 1px #353131;
	margin-bottom: 2px;
	display: block;
	cursor: pointer;
}

.input-encuesta span {
	padding-left: 5px;
    top: -2px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
	font-family: 'Raleway', sans-serif;
}

/* FIN ENCUESTA STYLES */

/*
.mask-video.mask-video-v2{
	background-image: url(../img/mask-video-v2.png);
}

.mask-video:hover {
	cursor:pointer;
}
*/	

.sale-tag-new {
    width: 50px;
    height: 100px;
    background: #66A606;
    position: absolute;
    top: -34px;
    left: -14px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-135deg);
}

.sale-tag-new span {
    position: absolute;
    top: 46px;
    left: -10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.sale-tag {
    width: auto;
    background: #FF8100;
    position: absolute;
    right: 8px;
    z-index: 1;
    border-radius: 3px;
    text-align: center;
    top: 8px;
    padding: 5px;
}

.sale-tag span {
    font-size: 12px;
    color: #fff;
    display: block;
}

.sale-tag.venta {
background:  #8CAE38;

}

.sale-tag.oferta-super {
  width: 60px;
  height: 60px;
  background: #F77100;
  position: absolute;
  right: 10px;
  z-index: 1;
  border-radius: 30px;
  padding-top: 15px;
}

.sale-tag.oferta-super span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #fff;
  display: block;
}

.redes-notas {
    position: absolute;
    right: 10px;
    margin: 0px;
    top: 10px;
    list-style: none;
    z-index: 10;
    width: 69px;
	display:none;
}
.redes-notas li {
	display:inline-block;
	margin: 0px !important;
}

.redes-notas li a {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF!important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: rgba(150, 150, 150, 0.54);
    margin-bottom: 4px;
    /* border-bottom-width: 2px; */
    /* border-bottom-style: solid; */
    /* border-bottom-color: #6B6A6B; */
    border: solid 1px #D8D8D8;
}

.redes-notas li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}


.redes-notas-single {
    position: absolute;
    right: 14px;
    margin: 0px;
    top: 10px;
    list-style: none;
    z-index: 10;
    width: 69px;
	display:none;
}
.redes-notas li {
	display:inline-block;
	margin: 0px !important;
}

.redes-notas-single li a {
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF!important;
    display: block;
    height: 34px;
    width: 34px;
    text-align: center;
    background-color: rgba(150, 150, 150, 0.54);
    margin-bottom: 4px;
    /* border-bottom-width: 2px; */
    /* border-bottom-style: solid; */
    /* border-bottom-color: #6B6A6B; */
    /*border: solid 1px #D8D8D8;*/
	border-radius: 17px;
}

.redes-notas-single li a:hover {
	background-color:#9a670c;
}


.btn-default-two {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.51);
	border-color: #FFF;
	height: auto;
	/* border-radius: 4px; */
	/* border-top-left-radius: 4px; */
	/* border-top-right-radius: 4px; */
	/* border-bottom-right-radius: 4px; */
	/* border-bottom-left-radius: 4px; */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.btn-default-two:hover,.btn-default-two:focus,.btn-default-two:active,.btn-default-two.active,.open>.dropdown-toggle.btn-default-two{
	color: #FFFFFF;
	background-color: rgba(204, 25, 28, 0.85);
	border-color: #7B2626;
}
	.btn-default-two:active,.btn-default-two.active,.open>.dropdown-toggle.btn-default-two{background-image:none}.btn-default-two.disabled,.btn-default-two[disabled],fieldset[disabled] .btn-default-two,.btn-default-two.disabled:hover,.btn-default-two[disabled]:hover,fieldset[disabled] .btn-default-two:hover,.btn-default-two.disabled:focus,.btn-default-two[disabled]:focus,fieldset[disabled] .btn-default-two:focus,.btn-default-two.disabled:active,.btn-default-two[disabled]:active,fieldset[disabled] .btn-default-two:active,.btn-default-two.disabled.active,.btn-default-two[disabled].active,fieldset[disabled] .btn-default-two.active{background-color:#fff;border-color:#ccc}.btn-default-two .badge{color:#fff;background-color:#333}


.btn-default-three {
    color: #fff;
    background-color: #698c00;
    height: auto;
    width: auto;
    border: 1px solid #70920a;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.btn-default-three:hover,.btn-default-three:focus,.btn-default-three:active,.btn-default-three.active,.open>.dropdown-toggle.btn-default-three{ 
color: #FFFFFF;
    background-color: #8a0b0b;
    border-color: #482828;
	}
	.btn-default-three:active,.btn-default-three.active,.open>.dropdown-toggle.btn-default-three{background-image:none}.btn-default-three.disabled,.btn-default-three[disabled],fieldset[disabled] .btn-default-three,.btn-default-three.disabled:hover,.btn-default-three[disabled]:hover,fieldset[disabled] .btn-default-three:hover,.btn-default-three.disabled:focus,.btn-default-three[disabled]:focus,fieldset[disabled] .btn-default-three:focus,.btn-default-three.disabled:active,.btn-default-three[disabled]:active,fieldset[disabled] .btn-default-three:active,.btn-default-three.disabled.active,.btn-default-three[disabled].active,fieldset[disabled] .btn-default-three.active{background-color:#fff;border-color:#ccc}.btn-default-three .badge{color:#fff;background-color:#333}

.btn-default-three.invert{color:#E55050;border: 1px solid #E55050;}
.btn-default-three.invert:hover{color:#fff;border: 1px solid #E55050;}

.btn-twitter {
    background: #00acee;
    border-radius: 3;
    color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff !important
}
.btn-facebook {
    background: #3b5998;
    border-radius: 3;
    color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff !important
}
.btn-googleplus {
    background: #e93f2e;
    border-radius: 3;
    color: #fff
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff !important
}

.btn-youtube {
    background: #e93f2e;
    border-radius: 3;
    color: #fff
}
.btn-youtube:link, .btn-youtube:visited {
    color: #fff
}
.btn-youtube:active, .btn-youtube:hover {
    background: #ba3225;
    color: #fff !important
}

.btn-stumbleupon {
    background: #f74425;
    border-radius: 3;
    color: #fff
}
.btn-stumbleupon:link, .btn-stumbleupon:visited {
    color: #fff
}
.btn-stumbleupon:active, .btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff !important
}
.btn-linkedin {
    background: #0e76a8;
    border-radius: 3;
    color: #fff
}
.btn-linkedin:link, .btn-linkedin:visited {
    color: #fff
}
.btn-linkedin:active, .btn-linkedin:hover {
    background: #0b6087;
    color: #fff !important
}

.btn-twitter-two {
    background: #fff;
    border-radius: 3;
    color: #00acee;
	border: 1px solid #00acee;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn-twitter-two:link, .btn-twitter-two:visited {
    /*color: #fff*/
}
.btn-twitter-two:active, .btn-twitter-two:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook-two {
    background: #fff;
    border-radius: 3;
    color: #3b5998;
	border: 1px solid #3b5998;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn-facebook-two:link, .btn-facebook-two:visited {
    /*color: #fff*/
}
.btn-facebook-two:active, .btn-facebook-two:hover {
    background: #30477a;
    color: #fff
}
.btn-googleplus-two {
    background: #fff;
    border-radius: 3;
    color: #e93f2e;
	border: 1px solid #e93f2e;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn-googleplus-two:link, .btn-googleplus-two:visited {
    /*color: #fff*/
}
.btn-googleplus-two:active, .btn-googleplus-two:hover {
    background: #ba3225;
    color: #fff
}




.google_maps {
	text-decoration: none;
	width: 100%;
	height: 260px;
	float: left;
}

.share-buttons {
    width: auto;
    display: block;
    float: right;
}

.posts-shares {
float:left;
}

.share-buttons h5 {
    /* float: left; */
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8e8e8e;
    position: relative;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 5px;
}

.social-shares {
display:block;
padding:0;
}

.social-shares ul {
list-style:none;
margin:0;
padding:0;
}

.social-shares ul li {
float:left;
list-style:none;
margin:0 0 0px;
padding:0;
}

.social-shares ul li a {
    display: block;
    float: left;
    background-image: none;
    line-height: 28px;
    font-size: .9em;
    margin: 0 5px 0 0;
    border-radius: 50%;
    border: solid 2px #8a9091;
    color: #8a9091;
}


.social-shares ul li a:hover {
    border: solid 2px #000;
    color: #000;

}

.share-pinterest {
background-image:none!important;
}

.social-shares ul li i {
display: inline-block;
    font-size: 14px;
    /* background-color: #cc0000; 
    color: #FFF;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
}
@media only screen and (min-width: 640px) { .whatsapp{ display:none !important; } }


.google_maps p{
	font-size: 13px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
	padding: 0px;
	margin-bottom: 3px;
}
.google_maps strong {
	text-decoration: none;
	font-size: 17px;
	font-weight: normal;
	color: #333;
}
.google_maps .detalle {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	line-height: 24px;
	background-color: #F90;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.google_maps .alert {
	text-decoration: none;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-bottom: 0px;
	color: #666;
}
.google_maps.grande {
	text-decoration: none;
	height: 700px;
	margin-top: 15px;
}
.google_maps.mediano {
	text-decoration: none;
	height: 410px;
	margin-top: 0px;
}
.google_maps .gmnoprint {
}

.google_maps img{max-width:none;}

.footer-bg {
	background-color: #FFF;
}

.foot-bg {
	background-image: url(../archivos/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #27373F;
	padding-top: 35px;
}

.seccion-newsletter {
    background-repeat: repeat;
    background-color: #000;
    margin-top: 50px;
    border-bottom: solid 5px #e9e9e9;
}

.seccion-newsletter .titulo-f2 {
    font-size: 22px;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 0px;
    margin-top: 16px;
    font-stretch: normal;
    line-height: 1.23;
    color: #fff;
}

.categorias-footer {
	margin:0px;
}

.categorias-footer li {
	padding-bottom:3px;
	margin:0px 9px;
	position:relative;
	margin-bottom: 5px;
	margin-bottom: 0px;
}


.categorias-footer li a {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    text-align: left;
    color: #444444;
    position: relative;
}



.categorias-footer li a:hover {
	color: #777
}

.categorias-footer.contact-us li a:hover {
	color: #666;
}


.footer-sub-menu {
	color:#FFF;
}

.footer-sub-menu li {
	padding-bottom:3px;
}

.footer-sub-menu li a {
	color:#FFF;
	padding: 5px 0px;
    display: block;
}

.footer-sub-menu li a:hover {
	color: #960;
}

ul.social-buttons-footer {
	text-align:center;
	padding-top: 10px;
}

ul.social-buttons-footer li {
	float:none;
}

ul.social-buttons-footer li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    font-size: 17px;
    line-height: 40px;
    outline: 0;
    color: #0f315f;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    background-color: #fff;
    box-shadow:2px 3px 12px 0px #0000001f;
}

ul.social-buttons-footer li a:hover{	
    color: #fff;
    background-color: #0f315f;
}

.centrar {
    margin-right: auto;
    margin-left: auto;
}

.cds   {
	font-size: 12px;
	color: #000;
	float: right;
	background-image: url(../img/logo-cms.png);
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	background-position: left center;
	line-height: 35px;
	padding-left: 60px;
	margin-right: 10px;
}
.cds:hover {
	color: #FBBF00;
}

/*::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-button {
	width: 12px;
	height:5px;
}
::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:5px;
}
::-webkit-scrollbar-thumb {
	background:#0D5297;
	border: thin solid gray;
	border-radius:5px;
}
::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}
*/
	
.fb-comments {
    width: 100% !important;
   }
.fb-comments iframe[style] {
   width: 100% !important;
  }
.fb-like-box {
   width: 100% !important;
  }
.fb-like-box iframe[style] {
   width: 100% !important;
  }
.fb-comments span {
   width: 100% !important;
  }
.fb-comments iframe span[style] {
   width: 100% !important;
  }
.fb-like-box span {
   width: 100% !important;
  }
.fb-like-box iframe span[style] {
   width: 100% !important;
  }


@media screen and (max-width:640px){
.col-xxs-12{
    width: 100%;
}
}
.btn-whatsapp{
    background: #44b23a;
}
.btn-whatsapp:link, .btn-whatsapp:visited{
    color:white;
}

/*<!--Sticky Ad-->*/

    div.sticky {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      max-width: 1350px;
      z-index: 9999;

    }
    div.sticky .close{	
		border: 3px solid #e53f33;
		border-radius: 50%;
		padding: 0px 2px;
		position: absolute;
		right: 18px;
		top: 3px;
		background-color: #e53f33;
		opacity: 21;
		color: white;	
    }


@media (max-width: 767px){
    div.sticky {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      width: auto;
      z-index: 9999;

    }
}	

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

.bg-categorias{
background-color: #fbfbfb;
    padding: 20px 0px;
    border-bottom: solid 1px #f7f7f7;
}

.bg-categorias .container{
	background-position: right center;
	background-repeat: no-repeat;
}

.bg-categorias h2{
}

/*------ Personal styles--------------*/

.fecha-top {
	line-height: 41px;
	margin: 0px;
	padding: 0px;
    color: #252525;
}

.seguinos {
	float: left;
	color: white;
	margin: 0px 10px;
	line-height: 29px;
	font-size: 14px;
	/*font-family: 'Roboto Condensed', sans-serif;*/
}

.ciudades {
	float: left;
	color: white;
	margin: 0px 10px;
	line-height: 31px;
	font-size: 12px;
}

.ciudades a {
	color: #CCC;
	margin: 0px 5px;
}

.ciudades a:hover {
    color: #9a670c;
}

.sub-menu-superior {
    float: left;
    color: #cbccc7;
    margin: 0px 10px 0px 0px;
    line-height: 42px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.sub-menu-superior a {
	color: #000;
	margin: 0px 5px;
}

.sub-menu-superior a:hover {
    color: #9a670c;
}


#links .img-cover {
    background-size: cover;
    background-position: top center;
    display: block;
}


.logotipo {
	display:none !important
}

.ver-logo {
	display:block !important
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.pasos-carro {
	padding-top: 10px;
	border-top: solid 1px #dedede;
}
.pasos-carro li a {
	color:#a0a0a0;
	margin-right:7px;
	font-size:13px;
}
.pasos-carro li a .paso {
	width: 26px;
	height: 26px;
	line-height: 26px;
	background-color: #a7a7a7;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	color: white;
	margin-right: 7px;
	font-size: 12px;
}
.pasos-carro li a.active {
	color:#000;
}
.pasos-carro li a.active .paso {
	background-color: #e76012;
	color: white;
}
	
 @media (max-width: 767px) {
 .pasos-carro li a {
 margin-right:0px;
}
 .pasos-carro li {
 padding:0px;
}
 .pasos-carro li a .not {
 display:none;
}
 .pasos-carro li a.active .not {
 display:inline-block;
 margin-right:7px;
 font-size:12px;
}
}

/*------ Fin Personal styles--------------*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: .25rem
}


.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

/*--------- fin card --- */

ul.social-buttons li {
	padding-left:0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

ul.social-buttons li a {
    text-align: center;
    height: 38px;
    width: 38px;
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 38px;
    background-color: rgb(0 0 0 / 91%);
    color: #ffffff !important;
    font-size: 14px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;

}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
      text-align: center;
    display: block;
    text-decoration: none;
    color: rgb(255 255 255) !important;
    background-color: #efbe16 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


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

.box-suscripcion{
    float: right;
    font-size: 16px;
    position: absolute;
    right: 0px;
    z-index: 10;
    top: 52px;
	    top: 43px;
}
@media (max-width: 768px) {			
.box-suscripcion {
    right: 60px;
    top: 16px;
}
}	
			
.contentUser {			
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	font-weight: inherit;
	list-style-type: none;
	list-style: none;
}	
			
@media (min-width: 975px) {
	.contentUser {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: auto;
	}
}
			
.div-flex {
    display: flex;
}
			
.btn-suscribirse {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(253 217 0);
    border-radius: 50px;
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 12px;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    width: 84px;
    height: 34px;
}
	
.btn-suscribirse:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(253 217 0);
}
				
			
.btn-suscribirse span {
    display: none;
    font-size: 14px;
    margin-left: 0px !important;
}			
			
@media (min-width: 975px) {
    .btn-suscribirse {
        font-size: 14px;
        width: auto;
        padding: 0px 2rem;
		
		height: 44px;
		
    }
	.btn-suscribirse span {
        display: block;
    }
}	
			
.btn-login {
    -webkit-box-align: center;
    align-items: center;
    background-color: inherit;
    border: 1px solid rgb(44 80 130);
    border-radius: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
    white-space: nowrap;
    cursor: pointer;
    width: 34px;
    height: 34px;
	color: rgb(255 255 255);
}


.btn-login:hover {
    background-color: #143b70;
    border: 1px solid rgb(44 80 130);
    color: rgb(255 255 255);
}
			
.btn-login span {
    display: none;
}			
			
@media (min-width: 975px) {
    .btn-login {
        width: 152px;
        margin: 0px 15px 0px 0px;
		
		height: 44px;
		
    }
    .btn-login span {
        display: block;
        font-weight: 700;
        font-size: 14px;
        margin-right: 10px;
    }
}	

    .detalle-user {	
		/*parche*/
		display: none;
    }			
			
@media (min-width: 975px) {
    .detalle-user {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        border-radius: 50px;
        min-width: 152px;
        cursor: pointer;
        margin-right: 15px;
		/*parche*/
		display: none;
		
		border: 1px solid rgb(219, 219, 219);
		padding: 4px 0px;
		
    }
}
			
@media (min-width: 975px) {
    .nombre-user {
        -webkit-box-align: center;
        align-items: center;
        color: rgb(255 255 255);
        display: flex;
        font-size: 14px;
        white-space: nowrap;
        -webkit-box-pack: center;
        justify-content: center;
        height: 100%;
    }
}	

.nombre-user span {
    display: none;
}			
			
@media (min-width: 975px) {
    .nombre-user span {
        margin-top: 2px;
        overflow: hidden;
        min-width: 80px;
        height: 100%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 10px;
		font-weight: 500;
    }
}
.nombre-user picture {
    margin-right: 10px;
    display: flex;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 50%;
    padding: 1px;
}
.nombre-user picture img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
@media (min-width: 975px) {
.nombre-user picture {
    margin-right: 0px;
	margin-left: 10px;
}
}
			
.dropdown-menu.drop-suscripcion{
    right: 0;
    border-radius: 7px;
    padding: 3px;
    border: 0px;
    background-color: #dfdfdf;
}	
.dropdown-menu.drop-suscripcion li a{
    text-align: center;
    background-color: white;
    margin: 4px;
    border: 0px;
    color: black !important;
}			
			
.dropdown-menu.drop-suscripcion li a.cerrar-sesion{
	background-color: black;
	color: white !important;
}						

.modal-suscripcion .modal-dialog{
    max-width: fit-content;
    position: relative;
    top: 50% !important;
    -moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
	
.modal-suscripcion .modal-dialog .modal-content{
    border-radius: 0px;
	padding: 20px;
	border: 0px;
}
	
.modal-suscripcion .modal-dialog .modal-content .boton-cerrar-x{
    position: absolute;
    top: 0px;
    right: 0px;
	color: black;
    font-size: 18px;	
	cursor: pointer;
}	

.modal-suscripcion .modal-dialog .modal-content .titulo-texto{
    font-size: 23px;
	font-weight: 600;
}
.modal-suscripcion .modal-dialog .modal-content .mensaje-texto{
    font-size: 16px;
	font-weight: 400;
}
	
.modal-suscripcion .modal-dialog .modal-content .menu-botones{
	margin-top: 20px;
	display: block;
}
	
.modal-suscripcion .modal-dialog .modal-content .menu-botones .btns-in{
	display: inline-block;
	padding: 9px 18px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #0f315f;
	color: #fff;
	font-weight: 400;
	border-radius: 3px;
	margin: 5px;
}	

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

.form-contacto .form-control {
   min-height: 45px;
}

.form-contacto .btn-enviar-c {
    color: #fff;
    background-color: #202020;
    height: auto;
    width: auto;
    border: 1px solid #202020;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    padding: 10px 28px;
    font-weight: 500;
}

.form-contacto .btn-enviar-c:hover {
    background-color: #22a939;
    border: 1px solid #22a939;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

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



.bott-con-suscripcion{
    font-size: 14px;
    background-color: #fdd900;
    line-height: 34px;
    border-radius: 50px;
    text-align: center;
    top: -1px;
    position: relative;
    margin-right: 2px;
    color: #000;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    padding: 0px 20px;
    margin-top: 6px;
}

.bott-con-suscripcion i{
    font-size: 12px;
}

.bott-sin-suscripcion{
    font-size: 14px;
    background-color: #4CAF50;
    line-height: 34px;
    border-radius: 50px;
    text-align: center;
    top: -1px;
    position: relative;
    margin-right: 2px;
    color: #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    padding: 0px 20px;
    margin-top: 6px;
}
