@charset "utf-8";

/* VARIABLES */
:root{
    
    --color-primario-mod: #2aabe3;
	--color-primario-claro_mod: #32C0FF;
	--color-primario-oscuro_mod: #108ccd;
	--color-secundario-mod: #0B6EA2;
    
	--fondo-primario: #2aabe3;
	--fondo-secundario: #108ccd;
	
	--color-gris-claro: #F7F7F7;
	--fondo-gris-claro: #C2C2C2;
	
	--color-texto: #787878;
	
	--color-primario-mod-hover: #344354;
	--fondo-primario-mod-hover: #344354;
	
	--fondo-desactivado: #808080;
	--fondo-desactivado-hover: #636262;
}

/*  ELEMENTOS HTML */
body, p {color: var(--color-texto);}

h1, h2, h3 {color: var(--color-primario_oscuro-mod); margin-bottom: 20px;}

textarea, input[type=text], input[type=number], input[type=mail], select {margin-bottom:10px !important;}  

hr {background-color: var(--fondo-gris-claro);}

label {cursor:pointer;}

footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff !important;
    color: #333 !important;
    /*background-color: #00ACE5;
    color: #fff;*/
}
footer h4 {color:#333 !important;}
footer a {color:#333 !important;}
footer h5 {text-align: center; margin-bottom: 20px}
footer ul {padding-left: 0px; }
footer ul li {list-style: none; text-align: center;}
.logoFooter img {width:250px; height: auto;}

.btn-primary {background-color: var(--color-primario-mod); color: #fff !important; border-color: var(--color-primario-mod); }
.btn-danger {color: #fff !important;}

.btn-primary:hover {background-color: var(--color-primario-claro_mod) !important; border-color: var(--color-primario-mod);}

/* ESPACIOS */
.clear   {display:block; clear:both; height:1px; width:100%;}
.clear5  {display:block; clear:both; height:5px; width:100%;}
.clear10 {display:block; clear:both; height:10px; width:100%;}
.clear15 {display:block; clear:both; height:15px; width:100%;}
.clear20 {display:block; clear:both; height:20px; width:100%;}
.clear25 {display:block; clear:both; height:25px; width:100%;}
.clear30 {display:block; clear:both; height:30px; width:100%;}
.clear35 {display:block; clear:both; height:35px; width:100%;}
.clear40 {display:block; clear:both; height:40px; width:100%;}
.clear50 {display:block; clear:both; height:50px; width:100%;}

.clearSoloMov   {display:block; clear:both; height:1px; width:100%;}
.clear5SoloMov  {display:block; clear:both; height:5px; width:100%;}
.clear10SoloMov {display:block; clear:both; height:10px; width:100%;}
.clear15SoloMov {display:block; clear:both; height:15px; width:100%;}
.clear20SoloMov {display:block; clear:both; height:20px; width:100%;}
.clear25SoloMov {display:block; clear:both; height:25px; width:100%;}
.clear30SoloMov {display:block; clear:both; height:30px; width:100%;}
.clear35SoloMov {display:block; clear:both; height:35px; width:100%;}
.clear40SoloMov {display:block; clear:both; height:40px; width:100%;}

.clearMov   {display:none; clear:none; height:1px; width:100%;}
.clear5Mov  {display:none; clear:none; height:1px; width:100%;}
.clear10Mov {display:none; clear:none; height:1px; width:100%;}
.clear15Mov {display:none; clear:none; height:1px; width:100%;}
.clear20Mov {display:none; clear:none; height:1px; width:100%;}
.clear25Mov {display:none; clear:none; height:1px; width:100%;}
.clear30Mov {display:none; clear:none; height:1px; width:100%;}
.clear35Mov {display:none; clear:none; height:1px; width:100%;}
.clear40Mov {display:none; clear:none; height:1px; width:100%;}

.marginBotom5SoloMov  {margin-bottom: 0px;}
.marginBotom10SoloMov {margin-bottom: 0px;}
.marginBotom15SoloMov {margin-bottom: 0px;}

/* MEDIDAS */
.maxWidth100 {max-width:90px !important;}
.maxWidth200 {max-width:200px !important;}
.maxWidth300 {max-width:300px !important;}

.minWidth100 {max-width:100px !important;}
.minWidth200 {max-width:200px !important;}
.minWidth300 {max-width:300px !important;}

.width33por100 {width:33% !important;}
.width34por100 {width:34% !important;}

.noMargin  {margin: 0 !important;}

.marginTopRecPass {margin-top: 250px !important;}

.marginTop0  {margin-top:0px !important;}
.marginTop5  {margin-top:5px !important;}
.marginTop10 {margin-top:10px !important;}
.marginTop15 {margin-top:15px !important;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom15 {margin-bottom:15px;}

.marginRight5  {margin-right:5px !important;}
.marginRight10 {margin-right:10px !important;}
.marginRight15 {margin-right:15px !important;}

.marginLeft5  {margin-left:5px !important;}
.marginLeft10 {margin-left:10px !important;}
.marginLeft15 {margin-left:15px !important;}

.marginBoton5M  {margin-bottom:-5px;}
.marginBoton10M {margin-bottom:-10px;}
.marginBoton15M {margin-bottom:-15px;}

.noPadding {padding: 0 !important;}

.paddingLeft5  {padding-left:5px !important;}
.paddingLeft10 {padding-left:10px !important;}
.paddingLeft15 {padding-left:15px !important;}

.paddingRight5  {padding-right: 5px !important;}
.paddingRight10 {padding-right: 10px !important;}
.paddingRight15 {padding-right: 15px !important;}

.paddingTop5  {padding-top: 5px !important;}
.paddingTop10 {padding-top: 10px !important;}
.paddingTop15 {padding-top: 15px !important;}
.paddingTop20 {padding-top: 20px !important;}
.paddingTop25 {padding-top: 25px !important;}

.paddingDerIzq7 {padding-right: 7px !important; padding-left: 7px;}

.paddingBotonesMenu {padding: 4px 7px;}

.padding5 {padding: 5px !important;}
.padding8 {padding: 8px !important;}
.padding12 {padding: 12px !important;}

/* COLORES */
.color-primario {color: var(--color-primario-mod);}
.color-secundario {color: var(--color-secundario-mod);}
.fondo-primario {background-color: var(--fondo-primario);}
.fondo-secundario {background-color: var(--fondo-secundario);}

.enfasisTxt {color: var(--color-primario-mod);}

.rojo   {color:red !important;}
.blanco {color:#FFF !important;}
.azul   {color:#00BEFF !important;}
.verde  {color:#71FF5A !important;}
.negro  {color:#000 !important;}
.ambar  {color:#C7B100 !important;}

.grisClaro {color:#ACACAC !important;}

.selectAmarillo {background-color:#FBFFBC !important; color: #000 !important; border-color:#FBFFBC !important;}
.selectAzul 	{background-color:#A9DBFF !important; color: #000 !important; border-color:#A9DBFF !important;}
.selectVerde    {background-color:#C6FBB7 !important; color: #000 !important; border-color:#C6FBB7 !important;}
.selectRojo     {background-color:#FFCCCC !important; color: #000 !important; border-color:#FFCCCC !important;}
.selectMorado   {background-color:#D8ACEA !important; color: #000 !important; border-color:#D8ACEA !important;}
.selectNaranja  {background-color:#FDB250 !important; color: #000 !important; border-color:#FDB250 !important;}
.selectRosa     {background-color:#F5A3DF !important; color: #000 !important; border-color:#F5A3DF !important;}
.selectMarron   {background-color:#A28989 !important; color: #000 !important; border-color:#A28989 !important;}

.fondoHueso  {background-color:#f4f4f4 !important;;}
.fondoVerde  {background-color:#0C0 !important;}
.fondoAzul   {background-color:#09F !important;}
.fondoBlanco {background-color:#FFFFFF !important;}
.fondoNegro  {background-color:#000000 !important;}

.fondoRojoBoton {background-color:#dd4b39 !important;}
.fondoVerdeBoton {background-color:#00a65a !important;}

.colorEnlaces {cursor:pointer; color:cornflowerblue !important; margin-bottom: 8px !important; }
.colorEnlaces:hover {color:#9ABDFC !important;}

.iconoFooterRedes {width:60px; height: auto;}

.banderaPais {display: inline-block; width: 20px; height: 20px; margin-left: 5px;} 
#modalRegistro label {
    color:#fff !important;
}

.botonNaranja {
    display: block;
    cursor: pointer;
    background-color: orange;
    color:#000;
    height: 35px;
    min-width:100px;
    width:auto;
    line-height: 35px;
    border: 0;
    font-size: 18px;
    font-weight:bold;
    margin: 0 auto;
}

.botonPremium {
    display: block;
    cursor: pointer;
    background-color: darkgoldenrod;
    color:#000;
    height: 35px;
    min-width:100px;
    width:auto;
    line-height: 35px;
    border: 0;
    font-size: 18px;
    font-weight:bold;
    margin: 0 auto;
}

.msgPremium {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: darkgoldenrod; 
    color:#000;
    display: block;
    width:100%;
    height: auto; 
    line-height: 30px;
}

.titularesIndex {font-size: 20px;}

/* MENÚ */
body > div.container-fluid > nav > div > a > img {margin-right: 30px;}
nav.navbar-light {background-color: var(--fondo-primario) !important; border-bottom: 1px solid var(--color-primario-mod) !important;}
nav.bg-light {background-color: var(--fondo-primario) !important;}
#navbarSupportedContent > ul > li > a {font-family: 'Poppins', sans-serif; font-weight: 500; color: #fff; border-radius:3px !important;}
#navbarSupportedContent > ul > li > a.active {background-color: var(--color-primario-mod); color:#fff;} 
.logoMenu {width:160px;}

/*SUBMENU*/
li.categoriaList {cursor: pointer; margin-left:15px; margin-bottom: 8px;}
/*li.categoriaList:after {content: ' ▼';}*/
li.categoriaList > ul { list-style:circle; border-bottom: 1px solid #efefef;}/*display: none;*/
li.categoriaList:hover > ul {}/*display:block;*/
li.categoriaList > ul > li {padding: 7px; box-sizing: border-box;}
li.categoriaList > ul > li:hover {background-color: #EFEFEF;}
li.categoriaList > ul > li > a {color: var(--color-secundario);}

/* ENLACES */
a:link, a:visited {color:var(--color-primario-mod); font-weight:bold; text-decoration: none;}
a:hover {color:var(--color-secundario); text-decoration: underline;}

/* BREADCRUMB */
.breadcrumb {color: var(--color-texto) !important; font-size: 14px;}
.breadcrumb li.breadcrumb-item > a {color: var(--color-texto) !important; font-size: 14px; }
.breadcrumb li.breadcrumb-item > a.active {color: var(--color-primario-mod) !important; font-size: 14px;}

/* FORMAS */
.bordesRedondos10 { border-radius: 10px;}
.bordesRedondos20 { border-radius: 20px;}
.bordesRedondos30 { border-radius: 30px;}
.bordesRedondos40 { border-radius: 40px;}
.bordesRedondos50 { border-radius: 50px;}

.bordesRedondosOpuestos10 { border-top-left-radius: 10px; border-bottom-right-radius: 10px;}
.bordesRedondosOpuestos20 { border-top-left-radius: 20px; border-bottom-right-radius: 20px;}
.bordesRedondosOpuestos30 { border-top-left-radius: 30px; border-bottom-right-radius: 30px;}
.bordesRedondosOpuestos40 { border-top-left-radius: 40px; border-bottom-right-radius: 40px;}
.bordesRedondosOpuestos50 { border-top-left-radius: 50px; border-bottom-right-radius: 50px;}

/* FORMATO TEXTO */
.textoTachadoAlertas {text-decoration:line-through !important;}
.textoMedio {vertical-align: middle !important;}
.textoMayusculas {text-transform: uppercase !important;}
.textoMinusculas {text-transform: capitalize !important;}

/* CTA */
.cta {padding: 30px 0px; border: 1px solid #dedede; background-color: var(--fondo-gris-claro); }

.cta h2 {color:var(--color-primario-mod); }

.circulosNumero {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: auto;
	text-align: center;
	color:#fff;
	font-size:39px;
	border-radius: 100%;
	margin-bottom: 30px;
}

.textoJuntoCirculos{
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.circulo1 {background-color: var(--color-primario-mod);}
.circulo2 {background-color: var(--color-primario-mod);}
.circulo3 {background-color: var(--color-primario-mod);}


/* ESTRUCTURA */
.bloque           {display:block;}
.cursorPointer    {cursor:pointer;}
.bloqueEnLinea    {display:inline-block;}
.borraImagen span {cursor:pointer;}
.hrDotted         { border:1px dotted #cdcdcd !important;}
.fontLabels 	  {font-size:15px !important;}
.fontLabelsMed    {font-size:12px !important;}
.preloader        {max-width:60px; height: auto;}
.cruzCerrar       {display:block; background-color:red; color:#FFF; border-radius:50%; height: 40px; width:40px; line-height: 40px; font-size: 40px;}
.noBordes         {border:0;}

.ocultaMovil {}

.nadaSeccion {
	padding:10px 0px 0px 0px;
}

.encabezados {
	display:block;
	width:100%;
	min-height:50px;
	line-height:50px;
	padding-left:10px;
	box-sizing:border-box;
	font-weight:600;
	background-color:#EDEDED !important;
	border-radius:4px;
}

.encabezadosGrisOscuro {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	padding-left:10px;
	box-sizing:border-box;
	font-weight:600;
	color:#FFF !important;
	background-color:#222D32 !important;
	border-radius:4px;
}

#msgAcciones {
	display:block;
	width:100%;
	height:auto;
	/*min-height:50px;*/
	text-align:center;
}

.anchoTotal {
	display:block;
	width:100% !important;
}

.altoAuto {
	display:block;
	height:auto !important;
	max-width:900px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	word-wrap:break-word !important;
}

.cabeceraTablas {
	background-color:#222D32;
	color:#CCC;
}

.cabeceraTablasGris {
    background-color:#E2DEDE;
	color:#000;
}

.crudContenedor {
	display:block;
	width:100%;
	min-height:50px;
	line-height:50px;
}

.koInput {
	background-color:#F00;
	color:#000 !important;
    border-color: red !important;
}

.okInput {
	background-color:#0C0;
	color:#000 !important;
    border-color: #0C0;
}

.normalInput {
	background-color:#FFF;
	color:#000 !important;	
    border-color: #d2d6de;
}

.msgModal {
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-top:30px;
}

/* INDEX */
.logosEntidades {width:100%; max-width: 250px; height: auto;}

/* FORMULARIOS */
.formularioModalFondoClaro {
	background-color: #F5F5F5;
    padding: 15px;
    box-sizing: border-box;
}

.cajasForms {
    background-color: #EDEDED;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 3px solid #DADADA;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}

.infoCajaTexto {
	color:#222;
	background-color:#F4F4F4;
	padding:10px;
	border: 2px solid #F07D38;
	box-sizing:border-box;
}

.input2en1 {
	display:inline-block !important;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.formularios {
	border:3px solid #CBCBCB;
	background-color:#F4F4F4;
	border-radius:7px;
	padding:20px;
	box-sizing:border-box;	
	margin-bottom:20px;
}

.dosInputs {
	display:block;
  	width:100%;
}

.inputsMios {
	display:inline-block !important;
  	width:auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
   /* background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.copyRight {vertical-align: middle;}
.seccionCopyright {color: var(--color-texto); font-size: 12px !important; padding:8px; box-sizing: border-box;}

/* CAJAS FICHAS */
.cajaFichas {
	cursor: pointer;
	min-height: 300px;
	border-radius: 10px;
	overflow: hidden;
}

a:hover.enlaceFicha {text-decoration: none; opacity: .8;}

.cajaFichas .encabezadoFicha {
	text-align: center;
	color:#fff;
	font-size: 26px;
	height: 50px;
	line-height: 50px;
	margin: 0;
}

.cajaFichas .fichaActiva {background-color: green;}
.cajaFichas .fichaPendiente {background-color: orange;}
.cajaFichas .fichaDesactivada {background-color: red;}

.opacidadDesactivada {opacity: .7;}

.botonVerderFicha, .botonNaranjaFicha, .botonRojoFicha {
	display: block;
	width: auto;
	min-width: 90px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px !important;
	border-radius: 5px;
	padding-left: 4px;
	padding-right:4px;
	border:0;
	margin: 0px auto -10px auto;	
}

.botonVerderFicha {background-color: green;}
.botonNaranjaFicha {background-color: orange;}
.botonRojoFicha {background-color: red;}

.cajaFichas .cajaImg {
	height: 250px;
	overflow: hidden;
}

.cajaFichas .cajaImg img {width: 100%; height:auto;}

.cajaFichas .precioFicha {
	font-family: 'Poppins', sans-serif;
	font-size: 20px !important;
}

.cajaFichas .estadoFicha {
	font-size: 10px;
	padding-top: 7px;
}

.cajaFichas .botonEnlaceFicha {
	display: block;
	background-color: var(--fondo-primario);
	color: #fff;
	width: 250px;
	margin: 10px auto 0;
	text-align: center;
	padding: 7px;
	box-sizing: border-box;
	border-radius: 4px;
}

.cajaFichas .botonEnlaceFicha:hover {
	text-decoration: none;
	background-color: var(--fondo-primario-hover);
}

.cajaFichas .botonEnlaceFichaAnterior {
	display: block;
	background-color: var(--fondo-desactivado);
	color: #fff;
	width: 250px;
	margin: 10px auto 0;
	text-align: center;
	padding: 7px;
	box-sizing: border-box;
	border-radius: 4px;
}

.cajaFichas .botonEnlaceFichaAnterior:hover {
	text-decoration: none;
	background-color: var(--fondo-desactivado-hover);
}

.cajaFichas h3.tituloFicha {
	font-size: 20px;
	min-height: 35px;
}

.cajaFichas .descripcionFicha {
	font-size: 16px;
	color: var(--color-texto) !important;
}

.card-footer {min-height:60px !important;}

.cajaFichas .iconosFicha {font-size: 13px !important;}

.cajaFichas h3.card-title:hover {color:orange;}

.cajaFichas p.card-text {font-size: 14px; min-height: 45px;}

.infoFichaCapa {
	position: absolute;
	background-color:#273D56;
	width:100%;
	height: 50px;
	margin-top: 200px;
	opacity: .5;
	z-index: 1;
}

.infoFichaTexto {
	position: absolute;
	display: block;
	margin-top: 200px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 13px;
	color:#fff;
	z-index: 2;
}

.infoFichaTexto > span {display: block;}

/* BLOG */
.cajaBlog {
	cursor: pointer;
	min-height: 300px;
}

a:hover.enlaceBlog {text-decoration: none; opacity: .8;}

.cajaBlog h3.card-title {font-size: 18px; min-height: 45px;}
.cajaBlog h3.card-title:hover {color:#DD7D39;}

.cajaBlog p.card-text {font-size: 14px; min-height: 45px;}

.cajaBlog small.text-muted {font-size:12px;}

.sidebarBlog {
	background-color: #F5F5F5;
	padding: 20px;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
}

.sidebarBlog h3 {text-align: center;}

/* QUERYS */

/* MÓVILES VERTICAL */
@media (max-width: 480px) {
    
    .maxWidth100 {max-width:100% !important;}
    
	.ocultaMovil {display:none;}
	
	.clearMov   {display:block; clear:both; height:1px; width:100%;}
	.clear5Mov  {display:block; clear:both; height:5px; width:100%;}
	.clear10Mov {display:block; clear:both; height:10px; width:100%;}
	.clear15Mov {display:block; clear:both; height:15px; width:100%;}
	.clear20Mov {display:block; clear:both; height:20px; width:100%;}
	.clear25Mov {display:block; clear:both; height:25px; width:100%;}
	.clear30Mov {display:block; clear:both; height:30px; width:100%;}
	.clear35Mov {display:block; clear:both; height:35px; width:100%;}
	.clear40Mov {display:block; clear:both; height:40px; width:100%;}
	
	.clearSoloMov   {display:block; clear:both; height:1px; width:100%;}
	.clear5SoloMov  {display:block; clear:both; height:1px; width:100%;}
	.clear10SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear15SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear20SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear25SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear30SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear35SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear40SoloMov {display:block; clear:both; height:1px; width:100%;}
    
    .marginBotom5SoloMov  {margin-bottom: 5px;}
    .marginBotom10SoloMov {margin-bottom: 10px;}
    .marginBotom15SoloMov {margin-bottom: 15px;}
	
	#navbarSupportedContent > ul > li > a.active { padding-left: 7px; box-sizing: border-box; }
	
	.textoJuntoCirculos{
		min-height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   
}

@media only screen and (min-width: 1200px) and (max-width: 1894px) {
     
}


/****************************************************
*****************************************************
*****************************************************
**************    PORCIONES  CSS    *****************
*****************************************************
*****************************************************
****************************************************/

/* Mi Modal */
#miModalGW{
	display: none;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	transition:all 1s;
}

#miModalGW .miModalGWCuerpo {
  	background-color:#F4F4F4;
	width: 100%;
	max-width: 1000px;
	min-width: 400px;
  	padding:40px 20px;
  	margin:150px auto;
  	position:relative;
	border:2px solid #7F7F7F;
	border-radius:5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#miModalGW .miModalGWCerrar {
	cursor:pointer;
	display:block;
	position:relative;
	float:right;
	width:30px;
	height:30px;
	margin-top: -20px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color:#414141;
	border-radius:50%;
}

#miModalGW #miModalGWTitulo {
	font-size: 35px;
	text-decoration-line:underline;
	text-align: center;
	margin-bottom: 10px;
}

#miModalGW > .miModalGWCuerpo p {font-size: 20px;}

/* Mis alerts */
.modalGWV {
    display: none;
    position: fixed; 
    z-index: 100; 
    padding-top: 100px; 
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-contentGWV {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 450px;
    padding-left: 30px;
    padding-right: 30px;
}

.clearGWV {display: block; clear: both; width: 100%; height: 20px;}

.closeGWV {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeGWV:hover,
.closeGWV:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.botonGWV {
    display: inline;
    float:left;
    margin-right: 20px;
    cursor: pointer;
    background-color:#363232;
    color: #fff;
    border: 1px solid #363232;
    text-align: center;
    height: 36px;
    line-height: 17px;
    padding-left: 8px;
    padding-right: 8px;
}

.botonGWV:hover{
    background-color:#5D5959;
    color: #fff;
    border: 1px solid #5D5959;
}

.okBtnGWV {
    background-color:#047D05;
    color: #fff;
    border: 1px solid #047D05;
}

.okBtnGWV:hover {
    background-color:#39A03A;
    color: #fff;
    border: 1px solid #39A03A;
}

.koBtnGWV {
    background-color:#FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}

.koBtnGWV:hover {
    background-color:#F73A3A;
    color: #fff;
    border: 1px solid #F73A3A;
}

.infBtnGWV {
    background-color:#DAC200;
    color: #fff;
    border: 1px solid #DAC200;
}

.infBtnGWV:hover {
    background-color:#E9D84D;
    color: #fff;
    border: 1px solid #E9D84D;
}

.okGWV {color:#047D05;}
.koGWV {color:#FF0000;}
.infGWV {color:#E9D84D;}
.textoGWV {margin-bottom: 15px;}

/* Mensajes Web */
#mensajesWeb {
	position:fixed;
	width:350px;
	height:auto;
	padding:5px;
	top:30%;
	right:-50%;
	margin-right:-175px;
    /*background-color: #fff;*/
	box-sizing:border-box;
	/*border:1px solid #FFFFFF;*/
    border-radius: 10px;
}

#mensajesWeb h3 {margin-bottom: -8px !important;}

#mensajesWeb .inf {
	text-align:center !important;
	background-color:#FFC !important;
	color:#FC6 !important;
	/*border:1px solid #FC0 !important;*/
	padding:5px !important;
	font-weight:bold;
    border-radius: 7px;
}

#mensajesWeb .ok {
	text-align:center !important;
	background-color:#CFF !important;
	color:#0C3 !important;
	/*border:1px solid #0C3 !important;*/
	padding:5px !important;
    border-radius: 7px;
}

#mensajesWeb .ko {
	text-align:center !important;
	background-color:#FCC !important;
	color:#F00 !important;
	/*border:1px solid #F00 !important;*/
	padding:5px !important;
    border-radius: 7px;
}

#mensajesWeb .info {
	text-align:center !important;
	background-color:#49C6FE !important;
	color:#2E33FF !important;
	/*border:1px solid #2E33FF !important;*/
	padding:5px !important;
    border-radius: 7px;
}

#mensajesWeb p {font-size:19px !important;}

/* Alertas */
#ventanaTransparente {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity:0;
    z-index: 1000;
    transition-duration: 300ms;
}

#ventanaAlertasGW {
    display:block;
    position: absolute;
    width:400px;
    height: auto;
    min-height: 200px;
    margin-left: 50%;
    margin-right: 50%;
    top:-500px;
    left: -200px;
    right:-200px;
    background-color: #fff;
    border: 3px solid #06f;
    border-radius:7px;
    padding: 20px;
    box-sizing: border-box;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    z-index: 2000;
    transition-duration: 300ms;
}

#ventanaAlertasGW #cerrarVentanaAlertasGW {
    display: block;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: -15px;
    margin-right: -15px;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #06f;
    color:#fff;
    font-weight:bold;
    font-size: 20px;
    border-radius:50%;

}

#ventanaAlertasGW input[type="text"] {
    width:100%;
    height: 36px;
    border: 1px solid #cdcdcd;
    border-radius:4px;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

#ventanaAlertasGW input[type="button"] {
    cursor:pointer;
    background-color: #06f;
    color:#fff;
    min-width:90px;
    height: 36px;
    line-height: 16px;
    border:0px;
    border-radius:4px;
    margin-bottom: 10px;
}

#ventanaAlertasGW input[type="button"]:hover{
    background-color:#4589EF;
}

#tituloVentanaAlertasGW {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#06f;
    margin-top: 4px;
    margin-bottom: 8px;
}

#contenidoVentanaAlertasGW {
    text-align: center;
    font-size: 16px;
    color:#787878;
}

#contenidoVentanaAlertasGW p {
    text-align: center;
}

#accionesVentanaAlertasGW {
    text-align: center;
}

/* Loader */
.loaderCRM {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999;
    background: url('../images/estructura/preload.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

/* Subida de fotos */
#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#F4F4F4;
    /*background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);*/
    width:80%;
    padding:30px;
    border-radius:3px;
    margin:30px auto;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    color: #fff;
    font-style: italic;
}

#drop{
    background-color: #DEDEDE;
    padding: 40px 50px;
    margin-bottom: 30px;
   /* border: 20px solid rgba(0, 0, 0, 0);*/
    border-radius: 3px;
    /*border-image: url('../images/estructura/border-image.png') 25 repeat;*/
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#00a65a;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#008d4c;
}

#drop input{
    display:none;
}

#upload .clear{
    clear: both;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
}

#upload ul li{

    background-color:#F4F4F4;
   /* background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);*/
    border-top:1px solid #F4F4F4;
    border-bottom:1px solid #F4F4F4;
    padding:15px;
    height: auto;
    position: relative;
    display: block;
    float: left;
    width: auto;
	margin-bottom:20px;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 55px;
    left: 15px;
}

#upload ul li p img{
	height: 120px;
	width: auto;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/estructura/icons.png') no-repeat;
    position: absolute;
    top: 10px;
    right: 73px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


/* GDPR COOKIES LIBRERÍA */
.gdpr-cookie-notice {
    position: fixed;
	min-height:50%;
    background: #222;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1000;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"*/
}
@media (max-width: 768px) {
    .gdpr-cookie-notice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.gdpr-cookie-notice-description {
	width: 60%;
    margin-left: 15%;
	font-size: 17px !important;
    padding: 0 16px 0 0;
    color: rgba(255, 255, 255, 0.75);
    line-height: 23px;
    text-align: left
}
@media (max-width: 768px) {
    .gdpr-cookie-notice-description {
		width: 90%;
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 12px;
        line-height: 18px
    }
}
.gdpr-cookie-notice-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    background: none;
    width: auto;
    height: auto;
    padding: 0
}
.gdpr-cookie-notice-nav-item {
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600;
}
.gdpr-cookie-notice-nav-item:hover {
    text-decoration: none
}
.gdpr-cookie-notice-nav-item-btn {
    background: var(--color-primario-mod);
	color: #fff !important;
    border-radius: 3px
}
.gdpr-cookie-notice-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#67807C"/></svg>');
    z-index: 1001;
    background: rgba(0, 0, 0, 0.4);
    overflow: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    display: none
}
.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.gdpr-cookie-notice-modal-content {
    width: 470px;
    border-radius: 6px;
    background: #fff;
    margin: auto
}
.gdpr-cookie-notice-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #f4f5f7
}
.gdpr-cookie-notice-modal-title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 0
}
.gdpr-cookie-notice-modal-close {
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.gdpr-cookie-notice-modal-close:before, .gdpr-cookie-notice-modal-close:after {
    width: 18px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #bdbdbd
}
.gdpr-cookie-notice-modal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}
.gdpr-cookie-notice-modal-close:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1
}
.gdpr-cookie-notice-modal-cookies {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}
.gdpr-cookie-notice-modal-cookie {
    display: block;
    border-bottom: 1px solid #f4f5f7;
    list-style-type: none;
    padding: 0;
    margin: 0
}
.gdpr-cookie-notice-modal-cookie-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px
}
.gdpr-cookie-notice-modal-cookie-title {
    font-weight: normal;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative
}
.gdpr-cookie-notice-modal-cookie-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #bdbdbd transparent transparent transparent;
    content: '';
    display: block;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}
.open .gdpr-cookie-notice-modal-cookie-title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.gdpr-cookie-notice-modal-cookie-state {
    color: var(--color-primario-mod);
    margin-left: auto;
    font-size: 15px
}
.gdpr-cookie-notice-modal-cookie-input {
    opacity: 0
}
.gdpr-cookie-notice-modal-cookie-input:checked + .gdpr-cookie-notice-modal-cookie-input-switch {
    background:  var(--color-primario-mod);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-primario-mod);
    box-shadow: inset 0px 0px 0px 1px #67807C
}
.gdpr-cookie-notice-modal-cookie-input-switch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 1px #bdbdbd;
    box-shadow: inset 0px 0px 0px 1px #bdbdbd;
    margin: 0 0 0 auto;
    position: relative;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer
}
.gdpr-cookie-notice-modal-cookie-input-switch:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center 7px;
    content: '';
    display: block
}
.gdpr-cookie-notice-modal-cookie-info {
    margin: 0;
    padding: 0 16px 12px 16px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
    display: none
}
.open .gdpr-cookie-notice-modal-cookie-info {
    display: block
}
.gdpr-cookie-notice-modal-footer {
    background: #f4f5f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 16px 16px 16px;
    border-radius: 0 0 6px 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.gdpr-cookie-notice-modal-footer-item {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #FFF;
    position: relative
}
.gdpr-cookie-notice-modal-footer-item:after {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -5px;
    background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#FFF"/></svg>') no-repeat left center;
    height: 12px;
    width: 8px;
    content: '';
    display: block
}
.gdpr-cookie-notice-modal-footer-item-btn {
    padding: 0 16px;
    color: #fff !important;
    background:  var(--color-primario-mod);
    border-radius: 3px;
    position: relative
}
.gdpr-cookie-notice-modal-footer-item-btn span {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}
.gdpr-cookie-notice-modal-footer-item-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    content: '';
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: block;
    background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center
}
.gdpr-cookie-notice-modal-footer-item-btn.saved span {
    opacity: 0
}
.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
    opacity: 1
}
.gdpr-cookie-notice-modal-footer-item:hover {
    text-decoration: none;
    opacity: 1
}


/* CAJA DE PERFIL */
.cajaPerfil {
    width: 90%;
    height: 185px;
    min-width: 600px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#fondoPortadaDiv {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fotoPortada {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 617px;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cajaFoto {
    position: relative;
    z-index: 2;
}

.circuloFoto {
    width: 130px;
    height: 130px;
    border: 5px solid white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.circuloFoto .fotoPerfil {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.datosPerfil {
    position: relative;
    z-index: 2;
    color: white !important; /* Ajusta este color según sea necesario */
    padding-left: 20px;
    text-align:left;
}

.nombre {margin-bottom: -2px !important;}
.descripcion {margin-bottom: -4px !important;}

.nombre, .descripcion {color:#fff !important; }

.clearDatosPerfil {
    height: 80px; /* Ajusta la altura según sea necesario */
}

#sombreado {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.2); /* Fondo negro con opacidad */
    z-index: 1; /* Asegura que quede por debajo de datosPerfil */
}

#info {
    position: relative;
    float: right;
    top: 10px;
    right: 50px;
    z-index: 8; /* Asegura que quede por encima de otros elementos */
    color: #333;
    font-size: 15px; /* Ajusta el tamaño según sea necesario */
    background-color: #fff;
    border-radius: 5px;
    padding: 3px 6px 6px 6px;
    box-sizing: border-box;
    opacity: .7;
    height: 15px;
    line-height: 1px;
    cursor: pointer;
}

.iconoFavorito {
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 70;
    padding: 3px 3px 6px 6px;
    line-height: 1px;
    cursor: pointer;
} 

.iconoFavorito img {
    width: 22px;
    height: 22px;
    opacity: .7;
}


/* CAJA PERFIL DESTACADO */
.cajaPerfilDestacados {
    width: 400px;
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#fondoPortadaDivDestacados {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fotoPortadaDestacados {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 617px;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cajaFotoDestacados {
    position: relative;
    z-index: 2;
}

.circuloFotoDestacados {
    width: 130px;
    height: 130px;
    border: 5px solid white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.circuloFotoDestacados .fotoPerfilDestacados {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.datosPerfilDestacados {
    position: relative;
    z-index: 2;
    color: white; /* Ajusta este color según sea necesario */
    padding-left: 20px;
}

.clear40, .clear20 {
    height: 20px; /* Ajusta la altura según sea necesario */
}

/* Cookies */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	min-height:60px;
	vertical-align:middle;
	line-height:60px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327 url("../images/estructura/cubes.png");
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
	background-color:#0073FC;
	color:#FFF;
	border:none;
	padding:10px;
	box-sizing:border-box;
	cursor:pointer;
}

.my-slider {
    margin: 0 auto;
    width: 100%;
}

.my-slider img {
    width: 100%;
    max-width: 300px;
    border-radius: 50%;
}

.fichasDestacados {
    
}


.destacaPerfil {
    width: 220px; 
    height: 220px;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 220px;
    text-align: center;
    font-size:16px;
    margin: 0 auto 20px auto;
    
}

/* MÓVILES VERTICAL */
@media (max-width: 480px) {
      .cajaPerfil {
        width: 100%;
        height: 185px;
        min-width: 360px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }  
     .cajaPerfil .nombre, .cajaPerfil .descripcion {margin-left:30px;}
    .cajaPerfilDestacados {
        width: 100%;
        height: 130px;
        min-width: 360px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .cajaFoto {top:5px;}
    
    #info {top:35px;}
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
     .cajaPerfil {
        width: 100%;
        height: 185px;
        min-width: 320px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }    
    .cajaPerfil .nombre, .cajaPerfil .descripcion {margin-left:30px;}
    
    .cajaPerfilDestacados {
        width: 100%;
        height: 130px;
        min-width: 190px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .cajaFoto {top:15px;}
    
    .destacaPerfil {
        width: 220px; 
        height: 220px;
        border: 3px solid #fff;
        border-radius: 50%;
        line-height: 220px;
        text-align: center;
        font-size:16px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;

    }
    
    #info {top:35px;}
}

@media only screen and (min-width: 992px) and (max-width: 1278px) {
     .cajaPerfil {
        width: 100%;
        height: 185px;
        min-width: 320px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }         
    
    .cajaPerfilDestacados {
        width: 100%;
        height: 130px;
        min-width: 280px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }     
    
    #info {top:35px;}
}

@media only screen and (min-width: 1279px) and (max-width:1400px) {
     .cajaPerfil {
        width: 100%;
        height: 185px;
        min-width: 550px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }     
    
    .cajaPerfilDestacados {
        width: 100%;
        height: 130px;
        min-width: 360px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }     
    
    #info {top:35px;}
}

@media only screen and (min-width: 970px) and (max-width: 1278px) {
     
    .cajaPerfilDestacados {
        width: 100%;
        height: 130px;
        min-width: 310px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }  
    
    #info {top:35px;}
}