.wrapper {
    position: relative;
    max-width: 1200px;
    width:100%;
    margin: auto;
}
#prueba
{
	border :0;
}
.contenedor-redcentrosnuevo
{
	margin-top: -21px;
}
.slider-redcentrosnuevo
{
	height: 270px;
	margin-bottom: 0!important;
}
.redcentros--buscador{
 	background: #004294;

}
.redcentros--buscador fieldset{
  padding:48px 32px 24px 32px;
}
.redcentros--buscador .filter-row{
  display: flex;
}
.redcentros--buscador label{
	display:none;
}
.redcentros--buscador input[type=text], .redcentros--buscador select{
	margin-right:1rem;
	border: 1px solid #D4D4D4;
  background-color: #FFFFFF;
  box-shadow: inset 1px 3px 5px 0 rgba(0,0,0,0.11);
  padding:.8rem 1rem;
  color:#878787;
}
.redcentros--buscador input[type=text]:focus, .redcentros--buscador select:focus{
	outline: 2px solid #D4D4D4;
}
#search_address{
	min-width:350px;
	flex-basis:50%;
}
#comboProvincias{
	min-width:150px;
	flex-basis:25%;
}
.btn-buscar{
	border-radius: 8px;
    background-color: #FFF;
    color: #ff7f1c;
    padding: .5rem 2rem;
    border: none;
    text-transform: uppercase;
    margin: 0 1rem;
    font-weight: bold;
}
.btn-buscar-avanzada{
	padding: .5rem 2rem;
  margin: 0 32px 24px 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 500;
  background-color:transparent;
	background-image: url(../img/IconColor.svg);
	background-repeat: no-repeat;
	background-position-y: 8px;
	position: relative;
}
.btn-buscar-avanzada:hover{
	color: rgba(255, 255, 255, .6);
}
.btn-buscar-avanzada:after{
	content:"";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFF;
  position: absolute;
  top: 16px;
  margin-left: 10px;
  transform: rotate(180deg);
}
.btn-buscar-avanzada.active:after{
	transform: rotate(0deg);
}
#busqueda-avanzada{
  background-color: #004294;
  padding: 0 15px 15px 15px;
  float: none;
}
#busqueda-avanzada fieldset{
	align-items: center;
  background: #fff;
    margin-bottom: 15px;
    padding: 24px 32px 16px 32px;
}
#busqueda-avanzada .custom-control{
	flex-basis:24%;
	margin-bottom: 1rem;
}
.break{
	content:"";
	flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#busqueda-avanzada label{
	display: inline-block;
    padding-top: .6rem;
    color: #545454;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    min-width: 175px;
    padding-left: .5rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#004294;
}
.custom-control-label::before,
.custom-control-label::after {
    top: .4rem;
    width: 1.25rem;
    height: 1.25rem;
}
.centro-propio{
	padding-left:2rem !important;
	background-image: url(../img/icono1.svg);
	background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: 5px 3px;
    font-weight:bold;
}
.centro-concertado{
	padding-left:2rem !important;
	background-image: url(../img/icono2.svg);
	background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: 5px 3px;
}
.otras-mutuas{
	padding-left:2rem !important;
	background-image: url(../img/icono3.svg);
	background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: 5px 3px;
}


.redcentros--listado header{
	display:flex;
	justify-content: space-between;
	border-bottom:2px solid #EDEDED;
	padding:.5rem 0;
	align-items: center;
}
.redcentros--listado header:before, .redcentros--listado header:after{
  content:none;
}
.redcentros--listado header p{
	color: #545454;
 	 font-size: 18px;
 	 letter-spacing: 0;
  	line-height: 22px;
  	margin-bottom: 0;
}

.redcentros--imprimir{
	padding: .5rem 2rem .5rem 4rem;
	text-transform: uppercase;
	color: #004294;
	font-weight: 500;
	border:none;
	background-color: transparent;
	background-image: url(../img/printer.svg);
	background-repeat: no-repeat;
	background-size: 35px 28px;
  background-position: 10px 1px;
}
.redcentros--listado article{
	border-bottom:2px solid #EDEDED;
	margin-top:1rem;
}
.redcentros--listado .centro-propio, .redcentros--listado .centro-concertado, .redcentros--listado .otras-mutuas, .sub{
	padding: .5rem 0 0 1.4rem;
    background-position: left top;
    background-size: 18px 22px;
}

.redcentros--listado article h4, .sub{
	color: #A1A1A1;
 font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.redcentros--listado article h3{
	color: #004294;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  cursor: pointer;
  text-transform: capitalize;
  display: inline;
}
.redcentros--listado article h3:hover
{
	text-decoration: underline;
}
.redcentros--listado .ver-detalle{
  color: #004294;
  font-size: 13px;
  margin-left: 20px;
  position: relative;
  white-space: nowrap;
}
.redcentros--listado .ver-detalle:before{
  content: "";
    border-bottom: 1px solid;
    color: #004294;
    font-size: 13px;
    margin: 0 6px;
    text-decoration: none;
    top: 8px;
    left: -17px;
    width: 5px;
    position: absolute;
}

.redcentros--listado article ul{
	padding-left: 0;
	display: inline-flex;
	list-style: none;
	width: calc(100% - 50px);
  flex-wrap:wrap;
}
.redcentros--listado article li{
	color: #545454;
  	font-size: 16px;
  	letter-spacing: 0;
  	line-height: 19px;
  	white-space: nowrap;
}
.redcentros--listado article li:after{
	content: "";
    padding: 1px 5px;
    margin: 20px;
    border-left: solid 1px #ddd;

}
.redcentros--listado article li:last-child::after{
	content: none;
}
.btn-more-info{
	height: 40px;
  	width: 40px;
  	background-color: #EDEDED;
  	border-radius:50%;
  	position:relative;
  	border:none;
  	margin-left:auto;
  	margin-bottom: .5rem;
    padding: 0 3px;

}
.btn-more-info:hover{
  transform:none;
}
.btn-more-info.collapsed{
	transform: rotate(180deg);
}
.btn-more-info:after{
	content: "";
    height: 20px;
    width: 20px;
    border-bottom: 2px solid #FF7F1B;
    border-right: 2px solid #FF7F1B;
    transform: rotate(-135deg);
    position: absolute;
    top: 12px;
    left: 10px;

}
.reg{
	color: #3B3B3B;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
}
.reg dt{
  white-space: nowrap;
  display: inline;
}
.reg dd{
	margin-bottom: 0;
    margin-left: 20px;
    display: inline;
}

footer{
	margin-top:2rem;
}



#redcentros--detalle{
	display: flex;
	padding-top: 2rem;
}
#redcentros--detalle article{
	position:relative;
}
#btnVolverRC{
  position: absolute;
  top:0;
  right:0;
  padding: .5rem 1rem .5rem 1.8rem;
}
.volver{
  text-transform: uppercase;
  background: transparent;
  color: #004595;
  border: 0;
  cursor: pointer;
  border-radius: 2px;
}
.volver:before{
  content:"";
  border-bottom:3px solid #ff7f1c;
  border-left:3px solid #ff7f1c;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
left: 10px;
}
#redcentros--detalle article, #redcentros--detalle #map2{
	flex-basis:50%;
  padding-right: 1.5rem;
}
#redcentros--detalle h1{
	font-size: 36px;
	color:#004294;
  margin-bottom: .5rem;
  text-transform: capitalize;
}
#redcentros--detalle .herramientas{
  font-size: 16px;
  color:#006FFA;
  text-decoration: underline;
  margin-right: 1rem;
  margin-bottom: .5rem;
}
#redcentros--detalle .herramientas:hover{
  text-decoration: none;

}
#redcentros--detalle dl{
  margin-top:1rem;
}
.servicios-titulo{
	font-size: 16px;
	color:#3B3B3B;
	font-weight: 700;
}
.servicios-listado{
	list-style: none;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.servicios-listado li{
  padding-left: 25px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 45px;
    min-height: 55px;
    width: 45%;
    color: #878787;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.icono-gestion{
	background-image: url(../img/Icono.svg);
}
.icono-hospitalizacion, .icono-ospitalizazioa{
	background-image: url(../img/hospitalizacion.svg);
}
.icono-asistencia-sanitaria-cp, .icono-osasun-laguntza-pk{
	background-image: url(../img/asistencia-sanitaria-cp.svg);
}
.icono-urgencias-24-horas, .icono-24-orduko-larrialdiak{
	background-image: url(../img/urgencias-24-horas.svg);
}
.icono-rehabilitacion--fisioterapia, .icono-errehabilitazioa--fisioterapia{
	background-image: url(../img/rehabilitacion--fisioterapia.svg);
}
.icono-gestion-administrativa, .icono-administrazio-kudeaketa{
	background-image: url(../img/gestion-administrativa.svg);
}
.icono-consultas-externas, .icono-kanpo-kontsultak{
	background-image: url(../img/consultas-externas.svg);
}
.icono-hospital-de-dia, .icono-eguneko-ospitalea{
	background-image: url(../img/hospital-de-dia.svg);
}
.icono-radiologia, .icono-erradiologia{
	background-image: url(../img/radiologia.svg);
}
.icono-supervision-medica-itcc, .icono-gainbegiratze-medikoa{
	background-image: url(../img/supervision-medica-itcc.svg);
}

.redcentros--no-result{
  display: none;
}
.redcentros--no-result h2.no-result{
  font-size: 20px;
  font-weight: bold;
  margin-top: 35px;
  color: #004294;
}
.redcentros--no-result p{
	color: #545454;
 	 font-size: 18px;
 	 letter-spacing: 0;
  	line-height: 22px;
  	margin-bottom: 15px;
}




.footer__widgets .col-2{
  min-width: 20%;
}
.footer__widgets .col-2 .footer__header h3 {
    font-size: .9rem;
    font-weight: bold;
}
.collapse{
  float:none;
  padding:0;
}


/**************** MEDIA QUERIES ********************************************/
@media only screen and (max-width: 1200px) {
  .wrapper--redcentros{
  	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
  }

}
@media only screen and (max-width: 1080px) {
  .footer__widgets{
    display:flex;
  }
  .footer__list{
    text-align:left;
  }
  .footer__widgets .col-2{
    min-width: 20%;
    width:20%;
  }
}
@media only screen and (max-width: 1024px) {
  #search_address{
	min-width:350px;
	flex-basis:33%;
	}
	#comboProvincias{
		min-width:230px;
	}
	.redcentros--listado article ul{
		flex-wrap: wrap;
	}
	.redcentros--listado article li{
		margin: 7px 0;
	}
	#redcentros--detalle .reg{
	  	display: block;
	  }
	  #redcentros--detalle .reg dd{
	  	margin-left:0;
	  }

    .footer__widgets{
      display:flex;
      flex-wrap: wrap;
    }
    .footer__list{
      text-align:left;
    }
    .footer__widgets .col-2{
      min-width: 40%;
      width:50%;
    }

}
@media only screen and (max-width: 890px) {
  #search_address {
    min-width: 250px;
  }
  #comboProvincias {
    min-width: 180px;
  }
	.slider-redcentrosnuevo
	{
		height: 270px;
		margin-bottom: 0!important;
		padding-top: 0!important;
	}
	.slider-redcentrosnuevo>.slides>.slide>.wrapper
	{
		padding-top: 0;
	}
  #busqueda-avanzada {
      background-color: #004294;
      padding: 16px;
  }
}
 @media only screen and (max-width: 768px) {
  .redcentros--buscador .filter-row{
    flex-wrap: wrap;
  }
  .redcentros--buscador .filter-row:last-child{
    margin-top:40px;
  }

  #search_address, #comboProvincias, .btn-buscar{
	width:100%;
	margin:.5rem 0;
  }
	#redcentros--detalle {
    flex-wrap: wrap;
	}
  #redcentros--detalle article, #redcentros--detalle #map2 {
    flex-basis: 100%;
    padding-right: 0;
	}
 #redcentros--detalle #map2 {
    min-height:500px;
	}

  .footer__list{
    text-align:center;
  }
  .footer__widgets .col-2{
    min-width: 100%;
    width:100%;
  }
}

@media only screen and (max-width: 480px) {
  #search_address{
min-width:200px;
  }
  .redcentros--listado header p{
  	white-space: nowrap;
  	font-size: 16px;
  }
  .redcentros--imprimir{

  	white-space: nowrap;
  	font-size: 14px;
  	padding: .5rem 2rem .5rem 3rem;
    background-size: 28px 24px;
    background-position: 2.8rem 1px;
    height: 25px;
  }


  .redcentros--imprimir span{
    display:none;
  }
  .redcentros--listado article li{
  	flex-basis:100%;
    white-space: normal;
  }

  .redcentros--listado article li:after{
  	content:none;
  }
  .reg{
    display: flex;
	flex-wrap: wrap;
	}
	.reg dt{
	  white-space: nowrap;
	  margin-right: 20px;
	}
	.reg dd{
	    margin-left: 0;
	    margin-bottom: .5rem;
	}
	.servicios-listado li{
		width:100%;
	}
}

/******************************************************************************/


html{
  line-height:1.15;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  }
  .contenedor-redcentrosnuevo body{
  margin:0;
  }
  .contenedor-redcentrosnuevo article, .contenedor-redcentrosnuevo aside, .contenedor-redcentrosnuevo footer, .contenedor-redcentrosnuevo header, .contenedor-redcentrosnuevo nav, .contenedor-redcentrosnuevo section{
  display:block;
  }
  .contenedor-redcentrosnuevo .broken_link, .contenedor-redcentrosnuevo a.broken_link{
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo h1{
  font-size:2em;
  margin:0.67em 0;
  }
  .contenedor-redcentrosnuevo figcaption, .contenedor-redcentrosnuevo figure, .contenedor-redcentrosnuevo main{
  display:block;
  }
  .contenedor-redcentrosnuevo figure{
  margin:1em 40px;
  }
  .contenedor-redcentrosnuevo hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
  }
  .contenedor-redcentrosnuevo pre{
  font-family:monospace,monospace;
  font-size:1em;
  }
  .contenedor-redcentrosnuevo a{
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
  text-decoration: none;
  }
  .contenedor-redcentrosnuevo abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  text-decoration:underline dotted;
  }
  .contenedor-redcentrosnuevo b, .contenedor-redcentrosnuevo strong{
  font-weight:inherit;
  }
  .contenedor-redcentrosnuevo b, .contenedor-redcentrosnuevo strong{
  font-weight:bolder;
  }
  .contenedor-redcentrosnuevo code, .contenedor-redcentrosnuevo kbd, .contenedor-redcentrosnuevo samp{
  font-family:monospace,monospace;
  font-size:1em;
  }
  .contenedor-redcentrosnuevo dfn{
  font-style:italic;
  }
  .contenedor-redcentrosnuevo mark{
  background-color:#ff0;
  color:#000;
  }
  .contenedor-redcentrosnuevo small{
  font-size:80%;
  }
  .contenedor-redcentrosnuevo sub, .contenedor-redcentrosnuevo sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
  }
  .contenedor-redcentrosnuevo sub{
  bottom:-0.25em;
  }
  .contenedor-redcentrosnuevo sup{
  top:-0.5em;
  }
  .contenedor-redcentrosnuevo audio, .contenedor-redcentrosnuevo video{
  display:inline-block;
  }
  .contenedor-redcentrosnuevo audio:not([controls]){
  display:none;
  height:0;
  }
  .contenedor-redcentrosnuevo img{
  border-style:none;
  }
  .contenedor-redcentrosnuevo svg:not(:root){
  overflow:hidden;
  }
  .contenedor-redcentrosnuevo button, .contenedor-redcentrosnuevo input, .contenedor-redcentrosnuevo optgroup, .contenedor-redcentrosnuevo select, .contenedor-redcentrosnuevo textarea{
  font-family:sans-serif;
  font-size:100%;
  line-height:1.15;
  margin:0;
  }
  .contenedor-redcentrosnuevo button, .contenedor-redcentrosnuevo input{
  overflow:visible;
  }
  .contenedor-redcentrosnuevo button, .contenedor-redcentrosnuevo select{
  text-transform:none;
  }
  .contenedor-redcentrosnuevo button, .contenedor-redcentrosnuevo html [type="button"], .contenedor-redcentrosnuevo [type="reset"], .contenedor-redcentrosnuevo [type="submit"]{
  -webkit-appearance:button;
  }
  .contenedor-redcentrosnuevo button::-moz-focus-inner, .contenedor-redcentrosnuevo [type="button"]::-moz-focus-inner, .contenedor-redcentrosnuevo [type="reset"]::-moz-focus-inner, .contenedor-redcentrosnuevo [type="submit"]::-moz-focus-inner{
  border-style:none;
  padding:0;
  }
  .contenedor-redcentrosnuevo button:-moz-focusring, .contenedor-redcentrosnuevo [type="button"]:-moz-focusring, .contenedor-redcentrosnuevo [type="reset"]:-moz-focusring, .contenedor-redcentrosnuevo [type="submit"]:-moz-focusring{
  outline:1px dotted ButtonText;
  }
  .contenedor-redcentrosnuevo fieldset{
  padding:0.35em 0.75em 0.625em;
  }
  .contenedor-redcentrosnuevo legend{
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
  }
  .contenedor-redcentrosnuevo progress{
  display:inline-block;
  vertical-align:baseline;
  }
  .contenedor-redcentrosnuevo textarea{
  overflow:auto;
  }
  .contenedor-redcentrosnuevo [type="checkbox"], .contenedor-redcentrosnuevo [type="radio"]{
  box-sizing:border-box;
  padding:0;
  }
  .contenedor-redcentrosnuevo [type="number"]::-webkit-inner-spin-button, .contenedor-redcentrosnuevo [type="number"]::-webkit-outer-spin-button{
  height:auto;
  }
  .contenedor-redcentrosnuevo [type="search"]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
  }
  .contenedor-redcentrosnuevo [type="search"]::-webkit-search-cancel-button, .contenedor-redcentrosnuevo [type="search"]::-webkit-search-decoration{
  -webkit-appearance:none;
  }
  .contenedor-redcentrosnuevo ::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
  }
  .contenedor-redcentrosnuevo details, .contenedor-redcentrosnuevo menu{
  display:block;
  }
  .contenedor-redcentrosnuevo summary{
  display:list-item;
  }
  .contenedor-redcentrosnuevo canvas{
  display:inline-block;
  }
  .contenedor-redcentrosnuevo template{
  display:none;
  }
  .contenedor-redcentrosnuevo [hidden]{
  display:none;
  }
  .contenedor-redcentrosnuevo header:before, .contenedor-redcentrosnuevo header:after{
  content: "";
  display: table;
  }
  .contenedor-redcentrosnuevo header:after{clear: both}
  .contenedor-redcentrosnuevo /* IE 6 & 7 */
  header{zoom: 1}
  .contenedor-redcentrosnuevo *{box-sizing: border-box}
  .contenedor-redcentrosnuevo /* MUTUALIA */
  
  .toggle-menu{display: none}
  .contenedor-redcentrosnuevo .menu-overlay{display: none}
  .contenedor-redcentrosnuevo body{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  }
  .contenedor-redcentrosnuevo iframe{
    max-width: 100%;
  }
  .contenedor-redcentrosnuevo a{
  color: #000;
  }
  .contenedor-redcentrosnuevo ul{
    list-style-position: inside;
    padding: 0;
  }
  .contenedor-redcentrosnuevo fieldset{
    border: 0;
  }
  .contenedor-redcentrosnuevo legend{
    display: none;
  }
  .contenedor-redcentrosnuevo .pull-left{float: left !important}
  .contenedor-redcentrosnuevo .pull-right{float: right !important}
  .contenedor-redcentrosnuevo /* SITEMAP */
  
  .sitemap-content .wsp-container{
    column-count: 2;
    margin-bottom: 3rem;
    max-width: 1000px;
  }
  .contenedor-redcentrosnuevo .sitemap-content .wsp-pages-list{
    margin-top:0;
  }
  .contenedor-redcentrosnuevo .sitemap-content h2{
    display: none;
  }
  .contenedor-redcentrosnuevo .sitemap-content a{
    text-decoration: none;
    color:#005CAB;
  
  }
  .contenedor-redcentrosnuevo .sitemap-content a:hover{
    text-decoration: underline;
  
  }
  .contenedor-redcentrosnuevo .sitemap-content ul{
    list-style: none;
  }
  .contenedor-redcentrosnuevo .sitemap-content ul li{
    padding-bottom:.5rem;
  }
  .contenedor-redcentrosnuevo .sitemap-content ul li::before{
    content: "•";
      color: #005CAB;
      font-weight: 900;
      font-size: 18px;
      padding-right: 0.5rem;
  }
  .contenedor-redcentrosnuevo .sitemap-content ul ul{
    padding-left: 1.5rem;
    padding-bottom:.2rem;
  }
  .contenedor-redcentrosnuevo .sitemap-content ul ul li{
    padding-bottom: 0.25rem;
    position:relative;
    padding-left:1rem
  }
  .contenedor-redcentrosnuevo .sitemap-content ul ul li::before{
    content: "";
      position: absolute;
      left: 0;
      top: -8px;
      border-bottom: solid 1px #DD7008;
      border-left: solid 1px #DD7008;
      width: 4px;
      height: 20px;
  }
  .contenedor-redcentrosnuevo .sitemap-content ul ul li:first-child::before{
    top: 1px;
        height: 10px;
  }
  .contenedor-redcentrosnuevo /* NUEVA HOME */
  select{
    background-color: transparent;
    color: #005CAB; /* Color del texto del valor seleccionado */
    padding: 20px;
    border: 0px solid;
    font-size: 12px;
    font-weight: bold;
    appearance: none; /* Elimina la flecha por defecto */
    -webkit-appearance: none; /* Elimina la flecha en Safari */
    -moz-appearance: none; /* Elimina la flecha en Firefox */
  }
  .contenedor-redcentrosnuevo select:focus{
    outline: none; /* Elimina el contorno de enfoque predeterminado */
    border-color: #005CAB; /* Si quieres mantener el borde azul cuando está enfocado */
  }
  .contenedor-redcentrosnuevo select::-ms-expand{
    display: none; /* Elimina la flecha en IE */
  }
  .contenedor-redcentrosnuevo /* Para agregar un contenedor */
  .select-wrapper{
    position: relative;
    width: 200px; /* Puedes ajustar el tamaño */
  }
  .contenedor-redcentrosnuevo /* Estilo para la flecha personalizada */
  .select-wrapper::after{
    content: "";
    border-right: 2px solid #005CAB !important;
    border-bottom: 2px solid #005CAB !important;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    right: 0px;
    top: 18px;
  }
  .contenedor-redcentrosnuevo /* Fondo azul en el hover (opcional) */
  select:hover{
    background-color: transparent; /* Fondo azul suave en hover */
  }
  .contenedor-redcentrosnuevo .home-main{
    display:flex;
    min-height: calc(100vh - 285px);
    gap:5px;
    margin:16px 16px 0 16px;
    padding-bottom: 3rem;
  }
  .contenedor-redcentrosnuevo .home-main.hidden{
    display: none;
  }
  .contenedor-redcentrosnuevo .home-option-container{
    flex-basis: 25%;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
  }
  .contenedor-redcentrosnuevo .delante{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    z-index: 1;
  }
  .contenedor-redcentrosnuevo .delante figure{
    width: 100%;
    height: 100%;
    position: relative;
    margin:0;
  }
  .contenedor-redcentrosnuevo .delante .delante__container{
    pointer-events: none;
    height:100%;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius:0px;
    bottom:0;
    position: absolute;
    background: rgb(0,0,0,.5);
    color:#fff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width:100%;
    padding: 3px;
  }
  .contenedor-redcentrosnuevo .delante-div{
    background-color:white;
    padding:5px;
    width: 100%;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contenedor-redcentrosnuevo .delante-title{
  color: #005CAB !important;
  }
  .contenedor-redcentrosnuevo .delante-body{
  color:black;
  font-size: 11px;
  margin: 5px;
  }
  .contenedor-redcentrosnuevo .delante-boton{
    z-index:1000;background:#005CAB;color:white;
    display: block; /* Hace que el enlace ocupe el ancho completo */
    width: 100%; /* El enlace tendrá el mismo ancho que el contenedor */
    text-align: center; /* Centra el texto dentro del enlace */
    line-height: 42px; /* Centra verticalmente el texto */
    text-decoration: none; /* Elimina el subrayado del enlace */
  }
  .contenedor-redcentrosnuevo .delante-boton{
    transition: all .2s;
  }
  .contenedor-redcentrosnuevo .delante-boton:hover{
    background-color: #004493;
    transition: all .2s;
  }
  .contenedor-redcentrosnuevo .delante figcaption h2{
    font-size:21px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 16px 32px;
    margin: 8px;
  }
  .contenedor-redcentrosnuevo .delante img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:0;
  }
  .contenedor-redcentrosnuevo .detras{
    width:100%;
    height:0;
    opacity:0;
    display: flex;
    flex-direction: column;
    bottom:0;
    left:0;
    position: absolute;
    z-index: 1;
    transition: all 1s;
  
  }
  .contenedor-redcentrosnuevo .detras h2{
    text-align: left;
    margin: 20px;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contenedor-redcentrosnuevo .detras h2 a{
    color:#005CAB;
    text-decoration: none;
    text-transform: uppercase;
  }
  .contenedor-redcentrosnuevo .detras-content{
    transform: scaleY(.1) translateY(100%);
    opacity: 0;
    transition: all 1s;
    background-color: #ffffffe6;
  }
  .contenedor-redcentrosnuevo .flip-card-menu ul{
    list-style: none;
    text-align:left;
  }
  .contenedor-redcentrosnuevo .flip-card-menu li{
    margin:0 18px;
    border-top:1px solid #D6D7D8;
  
  }
  .contenedor-redcentrosnuevo .flip-card-menu ul a::after{
    content: "";
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: black;
    padding:12px 5px;
    display: block;
    background: url('/wp-content/themes/mutualia/img/svg/keyboard-arrow-right.svg');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: center;
    background-size: auto 30px;
    width: 40px;
  }
  .contenedor-redcentrosnuevo .flip-card-menu ul a{
    display: flex;
    justify-content: space-between;
  }
  .contenedor-redcentrosnuevo .flip-card-menu li a:hover{
    background-color: #D6D7D8;
    cursor:pointer;
  
  }
  .contenedor-redcentrosnuevo .home-option-container.hovered .detras{
    height: 100%;
    opacity: 1;
    transition: all .7s;
  }
  .contenedor-redcentrosnuevo .home-option-container.hovered .detras .detras-content{
    transform: scaleY(1) translateY(0);
    opacity: 1;
    transition: all 1s;
    height: 100%;
  }
  .contenedor-redcentrosnuevo .delante-boton{
    cursor: pointer !important;
    pointer-events: auto !important;
  }
  .contenedor-redcentrosnuevo /*
  .home-option-container:hover .detras, .contenedor-redcentrosnuevo .home-option-container.hovered .detras{
    height:100%;
    opacity:1;
    transition: all .7s;
  }
  .contenedor-redcentrosnuevo .home-option-container:hover .detras .detras-content, .contenedor-redcentrosnuevo .home-option-container.hovered .detras .detras-content{
    transform: scaleY(1) translateY(0);
    opacity:1;
    transition: all 1s;
  }
  .contenedor-redcentrosnuevo */
  
  
  
  /* NOTICIAS */
  
  .noticias-header{
    position: absolute;
    background-image: url("/wp-content/themes/mutualia/img/fondo-mutualia-noticias.jpg");
    width: 100%;
    height: 500px;
    background-size: cover;
  }
  .contenedor-redcentrosnuevo .noticias-header .wrapper{
      margin-top:40px;
  }
  .contenedor-redcentrosnuevo .wrapper.noticias-body{
    margin-top:135px;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera{
    display:flex;
    margin:0;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera figure{
    flex-basis:50%;
    max-width:600px;
    margin: 0;
    max-height: 100%;
    min-width:400px;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera figure img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera-content{
    color:#fff;
    padding:64px;
    flex-basis: 50%;
    box-sizing: border-box;
    background-color: #005CAB;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera-content h2{
    font-size:21px;
    margin-bottom: 1rem;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera-content h2 a{
    color:#fff;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera-content p{
    font-size:16px;
    line-height:28px;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera-content .post-list__time{
    padding-left:0;
    font-weight:bold;
  }
  .contenedor-redcentrosnuevo .noticia-cabecera-content .post-list__time:before{
    content:none;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas-container{
    padding:1.5rem 2rem;
    background:#f1f1f1;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas{
    display:flex;
    list-style:none;
    justify-content: space-between;
    margin-top: 0;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas.todas{
    flex-wrap: wrap;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas li{
    flex-basis:32.5%;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas.todas li{
    margin-bottom: 1.5rem;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas figure{
    width:100%;
    height:220px;
    margin:0;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas figure img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas h2{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0.5rem;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas h2 a{
    color:#005CAB;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas .post-list__time{
    padding-left:0;
    font-size:14px;
    color:#545454;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas .post-list__time:before{
    content:none;
  }
  .contenedor-redcentrosnuevo .noticias-ver-todas{
    font-size: 16px;
    font-weight:bold;
    background-color: transparent;
    border:1px solid #005CAB;
    padding:15px 70px 15px 23px;
    background-image: url(/wp-content/themes/mutualia/img/svg/keyboard-arrow-right.svg);
    background-position: calc(100% - 25px) center;
    background-repeat: no-repeat;
    background-size: 22px auto;
  }
  .contenedor-redcentrosnuevo .noticias-ver-todas a{
    color:#005CAB;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .paginacion-noticias{
    display:flex;
    margin-bottom:2rem;
  }
  .contenedor-redcentrosnuevo .next-page{
    color:#005CAB;
    font-size: 16px;
    font-weight:bold;
    background-color: transparent;
    border:1px solid #005CAB;
    padding:15px 70px 15px 23px;
    background-image: url(/wp-content/themes/mutualia/img/svg/keyboard-arrow-right.svg);
    background-position: calc(100% - 25px) center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    margin-left: auto;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .prev-page{
    color:#005CAB;
    font-size: 16px;
    font-weight:bold;
    background-color: transparent;
    border:1px solid #005CAB;
    padding:15px 23px 15px 70px;
    position: relative;
    text-decoration: none;
  
  }
  .contenedor-redcentrosnuevo .prev-page:before{
    content:"";
    position: absolute;
    left: 23px;
    top: 11px;
    width:25px;
    height:25px;
    background-image: url(/wp-content/themes/mutualia/img/svg/keyboard-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 22px auto;
    transform: rotate(180deg);
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container{
    background: #F0F7FF;
    padding: 2rem 0;
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container ul{
    width:100%;
    max-width:1200px;
    margin:auto;
    display:flex;
    list-style: none;
    gap:10px;
    align-items: stretch;
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas{
    background: #fff;
    flex-basis: 16%;
    display: flex;
    justify-content: center;
  
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas.eventos{
    background-image: url('/wp-content/themes/mutualia/img/icono_calendario.svg');
    background-repeat: no-repeat;
    background-position: center 2.5rem;
    background-size: 48px;
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas.mutualia{
    background-image: url('/wp-content/themes/mutualia/img/icono_mutualia.svg');
    background-repeat: no-repeat;
    background-position: center 2.5rem;
    background-size: 48px;
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas.prevencion{
    background-image: url('/wp-content/themes/mutualia/img/icono_casco.svg');
    background-repeat: no-repeat;
    background-position: center 2.5rem;
    background-size: 48px;
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas.asesoria{
    background-image: url('/wp-content/themes/mutualia/img/icono_legal.svg');
    background-repeat: no-repeat;
    background-position: center 2.5rem;
    background-size: 48px;
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas.prestaciones{
    background-image: url('/wp-content/themes/mutualia/img/icono_cartera.svg');
    background-repeat: no-repeat;
    background-position: center 2.5rem;
    background-size: 48px;
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas.mutualia-health{
    background-image: url('/wp-content/themes/mutualia/img/icono_salud.svg');
    background-repeat: no-repeat;
    background-position: center 2.5rem;
    background-size: 48px;
  }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas a{
    color: #005CAB;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    padding:7rem 1rem 1rem 1rem;
    box-sizing: border-box;
  }
  .contenedor-redcentrosnuevo #otras-categorias{
    margin:2rem auto .5rem auto;
    width:100%;
    max-width:1200px;
    display:flex;
    flex-wrap: wrap;
    list-style: none;
    overflow:hidden;
    height:0;
    transition: height .5s;
  }
  .contenedor-redcentrosnuevo #otras-categorias.active{
    height:fit-content;
    transition: height .5s;
  }
  .contenedor-redcentrosnuevo .otras-categorias-item{
    flex-basis: 32.75%;
  }
  .contenedor-redcentrosnuevo .otras-categorias-item a{
    font-family: 'Roboto', sans-serif;
    color: #005CAB;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    text-decoration:none;
    display: block;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 0.8rem;
    box-sizing: border-box;
    border-top:solid 1px #D6D7D8;
    background-image: url('/wp-content/themes/mutualia/img/svg/keyboard-arrow-right.svg');
    background-position: calc(100% - 25px) center;
    background-repeat: no-repeat;
    background-size: 22px  auto;
  }
  .contenedor-redcentrosnuevo #ver-categorias{
    color:#005CAB;
    font-size:16px;
    font-weight: bold;
    background: transparent;
    border:none;
    position: relative;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    margin-left: -0.5rem;
  }
  .contenedor-redcentrosnuevo #ver-categorias:after{
    content:"";
    position: absolute;
    right:8px;
    width:10px;
    height:10px;
    border-bottom:2px solid #005CAB;
    border-right:2px solid #005CAB;
    transform: rotate(45deg);
    top: calc(50% - 6px);
  }
  .contenedor-redcentrosnuevo #ver-categorias.active:after{
    transform: rotate(225deg);
  }
  .contenedor-redcentrosnuevo /* DETALLE NOTICIA */
  .single-cabecera{
    width:100%;
    height: 300px;
  }
  .contenedor-redcentrosnuevo .single-cabecera img{
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  .contenedor-redcentrosnuevo .wrapper.single{
    padding-top:2rem;
  }
  .contenedor-redcentrosnuevo .volver{
    color:#005CAB;
    position:relative;
    padding-left: 1.8rem;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
  }
  .contenedor-redcentrosnuevo .volver:before{
    content: "";
      background-image: url(/wp-content/themes/mutualia/img/svg/keyboard-arrow-right.svg);
      left: 0;
      width: 20px;
      height: 18px;
      position: absolute;
      transform: rotate(180deg);
      background-repeat: no-repeat;
  }
  .contenedor-redcentrosnuevo .single-post-title{
    font-family: 'Roboto', sans-serif;
    font-size: 46px;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 400;
    margin: 0 0 1.8rem 0;
  }
  .contenedor-redcentrosnuevo .single-post-title a{
    color: #005CAB;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .metadata{
    background-color: #FAFAFA;
    display: flex;
    justify-content: space-between;
    padding:16px;
  }
  .contenedor-redcentrosnuevo .single-post-date{
    color:#545454;
  }
  .contenedor-redcentrosnuevo #social-sharing-container{
    display: flex;
    gap: 1.5rem;
  }
  .contenedor-redcentrosnuevo #social-sharing-container .heateor_sss_sharing_container{
    position:relative;
    padding-right:1.5rem;
  }
  .contenedor-redcentrosnuevo #social-sharing-container .heateor_sss_sharing_container:after{
    content: "";
    border-right: 1px solid #D8D8D8;
    position: absolute;
    right: 2px;
    height: 20px;
    top: 15px;
  }
  .contenedor-redcentrosnuevo #social-sharing-container .email-icon svg, .contenedor-redcentrosnuevo #social-sharing-container .print-icon svg{
    height: 28px;
      margin-top: 0.5rem;
      width: auto;
  }
  .contenedor-redcentrosnuevo #social-sharing-container .email-icon svg path, .contenedor-redcentrosnuevo #social-sharing-container .email-icon svg line, .contenedor-redcentrosnuevo #social-sharing-container .email-icon svg polyline{
    fill:none;
    stroke:#005CAB;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .contenedor-redcentrosnuevo .single-post-content{
    display: flex;
  }
  .contenedor-redcentrosnuevo .single-post-attachment{
    min-width:350px;
  }
  .contenedor-redcentrosnuevo .single-post-text{
    color: #545454;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom:2rem;
    padding-top: 1rem;
  }
  .contenedor-redcentrosnuevo .single-post-text p.has-medium-font-size{
    font-size: 16px;
  }
  .contenedor-redcentrosnuevo .single-post-text p.has-large-font-size{
    font-size: 22px;
      margin-top: 3rem;
  }
  .contenedor-redcentrosnuevo .single-post-text p{
    margin-bottom: 1.8rem;
  }
  .contenedor-redcentrosnuevo .single-post-text .has-drop-cap:not(:focus):first-letter{
      float: none;
      font-size: 1rem;
      line-height: auto;
      font-weight: 400;
      margin: 0;
      text-transform: none;
      font-style: normal;
  }
  .contenedor-redcentrosnuevo .single-post-attachments-container{
    margin:2rem 0 2rem 2rem;
    min-width:350px;
  }
  .contenedor-redcentrosnuevo .single-post-attachments-container ul{
    list-style: none;
    margin: 0;
    padding:0;
  }
  .contenedor-redcentrosnuevo .single-post-attachment{
    background-color: #005CAB;
    background-image: url('/wp-content/themes/mutualia/img/icono_descargar.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 1.5rem) center;
    margin-bottom: .5rem;
    padding:1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .contenedor-redcentrosnuevo .single-post-attachment a{
    padding:1.5rem 0;
    color: #fff;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .noticias-relacionadas-container{
    background-color: #F1F1F1;
    padding:2.5rem 1rem;
  }
  .contenedor-redcentrosnuevo .noticias-relacionadas-container h2{
    width:100%;
    max-width: 1200px;
    margin: auto;
    text-transform: uppercase;
    color: #6E6E6E;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 2rem;
  }
  .contenedor-redcentrosnuevo .noticias-relacionadas{
    width:100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    list-style: none;
    justify-content: space-between;
  }
  .contenedor-redcentrosnuevo .noticias-relacionadas.pares{
    justify-content: flex-start;
    gap:2rem;
  }
  .contenedor-redcentrosnuevo .noticias-relacionadas li{
    flex-basis: 32%;
  }
  .contenedor-redcentrosnuevo .noticias-relacionadas figure{
      width: 100%;
      height: 240px;
      margin: 0;
  }
  .contenedor-redcentrosnuevo .noticias-relacionadas figure img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .contenedor-redcentrosnuevo .noticia-relacionada-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding:1rem;
  }
  .contenedor-redcentrosnuevo .noticia-relacionada-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding:1rem;
    height: 150px;
  }
  .contenedor-redcentrosnuevo .noticia-relacionada-text h3{
  
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
  }
  .contenedor-redcentrosnuevo .noticia-relacionada-text h3 a{
      color: #005CAB;
      text-decoration: none;
  }
  .contenedor-redcentrosnuevo .noticias-destacadas .post-list-date{
      font-size: 14px;
      color: #545454;
  }
  .contenedor-redcentrosnuevo /* LEGAL FORM */
  .legal-form.clear-both{
    clear:both;
    margin: 0 ;
    max-width: 1200px;
  }
  .contenedor-redcentrosnuevo .legal-form{
    background-color: rgba(255,255,255,.7);
    margin: 0 -20px;
      max-width: 1160px;
      font-size: .8rem;
      padding:20px;
  }
  .contenedor-redcentrosnuevo .slider-form .legal-form span{
    display: inline;
  }
  .contenedor-redcentrosnuevo .block .legal-form p, .contenedor-redcentrosnuevo .legal-form p{
    display: inline;
    line-height: 16px;
  }
  .contenedor-redcentrosnuevo .legal-form a{
    color:#005CAB;
    text-decoration:none;
  }
  .contenedor-redcentrosnuevo .legal-form a:hover{
    text-decoration:underline;
  }
  .contenedor-redcentrosnuevo /* SLIDE */
  .slider{
  width: 100%;
  overflow: hidden;
  position: relative;
  }
  .contenedor-redcentrosnuevo .home .slider{
  
  }
  .contenedor-redcentrosnuevo .slider-static::before{
      content: "";
      height: 150px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.35) 58%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
      background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%);
      background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  }
  .contenedor-redcentrosnuevo .slider-static::after{
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      background: -moz-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.35) 58%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
      background: -webkit-linear-gradient(right, rgba(255,255,255,1) 35%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%);
      background: linear-gradient(to right, rgba(255,255,255,1) 35%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  }
  .contenedor-redcentrosnuevo .slides{
  position: relative;
  }
  .contenedor-redcentrosnuevo .home .slides{
  height: 500px;
  }
  .contenedor-redcentrosnuevo .slide{
  width: 100%;
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover; /* width height */
  background-attachment: fixed;
  background-position: top center;
  float:left;
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  padding: 0 20px;
  display: none;
  /*background-size: auto 100%;*/
  }
  .contenedor-redcentrosnuevo .slide.fit-content{
    min-height: 1px;
    padding-bottom: 4rem;
  }
  .contenedor-redcentrosnuevo .slider--min .slide{
    min-height: 250px;
  }
  .contenedor-redcentrosnuevo .home .slide{
  height: 500px;
  }
  .contenedor-redcentrosnuevo .home .slide.showing{
    opacity: 0;
    display: block;
    animation: fadein 1.5s forwards;
  }
  .contenedor-redcentrosnuevo .nav-slides{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999 !important;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .contenedor-redcentrosnuevo .nav-slides li{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #005CAB;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin: 0 5px;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .nav-slides .active{
    background-color: #ff7f1c;
  }
  .contenedor-redcentrosnuevo *:not(.home) .slide .wrapper{
    padding-top: 150px;
  }
  .contenedor-redcentrosnuevo .showing{
  display: block;
  opacity: 1;
  z-index: 2;
  }
  .contenedor-redcentrosnuevo .slide img{
  display: block;
  width: 100%;
  }
  .contenedor-redcentrosnuevo .slider-form__label{
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  }
  .contenedor-redcentrosnuevo .slider-form{
  width: 100%;
  /*max-width: 330px;*/
  }
  .contenedor-redcentrosnuevo .slider-form p{
    margin: 0 0 10px 0;
  }
  .contenedor-redcentrosnuevo .slider-form span{
  display: block;
  }
  .contenedor-redcentrosnuevo .slider-form__input, .contenedor-redcentrosnuevo .slider-form__input--contact{
  border: 1px solid #005CAB;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
  width: 100%;
  }
  .contenedor-redcentrosnuevo .slider-form__input--contact{
    width: 500px;
    max-width: 100%;
  }
  .contenedor-redcentrosnuevo .slider-form__textarea, .contenedor-redcentrosnuevo .slider-form__textarea--small{
  border: 1px solid #005CAB;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
  width: 500px;
  max-width: 100%;
  height: 218px;
  resize: vertical;
  }
  .contenedor-redcentrosnuevo .slider-form__textarea--small{
    height: 100px;
  }
  .contenedor-redcentrosnuevo .slider-form__input--cif{
  border: 1px solid #005CAB;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
  width: 50%;
  }
  .contenedor-redcentrosnuevo *[class*="btn"]{
  text-transform: uppercase;
  padding: 20px 25px;
  background: #fff;
  color: #004595;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border: 0;
  cursor: pointer;
  border-radius: 2px;
  }
  .contenedor-redcentrosnuevo *[class^="btn"]:hover{
  transform: translate(1px);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  }
  .contenedor-redcentrosnuevo .btn::before{
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #004595;
  border-radius: 2px;
  }
  .contenedor-redcentrosnuevo .btn::after{
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 2px;
  height: 100%;
  background: #004595;
  border-radius: 2px;
  }
  .contenedor-redcentrosnuevo .btn:hover::before{
  height: 1px;
  bottom: -1px;
  right: -1px;
  }
  .contenedor-redcentrosnuevo .btn:hover::after{
  width: 1px;
  right: -1px;
  bottom: -1px;
  }
  .contenedor-redcentrosnuevo .slider-form__submit{
  border: 2px solid #ff7f0e;
  color: #005CAB;
  font-weight: bold;
  padding: 10px 25px;
  }
  .contenedor-redcentrosnuevo .slider-form__submit:hover{
  background: #ff7f0e;
  color:#262626;
  }
  .contenedor-redcentrosnuevo .slider-form__submit::before{
  background-color: transparent;
  right: 0;
  }
  .contenedor-redcentrosnuevo .slider-form__submit::after{
  background-color: #954600;
  }
  .contenedor-redcentrosnuevo .btn--simple{
    background: #004595;
    color: #fff !important;
    padding: 10px 15px;
    font-size: 12px;
    text-align: center;
  }
  .contenedor-redcentrosnuevo .btn--simple--2{
    background: #ff7f1c;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    text-align: center;
  }
  .contenedor-redcentrosnuevo .btn-print{
  background-color: #f0f0f0;
  }
  .contenedor-redcentrosnuevo /*
  .btn--extranet{
    background: #ff7f1c;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
  }
  .contenedor-redcentrosnuevo */
  .btn--contrast, .contenedor-redcentrosnuevo .btn--color{
  padding: 0 10px;
  background: #000;
  color: #fff !important;
  font-weight: bold;
  line-height: 31px;
  }
  .contenedor-redcentrosnuevo .btn--color{
    background: #005CAB;
  }
  .contenedor-redcentrosnuevo .btn--contrast:hover{
  transform: none;
  }
  .contenedor-redcentrosnuevo .btn--lang{
  background: #fff;
  color: #00418e;
  padding: 10px 20px;
  font-size: 12px;
  }
  .contenedor-redcentrosnuevo .wrapper{
  position: relative;
  width: 1200px;
  margin: auto;
  }
  .contenedor-redcentrosnuevo .wrapper.topmenus{
  position: static;
  padding: 0;
  }
  .contenedor-redcentrosnuevo .logo{
  margin: 0 0 0 -.5rem;
  width: 265px;
  }
  .contenedor-redcentrosnuevo .logo a{
  display: block;
  }
  .contenedor-redcentrosnuevo .logo img{
  display: block;
  width: 100%;
  }
  .contenedor-redcentrosnuevo .header{
  z-index: 9002;
  position: absolute;
  width: 100%;
  }
  .contenedor-redcentrosnuevo .header--fixed{
    position: fixed;
    z-index: 999;
    background: rgba(255,255,255,0.9);
  }
  .contenedor-redcentrosnuevo .header__caption{
  display: block;
  position: absolute;
  bottom: 100px;
  right: 0;
  text-align: right;
  z-index: 3;
  }
  .contenedor-redcentrosnuevo .header__caption *:last-child{
  /*margin: 0;*/
  }
  .contenedor-redcentrosnuevo .header__caption form{
    margin-top:1rem;
    margin-left: 3.5rem;
  }
  .contenedor-redcentrosnuevo h1.header__title{
  font-family: 'Roboto', sans-serif;
  color: #005CAB;
  font-size: 46px;
  line-height: 54px;
  position: relative;
  margin: 0;
  max-width: 900px;
  font-weight: bold;
  background-image: url(img/svg/logo_mutualia-naranja.svg);
  background-repeat: no-repeat;
  padding-left: 3.5rem;
  background-size: 46px;
  background-position: left 10px;
  }
  .contenedor-redcentrosnuevo h1.header__title.asociate, .contenedor-redcentrosnuevo h1.header__title.egin-zaitez-kide{
  background-image: url(img/svg/asociate-naranja.svg);
  background-size: 40px;
  background-position: left 1px;
  }
  .contenedor-redcentrosnuevo h1.header__title.prevencion, .contenedor-redcentrosnuevo h1.header__title.prebentzioa{
  background-image: url(img/svg/prevencion-naranja.svg);
  background-position: left 5px;
  }
  .contenedor-redcentrosnuevo h1.header__title.servicios, .contenedor-redcentrosnuevo h1.header__title.zerbitzuak{
  background-image: url(img/svg/servicios-naranja.svg);
  background-size: 37px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.noticias, .contenedor-redcentrosnuevo h1.header__title.berriak{
  background-image: url(img/svg/noticias-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.red-de-centros, .contenedor-redcentrosnuevo h1.header__title.gure-zentroak{
  background-image: url(img/svg/red-centros-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.te-llamamos, .contenedor-redcentrosnuevo h1.header__title.guk-deitzerik-nahi{
  background-image: url(img/svg/soporte-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.preguntas-frecuentes, .contenedor-redcentrosnuevo h1.header__title.maiz-egindako-galderak{
  background-image: url(img/svg/preguntas-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.tu-opinion-cuenta, .contenedor-redcentrosnuevo h1.header__title.jarri-harremanetan-gurekin{
  background-image: url(img/svg/cursor-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.aviso-legal, .contenedor-redcentrosnuevo h1.header__title.politica-de-cookies, .contenedor-redcentrosnuevo h1.header__title.proteccion-de-datos, .contenedor-redcentrosnuevo h1.header__title.politica-de-privacidad, .contenedor-redcentrosnuevo h1.header__title.asesoria-juridica, .contenedor-redcentrosnuevo h1.header__title.lege-oharra, .contenedor-redcentrosnuevo h1.header__title.cookien-politika, .contenedor-redcentrosnuevo h1.header__title.pribatutasun-politika, .contenedor-redcentrosnuevo h1.header__title.aholkularitza-juridikoa{
  background-image: url(img/svg/legal-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.accesibilidad, .contenedor-redcentrosnuevo h1.header__title.erabilerraztasuna{
  background-image: url(img/svg/accesibilidad-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  padding-left: 3rem;
  }
  .contenedor-redcentrosnuevo h1.header__title.trabaja-con-nosotros, .contenedor-redcentrosnuevo h1.header__title.egin-ezazu-lan-mutualian{
  background-image: url(img/svg/trabaja-con-nosotros-naranja.svg);
  background-size: 55px;
  background-position: left 7px;
  }
  .contenedor-redcentrosnuevo h1.header__title.sitemap{
  background-image: url(img/svg/sitemap-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  margin-top: 1.5rem;
  }
  .contenedor-redcentrosnuevo h1.header__title.empresa, .contenedor-redcentrosnuevo h1.header__title.enpresa{
  background-image: url(img/svg/empresa-naranja.svg);
  background-size: 60px;
  background-position: left 5px;
  padding-left:4rem;
  }
  .contenedor-redcentrosnuevo h1.header__title.herramientas, .contenedor-redcentrosnuevo h1.header__title.tresnak{
  background-image: url(img/svg/herramientas-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.asesoria, .contenedor-redcentrosnuevo h1.header__title.aholkularitza{
  background-image: url(img/svg/asesorias-naranja.svg);
  background-size: 42px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.trabajadora, .contenedor-redcentrosnuevo h1.header__title.langilea{
  background-image: url(img/svg/trabajadores-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.autonoma, .contenedor-redcentrosnuevo h1.header__title.autonomoa{
  background-image: url(img/svg/autonomos-naranja.svg);
  background-size: 35px;
  background-position: left 2px;
  padding-left:4rem;
  }
  .contenedor-redcentrosnuevo h1.header__title.formularios-y-documentacion{
  background-image: url(img/svg/documentacion-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.prestaciones, .contenedor-redcentrosnuevo h1.header__title.prestazioak{
  background-image: url(img/svg/prestaciones-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.botiquines, .contenedor-redcentrosnuevo h1.header__title.botikinak{
  background-image: url(img/svg/botiquines-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.que-hacer-en-caso-de-accidente, .contenedor-redcentrosnuevo h1.header__title.zer-egin-lan-istripu-baten-aurrean{
  background-image: url(img/svg/accidente-naranja.svg);
  background-size: 45px;
  background-position: left 7px;
  }
  .contenedor-redcentrosnuevo h1.header__title.aula-prevencion, .contenedor-redcentrosnuevo h1.header__title.prebentzio-ikasgela{
  background-image: url(img/svg/aula-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.gestion-de-la-salud, .contenedor-redcentrosnuevo h1.header__title.osasunaren-kudeaketa{
  background-image: url(img/svg/gestiondelasalud-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.premios-e-iniciativas, .contenedor-redcentrosnuevo h1.header__title.sariak-eta-ekimenak{
  background-image: url(img/svg/premios-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.bonus{
  background-image: url(img/svg/bonus-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.ayudas-sociales, .contenedor-redcentrosnuevo h1.header__title.gizarte-laguntzak{
  background-image: url(img/svg/ayudas-sociales-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.servicios-sanitarios, .contenedor-redcentrosnuevo h1.header__title.osasun-zerbitzuak{
  background-image: url(img/svg/servicios-sanitarios-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h1.header__title.gestion-del-absentismo, .contenedor-redcentrosnuevo h1.header__title.absentismoaren-kudeaketa{
  background-image: url(img/svg/absentismo-naranja.svg);
  background-size: 45px;
  background-position: left 2px;
  }
  .contenedor-redcentrosnuevo h2.header__title{
  font-family: 'Roboto', sans-serif;
  color: #212121;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin: 0;
  max-width: 800px;
  padding-left: 3.5rem;
  }
  .contenedor-redcentrosnuevo .header__subtitle{
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  color: #005CAB;
  }
  .contenedor-redcentrosnuevo .slider-static .header__caption{
  right: auto;
  bottom: auto;
  left: 0;
  top: 0;
  /*top: 150px;*/
  text-align: left;
  }
  .contenedor-redcentrosnuevo .slider-static .header__subtitle{
  margin: 0 0 10px 0;
  }
  .contenedor-redcentrosnuevo .header--fixed .menutop{
  display: none;
  }
  .contenedor-redcentrosnuevo .header--fixed .logo{
  top: 10px;
  width: 170px;
  }
  .contenedor-redcentrosnuevo .menutop{
  margin: 0 0 25px 0;
  }
  .contenedor-redcentrosnuevo .menutop__list{
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
  }
  .contenedor-redcentrosnuevo .menutop__listitem{
  float: left;
  }
  .contenedor-redcentrosnuevo .menutop__listitem a{
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  }
  .contenedor-redcentrosnuevo .menutop-right{
    list-style: none;
    display: flex;
  }
  .contenedor-redcentrosnuevo .menutop-right li{
    list-style: none;
    display: flex;
    padding:0 1rem;
    position: relative;
  }
  .contenedor-redcentrosnuevo .link-corporativo{
      padding-right: 2.5rem !important;
  }
  .contenedor-redcentrosnuevo .link-corporativo:before{
      content: "";
      background-image: url(img/Shape.png);
      position: absolute;
      top: 8px;
      left: 10px;
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
  }
  .contenedor-redcentrosnuevo .link-corporativo:after{
      content: "";
      border-left:1px solid #fff;
        position: absolute;
        right: 15px;
        height: 15px;
        top:7px;
  
  }
  .contenedor-redcentrosnuevo .link-docs:before{
        content: "";
        background-image: url(img/descarga.png);
        position: absolute;
        top: 8px;
        left: 10px;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
  }
  .contenedor-redcentrosnuevo .menulang{
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  }
  .contenedor-redcentrosnuevo .menulang__item{
  float: left;
  }
  .contenedor-redcentrosnuevo .menulang__item a:focus{
  border:2px solid #000;
  padding-left: .5rem;
  border-radius: 3px;
  }
  .contenedor-redcentrosnuevo .menumain__item--buscador:focus span{
    border:2px solid #000;
    padding-left: .5rem;
    border-radius: 3px;
  }
  .contenedor-redcentrosnuevo .menumain-container{
    max-width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        padding: .3rem 1rem;
        box-sizing: content-box;
        z-index: 9999;
        position: relative;
  }
  .contenedor-redcentrosnuevo .hero_close{
    font-size: 22px;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .menumain{
  float: right;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 0;
  }
  .contenedor-redcentrosnuevo .menumain #menu-menu-principal-es, .contenedor-redcentrosnuevo .menumain #menu-menu-principal-eu{
    display: flex;
    list-style: none;
    margin: 0;
    gap: .2rem;
  
  }
  .contenedor-redcentrosnuevo .menumain .menu-item{
        height: auto;
        color: white;
        font-size:14px;
        text-transform:uppercase;
        font-weight: 700;
        font-family:'Montserrat', sans-serif;
        padding: 1.1rem 1rem;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown{
    position: relative;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown > a{
      position: relative;
      padding-right: 0.5rem;
      font-size: 16px;
      font-weight: normal;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown > a:after{
    content: "";
    border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
    position: absolute;
    width: 6px;
    height: 6px;
    right: -10px;
    top: 3px;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item:hover .sub-menu, .contenedor-redcentrosnuevo .menumain .menu-item.hovered .sub-menu{
    display:flex;
    flex-direction: column;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item a{
        color: white ;
      text-decoration: none;
      font-weight: normal;
      font-size: 16px;
      
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu{
    position: absolute;
    display: none;
      background: #fff;
      width: auto;
      left: 0;
      top: 50px;
      justify-content: center;
      list-style: none;
      gap:0;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item{
        padding: 0;
        text-align: center;
        font-size: 12px;
        transition: all ease-in .2s;
        min-width: 0;
  
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item:hover{
        border:none;
  
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item a{
        font-family: 'Roboto', sans-serif;
        padding: 1rem;
        text-align: left;
        font-size: 16px;
        transition: all ease-in .2s;
        min-width: 150px;
        position: relative;
        color: #005CAB;
        width: 100%;
        display: block;
        text-wrap: nowrap;
        text-transform: none;
        color: black;
        font-weight: 500;
  
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item a:before{
    content: none;
        position: absolute;
        top: 44px;
        height: calc(100% - 50px);
        width: 100%;
        background-position: 25% top;
        background-repeat: no-repeat;
        background-size: contain;
        color: #6296d1;
  
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item a:hover{
        background-color: #005CAB;
        border:none;
        color: white;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.oficina-virtual:hover{
    border-bottom:none;
  }
  .contenedor-redcentrosnuevo .oficina-virtual a{
    border: 2px solid white !important;
    background-color: white !important;
    color: #005CAB !important;
    border-radius: 8px;
    padding: 3px 5px;
    font-weight: 500 !important;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.oficina-virtual:hover a{
    background: #005CAB;
    color: white;
  }
  .contenedor-redcentrosnuevo .menu-secundario{
    list-style:none;
    display:flex;
  }
  .contenedor-redcentrosnuevo .visible-mobile{
    display: none;
  }
  .contenedor-redcentrosnuevo .tfnos-menu{
    display: none;
    position:absolute;
    right:2rem;
    top:112px;
    text-align:right;
    color: #6296d1;
  font-size: 11px;
  line-height: 18px;
  pointer-events: none;
  }
  .contenedor-redcentrosnuevo .tfnos-menu a{
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .tfnos-menu.desplegado{
    display: block;
  }
  .contenedor-redcentrosnuevo .menumain__item--buscador a, .contenedor-redcentrosnuevo .menumain__item--buscador a:hover, .contenedor-redcentrosnuevo .menumain__item--buscador span{
    background-color: #005CAB;
    background-image: url('img/svg/zoom.svg');
    background-repeat: no-repeat;
    background-size: auto 24px;
    border-radius: 25px;
    background-position: center center;
    overflow: hidden;
    display: block;
    text-indent: -99999px;
    width: 50px;
    padding: 17px 10px;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item.menumain__mutualia a:before{
    background-image:url('img/svg/logo_mutualia.svg');
    height: calc(100% - 60px);
    background-position: 25% top;
  
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item.menumain__asociate a:before{
    background-image:url('img/svg/asociate.svg');
    background-position: 10% top;
    height: calc(100% - 60px);
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item.menumain__prevencion a:before{
    background-image:url('img/svg/prevencion.svg');
    background-position: 15% top;
    height: calc(100% - 60px);}
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item.menumain__servicios a:before{
    background-image:url('img/svg/servicios.svg');
    background-position: 10% top;
    height: calc(100% - 60px);}
  .contenedor-redcentrosnuevo .menumain__llamamos a:before{background-image:url('img/svg/soporte.svg')}
  .contenedor-redcentrosnuevo .menumain__preguntas a:before{background-image:url('img/svg/preguntas.svg')}
  .contenedor-redcentrosnuevo .menumain__contacta a:before{background-image:url('img/svg/cursor.svg')}
  .contenedor-redcentrosnuevo .menusecondary-wrapper{
    background: #005CAB;
    margin: 0 0 30px 0;
  }
  .contenedor-redcentrosnuevo .menusecondary-wrapper--onepage{
    margin: 0;
  }
  .contenedor-redcentrosnuevo .menusecondary{
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .contenedor-redcentrosnuevo .menusecondary__list{
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .menusecondary__item{ float: left}
  .contenedor-redcentrosnuevo .menusecondary__item--3{width: 33.33%}
  .contenedor-redcentrosnuevo .menusecondary__item--4{width: 25%}
  .contenedor-redcentrosnuevo .menusecondary__item--5{width: 20%}
  .contenedor-redcentrosnuevo .menusecondary__item--6{width: 16.6%}
  .contenedor-redcentrosnuevo .menusecondary__item a{
    position: relative;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 80px 0 45px 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
  }
  .contenedor-redcentrosnuevo .menusecondary__item:not(:last-child) a::after{
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
  }
  .contenedor-redcentrosnuevo .menusecondary__item a::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    height: 50px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    transform: translateX(-50%);
  }
  .contenedor-redcentrosnuevo .menuclient__item--empresas a::before{background-image:url('img/svg/empresa-white.svg')}
  .contenedor-redcentrosnuevo .menuclient__item--asesorias a::before{background-image:url('img/svg/asesorias-white.svg')}
  .contenedor-redcentrosnuevo .menuclient__item--autonomos a::before{background-image:url('img/svg/autonomos-white.svg')}
  .contenedor-redcentrosnuevo .menuclient__item--trabajadores a::before{background-image:url('img/svg/trabajadores-white3.svg')}
  .contenedor-redcentrosnuevo .menuprevencion__item--aula a::before{background-image:url('img/svg/aula-white.svg')}
  .contenedor-redcentrosnuevo .menuprevencion__item--asesoramiento a::before{background-image:url('img/svg/asesorias-white.svg')}
  .contenedor-redcentrosnuevo .menuprevencion__item--documentacion a::before{background-image:url('img/svg/autonomos-white.svg')}
  .contenedor-redcentrosnuevo .menuprevencion__item--herramientas a::before{background-image:url('img/svg/herramientas-white.svg')}
  .contenedor-redcentrosnuevo .menuprevencion__item--gestionsalud a::before{background-image:url('img/svg/gestiondelasalud-white.svg')}
  .contenedor-redcentrosnuevo .menuprevencion__item--culturapreventiva a::before{background-image:url('img/svg/premios-e-iniciativas-white.svg')}
  .contenedor-redcentrosnuevo .menuasociate__item--quienes a::before{background-image:url('img/svg/logo_mutualia-white.svg')}
  .contenedor-redcentrosnuevo .menuasociate__item--asociate a::before{background-image:url('img/svg/asociate-white.svg')}
  .contenedor-redcentrosnuevo .menuasociate__item--prevencion a::before{background-image:url('img/svg/prevencion-white.svg')}
  .contenedor-redcentrosnuevo .menuasociate__item--servicios a::before{background-image:url('img/svg/servicios-white.svg')}
  .contenedor-redcentrosnuevo .menucontacto__item--llamamos a::before{background-image:url('img/svg/soporte-white.svg')}
  .contenedor-redcentrosnuevo .menucontacto__item--faqs a::before{background-image:url('img/svg/preguntas-white.svg')}
  .contenedor-redcentrosnuevo .menucontacto__item--contacta a::before{background-image:url('img/svg/cursor-white.svg')}
  .contenedor-redcentrosnuevo .row{
    margin: 0 -15px 30px -15px;
    overflow: hidden;
  }
  .contenedor-redcentrosnuevo *[class^="col"]:not(.collapsed){
    float: left;
    padding: 0 15px;
  }
  .contenedor-redcentrosnuevo *[class^="col"]:not(.collapsed) > div{
    background-color: #f0f0f0;
    padding: 30px;
    overflow: hidden;
  }
  .contenedor-redcentrosnuevo .seccion-bonus{
    padding-top: 40px;
    text-align: justify;
  }
  .contenedor-redcentrosnuevo *[id^="bonus"]{
    background-color: #fff !important;
  }
  .contenedor-redcentrosnuevo .col-12{width:100%}
  .contenedor-redcentrosnuevo .col-9{width:75%}
  .contenedor-redcentrosnuevo .col-6{width:50%}
  .contenedor-redcentrosnuevo .col-4{width:25%}
  .contenedor-redcentrosnuevo .col-3{width:33.33%}
  .contenedor-redcentrosnuevo .col-2{width:20%}
  .contenedor-redcentrosnuevo .col-12--xtra > div{
    background: none !important;
    padding: 0;
  }
  .contenedor-redcentrosnuevo *[class^="heading"]{
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 5px 0;
    color: #005CAB;
    font-size: 14px;
  }
  .contenedor-redcentrosnuevo *[class^="title"]{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .wrapper-prevencion *[class^="heading"], .contenedor-redcentrosnuevo .wrapper-prevencion *[class^="title"]{
    text-shadow: 1px 1px 3px rgba(240, 240, 240, .9);
  }
  .contenedor-redcentrosnuevo *[class^="title"] a{
    color: #005CAB;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .title-lvl1{
    font-size: 28px;
    font-weight: 300;
    line-height: 24px;
  }
  .contenedor-redcentrosnuevo .title-lvl2{
    font-size: 24px;
    font-weight: 300;
  }
  .contenedor-redcentrosnuevo .title-lvl3{
    font-size: 20px;
    font-weight: 300;
  }
  .contenedor-redcentrosnuevo .title-lvl3 a{
    color: #000;
  }
  .contenedor-redcentrosnuevo .title-lvl4{
    font-size: 24px;
    font-weight: 200;
  }
  .contenedor-redcentrosnuevo .title-lvl1 + .title-lvl2{
    padding: 15px 0 0 0;
  }
  .contenedor-redcentrosnuevo .title-bg{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 10px 0 10px 0;
    color: #ff7f1c;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .title-bg:after{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    border-bottom:2px solid #F58025;
    width:48px;
  }
  .contenedor-redcentrosnuevo #seccion h3{
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
    font-size: 21px;
    color: #757575;
    margin-bottom: 0;
    margin-top: 36px;
  }
  .contenedor-redcentrosnuevo #seccion a{
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .title-bg--lvl2{
    background: #ccdaea;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 0 10px 40px;
    width: 100%;
  }
  .contenedor-redcentrosnuevo .title-section{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 15px 0;
  }
  .contenedor-redcentrosnuevo .featured--primary{
    padding: 55px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 30px 0;
    clear:both;
  }
  .contenedor-redcentrosnuevo .featured--secondary{
    padding: 30px;
    text-align: center;
    color: #005CAB;
    position: relative;
    margin: 0 0 30px 0;
    background-color: #f0f0f0;
    background-image: url('img/cascos.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 120%;
    clear:both;
  
  }
  .contenedor-redcentrosnuevo .featured--secondary *{
    z-index: 2;
    position: relative;
    font-weight: normal;
    margin: 0 0 15px 0;
  }
  .contenedor-redcentrosnuevo /*
  .featured--secondary::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/bg-asociate.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
  }
  .contenedor-redcentrosnuevo */
  
  .featured--secondary::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #baddff;
    opacity: 0.8;
    transition: all ease-in .2s;
  }
  .contenedor-redcentrosnuevo .featured--secondary:hover::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 123, 22, 1);
    opacity: 0.9;
  }
  .contenedor-redcentrosnuevo .featured--secondary h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 28px;
  }
  .contenedor-redcentrosnuevo .featured--asociate *{
    z-index: 2;
    position: relative;
  }
  .contenedor-redcentrosnuevo .featured--asociate{
    background-color: #f0f0f0;
    background-image: url('img/home-asociate.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
  }
  .contenedor-redcentrosnuevo /*
  .featured--asociate::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/bg-asociate.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
  }
  .contenedor-redcentrosnuevo */
  
  .featured--asociate::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #baddff;
    opacity: 0.6;
    transition: all ease-in .3s;
  }
  .contenedor-redcentrosnuevo .featured--asociate:hover::after, .contenedor-redcentrosnuevo .featured--prevencion:hover::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #baddff;
    opacity: 0.9;
  }
  .contenedor-redcentrosnuevo *[class*="mutualia-banner"]{
    min-height: 250px;
    position: relative;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .nohover{
    cursor: default !important;
  }
  .contenedor-redcentrosnuevo *[class*="mutualia-banner"] *:last-child{
    margin: 0;
  }
  .contenedor-redcentrosnuevo .mutualia-banner--left{}
  .contenedor-redcentrosnuevo .mutualia-banner--right{
    text-align: right;
  }
  .contenedor-redcentrosnuevo .banner-formulariosdocumentos, .contenedor-redcentrosnuevo .banner-ayuda, .contenedor-redcentrosnuevo .banner-asesoramosyvisitamos, .contenedor-redcentrosnuevo .banner-compromisoprevencion, .contenedor-redcentrosnuevo .banner-herramientasmutualia, .contenedor-redcentrosnuevo .banner-accidentelaboral, .contenedor-redcentrosnuevo .banner-absentismolaboral, .contenedor-redcentrosnuevo .banner-asesoriajuridica, .contenedor-redcentrosnuevo .banner-ceseactividad, .contenedor-redcentrosnuevo .banner-prevencion, .contenedor-redcentrosnuevo .banner-prestaciones, .contenedor-redcentrosnuevo .banner-botiquines, .contenedor-redcentrosnuevo .banner-gestioncompartida, .contenedor-redcentrosnuevo .banner-reconocimientos, .contenedor-redcentrosnuevo .banner--servicios--indice{
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contenedor-redcentrosnuevo .banner-formulariosdocumentos{background-image: url('img/bg-formularios-documentos.jpg')}
  .contenedor-redcentrosnuevo .banner-ayuda{background-image: url('img/bg-ayuda.png')}
  .contenedor-redcentrosnuevo /*.banner-asesoramosyvisitamos{background-image: url('img/bg-asesoramos-visitamos.jpg')}
  .contenedor-redcentrosnuevo */
  .banner-asesoramosyvisitamos{background-image: url('img/bg-aula-prevencion.jpg')}
  .contenedor-redcentrosnuevo .banner-compromisoprevencion{background-image: url('img/bg-compromisoprevencion.jpg')}
  .contenedor-redcentrosnuevo .banner-herramientasmutualia{background-image: url('img/bg-herramientasmutualia.jpg')}
  .contenedor-redcentrosnuevo .banner-accidentelaboral{background-image: url('img/bg-accidentelaboral.jpg')}
  .contenedor-redcentrosnuevo .banner-absentismolaboral{background-image: url('img/bg-absentismolaboral.jpg')}
  .contenedor-redcentrosnuevo .banner-asesoriajuridica{background-image: url('img/bg-asesoriajuridica.jpg')}
  .contenedor-redcentrosnuevo .banner-ceseactividad{background-image: url('img/bg-ceseactividad.jpg')}
  .contenedor-redcentrosnuevo .banner-prevencion{background-image: url('img/bg-prevencion.jpg')}
  .contenedor-redcentrosnuevo .banner-prestaciones{background-image: url('img/bg-prestaciones.jpg')}
  .contenedor-redcentrosnuevo .banner-botiquines{background-image: url('img/bg-botiquines.jpg')}
  .contenedor-redcentrosnuevo .banner-gestioncompartida{background-image: url('img/mutualiaon.jpg')}
  .contenedor-redcentrosnuevo .banner-reconocimientos{background-image: url('img/bg-premios-e-iniciativas.jpg')}
  .contenedor-redcentrosnuevo *[class^="col"] > *[class*="banner-quehacerencasodeaccidente--"]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contenedor-redcentrosnuevo *[class^="col"] > .banner-quehacerencasodeaccidente--grave{ background: #ff7f1c}
  .contenedor-redcentrosnuevo *[class^="col"] > .banner-quehacerencasodeaccidente--leve{ background: #005CAB }
  .contenedor-redcentrosnuevo *[class^="col"] > .banner-quehacerencasodeaccidente--extranjero{background: #f0f0f0}
  .contenedor-redcentrosnuevo *[class^="col"] > .banner-quehacerencasodeaccidente--grave *, .contenedor-redcentrosnuevo *[class^="col"] > .banner-quehacerencasodeaccidente--leve *{
    color: #fff;
  }
  .contenedor-redcentrosnuevo *[class^="col"] > .banner-quehacerencasodeaccidente--extranjero *{
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .banner__caption--lt{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
  }
  .contenedor-redcentrosnuevo .banner__caption--lb{
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .contenedor-redcentrosnuevo .banner__caption--rt{
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .contenedor-redcentrosnuevo .wrapper-posts{
    padding: 0 !important;
    background: none !important;
  }
  .contenedor-redcentrosnuevo *[class^="posts-list"]{
    list-style-type: none;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .posts-list--news >  li{
    position: relative;
    padding: 0 0 0 180px;
    min-height: 88px;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #cecece;
  }
  .contenedor-redcentrosnuevo .posts-list--events > li{
    position: relative;
    padding: 0 0 0 100px;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #cecece;
  }
  .contenedor-redcentrosnuevo .posts-list--documents > li{
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #cecece;
  }
  .contenedor-redcentrosnuevo .posts-list--search > li{
    position: relative;
    padding: 0;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #cecece;
  }
  .contenedor-redcentrosnuevo .page-template-template-blog .posts-list--news li{
    border-bottom: 1px solid #eee;
  
  }
  .contenedor-redcentrosnuevo .posts-list--news iframe{
    max-width: 150px !important;
    height: auto;
    max-height: 80px;
  }
  .contenedor-redcentrosnuevo .post-list__thumb--wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 68px;
    overflow: hidden;
  }
  .contenedor-redcentrosnuevo .post-list__thumb--wrapper img{
    max-width: 150px;
  }
  .contenedor-redcentrosnuevo .page-template-template-blog .post-list__thumb--wrapper{
    height: 100px;
  }
  .contenedor-redcentrosnuevo .page-template-template-blog .post-list__thumb--wrapper img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .contenedor-redcentrosnuevo .post-list__meta, .contenedor-redcentrosnuevo .posts-list--news iframe{
    position: absolute;
    left: 0;
    top: 0;
  }
  .contenedor-redcentrosnuevo .post-list__meta{
    width: 70px;
    text-align: center;
    background: #f0f0f0;
  }
  .contenedor-redcentrosnuevo .post-list__meta *{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
  }
  .contenedor-redcentrosnuevo .post-list__meta *:first-child{
    background: #fb7b16;
    padding: 5px 0;
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .post-list__meta *:last-child{
    background: #004595;
    padding: 10px 0;
  }
  .contenedor-redcentrosnuevo .post-list__title, .contenedor-redcentrosnuevo .post-list__title--event{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    color: #fb7b16;
    margin: 0;
  }
  .contenedor-redcentrosnuevo .post-list__title, .contenedor-redcentrosnuevo .post-list__title--event{
    margin: 0 0 5px 0;
  }
  .contenedor-redcentrosnuevo .single-evento .post-list__title--event{
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .contenedor-redcentrosnuevo .post-list__title a, .contenedor-redcentrosnuevo .post-list__title--event a{
    color: #fb7b16;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .post-list__time, .contenedor-redcentrosnuevo .post-list__location{
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 30px;
  }
  .contenedor-redcentrosnuevo .post-list__event-featured{
    background:#ddd;
    padding:15px;
  }
  .contenedor-redcentrosnuevo .post-list__time::before, .contenedor-redcentrosnuevo .post-list__location::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contenedor-redcentrosnuevo .post-list__time::before{background-image:url('img/svg/calendario.svg')}
  .contenedor-redcentrosnuevo .post-list__location::before{background-image:url('img/svg/localizacion.svg')}
  .contenedor-redcentrosnuevo .post-list__type{
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    font-size: 12px;
  }
  .contenedor-redcentrosnuevo .post-list__excerpt{
    font-weight: normal;
    color: #323232;
  }
  .contenedor-redcentrosnuevo .share-buttons{
    margin: 0 0 30px 0;
  }
  .contenedor-redcentrosnuevo footer{
    background: #fff;
    display:flex;
    flex-wrap:wrap;
    clear: both;
    /*overflow: hidden;*/
    font-size: 12px;
    border-top: 3px solid #DBE3EA;
  
  }
  .contenedor-redcentrosnuevo /*body:not(.home) footer{
    background: -moz-linear-gradient(top, #EBEBEB 0%, #FFFFFF 20%, #FFFFFF 100%);
    background: -webkit-linear-gradient(top, #EBEBEB 0%, #FFFFFF 20%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #EBEBEB 0%, #FFFFFF 20%, #FFFFFF 100%);
  }
  .contenedor-redcentrosnuevo */
  /***********************************************/
  .footer-item{
    flex-basis:50%;
    display:flex;
  }
  .contenedor-redcentrosnuevo .footer-item-fila{
    display: flex;
    flex-direction: column; /* Esto organiza el contenido en filas */
    margin-left: 0;
  }
  .contenedor-redcentrosnuevo .footer-title{
    margin:0px;
    color:#005CAB;
    font-weight:600;
    font-size: 10px;
    margin-bottom: 15px;
  }
  .contenedor-redcentrosnuevo .footer-second{
  
      background: #005CAB;
  }
  .contenedor-redcentrosnuevo .elemento{
    display: flex; /* Establece el contenedor como flex */
    justify-content: space-between; /* Opcional: distribuye el espacio entre las columnas */
    gap: 20px; /* Opcional: espacio entre las columnas */
  }
  .contenedor-redcentrosnuevo .columna{
    flex: 1; /* Hace que ambas columnas tengan el mismo tamaño */
    padding: 0px !important; /* Espacio interno */
    font-size: 10px;
  }
  .contenedor-redcentrosnuevo .color{
    color:white;
  }
  .contenedor-redcentrosnuevo .fila{
    border: none;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer{
    margin-top:20px;
    min-width: 700px;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul{
    display:flex;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#005CAB;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li{
    margin-left:16px;
    position:relative;
    /*margin-bottom: 0.5rem;*/
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li:before{
    content:"";
    border-left:1px solid #005CAB;
    margin-right: 16px;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li:first-child:before{
    content:none;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .drop-down{
    margin-right: 16px  ;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .drop-down> a:after{
    content:"";
    border-right:2px solid #005CAB;
    border-bottom:2px solid #005CAB;
    position:absolute;
    width: 7px;
    height:7px;
    transform: rotate(45deg);
    right: -18px;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul a{
    color:#005CAB;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li{
    position:relative;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .footer-transparencia-nav, .contenedor-redcentrosnuevo .menu-footer ul .footer-legal-nav{
    display:none;
    position: absolute;
    border:1px solid #005CAB;
    background: #fff;
    /*display: flex;*/
    z-index: 1;
    top:20px;
    left:0;
    padding-right: 1rem;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .active .footer-transparencia-nav, .contenedor-redcentrosnuevo .menu-footer ul .active .footer-legal-nav{
    display: flex;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .active:after, .contenedor-redcentrosnuevo .menu-footer ul .active:after{
    transform: rotate(225deg);
    top: 4px;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .footer-transparencia-nav li, .contenedor-redcentrosnuevo .menu-footer ul .footer-legal-nav li{
    padding:.5rem 0;
  
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .footer-transparencia-nav li a, .contenedor-redcentrosnuevo .menu-footer ul .footer-legal-nav li a{
    padding:.25rem;
    white-space: nowrap;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .footer-transparencia-nav li a:hover, .contenedor-redcentrosnuevo .menu-footer ul .footer-legal-nav li a:hover{
    background-color:#f0f0f0;
  }
  .contenedor-redcentrosnuevo .footer-item.contact-phone{
    margin-top:20px;
    display:flex;
    flex-basis:50%;
    max-width:100%;
    justify-content: flex-end;
  }
  .contenedor-redcentrosnuevo .footer-item.contact-phone ul{
    display:flex;
    list-style: none;
    gap:1rem;
    
  }
  .contenedor-redcentrosnuevo *[class^="footer__phone"]{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #6E6E6E;
  }
  .contenedor-redcentrosnuevo .footer__phonesupport a, .contenedor-redcentrosnuevo .footer__phoneforeign a{
    text-decoration: none !important;
    color: #6E6E6E !important;
  }
  .contenedor-redcentrosnuevo .footer-item.rrss{
    display:flex;
    justify-content: flex-end;
    align-items: center;
  }
  .contenedor-redcentrosnuevo .footer-item.rrss ul{
    display:flex;
    list-style: none;
    gap:2rem;
    padding:0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #6E6E6E;
  }
  .contenedor-redcentrosnuevo .footer-item.rrss ul a{
    text-decoration: none;
    color: white;
  }
  .contenedor-redcentrosnuevo .footer-item.rrss ul a:hover{
    text-decoration: underline;
  }
  .contenedor-redcentrosnuevo .footer-item.rrss.menu-rrss__item span{
      position: relative;
      padding: 0;
  }
  .contenedor-redcentrosnuevo .footer-item.rrss .menu-rrss__item span::before{
    content: "";
  
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-61%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .contenedor-redcentrosnuevo .footer-item.rrss .menu-rrss__item .menu-rrss__item--twitter span::before{background-image:url('img/svg/twitter_blue.svg')}
  .contenedor-redcentrosnuevo .footer-item.rrss .menu-rrss__item .menu-rrss__item--linkedin span::before{background-image:url('img/svg/linkedin_blue.svg')}
  .contenedor-redcentrosnuevo .footer-item.rrss .menu-rrss__item .menu-rrss__item--youtube span::before{background-image:url('img/svg/youtube_blue.svg')}
  .contenedor-redcentrosnuevo /**********************/
  
  footer header, .contenedor-redcentrosnuevo .footer__header{
    border-bottom: 1px solid #bbb;
    margin: 0 0 10px 0;
  }
  .contenedor-redcentrosnuevo .footer__header, .contenedor-redcentrosnuevo footer header *{
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px 0 10px 0 !important;
    background: none !important;
  }
  .contenedor-redcentrosnuevo footer{
    padding: 2.5rem 2rem 20px 2rem;
  }
  .contenedor-redcentrosnuevo footer *{
    margin: 0;
  }
  .contenedor-redcentrosnuevo footer p{
    line-height: 18px;
  }
  .contenedor-redcentrosnuevo .footer__widgets{
    margin: 0 0 50px 0;
    overflow: hidden;
  }
  .contenedor-redcentrosnuevo .footer__list{
    list-style-type: none;
    padding: 0;
    line-height: 18px;
  }
  .contenedor-redcentrosnuevo .footer-xtra{
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
  }
  .contenedor-redcentrosnuevo .footer-xtra > *{
    margin: 0 10px 0 0;
  }
  .contenedor-redcentrosnuevo .menu-rrss{
    list-style-type: none;
    padding: 0;
    float: right;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item{
    display: inline-block;
    float: left;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item:not(:last-child){
    margin: 0 15px 0 0;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item a{
    display: block;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item span{
    position: relative;
    padding: 0 0 0 25px;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item span::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item .menu-rrss__item--twitter span::before{background-image:url('img/svg/twitter.svg')}
  .contenedor-redcentrosnuevo .menu-rrss__item .menu-rrss__item--linkedin span::before{background-image:url('img/svg/linkedin.svg')}
  .contenedor-redcentrosnuevo .menu-rrss__item .menu-rrss__item--youtube span::before{background-image:url('img/svg/youtube.svg')}
  .contenedor-redcentrosnuevo .menu-rrss__item .menu-rrss__item--facebook span::before{background-image:url('img/svg/facebook.svg')}
  .contenedor-redcentrosnuevo .menu-rrss__item a:hover{
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo /* BANNER ACCCIDENTE */
  
  .banner-guia-informativa{
    min-height: 150px;
    position: relative;
    background-color: #baddff !important;
    cursor: pointer;
    background-image: url('/wp-content/themes/mutualia/img/bg-que-hacer-en-caso-de-accidente.png');
    background-repeat: no-repeat;
    background-position: 90% 10px;
    background-size: 20% !important;
  }
  .contenedor-redcentrosnuevo .banner-guia-informativa__caption{
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .contenedor-redcentrosnuevo .banner-guia-informativa__caption *{
    color: #000 !important;
  }
  .contenedor-redcentrosnuevo .banner-guia-informativa__menu{
    list-style-type: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 190px;
  }
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem{
    height: 25%;
    position: relative;
    background: #1b5691;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem::before{
      content: "";
      width: 0px;
      height: 0px;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
  }
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem:nth-child(1){background:#75b0ea}
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem:nth-child(2){background:#4d8fd1}
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem:nth-child(3){background:#2f6faf}
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem:nth-child(4){background:#1b5691}
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem:nth-child(1)::before{border-right:20px solid #75b0ea}
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem:nth-child(2)::before{border-right:20px solid #4d8fd1}
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem:nth-child(3)::before{border-right:20px solid #2f6faf}
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem:nth-child(4)::before{border-right:20px solid #1b5691}
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    word-wrap: nowrap;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  }
  .contenedor-redcentrosnuevo .banner-herramientas, .contenedor-redcentrosnuevo .banner-redcentros{
    min-height: 150px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .contenedor-redcentrosnuevo .banner-herramientas{background-image:url('img/bg-herramientas.png')}
  .contenedor-redcentrosnuevo .banner-redcentros{background-image:url('img/bg-redcentros.png')}
  .contenedor-redcentrosnuevo .banner-herramientas > *, .contenedor-redcentrosnuevo .banner-redcentros > *{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #000;
  }
  .contenedor-redcentrosnuevo /* MENU INDEX */
  
  .menu-index{
    background: #f0f0f0;
    padding: 25px 0 20px 0;
    margin: 0 0 20px 0;
  }
  .contenedor-redcentrosnuevo .menu-index--fixed{
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .contenedor-redcentrosnuevo .menu-index ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
  }
  .contenedor-redcentrosnuevo .menu-index li{
    display: inline-block;
  }
  .contenedor-redcentrosnuevo .menu-index li a:focus-visible{
    outline: 2px solid;
  }
  .contenedor-redcentrosnuevo .menu-index strong span{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: -9999px;
    border-radius: 30px;
    border: 2px solid #004595;
    margin: 0 auto;
    position: relative;
    background: #f0f0f0;
    z-index: 2;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .menu-index strong{
    display: block;
    position: relative;
  }
  .contenedor-redcentrosnuevo .menu-index strong::before{
    content: "";
    height: 2px;
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #004595;
  }
  .contenedor-redcentrosnuevo .menu-index strong::after{
    content: "";
    height: 2px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    background: #004595;
  }
  .contenedor-redcentrosnuevo .menu-index li:last-of-type strong::after, .contenedor-redcentrosnuevo .menu-index li:first-of-type strong::before{
    display: none;
  }
  .contenedor-redcentrosnuevo .menu-index .active strong span::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #004595;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 16px;
    transform: translateX(-50%) translateY(-50%);
  }
  .contenedor-redcentrosnuevo .menu-index li:hover strong span::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #aaa;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 16px;
    transform: translateX(-50%) translateY(-50%);
  }
  .contenedor-redcentrosnuevo .menu-index .active:hover strong span::before{
    background: #004595;
  }
  .contenedor-redcentrosnuevo .menu-index li > a, .contenedor-redcentrosnuevo .menu-index li > span{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    color: #004595;
    font-size: 12px;
    padding: 0 10px;
  }
  .contenedor-redcentrosnuevo /****/
  
  
  .overlay--search{
    text-align: center;
    padding: 25px 0 0 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    z-index: 9001;
  }
  .contenedor-redcentrosnuevo .overlay--search__content{
    position: relative;
    top: 115px;
    left: 0;
    margin: auto;
    width: 1200px;
  }
  .contenedor-redcentrosnuevo .overlay--search h2{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #004595;
    font-size: 46px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .contenedor-redcentrosnuevo .overlay--search ul + label{
    display: none;
  }
  .contenedor-redcentrosnuevo .overlay--search ul{
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
  }
  .contenedor-redcentrosnuevo .overlay--search ul li{
    display: inline-block;
  }
  .contenedor-redcentrosnuevo .overlay--search input[type=text], .contenedor-redcentrosnuevo .overlay--search input[type=search]{
    background: #ccc;
    border: 0;
    width: 50%;
    display: block;
    margin: 0 auto 20px auto;
    padding: 15px;
    border-radius: 2px;
  }
  .contenedor-redcentrosnuevo .overlay--search button{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background: #004595;
    color: #fff;
    border: 0;
    width: 30%;
    display: block;
    margin: auto;
    padding: 15px;
    border-radius: 2px;
  }
  .contenedor-redcentrosnuevo .overlay--search button .screen-reader-text{
    color:#fff;
    position:static;
    clip-path:none;
    font-family: 'Montserrat', sans-serif;
  }
  .contenedor-redcentrosnuevo .overlay--search__content form p br{
    display: none;
  }
  .contenedor-redcentrosnuevo .minibanner--wrapper img{
    display: block;
    max-width: 100%;
  }
  .contenedor-redcentrosnuevo .block{
  
    }
  .contenedor-redcentrosnuevo @media (max-width: 1250px){
  
    .wrapper {
      width: 100%;
    }
  .contenedor-redcentrosnuevo .row{
      margin: 0 0 30px 0;
    }
  .contenedor-redcentrosnuevo .logo{
      left: 15px;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer, .contenedor-redcentrosnuevo .footer-item.contact-phone{
      flex-basis: 100%;
      justify-content: center;
      max-width: 100%;
    }
  .contenedor-redcentrosnuevo .delante figcaption h2{
        font-size: 18px;
        padding:12px 28px;
    }
  .contenedor-redcentrosnuevo .delante figcaption{
      font-size: 14px;
    }
  .contenedor-redcentrosnuevo .delante figcaption button{
      font-size: 14px;
      padding:12px 32px;
    }
  .contenedor-redcentrosnuevo .categorias-destacadas-container ul{
      width: 100%;
      padding: 0 15px;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1200px){
    .logo {
         
      }
  .contenedor-redcentrosnuevo .header{
      background: #fff;
      height: 70px;
  
    }
  .contenedor-redcentrosnuevo .sitemap-content .wsp-container{
      margin-top: 1.5rem;
  
    }
  .contenedor-redcentrosnuevo img{
      max-width: 100%;
    }
  .contenedor-redcentrosnuevo iframe{
      max-width: 100%;
    }
  .contenedor-redcentrosnuevo .overlay--search{
      background: #fff !important;
    }
  .contenedor-redcentrosnuevo .overlay--search__content{
      max-width: 90%;
    }
  .contenedor-redcentrosnuevo .overlay--search h2{
      font-size: 30px;
    }
  .contenedor-redcentrosnuevo .overlay--search__content form p{
      text-align: left;
      line-height: 40px;
      padding: 0 15px 0 15px;
    }
  .contenedor-redcentrosnuevo .overlay--search__content form p br{
      display: block;
    }
  .contenedor-redcentrosnuevo .overlay--search input[type="text"], .contenedor-redcentrosnuevo .overlay--search input[type="search"], .contenedor-redcentrosnuevo .overlay--search button{
      width: 100%;
    }
  .contenedor-redcentrosnuevo .pull-right, .contenedor-redcentrosnuevo .pull-left{
      float: none !important;
    }
  .contenedor-redcentrosnuevo .logo{
      top: 10px;
      left: 20px;
       width: 200px; /* Ajustar el ancho en pantallas pequeñas */
       margin-top: 5px;
    }
  .contenedor-redcentrosnuevo .logo a{
      display: block;
    }
  .contenedor-redcentrosnuevo .toggle-menu{
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      text-indent: -9999px;
      overflow: hidden;
      cursor: pointer;
      background: #004595;;
      z-index: 999;
    }
  .contenedor-redcentrosnuevo .menu-overlay{
      display: block;
    }
  .contenedor-redcentrosnuevo .toggle-menu::before{
      content: "";
      height: 4px;
      width: calc(100% - 30px);
      position: absolute;
      left: 50%;
      top: 20px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #fff;
    }
  .contenedor-redcentrosnuevo .toggle-menu::after{
      content: "";
      height: 4px;
      width: calc(100% - 30px);
      position: absolute;
      left: 50%;
      top: 34px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #fff;
    }
  .contenedor-redcentrosnuevo .slider{
      padding: 60px 0 0 0;
      min-height: auto;
    }
  .contenedor-redcentrosnuevo .slide{
      background-position: left top;
      background-attachment: initial;
      background-size: cover;
      height: auto;
      /* padding: 20px; */
    }
  .contenedor-redcentrosnuevo .slide img{
      width: auto;
      height: 100%;
      max-width: none;
    }
  .contenedor-redcentrosnuevo .slider-static .header__caption{
      top: 0;
    }
  .contenedor-redcentrosnuevo .header__caption{
      /*padding-top: 0 !important;*/
    }
  .contenedor-redcentrosnuevo .menutop{
      margin: 0;
    }
  .contenedor-redcentrosnuevo .menutop__list{
      float: none;
      position: absolute;
      right: 60px;
      top: 0;
    }
  .contenedor-redcentrosnuevo .menutop__list > li:first-child{
    display: none;
    }
  .contenedor-redcentrosnuevo .btn--lang{
      padding: 0;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
    }
  .contenedor-redcentrosnuevo .menu-mobile-visible .slider--home, .contenedor-redcentrosnuevo .menu-mobile-visible .menusecondary-wrapper, .contenedor-redcentrosnuevo .menu-mobile-visible > .wrapper, .contenedor-redcentrosnuevo .menu-mobile-visible .featured--asociate, .contenedor-redcentrosnuevo .menu-mobile-visible .featured--secondary, .contenedor-redcentrosnuevo .menu-mobile-visible > footer{
      display: none;
    }
  .contenedor-redcentrosnuevo .menumain--mobile{
      display: none;
      float: none;
      /*top: 60px;*/
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__item{
      float: none;
      background: #fff;
      overflow: hidden;
      /*margin: 0 0 1px 0;*/
      border-bottom: 1px solid #ccc;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__child{
      position: relative;
      width: auto;
      top: 0;
      right: auto;
      left: 0;
      opacity: 1;
      background: none;
      webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__item:hover .menumain__child{
      top: 0;
    }
  .contenedor-redcentrosnuevo .menumain__item > span{
      padding: 5px 20px 5px 20px;
      font-weight: bold;
      font-size: 12px;
    }
  .contenedor-redcentrosnuevo .menumain__item a{
      text-align: center;
      padding: 10px 0;
    }
  .contenedor-redcentrosnuevo .menumain__item--mutualia a{
    padding: 45px 10px 5px 10px;
    text-align: center;
    font-size: 10px;
    color: #6296d1;
    }
  .contenedor-redcentrosnuevo .menumain__childitem a::before{
      left: 0;
      transform: none;
    }
  .contenedor-redcentrosnuevo .menumain__item--redcentros a{
    padding: 45px 10px 5px 10px;
    text-align: center;
    font-size: 10px;
    color: #6296d1;
    }
  .contenedor-redcentrosnuevo .menumain__item--redcentros a::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-image: url('img/svg/map.svg');
    background-repeat: no-repeat;
    }
  .contenedor-redcentrosnuevo .menumain__item--extranet a::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    transform: translateX(-50%);
    background-image: url('img/svg/extranet.svg');
    background-repeat: no-repeat;
    }
  .contenedor-redcentrosnuevo .menumain__item--extranet a{
    padding: 45px 10px 5px 10px;
    text-align: center;
    font-size: 10px;
    color: #6296d1;
    background-color: #fff;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__childitem{
      float: left;
      width: 25%;
    }
  .contenedor-redcentrosnuevo .menumain__item--redcentros .menumain__child{
      /*float: left;*/
    }
  .contenedor-redcentrosnuevo .menumain__item--redcentros .menumain__childitem{
      width: 100%;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__childitem a{
      padding: 37px 10px 4px 10px;
      font-size: 10px;
      font-family: 'Roboto', sans-serif;
    }
  .contenedor-redcentrosnuevo .menumain--mobile  .menumain__childitem a::before{
      height: 28px;
      top: 5px;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(2) > a, .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) > a{
      display: none;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li:last-child{
      padding: 5px 20px;
      border-top: 1px solid #ccc;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li > div{
      padding: 0;
      margin: 0;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li:not(:last-child){
      float: left;
      width: 33.33%;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li:last-child{
      width: 100%;
      float: none;
      clear: both;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li:last-child *{
      text-align: center;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li:last-child h2{
      font-size: 12px;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li:last-child h3, .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li:last-child h3 a{
      font-size: 20px;
    }
  .contenedor-redcentrosnuevo .menumain .menumain__item:nth-child(4) li:last-child *:last-child h3{
      margin: 0;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__item--extranet{
      float:left;
      width: 33.33%;
      height: 73px;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__item--buscador{
      float: left;
      width: 33.33%;
      height: 73px;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__item--idioma{
      height: 73px;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__item--idioma a{
      height: 73px;
    }
  .contenedor-redcentrosnuevo .menumain__item--extranet a{
      float: right;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__item--buscador span{
      padding: 45px 10px 5px 10px;
      font-size: 10px;
      text-indent: 0;
      font-weight: normal;
      color: #6296d1;
      display: block;
      margin: auto;
    }
  .contenedor-redcentrosnuevo .menumain--mobile .menumain__item--idioma span{
      padding: 0 10px 0 10px;
      text-indent: 0;
      font-weight: normal;
      color: #6296d1;
      background-repeat: no-repeat;
      background-size: auto 24px;
      background-position: left center;
      line-height: 73px;
      font-size: 16px;
      text-align: center;
    }
  .contenedor-redcentrosnuevo .menumain__childitem a br{
      display: block;
    }
  .contenedor-redcentrosnuevo .btn--simple{
      width: 100%;
    }
  .contenedor-redcentrosnuevo .delegationsearch-formmap .btn--simple{
      margin: 0 0 20px 0 !important;
    }
  .contenedor-redcentrosnuevo *[class*="mutualia-banner"], .contenedor-redcentrosnuevo div[class^="banner"]{
      margin: 0 0 30px 0;
    }
  .contenedor-redcentrosnuevo .featured--primary{
      padding: 30px;
    }
  .contenedor-redcentrosnuevo .title-lvl1--block{
      margin: 0 0 15px 0;
    }
  .contenedor-redcentrosnuevo .minibanner--wrapper{
      margin-bottom: 20px;
    }
  .contenedor-redcentrosnuevo .header__caption{
      right: 15px;
    }
  .contenedor-redcentrosnuevo .menuclient__item{
      width: 50%;
      position: relative;
    }
  .contenedor-redcentrosnuevo .menuclient__item a{
      padding: 65px 0 15px 0;
      font-size: 12px;
    }
  .contenedor-redcentrosnuevo .menuclient__item a::before{
     height: 35px;
    }
  .contenedor-redcentrosnuevo .menuclient__item::after{
      content: "";
      height: 15px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -15px;
      background: -moz-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );*/ /* IE6-9 */
    }
  .contenedor-redcentrosnuevo footer header{
      min-height: auto;
      padding: 15px 0 5px 0;
      margin: 0 0 10px 0;
    }
  .contenedor-redcentrosnuevo footer header, .contenedor-redcentrosnuevo .footer__list, .contenedor-redcentrosnuevo .footer__phonesupport, .contenedor-redcentrosnuevo .footer__phoneforeign, .contenedor-redcentrosnuevo .service24h{
      text-align: center
    }
  .contenedor-redcentrosnuevo footer header *{
      padding: 0;
    }
  .contenedor-redcentrosnuevo .footer-xtra{
      text-align: center;
    }
  .contenedor-redcentrosnuevo .footer-xtra img{
      display: block;
      margin: 0 auto 0 auto;
    }
  .contenedor-redcentrosnuevo .menu-rrss{
      float: none;
      overflow: hidden;
      text-align: center;
    }
  .contenedor-redcentrosnuevo .menu-rrss__item{
      text-align: center;
      float: none;
    }
  .contenedor-redcentrosnuevo .menu-rrss__item a{
      padding: 10px 0;
    }
  .contenedor-redcentrosnuevo .menu-rrss__item span{
      min-height: 20px;
      display: inline-block;
      text-indent: -9999px;
      overflow: hidden;
    }
  .contenedor-redcentrosnuevo .posts-list--news > li{
      padding: 0;
    }
  .contenedor-redcentrosnuevo .posts-list--news img{
      max-width: 100% !important;
      margin: 0 auto 15px auto;
      display: block;
    }
  .contenedor-redcentrosnuevo .post-list__thumb--wrapper{
      position: relative;
      width: auto;
      height: auto;
    }
  .contenedor-redcentrosnuevo .post-list__thumb{
      position: relative;
    }
  .contenedor-redcentrosnuevo .menu-index{
      display: none;
    }
  .contenedor-redcentrosnuevo .banner-guia-informativa__caption{
      position: relative;
      left: 0;
      top: 0;
      margin: 0 !important;
    }
  .contenedor-redcentrosnuevo .banner-guia-informativa__menu, .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem, .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem a{
      position: relative;
      height: auto;
    }
  .contenedor-redcentrosnuevo .banner-guia-informativa__menu{
      width: auto;
    }
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem::before{
      display: none;
    }
  .contenedor-redcentrosnuevo .banner-guia-informativa__menuitem a{
      top: 0;
      transform: none;
      padding: 10px 10px;
    }
  .contenedor-redcentrosnuevo /* CONTACT FORM */
  
    .mutualia-form-wrapper{
      padding: 0 15px;
    }
  .contenedor-redcentrosnuevo .mutualia-form-wrapper form{
      display: block !important;
    }
  .contenedor-redcentrosnuevo .wpcf7-form > div{
      float: none !important;
      margin: 0 !important;
    }
  .contenedor-redcentrosnuevo .wpcf7-form .wpcf7-form-control-wrap{
      display: block !important;
    }
  .contenedor-redcentrosnuevo .wpcf7-form .wpcf7-form-control-wrap.conditions{
      display: inline-block !important;
    }
  .contenedor-redcentrosnuevo .slider-form__input--contact{
      width: 100%;
    }
  .contenedor-redcentrosnuevo .slider-form__textarea, .contenedor-redcentrosnuevo .slider-form__textarea--small{
      width: 100%;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1250px){
    .row {
      margin: 0 0 30px 0;
    }
  .contenedor-redcentrosnuevo @media (min-width: 600px) and (max-width:1200px){
  
    .menumain--mobile .menumain__childitem a {
      font-size: 14px;
      padding: 55px 10px 4px 10px;
  
    }
  .contenedor-redcentrosnuevo .menumain__childitem a::before{
      height: 40px !important;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1200px){
    .search-responsive{
      display: none !important;
    }
  .contenedor-redcentrosnuevo .wrapper{
      padding: 0 15px;
    }
  .contenedor-redcentrosnuevo .wrapper .row{
      margin: 0 0 30px 0;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .active .footer-transparencia-nav, .contenedor-redcentrosnuevo .menu-footer ul .active .footer-legal-nav{
      flex-direction: column;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li{
  
      margin-bottom: 0.5rem;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .footer-transparencia-nav, .contenedor-redcentrosnuevo .menu-footer ul .footer-legal-nav{
      top: 0;
      transform: translateY(calc(-100% - 0.5rem));
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li:before{
      content: none;
    }
  .contenedor-redcentrosnuevo .otras-categorias-item{
      flex-basis: 32.6%;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1080px){
  
    .home .slide {
      position: relative !important;
    }
  .contenedor-redcentrosnuevo footer *[class^="col"]{
      width: 100%;
      float: none;
    }
  .contenedor-redcentrosnuevo .sitemap-content .wsp-container{
      column-count: 2;
    }
  .contenedor-redcentrosnuevo footer header, .contenedor-redcentrosnuevo .footer__list, .contenedor-redcentrosnuevo .footer__phonesupport, .contenedor-redcentrosnuevo .footer__phoneforeign, .contenedor-redcentrosnuevo .service24h{ text-align: center; }
  .contenedor-redcentrosnuevo @media (max-width: 700px){
  
    .footer-item.contact-phone ul {
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      margin-top: 1rem;
  }
  .contenedor-redcentrosnuevo .home .slide .wrapper{
      /*height: auto !important;*/
      min-height: 400px;
    }
  .contenedor-redcentrosnuevo .home .slide{
      padding-bottom: 20px;
    }
  .contenedor-redcentrosnuevo .header__caption{
      position: relative;
      bottom: auto;
      /*padding-top: calc(60px + 50px) !important;*/
    }
  .contenedor-redcentrosnuevo .menusecondary__item{
      font-size: 12px;
    }
  .contenedor-redcentrosnuevo .menusecondary__item a{
      padding: 70px 0 15px 0;
    }
  .contenedor-redcentrosnuevo .menusecondary__item a::before{
      height: 40px;
    }
  .contenedor-redcentrosnuevo .menusecondary__item--4{
      width: 50%;
    }
  .contenedor-redcentrosnuevo @media (max-width: 890px){
  
    *[class^="col"] {
      width: 100%;
      float: none;
      padding: 0;
    }
  .contenedor-redcentrosnuevo .home-main{
      flex-wrap: wrap;
    }
  .contenedor-redcentrosnuevo .home-option-container{
      flex-basis:100%;
      min-height: 250px;
  
    }
  .contenedor-redcentrosnuevo .delante{
      position:relative;
      height: 290px;
    }
  .contenedor-redcentrosnuevo .delante figcaption{
      padding: 1rem 2rem;
    }
  .contenedor-redcentrosnuevo .detras{
      position:relative;
      transform: rotateY(0deg);
      overflow: hidden;
      transition: height .5s;
      height:0;
      justify-content: flex-start;
    }
  .contenedor-redcentrosnuevo /*.home-option-container:hover{
      transform: rotateY(180deg);
      transition: all 1s;
    }
  .contenedor-redcentrosnuevo .home-option-container:hover .delante{
      /*left:-100%;
      /*transform: rotateY(180deg);
      /*transition: all 1s;*/
    /*  animation-name: hidefigure2;
     animation-duration: 1s;
     animation-fill-mode: forwards;
     animation-iteration-count: 1;
    }
  .contenedor-redcentrosnuevo @keyframes hidefigure2{
     0% {transform: rotateY(0deg);}
  .contenedor-redcentrosnuevo 99%{transform: rotateY(180deg);}
  .contenedor-redcentrosnuevo 100%{z-index:0;}
  .contenedor-redcentrosnuevo */
  
  
  .home-option-container:hover{
      transform: rotateY(0deg);
    }
  .contenedor-redcentrosnuevo .home-option-container.active .detras{
        height:100%;
        transition: height 1s;
      }
  .contenedor-redcentrosnuevo .home-option-container:hover .delante{
      animation-name: none;
    }
  .contenedor-redcentrosnuevo .home-option-container:hover figcaption{
      display: block;
    }
  .contenedor-redcentrosnuevo .noticia-cabecera{
      flex-direction: column;
    }
  .contenedor-redcentrosnuevo .noticia-cabecera figure{
      max-width: 100%;
    }
  .contenedor-redcentrosnuevo .categorias-destacadas-container ul{
      padding:0 15px;
      box-sizing: border-box;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas{
      flex-basis:32%;
    }
  .contenedor-redcentrosnuevo .otras-categorias-item{
      flex-basis: 32% !important;
    }
  .contenedor-redcentrosnuevo /*  @keyframes hidefigure{
     from {width: 100%;}
  .contenedor-redcentrosnuevo to{width: 0;}
  .contenedor-redcentrosnuevo .block{
    margin: 0 0 40px 0;
    position: relative;
  }
  .contenedor-redcentrosnuevo .block p{
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    font-size:14px;
  }
  .contenedor-redcentrosnuevo .block p.has-medium-font-size, .contenedor-redcentrosnuevo .block ul.has-medium-font-size, .contenedor-redcentrosnuevo .block ol.has-medium-font-size{
    font-size:14px !important;
  }
  .contenedor-redcentrosnuevo #seccion .block ul, .contenedor-redcentrosnuevo #seccion .block ol{
    padding-left: 1rem;
  }
  .contenedor-redcentrosnuevo .block li{
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 500;
  }
  .contenedor-redcentrosnuevo .single-post-content .wp-block-file.aligncenter{
    text-align: left !important;
  }
  .contenedor-redcentrosnuevo .block li ul{ padding: 0 0 0 15px; }
  .contenedor-redcentrosnuevo li h3{
    display: inline;
  }
  .contenedor-redcentrosnuevo .block--toggle__title{
    position: relative;
    padding: 10px 50px 10px 40px;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .block--toggle__title span{
    background: #82acdc;
    color: #005CAB;;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .block--toggle__title span::before{
    content: "↓";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .contenedor-redcentrosnuevo .block-up{
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .contenedor-redcentrosnuevo .block-up a{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url('img/svg/uparrow.svg');
    background-repeat: no-repeat;
    background-color: #ccdaea;
    background-size: auto 20px;
    background-position: center center;
    width: 46px;
    height: 46px;
    padding: 10px;
  }
  .contenedor-redcentrosnuevo .footer__phonesupport, .contenedor-redcentrosnuevo .footer__phoneforeign{
    position: relative;
    padding: 0 0 0 35px;
  }
  .contenedor-redcentrosnuevo .footer__phonesupport::before, .contenedor-redcentrosnuevo .footer__phoneforeign::before{
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contenedor-redcentrosnuevo .footer__phonesupport::before{
    background-image: url('img/svg/24h.svg');
  }
  .contenedor-redcentrosnuevo .footer__phoneforeign::before{
    background-image: url('img/svg/phone-world.svg');
  }
  .contenedor-redcentrosnuevo .delegationsearch-formmap{
    margin: 0 -15px 0 -15px;
  
   }
  .contenedor-redcentrosnuevo .form-delegationsearch{
    background: #e7e7e7;
    font-size: 12px;
    padding: 0 0 80px 0;
  }
  .contenedor-redcentrosnuevo .wrapper--redcentros--nuevo .form-delegationsearch{
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch fieldset{
    padding: 0 25px;
    border: 0;
    margin: 0 0 25px 0;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch legend{
    color: #0e599b;
    text-transform: uppercase;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch label{
    text-transform: uppercase;
    color: #4b4b4b;
    padding: 0 0 0 32px;
    position: relative;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__centros label{
    /*padding: 0 0 0 0;*/
    position: relative;
    padding: 0 0 0 62px;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__centros p:nth-of-type(1) label::before{
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 32px;
    top: -3px;
    background-image: url("img/svg/icono1.svg");
    background-repeat: no-repeat;
    background-size: contain;
  
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__centros p:nth-of-type(2) label::before{
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 32px;
    top: -3px;
    background-image: url('img/svg/icono2.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__centros p:nth-of-type(3) label::before{
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 32px;
    top: -3px;
    background-image: url('img/svg/icono3.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch p{
    padding: 0;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__searcher{
    background: #e1e1e1;
    padding: 25px !important;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__searcher legend{
    display: none;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__searcher p{
    margin: 0;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__searcher input{
    width: 100%;
    border: 0;
    padding: 0;
    min-height: 50px;
    line-height: 50px;
    padding: 0 65px 0 15px;
    font-family: 'Montserrat', sans-serif;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__searcher span{
    display: block;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__searcher button{
    border: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #0053a3;
    background-image: url('img/svg/zoom-white.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__centros span, .contenedor-redcentrosnuevo .form-delegationsearch__servicios span{
    border: 2px solid #6e6e6e;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__centros input[type="checkbox"], .contenedor-redcentrosnuevo .form-delegationsearch__servicios input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contenedor-redcentrosnuevo .form-delegationsearch__centros input[type="checkbox"]:checked + span, .contenedor-redcentrosnuevo .form-delegationsearch__servicios input[type="checkbox"]:checked + span{
    border: 2px solid #0053a3;
    background-image: url('img/svg/tick.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
  }
  .contenedor-redcentrosnuevo .map-delegationsearch{
    padding: 0 !important;
  }
  .contenedor-redcentrosnuevo .delegationsearchresults{
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .delegationsearchresults__item{
    background: #f0f0f0;
    padding: 25px 200px 25px 55px;
    margin: 0 0 1px 0;
    font-size: 14px;
    position: relative;
    min-height: 140px;
  }
  .contenedor-redcentrosnuevo .delegationsearchresults__item--propio{
    background-image: url('img/svg/icono1.svg');
    background-repeat: no-repeat;
    background-position: 20px 25px;
  }
  .contenedor-redcentrosnuevo .delegationsearchresults__item--concertado{
    background-image: url('img/svg/icono2.svg');
    background-repeat: no-repeat;
    background-position: 20px 25px;
  }
  .contenedor-redcentrosnuevo .delegationsearchresults__item--otras{
    background-image: url('img/svg/icono3.svg');
    background-repeat: no-repeat;
    background-position: 20px 25px;
  }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__title, .contenedor-redcentrosnuevo .delegationsearchresultsitem__address{
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
  }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__title{
    color: #0053a3;
  }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__address{
    color: #3b3b3b;
  }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__actions{
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    min-width: 200px;
    height: 100%;
    font-size: 12px;
  }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__actions p{
    /*0053a3*/
    margin: 0;
    padding: 0;
    height: 50%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__actions p:first-child span{
    background-color: #0053a3;
    display: block;
    height: 100%;
    padding: 50px 10px 10px 10px;
    position: relative;
  }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__actions p:last-child span{
    background-color: #b1b1b1;
    display: block;
    height: 100%;
    padding: 50px 10px 10px 10px;
    position: relative;
  }
  .contenedor-redcentrosnuevo .delegationsearchaction--print::before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('img/svg/printer.svg');
    background-size: 100%;
  }
  .contenedor-redcentrosnuevo .delegationsearchaction--route::before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('img/svg/route.svg');
    background-size: 100%;
  }
  .contenedor-redcentrosnuevo .delegationproperties{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .delegationproperties strong{
    font-weight: normal;
    color: #0053a3;
  }
  .contenedor-redcentrosnuevo .list-simple{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .contenedor-redcentrosnuevo .list-simple__item{
    border-bottom: 1px solid #ccc;
  }
  .contenedor-redcentrosnuevo .list-simple__item a{
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }
  .contenedor-redcentrosnuevo h2.screen-reader-text{ display: none }
  .contenedor-redcentrosnuevo .pagination svg{
    display: none;
  }
  .contenedor-redcentrosnuevo .slider--blog{
    min-height: auto;
  }
  .contenedor-redcentrosnuevo .slider--blog .slide{
    height: auto !important;
  }
  .contenedor-redcentrosnuevo .slider--blog .wrapper{
    height: auto !important;
  }
  .contenedor-redcentrosnuevo .slider--blog .header__caption{
    top: 0;
    padding-top: 150px;
  }
  .contenedor-redcentrosnuevo div.wpcf7{
    margin: 0;
    padding: 0;
  }
  .contenedor-redcentrosnuevo div.wpcf7 .form-flex{
    display: flex;
    margin: 0 20px;
      justify-content: space-between;
      gap:1rem;
  }
  .contenedor-redcentrosnuevo div.wpcf7 .form-flex>div{
    max-width: calc(50% - .5rem);
  }
  .contenedor-redcentrosnuevo div.wpcf7 label{
    display:none;
  }
  .contenedor-redcentrosnuevo div.wpcf7-response-output{
    margin: 0 0.5em 0;
    color:#005CAB;
    padding: 0.2em 1em;
  }
  .contenedor-redcentrosnuevo div.wpcf7 .screen-reader-response{
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .contenedor-redcentrosnuevo div.wpcf7-mail-sent-ok{
    border: 2px solid #398f14;
  }
  .contenedor-redcentrosnuevo div.wpcf7-mail-sent-ng{
    border: 2px solid #ff0000;
  }
  .contenedor-redcentrosnuevo div.wpcf7-spam-blocked{
    border: 2px solid #ffa500;
  }
  .contenedor-redcentrosnuevo div.wpcf7-validation-errors{
    border: 2px solid #f7e700;
  }
  .contenedor-redcentrosnuevo .wpcf7-form-control-wrap{
    position: relative;
    max-width: 100%;
  }
  .contenedor-redcentrosnuevo span.wpcf7-not-valid-tip{
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
  }
  .contenedor-redcentrosnuevo .use-floating-validation-tip span.wpcf7-not-valid-tip{
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
  }
  .contenedor-redcentrosnuevo span.wpcf7-list-item{
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .contenedor-redcentrosnuevo span.wpcf7-list-item-label::before, .contenedor-redcentrosnuevo span.wpcf7-list-item-label::after{
    content: " ";
  }
  .contenedor-redcentrosnuevo .wpcf7-display-none{
    display: none;
  }
  .contenedor-redcentrosnuevo div.wpcf7 .ajax-loader{
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
  }
  .contenedor-redcentrosnuevo div.wpcf7 .ajax-loader.is-active{
    visibility: visible;
  }
  .contenedor-redcentrosnuevo div.wpcf7 div.ajax-error{
    display: none;
  }
  .contenedor-redcentrosnuevo div.wpcf7 .placeheld{
    color: #888;
  }
  .contenedor-redcentrosnuevo div.wpcf7 .wpcf7-recaptcha iframe{
    margin-bottom: 0;
  }
  .contenedor-redcentrosnuevo div.wpcf7 input[type="file"]{
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo div.wpcf7 input[type="file"]:disabled{
    cursor: default;
  }
  .contenedor-redcentrosnuevo .wpcf7-form-control-wrap, .contenedor-redcentrosnuevo .wpcf7-form-control-wrap span{
    display: inline-block !important;
  }
  .contenedor-redcentrosnuevo .wpcf7-form-control-wrap input[type=checkbox]{
    margin: 0 10px 0 0;
  }
  .contenedor-redcentrosnuevo .cookies-layer{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000;
  background: rgba(255,255,255,0.9);
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  display: none;
  }
  .contenedor-redcentrosnuevo .cookies-ok{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  background: #ff7f1c;
  color: #fff;
  cursor: pointer;
  }
  .contenedor-redcentrosnuevo .banner--servicios{
  position: relative;
  }
  .contenedor-redcentrosnuevo .banner--servicios::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 65%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.65) 50%, rgba(255,255,255,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 50%,rgba(255,255,255,0.8) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 50%,rgba(255,255,255,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 );
  }
  .contenedor-redcentrosnuevo .tagsmenu__list{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .contenedor-redcentrosnuevo .tagsmenu__item{
    margin: 0 0 1px 0;
  }
  .contenedor-redcentrosnuevo .tagsmenu__item a, .contenedor-redcentrosnuevo .tagsmenu__item--viewmore span{
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #f0f0f0;
    color: #004595;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
  }
  .contenedor-redcentrosnuevo .tagsmenu__item--viewmore span{
    background: #004595;
    color: #f0f0f0;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .tagsmenu__item--active a{
    background: #ccc;
  }
  .contenedor-redcentrosnuevo .nav-links{
    background: none !important;
    padding: 0 !important;
  }
  .contenedor-redcentrosnuevo .nav-links .prev, .contenedor-redcentrosnuevo .nav-links .next, .contenedor-redcentrosnuevo .nav-link-documentation a:first-child, .contenedor-redcentrosnuevo .nav-link-documentation a:last-child{
    background: #222;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    position: relative;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
  }
  .contenedor-redcentrosnuevo .nav-links .page-numbers:not(:first-child):not(:last-child):not(span){
    display: none;
  }
  .contenedor-redcentrosnuevo .list-section-index, .contenedor-redcentrosnuevo .list-section-index a{
    color: #005CAB;
    font-size: 18px;
  }
  .contenedor-redcentrosnuevo @media (max-width: 600px){
    .categorias-destacadas-container .categorias-destacadas {
      flex-basis: 47%;
    }
  .contenedor-redcentrosnuevo .otras-categorias-item{
      flex-basis: 47% !important;
    }
  .contenedor-redcentrosnuevo .sitemap-content .wsp-container{
      column-count: 1;
    }
  .contenedor-redcentrosnuevo @media (max-width: 480px){
    .header {
      background: #fff;
      height: 60px;
  
    }
  .contenedor-redcentrosnuevo #div_box{
      width: 350px !important;
    }
  .contenedor-redcentrosnuevo .footer-item.rrss ul{
      gap:1rem;
      padding: 0 1rem 0 0;
  
    }
  .contenedor-redcentrosnuevo .categorias-destacadas-container .categorias-destacadas{
      flex-basis: 100% !important;
    }
  .contenedor-redcentrosnuevo .otras-categorias-item{
      flex-basis: 100% !important;
    }
  .contenedor-redcentrosnuevo .mutualia-form-wrapper form{
    margin: auto !important;
  }
  .contenedor-redcentrosnuevo .goup{
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: relative;
    background-color: #004595;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    float: right;
  }
  .contenedor-redcentrosnuevo .goup::after{
    content: "↑";
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
  }
  .contenedor-redcentrosnuevo .block-bg{
    background: #f0f0f0;
    padding: 20px;
  }
  .contenedor-redcentrosnuevo *[class^="col"] > [class*="banner-quehacerencasodeaccidente2"]{
    align-items: start;
    background-image: url('/wp-content/uploads/2018/02/premio.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    background-size: auto 70%;
  }
  .contenedor-redcentrosnuevo .conditions-lightbox{
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 99999;
    left: 50%;
    top: 50%;
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    transform: translateX(-50%) translateY(-50%);
    overflow-y: scroll;
  }
  .contenedor-redcentrosnuevo .conditions-lightbox ul{
    list-style-position: inside;
  }
  .contenedor-redcentrosnuevo .conditions-lightbox ul p{
    display: inline-block;
  }
  .contenedor-redcentrosnuevo @media (min-width: 480px){
    .conditions-lightbox {
      max-width: 1200px;
      max-height: calc(100vh - 200px);
    }
  .contenedor-redcentrosnuevo .tabla-proteccion-datos tbody td{
    padding: 15px 5px;
    text-align: justify;
  }
  .contenedor-redcentrosnuevo /* CONTRASTE */
  
  .high_contrast body, .contenedor-redcentrosnuevo .high_contrast .header--fixed{background-color: #fff}
  .contenedor-redcentrosnuevo .high_contrast .header__title, .contenedor-redcentrosnuevo .high_contrast .header__subtitle{color: #000 !important}
  .contenedor-redcentrosnuevo .high_contrast img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  }
  .contenedor-redcentrosnuevo .high_contrast *[class^="heading"], .contenedor-redcentrosnuevo .high_contrast *[class^="title"], .contenedor-redcentrosnuevo .high_contrast *[class^="title"] a, .contenedor-redcentrosnuevo .high_contrast .post-list__title, .contenedor-redcentrosnuevo .high_contrast .post-list__title--event, .contenedor-redcentrosnuevo .high_contrast .post-list__title a, .contenedor-redcentrosnuevo .high_contrast .post-list__title--event a, .contenedor-redcentrosnuevo .high_contrast .header__title, .contenedor-redcentrosnuevo .high_contrast .header__subtitle, .contenedor-redcentrosnuevo .high_contrast *[class^="btn"], .contenedor-redcentrosnuevo .high_contrast *[class^="footer__phone"], .contenedor-redcentrosnuevo .high_contrast .menumain__item a, .contenedor-redcentrosnuevo .high_contrast .menumain__item > span{color:#000}
  .contenedor-redcentrosnuevo .high_contrast .menumain__item--extranet a, .contenedor-redcentrosnuevo .high_contrast .post-list__meta :first-child{background:#000;color:#fff}
  .contenedor-redcentrosnuevo .high_contrast .btn--simple, .contenedor-redcentrosnuevo .high_contrast .title-bg{color: #fff}
  .contenedor-redcentrosnuevo .high_contrast .slider-form__input{border: 1px solid #000}
  .contenedor-redcentrosnuevo .high_contrast .post-list__meta :last-child{
    background: #f0f0f0;
    color: #000;
  }
  .contenedor-redcentrosnuevo .high_contrast .btn::before, .contenedor-redcentrosnuevo .high_contrast .btn::after, .contenedor-redcentrosnuevo .high_contrast .menusecondary-wrapper, .contenedor-redcentrosnuevo .high_contrast .btn--simple, .contenedor-redcentrosnuevo .high_contrast .title-bg, .contenedor-redcentrosnuevo .high_contrast .menu-index .active span::before, .contenedor-redcentrosnuevo .high_contrast .menu-index strong::before, .contenedor-redcentrosnuevo .high_contrast .menu-index strong::after{
    background: #000;
  }
  .contenedor-redcentrosnuevo .high_contrast .menu-index span{border: 2px solid #000}
  .contenedor-redcentrosnuevo .high_contrast .menu-index a, .contenedor-redcentrosnuevo .high_contrast .menumain__childitem--contact *{color: #000 !important}
  .contenedor-redcentrosnuevo .high_contrast .block--toggle__title{
    background: #f0f0f0;
    color: #000}
  .contenedor-redcentrosnuevo .high_contrast .block--toggle__title span{background: #000}
  .contenedor-redcentrosnuevo .high_contrast .block--toggle__title span::before{color: #fff}
  .contenedor-redcentrosnuevo .high_contrast .banner-guia-informativa{background: #f0f0f0 !important}
  .contenedor-redcentrosnuevo .high_contrast .banner-guia-informativa__menuitem{background: #000 !important}
  .contenedor-redcentrosnuevo .high_contrast .banner-guia-informativa__menuitem::before{border-right: 20px solid #000 !important}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__mutualia::before{background-image:url('img/svg/logo_mutualia-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__asociate::before{background-image:url('img/svg/asociate-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__prevencion::before{background-image:url('img/svg/prevencion-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__servicios::before{background-image:url('img/svg/servicios-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__empresa::before{background-image:url('img/svg/empresa-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__asesorias::before{background-image:url('img/svg/asesorias-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__autonomos::before{background-image:url('img/svg/autonomos-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__trabajadores::before{background-image:url('img/svg/trabajadores-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__llamamos::before{background-image:url('img/svg/soporte-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__preguntas::before{background-image:url('img/svg/preguntas-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem .menumain__contacta::before{background-image:url('img/svg/cursor-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem--contact div:first-child h3::before{background-image:url('img/svg/24h-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .menumain__childitem--contact div:last-child h3::before{background-image:url('img/svg/phone-world-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .footer__phonesupport::before{background-image: url('img/svg/24h-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .footer__phoneforeign::before{background-image: url('img/svg/phone-world-black.svg')}
  .contenedor-redcentrosnuevo /*.high_contrast .featured--asociate::after, .contenedor-redcentrosnuevo .featured--secondary::after{display:none}
  .contenedor-redcentrosnuevo */
  .high_contrast .menumain__item--buscador a, .contenedor-redcentrosnuevo .menumain__item--buscador a:hover, .contenedor-redcentrosnuevo .high_contrast .menumain__item--buscador span{background-image:url('img/svg/zoom-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .post-list__time::before{background-image:url('img/svg/calendario-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .post-list__location::before{background-image:url('img/svg/localizacion-black.svg')}
  .contenedor-redcentrosnuevo .high_contrast .slide, .contenedor-redcentrosnuevo .high_contrast *[class*="mutualia-banner"], .contenedor-redcentrosnuevo .high_contrast .featured--primary, .contenedor-redcentrosnuevo .high_contrast .featured--secondary{
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  }
  .contenedor-redcentrosnuevo .high_contrast .featured--primary > h2, .contenedor-redcentrosnuevo .high_contrast .featured--primary > h3, .contenedor-redcentrosnuevo .high_contrast .featured--secondary > h2, .contenedor-redcentrosnuevo .high_contrast .featured--secondary > h3{
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
  }
  .contenedor-redcentrosnuevo .whatsapp-link{
    display: inline-block;
    font-family:  Arial, 'sans-serif';
    background-color: #25D366;
    background-image: url('img/svg/whatsapp.svg');
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: 5px 4px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    height: 20px;
    border-radius: 3px;
    padding: 1px 8px 1px 23px;
    vertical-align: top;
    line-height: 20px;
  }
  .contenedor-redcentrosnuevo .gotocontent-wrapper, .contenedor-redcentrosnuevo .gotocontent{
    display: none;
  }
  .contenedor-redcentrosnuevo .lista-check{
  
  list-style-type: none;
  }
  .contenedor-redcentrosnuevo .lista-check > li::before{
    content: '✓';
    position: relative;
    left: -10px;
  }
  .contenedor-redcentrosnuevo .wp-pagenavi{
    background: none !important;
    padding: 0 !important;
    display: inline-block;
  }
  .contenedor-redcentrosnuevo .wp-pagenavi .pages, .contenedor-redcentrosnuevo .wp-pagenavi .first, .contenedor-redcentrosnuevo .wp-pagenavi .last, .contenedor-redcentrosnuevo .wp-pagenavi .previouspostslink, .contenedor-redcentrosnuevo .wp-pagenavi .nextpostslink, .contenedor-redcentrosnuevo .wp-pagenavi .extend{
    display: none !important;
  }
  .contenedor-redcentrosnuevo .wp-pagenavi a, .contenedor-redcentrosnuevo .wp-pagenavi span{
    border: 0 !important;
  }
  .contenedor-redcentrosnuevo div.wpcf7-validation-errors, .contenedor-redcentrosnuevo span.wpcf7-not-valid-tip{
    /*display: none !important;*/
    width:100%;
    font-size:.8rem;
  }
  .contenedor-redcentrosnuevo .wpcf7-not-valid{
    border: 1px solid #ea060c;
  }
  .contenedor-redcentrosnuevo @keyframes fadein{
    from {
      opacity: 0;
    }
  .contenedor-redcentrosnuevo to{
      opacity: 1;
    }
  .contenedor-redcentrosnuevo .wpcf7-mail-sent-ok{
    clear: both;
  }
  .contenedor-redcentrosnuevo .menu-lista-wrapper{
    background: #f0f0f0;
    padding: 20px;
    margin: 20px 0 0 0;
    display: inline-block;
    text-align: left;
  }
  .contenedor-redcentrosnuevo .menu-lista__item{
    margin: 0 0 10px 0;
  }
  .contenedor-redcentrosnuevo .inline-buttons a:first-of-type{
   margin: 0 10px 0 0 !important;
  }
  .contenedor-redcentrosnuevo .inline-buttons a:last-of-type{
   margin: 0 0 0 10px !important;
  }
  .contenedor-redcentrosnuevo @media (max-width: 800px){
  
    .delegationsearchresultsitem__actions {
      position: relative;
      overflow: hidden;
    }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__actions p{
      width: 50%;
    }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__actions p:first-of-type{ float: left; }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__actions p:last-of-type{ float: right;}
  .contenedor-redcentrosnuevo .delegationsearchresults__item{
      padding: 20px 15px 15px 30px;
      font-size: 12px;
    }
  .contenedor-redcentrosnuevo .delegationsearchresultsitem__title, .contenedor-redcentrosnuevo .delegationsearchresultsitem__address{
      font-size: 12px;
    }
  .contenedor-redcentrosnuevo .delegationproperties{
      margin: 0 0 15px 0;
    }
  .contenedor-redcentrosnuevo .delegationsearchresults__item--propio{
    background-position: 12px 20px;
    background-size: 14px 21px;
  }
  .contenedor-redcentrosnuevo .delegationsearchresults__item--concertado{
    background-position: 12px 20px;
    background-size: 14px 21px;
  
  }
  .contenedor-redcentrosnuevo .delegationsearchresults__item--otras{
    background-position: 12px 20px;
    background-size: 14px 21px;
  
  }
  .contenedor-redcentrosnuevo .reddecentros--searchresults{
    text-align: center;
  }
  .contenedor-redcentrosnuevo .docs-toggle{
    display: inline-block;
    border: 2px solid #004595;
    color: #004595;
    border-radius: 4px;
    padding: 3px 5px 3px 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
  }
  .contenedor-redcentrosnuevo .docs-toggle a{
    display: inline-block;
    padding: 2px 5px;
    background-color: #ff7f1c;
    margin: 0 0 0 10px;
    color: #fff;
    border-radius: 2px;
  }
  .contenedor-redcentrosnuevo @media screen{
  #prueba {
  
  visibility: hidden;
  height: 0;
  }
  .contenedor-redcentrosnuevo .minibanner--wrapper > div{
    padding: 0 !important;
  }
  .contenedor-redcentrosnuevo .wpcf7-form select{
    border: 1px solid #005CAB;
    padding: 5px;
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;
    color: #000;
  }
  .contenedor-redcentrosnuevo .page-template-template-login{
    background-color: #f0f0f0;
  }
  .contenedor-redcentrosnuevo .tml-login{
    max-width: 320px;
    background: #fff;
    padding: 25px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .contenedor-redcentrosnuevo .tml-login input[type=text], .contenedor-redcentrosnuevo .tml-login input[type=password]{
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
  }
  .contenedor-redcentrosnuevo .tml-login input[type=submit]{
    margin: 0;
    font-size: 13px;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #0085ba;
    background-color: #0085ba;
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    color: #fff;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .posts-list--single{
    /*text-align: justify;*/
  }
  .contenedor-redcentrosnuevo .posts-list--single blockquote{
    font-style: italic;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
  }
  .contenedor-redcentrosnuevo #seccion{
    /*max-width:832px;*/
  }
  .contenedor-redcentrosnuevo #seccion ol{
    list-style-position: inside;
    padding: 0;
  }
  .contenedor-redcentrosnuevo #seccion ol li{
    line-height: 20px;
  }
  .contenedor-redcentrosnuevo /***************     MODS BM        ****************/
  .faqslider .slides .slide .wrapper{
      padding-top: 40px;
  }
  .contenedor-redcentrosnuevo #contenedorPestanias{
    margin-top: -240px;
      z-index: 9000;
  }
  .contenedor-redcentrosnuevo .pestanias{
    height: 240px;
  }
  .contenedor-redcentrosnuevo .pestania{
    position: relative;
    display:inline-block;
    width: 33%;
    height: 240px;
    text-align: center;
    color: #A6A6A6;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
    padding-top: 30px;
  }
  .contenedor-redcentrosnuevo .pestania:hover{
    color: #005CAB;
    border-bottom: 1px solid #005CAB;
  }
  .contenedor-redcentrosnuevo .pestania .iconopestania{
    margin-right: auto;
      margin-left: auto;
      width: 108px;
  }
  .contenedor-redcentrosnuevo .pestania .iconopestaniasi{
    display: none;
  }
  .contenedor-redcentrosnuevo .pestania .iconopestaniano{
    display: block;
  }
  .contenedor-redcentrosnuevo .pestania.active .iconopestaniasi{
    display: block;
  }
  .contenedor-redcentrosnuevo .pestania.active .iconopestaniano{
    display: none;
  }
  .contenedor-redcentrosnuevo .pestania:hover .iconopestaniasi{
    display: block;
  }
  .contenedor-redcentrosnuevo .pestania:hover .iconopestaniano{
    display: none;
  }
  .contenedor-redcentrosnuevo .pestania.active{
    color: #005CAB;
    border-bottom: 1px solid #005CAB;
  }
  .contenedor-redcentrosnuevo .pestania>h2{
    position: absolute;
    bottom: 25px;
    height: 28px;
    width: 280px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-transform: capitalize;
    white-space: nowrap;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    color:inherit;
    margin-bottom: 0;
  }
  .contenedor-redcentrosnuevo .contentPestania{
    margin-top: 48px;
    display: none;
    position: relative;
    min-height: 400px;
  }
  .contenedor-redcentrosnuevo .contentPestania.active{
    display:block;
  }
  .contenedor-redcentrosnuevo .contentPestania .titulocategoria{
    display: none;
    color: #005CAB;
    position: relative;
    padding: 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #005CAB;
  }
  .contenedor-redcentrosnuevo .contentPestania .titulocategoria img{
    width: 60px;
  }
  .contenedor-redcentrosnuevo .contentPestania .titulocategoria h2{
    display: inline-block;
      margin-left: 40px;
      position: absolute;
      top: 20px;
  }
  .contenedor-redcentrosnuevo .contentPestania .block{
    min-height: 61px;
    border-bottom: 1px solid #D3D3D3;
  }
  .contenedor-redcentrosnuevo .contentPestania .block .block--toggle__title{
    text-transform: lowercase;
    background-color: rgba(255,255,255,0);
    padding: 10px 10px 10px 60px;
    color: #A6A6A6;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
  }
  .contenedor-redcentrosnuevo .contentPestania .block .block--toggle__title:hover{
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .contentPestania .block.active .block--toggle__title{
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .contentPestania .block .block--toggle__title span{
    border: 1.5px solid #CCDAE9;
    border-radius: 50%;
    left: 0;right: auto;top:2px;
    background-color: rgba(255,255,255,0);
    width: 35px;height: 35px;
    color: #CCDAE9;
  }
  .contenedor-redcentrosnuevo .contentPestania .block--toggle__title span::before{
    content: "+";
    font-weight: lighter;
    font-size: 30px;
  }
  .contenedor-redcentrosnuevo .contentPestania .block--toggle.active .block--toggle__title span::before{
    content: "-";
    font-weight: lighter;
    font-size: 30px;
  }
  .contenedor-redcentrosnuevo .contentPestania .block .textoPregunta{
    transition: all 0.5s ease;
    padding: 10px 10px 10px 60px;
    font-family: Roboto!important;
    font-size: 14px!important;
    /*line-height: 24px!important;*/
    color: #636363!important;
  }
  .contenedor-redcentrosnuevo .contentPestania .block .textoPregunta span{
    font-family: Roboto!important;
    font-size: 14px!important;
  /*	line-height: 24px!important;*/
    color: #636363!important;
  }
  .contenedor-redcentrosnuevo .contentPestania .block .textoPregunta ul{
    margin-left: 40px;
  }
  .contenedor-redcentrosnuevo .contentPestania .block .textoPregunta ul li>div{
    margin-left: 10px;
    display: inline-block;
    max-width: 90%;
    vertical-align: top;
  }
  .contenedor-redcentrosnuevo .slider.faqslider{
    height: 420px;
  }
  .contenedor-redcentrosnuevo .slider-static.faqslider::before{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.35) 58%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.86) 58%,rgba(255,255,255,0.86) 95%,rgba(255,255,255,0.86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  }
  .contenedor-redcentrosnuevo .slider-static::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.35) 58%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.86) 0%,rgba(255,255,255,0.86) 58%,rgba(255,255,255,0.86) 95%,rgba(255,255,255,0.86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }
  .contenedor-redcentrosnuevo .slider-static.faqslider::after{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: -moz-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,0.35) 58%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(255,255,255,1) 35%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 35%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  }
  .contenedor-redcentrosnuevo /* Barra de Menú idioma modificado */
  .containertop{
    background-color: #005CAB;
  }
  .contenedor-redcentrosnuevo .containertop .menutop__list{
    float: none;
      width: 100%;
      height: 50px;
    max-height: 50px;
    min-height: 50px;
  }
  .contenedor-redcentrosnuevo .containertop .menutop__list .menulang{
  }
  .contenedor-redcentrosnuevo .containertop .btn--lang{
      background: none;
      color: #FFF;
      padding: 10px 20px 10px 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
  }
  .contenedor-redcentrosnuevo .containertop *[class^="btn"]:hover{
    transform: none;
      box-shadow: none;
  }
  .contenedor-redcentrosnuevo .containertop .btn--docu{
    background: none;
    color: #FFF;
    padding: 8px 0px 8px 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
  }
  .contenedor-redcentrosnuevo .menutop.menutopmodified{
    margin-bottom: 0;
  }
  .contenedor-redcentrosnuevo .menutop.menutopmodified .menutop__list>li{
    float: left;
  }
  .contenedor-redcentrosnuevo .menutop.menutopmodified .menutop__list>li.floatright{
    float:right;
  }
  .contenedor-redcentrosnuevo /* Barra de menú superior */
  .containermenuarriba{
    background-color: #FFF;
  }
  .contenedor-redcentrosnuevo .header{
    background-color: #FFF;
    position: relative;
  }
  .contenedor-redcentrosnuevo .containertop .logo{
      top: 45px;
      width: 150px;
  }
  .contenedor-redcentrosnuevo .header--fixed .menutop{
      display: block;
  }
  .contenedor-redcentrosnuevo .header--fixed .containertop .logo{
      top: 45px;
      width: 150px;
  }
  .contenedor-redcentrosnuevo .containertop .menumain{
    font-weight: bold;
    font-size: 14px;
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .containertop .menumain .menumain__item{
    border-bottom: 7px solid #FFF;
    line-height: 0;
  }
  .contenedor-redcentrosnuevo .containertop .menumain .menumain__item.active{
    border-bottom: 7px solid #005CAB;
  }
  .contenedor-redcentrosnuevo .containertop .menumain .menumain__item:not(.menumain__item--extranet):not(.menumain__item--buscador):hover{
    border-bottom: 7px solid #005CAB;
  }
  .contenedor-redcentrosnuevo .containertop .menumain .menumain__item>span, .contenedor-redcentrosnuevo .containertop .menumain .menumain__item>a{
    padding: 20px 20px 20px 20px;
  }
  .contenedor-redcentrosnuevo .containertop .menumain .menumain__item.menumain__item--extranet{
    border-bottom: 7px solid #ff7f1c;
  }
  .contenedor-redcentrosnuevo .containertop .menumain .menumain__item.menumain__item--buscador>span{
    background-position: center 20px;
  }
  .contenedor-redcentrosnuevo .containertop .menumain .menumain__item.hovered .menumain__child{
    border-top: 2px solid #F6F6F6;
    width: 100vw;
      box-shadow: none;
      position: fixed;
      left: 0;
      top: 99px;
  }
  .contenedor-redcentrosnuevo .header.header--fixed{
    position: fixed;
    z-index: 10000 !important;
    top: 0;
  
  }
  .contenedor-redcentrosnuevo .header--fixed .containertop .menumain .menumain__item.hovered .menumain__child{
    top: 99px;
  }
  .contenedor-redcentrosnuevo *:not(.home) .slide .wrapper{
    padding-top: 40px;
  }
  .contenedor-redcentrosnuevo .slider .slides .slide .header__caption{
    padding-top: 0;
  }
  .contenedor-redcentrosnuevo /** slider HOME **/
  .home .slider, .contenedor-redcentrosnuevo .page-template-template-faqs .slider, .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .slider{
      height: 400px;
  }
  .contenedor-redcentrosnuevo .home .slides, .contenedor-redcentrosnuevo .page-template-template-faqs .slides, .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .slides{
      height: 400px;
  }
  .contenedor-redcentrosnuevo .home .slides .slide, .contenedor-redcentrosnuevo .page-template-template-faqs .slides .slide, .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .slides .slide{
    min-height: 400px;
    height: 400px;
    position: relative;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption{
    /*width: 517px;*/
    /*padding: 40px 80px;*/
    /*position: relative;*/
    /*top: 50%;*/
    /*-ms-transform: translateY(-50%);
      transform: translateY(-50%);*/
      display: inline-block;
  
      width: 450px;
  
      padding: 0px 0px;
      background-color: rgba(255,255,255,0);
      height: auto;
      margin: 0;
      position: absolute;
      max-height: 360px;
      top: auto;
      right: 60px;
      float: right;
      right: 0;
      bottom: 45px;
      transform: none;
  }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption .header__title{
    font-size: 40px;
      font-family: Montserrat;
      max-height: 180px;
      overflow: hidden;
  }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption .header__title:last-of-type{
    margin: 0 0 30px 0;
  }
  .contenedor-redcentrosnuevo .home .slide .wrapper{
      padding-top: 0;
  }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption .btn{
    padding: 22px 26px 22px 19px;
    border: 1px solid #808283;
    background-color: #005CAB;
    color: #FFFFFF;
    border-radius: 0;
  }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption .btn::before, .contenedor-redcentrosnuevo .slider .slides .slide .header__caption .btn::after{
    content: none;
  }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption .btn:hover{
    transform: none;
    box-shadow: none;
  }
  .contenedor-redcentrosnuevo .home .slider .degradadofondo{
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .contenedor-redcentrosnuevo .home .slider .degradadofondo::before{
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      /*background: -moz-linear-gradient(top, rgba(0,66,148,1) 0%, rgba(0,66,148,0.35) 58%, rgba(0,66,148,0) 95%, rgba(0,66,148,0) 100%);*/
      /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 58%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); */
      /*background: linear-gradient(to top, rgba(0,66,148,0.85) 0%, rgba(0,66,148,0.4) 50%, rgba(0,66,148,0) 100%);*/
      /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005CAB', endColorstr='#00004294',GradientType=0 );*/
      background-color: rgba(255, 255, 255, 0.70);
  }
  .contenedor-redcentrosnuevo /*******************************/
  /* formularios y documentacion */
  /*******************************/
  .slider.minimize{
    height: 260px;
  }
  .contenedor-redcentrosnuevo .slider.sliderdocumentacion{
    transition: all 0.3s ease;
  }
  .contenedor-redcentrosnuevo #contenedorPestanias.pestaniasdocumentacion{
    margin-top: -100px;
    min-height: 500px;
  }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias{
    height: 100px;
  }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias .pestania{
    height: 100px;
  }
  .contenedor-redcentrosnuevo .itemcat{
    display:inline-block;
    width: calc(33% - 24px);
    /*height: 175px;*/
    height: auto;
    margin: 12px;
    cursor: pointer;
    padding: 10px;
    border-radius: 2px;
  }
  .contenedor-redcentrosnuevo .itemcat:hover{
    /*-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);*/
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,68,147,0.3);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,68,147,0.3);
    box-shadow: 0px 0px 5px 5px rgba(0,68,147,0.3);
  }
  .contenedor-redcentrosnuevo .itemcat img{
    width: 64px;
    margin: 9px 9px 9px 0;
  }
  .contenedor-redcentrosnuevo .itemcat .textoitem{
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 100px);
    max-height: 100%;
  }
  .contenedor-redcentrosnuevo .itemcat .textoitem span{
    color: #DD7008;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
  }
  .contenedor-redcentrosnuevo .itemcat .textoitem p{
    color: #636363;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 21px;
    margin-block-start: 0.71em;
    margin-block-end: 0.71em;
    /*max-height: 105px;*/
    overflow: hidden;
  }
  .contenedor-redcentrosnuevo .menucategorias{
    display: none;
    width: 300px;
    position: relative;
  }
  .contenedor-redcentrosnuevo .menucategorias.active{
    display:block;
  }
  .contenedor-redcentrosnuevo .menucategorias .menu{
    width: 100%;
  }
  .contenedor-redcentrosnuevo .menucategorias aside{
    border-right: 1px solid #CCDAE9;
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul{
    margin: 0;
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li{
    list-style: none;
    padding: 16px;
    /*border-right: 1px solid #CCDAE9;*/
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li.itemsubmenu{
    font-size: 18px;
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li.selected{
    color: #FFF;
    background-color: #005CAB;
    /*border-right: 1px solid #005CAB;*/
  
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li:hover{
    color: #FFF;
    background-color: #005CAB;
    /*border-right: 1px solid #005CAB;*/
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li>div{
    cursor: pointer;
    display:inline-block;
    max-width: 200px;
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li>span{
    color: #CCDAE9;
    font-weight: bold;
    font-size: 18px;
    width: 24px;
    height: 24px;
    float: right;
    text-align: center;
  
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li.selected>span, .contenedor-redcentrosnuevo .menucategorias aside ul li:hover>span{
    color: #FFF;
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li .submenu{
    display: none;
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
    top: 0;
    margin-left: calc(100% - 16px);
    padding-right: 0;
    padding-left: 0;
    background-color: #FFF;
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li.selected .submenu{
    display: block;
    transition: all 0.6s ease;
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li.selected .submenu.active{
    margin-left: calc(60% - 16px);
    border-left: 1px solid #CCDAE9;
  
  }
  .contenedor-redcentrosnuevo .menucategorias aside ul li .submenu .titulosubcat{
    color: #6E6E6E;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    padding: 16px;
  }
  .contenedor-redcentrosnuevo .docsporcat{
    position: absolute;
    top: 0;
    width: calc(100% - 510px);
    left: 480px;
    margin-left: 30px;
    padding: 16px;
    display: none;
  }
  .contenedor-redcentrosnuevo .docsporcat.widen{
    width: calc(100% - 330px);
    left: 300px;
  }
  .contenedor-redcentrosnuevo .docsporcat.widen .itemdoc .titdoc{
    max-width: 70%;
  }
  .contenedor-redcentrosnuevo .docsporcat .catdocs{
    color: #6E6E6E;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: left;
  }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc{
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: 66px;
    max-width: 968px;
    text-align: left;
    position: relative;
  }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .titdoc{
    text-decoration: none;
    color: #005CAB;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    max-width: 60%;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .divbuttons{
    display: inline-block;
    position: absolute;
    right: 0;
    top:16px;
  }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .botondescargar{
    text-decoration: none;
    color: #DD7008;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 60px;
  }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .botondescargar:first-child{
    margin-left: 0;
  }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .botondescargar i{
    color: #CCDAE9;
    margin-right: 6px;
    vertical-align: middle;
  }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .descdoc{
    color: #414141;
    font-family: Montserrat;
    font-size: 14px;
    /*font-weight: bold;*/
  }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .catsdoc{
    color: #A6A6A6;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin-top: 10px;
  }
  .contenedor-redcentrosnuevo .slides .slide .wrapper.wrapperbuscador{
    padding-top : 0;
    z-index: 3;
  }
  .contenedor-redcentrosnuevo .buscador{
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    height: 73px;
    margin-top: 40px;
    /*transition: all 0.3s ease;*/
    transition: none;
  }
  .contenedor-redcentrosnuevo .buscador>*{
    display: inline-block;
    vertical-align: top;
    /*transition: all 0.3s ease;*/
  }
  .contenedor-redcentrosnuevo .buscador .cajabuscador{
    box-sizing: border-box;
    height: 73px;
    width: 906px;
    border: 1px solid #E8E8E8;
    background-color: #FFFFFF;
    position: relative;
  }
  .contenedor-redcentrosnuevo .buscador .cajabuscador input[type='text']{
    width: 100%;
    font-size: 21px;
    padding: 24px 23px 23px 23px;
    border: none;
    color: #212121;
  }
  .contenedor-redcentrosnuevo .buscador .cajabuscador i{
    display: none;
    color: #FF7F1C;
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .buscador .botonBuscar{
    cursor:pointer;
    height: 73px;
    width: 170px;
    background-color: #005CAB;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    text-align: center;
    border: 1px solid #005CAB;
    padding: 26px 20px;
    margin-left: -4px;
  }
  .contenedor-redcentrosnuevo .buscador .botonBuscar:hover{
    background-color: #FFF;
    color: #005CAB
  }
  .contenedor-redcentrosnuevo .minimize .wrapper.wrapperbuscador{
  
  }
  .contenedor-redcentrosnuevo .minimize .buscador{
    float: right;
    width: 531px;
    height: 56px;
    margin-top: -130px;
  }
  .contenedor-redcentrosnuevo .minimize .buscador .cajabuscador{
    box-sizing: border-box;
    height: 56px;
    width: 371px;
    border: 1px solid #E8E8E8;
    background-color: #FFFFFF;
  }
  .contenedor-redcentrosnuevo .minimize .buscador .cajabuscador input[type='text']{
    width: 370px;
    font-size: 18px;
    padding: 17px 16px 17px 16px;
  }
  .contenedor-redcentrosnuevo .minimize .buscador .botonBuscar{
    height: 56px;
    width: 160px;
    padding: 20px 20px;
  }
  .contenedor-redcentrosnuevo #resultadoBusqueda.docsporcat{
    width: 100%;
    left: 0px;
    margin-left :0;
    display: none;
    min-height: 300px;
  }
  .contenedor-redcentrosnuevo #contenedorPestanias.pestaniasdocumentacion.searching{
    margin-top: 30px;
    min-height: 300px;
  }
  .contenedor-redcentrosnuevo #contenedorPestanias.pestaniasdocumentacion.searching .pestanias{
    display: none!important;
  }
  .contenedor-redcentrosnuevo #contenedorPestanias.pestaniasdocumentacion.searching .contentPestania{
    display: none!important;
  }
  .contenedor-redcentrosnuevo #contenedorPestanias.pestaniasdocumentacion.searching #resultadoBusqueda.docsporcat{
    display: block;
  
  }
  .contenedor-redcentrosnuevo /*.buscador.searching .botonBuscar{
    display: none;
  }
  .contenedor-redcentrosnuevo */
  /*.buscador.searching  .cajabuscador{
    width: 100%;
    position: relative;
  }
  .contenedor-redcentrosnuevo */
  .buscador.searching .cajabuscador i{
    display: block;
  }
  .contenedor-redcentrosnuevo #resultadoBusqueda.docsporcat .itemdoc .titdoc{
    max-width: 680px;
    overflow: hidden;
  }
  .contenedor-redcentrosnuevo .numRes{
    color: #BCBCBC;
    font-family: Montserrat;
    font-size: 16px;
    display: none;
    position: absolute;
    top: -60px;
  }
  .contenedor-redcentrosnuevo .searching .numRes{
    display: block;
  }
  .contenedor-redcentrosnuevo .menumain__child{
    width: 100vw;
  }
  .contenedor-redcentrosnuevo .loadinggif{
    text-align: center;
    margin-top: 134px;
  }
  .contenedor-redcentrosnuevo .pestania .span{
    display: none;
  }
  .contenedor-redcentrosnuevo .solomob{
    display: none;
  }
  .contenedor-redcentrosnuevo .franjanaranja{
    background-color: #FF7F1C;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 20px;
    color: #FFF;
    position: relative;
  }
  .contenedor-redcentrosnuevo .franjanaranja span{
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .franjanaranja .texto{
    position: absolute;
    top: 8px;
    left: 30px;
  }
  .contenedor-redcentrosnuevo .titulocat{
    padding: 16px;
    font-size: 24px;
    background-color: #005CAB;
    color: #FFF;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }
  .contenedor-redcentrosnuevo .pestania>span{
    display:none;
  }
  .contenedor-redcentrosnuevo #resultadoBusqueda .strong{
    font-weight: bold;
    text-decoration: undeline;
  }
  .contenedor-redcentrosnuevo /************ CALENDARIO *******************/
  .calendario-header{
    padding: 3rem 0 2rem 0;
  }
  .contenedor-redcentrosnuevo .calendar-elect p{
    max-width: 1024px;
  }
  .contenedor-redcentrosnuevo .calendar-buttonbar{
    display:flex;
    gap:1rem;
    padding-bottom: 3rem;
  }
  .contenedor-redcentrosnuevo .calendar-buttonbar button{
    color: #005CAB;
      font-weight: bold;
      border: 1px solid #ddd;
      background: #fff;
      padding: 1.5rem 4rem;
      cursor: pointer;
  }
  .contenedor-redcentrosnuevo .calendar-buttonbar button:disabled{
    opacity:.35;
  }
  .contenedor-redcentrosnuevo .calendar-buttonbar button.active{
    color: #fff;
    background: #005CAB;
  }
  .contenedor-redcentrosnuevo .calendar-buttonbar button:hover{
    border:1px solid #005CAB;
  }
  .contenedor-redcentrosnuevo .calendar-buttonbar button:disabled:hover{
    border: 1px solid #ddd;
  }
  .contenedor-redcentrosnuevo .calendar-forms-container, .contenedor-redcentrosnuevo .calendar-container{
    display:none;
  }
  .contenedor-redcentrosnuevo .calendar-forms-container{
    border-top: 1px solid #ddd;
    padding:2rem 0;
  }
  .contenedor-redcentrosnuevo .calendar-forms-container input{
    border:1px solid #ddd;
    border-radius: 5px;
    padding:.7rem 1.5rem;
    flex-basis: 100%;
  }
  .contenedor-redcentrosnuevo .error-area{
    display:none;
    position: absolute;
    bottom:0;
    left:180px;
    margin:0;
    font-size: .8rem;
    color:#F00;
  }
  .contenedor-redcentrosnuevo .field-50{
    flex-basis: 50%;
      position: relative;
      display: flex;
      align-items: center;
  }
  .contenedor-redcentrosnuevo .field-50.validation{
    padding-bottom: 2rem;
  }
  .contenedor-redcentrosnuevo .datepicker-container{
    position: relative;
    max-width: 500px;
  }
  .contenedor-redcentrosnuevo .datepicker-container:after{
    content:"";
    position: absolute;
    right:1rem;
    top:.5rem;
    width: 20px;
    height:20px;
    background-image: url('/wp-content/themes/mutualia/img/calendar-3.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contenedor-redcentrosnuevo .ui-datepicker .ui-datepicker-prev:before{
      content: "\f341";
  }
  .contenedor-redcentrosnuevo .ui-datepicker .ui-datepicker-next:before{
      content: "\f345";
  }
  .contenedor-redcentrosnuevo .bloque-form{
    display: flex;
  }
  .contenedor-redcentrosnuevo .bloque-form h3{
    color: #005CAB;
    font-size:1.2em;
    min-width:300px;
  }
  .contenedor-redcentrosnuevo .bloque-form fieldset{
    margin:1em 0;
    flex-basis: 100%;
  }
  .contenedor-redcentrosnuevo .bloque-form fieldset legend{
    display: block;
        padding: 0.3em 0 1rem;
        font-weight: bold;
        color: #999;
        font-size: 1.2em;
  
  }
  .contenedor-redcentrosnuevo .bloque-form .form-row{
    display:flex;
    align-items: center;
    padding-bottom: 1rem;
    position: relative;
  }
  .contenedor-redcentrosnuevo .bloque-form .form-row.validation{
    padding-bottom: 1.5rem;
    margin-bottom:1rem;
  }
  .contenedor-redcentrosnuevo .bloque-form.horarios .form-row.validation, .contenedor-redcentrosnuevo .bloque-form.fiestas .form-row.validation{
    padding-bottom: 2rem;
    margin-bottom:1rem;
  }
  .contenedor-redcentrosnuevo .bloque-form label{
    min-width: 180px;
      text-align: right;
      font-weight: bold;
      padding-right: 1.2rem;
  }
  .contenedor-redcentrosnuevo .horarios, .contenedor-redcentrosnuevo .fiestas, .contenedor-redcentrosnuevo .firma, .contenedor-redcentrosnuevo .descargar-pdf{
    border-top: 1px solid #ddd;
    padding:2rem 0;
  }
  .contenedor-redcentrosnuevo .bloque-form.fiestas fieldset{
    display:flex;
    flex-wrap:wrap;
  }
  .contenedor-redcentrosnuevo .bloque-form.fiestas .form-row{
        flex-basis: 50%;
  }
  .contenedor-redcentrosnuevo .descargar-pdf button{
    color: #fff;
      font-weight: bold;
      border: 1px solid #ddd;
      background: #005CAB;
      padding: 1.5rem 4rem;
      cursor: pointer;
  }
  .contenedor-redcentrosnuevo .calendar-container{
    display: flex;
  gap: 1rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 2rem;
  }
  .contenedor-redcentrosnuevo .calendar-container .mes{
    border-collapse: collapse;
  }
  .contenedor-redcentrosnuevo .calendar-container .mes caption{
    background: #DDDDDD;
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #757575;
    padding: 0.3rem;
    text-transform: uppercase;
  
  }
  .contenedor-redcentrosnuevo .calendar-container .mes{
    font-size: 10px;
    max-height: 100px;
  }
  .contenedor-redcentrosnuevo .calendar-container .mes thead{
    background: #F5F5F5;
    font-size: 10px;
    font-weight: 300;
  
  }
  .contenedor-redcentrosnuevo .calendar-container .mes thead th{
  padding:.1rem;
  font-weight: 300;
  
  }
  .contenedor-redcentrosnuevo .calendar-container .mes td{
  font-size: 10px;
  text-align: right;
      padding: 0 4px;
      width: 28px;
  }
  .contenedor-redcentrosnuevo .calendar-container .mes td.domingo{
  color:#F58025;
  font-weight: 700;
  }
  .contenedor-redcentrosnuevo .calendar-container .mes td.festivo-espania{
  background-color:#005CAB;
  color:#fff;
  }
  .contenedor-redcentrosnuevo .calendar-container .mes td.festivo-euskadi, .contenedor-redcentrosnuevo .calendar-container .mes td.festivo-madrid{
  background-color:#F58025;
  color:#fff;
  }
  .contenedor-redcentrosnuevo .datos-calendario{
    min-width:400px;
  }
  .contenedor-redcentrosnuevo .datos-empresa-print{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 4rem;
  }
  .contenedor-redcentrosnuevo .datos-empresa-print div{
    flex-basis:50%;
      max-width: calc(50% - 2rem);
  }
  .contenedor-redcentrosnuevo .datos-empresa-print dt{
    color: #757575;
    font-size: 11px;
  line-height: 13px;
  }
  .contenedor-redcentrosnuevo .datos-empresa-print dd{
  margin-left: 0.5rem;
  color: #464646;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  }
  .contenedor-redcentrosnuevo .datos-horarios .data-row{
    display: flex;
    font-size: 11px;
  line-height: 13px;
  color: #757575;
  }
  .contenedor-redcentrosnuevo .datos-horarios .data-row h2, .contenedor-redcentrosnuevo .datos-horarios .data-row h3, .contenedor-redcentrosnuevo .datos-horarios .data-row p{
    font-size: 11px;
    line-height: 13px;
    color: #757575;
    margin-bottom: 0.4rem;
  }
  .contenedor-redcentrosnuevo .datos-horarios .data-row h2, .contenedor-redcentrosnuevo .datos-horarios .data-row h3{
    font-weight: 400;
  }
  .contenedor-redcentrosnuevo .datos-horarios .data-row p{
    font-weight: 700;
    padding-left: .5rem;
  }
  .contenedor-redcentrosnuevo .datos-horarios .data-row h2{
    flex-basis: 50%;
  }
  .contenedor-redcentrosnuevo .datos-horarios .data-row.right{
    margin: 0 1rem 1.5rem 1rem;
  }
  .contenedor-redcentrosnuevo .datos-horarios .data-row.right h3, .contenedor-redcentrosnuevo .datos-horarios .data-row.right p{
    margin-top: 0;
    margin-bottom: 0;
  }
  .contenedor-redcentrosnuevo .datos-horarios .data-row.right h3{
    margin-left: auto;
  }
  .contenedor-redcentrosnuevo .datos-horarios .bloque-horarios{
    display: flex;
    flex-wrap: wrap;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    font-size: 12px;
    margin-top: 0;
  }
  .contenedor-redcentrosnuevo .datos-horarios .bloque-horarios div{
    display: flex;
    flex-basis: 50%;
  }
  .contenedor-redcentrosnuevo .datos-horarios .bloque-horarios dd{
    font-weight: 700;
    margin-left: .5rem;
  }
  .contenedor-redcentrosnuevo .datos-fiestas{
    display: flex;
    justify-content: space-between;
    padding-right: 1rem;
    margin-bottom: 2.5rem;
  }
  .contenedor-redcentrosnuevo .datos-fiestas dt{
    color: #757575;
    font-size: 11px;
  line-height: 13px;
  }
  .contenedor-redcentrosnuevo .datos-fiestas dd{
  margin-left: 0.5rem;
  color: #464646;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  }
  .contenedor-redcentrosnuevo .att-cte{
    font-size: 1rem;
    letter-spacing: -0.05em;
    color: #F58025;
    text-align: right;
  }
  .contenedor-redcentrosnuevo .att-cte p{
  margin:0;
  }
  .contenedor-redcentrosnuevo .att-cte .tfno{
    font-weight: 700;
  font-size: 2rem;
  }
  .contenedor-redcentrosnuevo /************ FIN CALENDARIO ***************/
  
  
  /************ GESTION DE LA SALUD **********/
  #gestion-salud-content{
    padding:1rem 0;
  }
  .contenedor-redcentrosnuevo .gestion-salud-epigrafe{
   padding:1rem 0;
   border-bottom: 1px solid #D3D3D3;
  }
  .contenedor-redcentrosnuevo .gestion-salud-epigrafe-titulo a{
   padding: 10px 10px 10px 60px;
   font-family: Roboto;
   font-size: 16px;
   font-weight: bold;
   position: relative;
   color: #005CAB;
  }
  .contenedor-redcentrosnuevo .gestion-salud-epigrafe-titulo a.collapsed{
     color: #A6A6A6;
  }
  .contenedor-redcentrosnuevo .gestion-salud-epigrafe-titulo a:before{
     content: "-";
     font-weight: lighter;
     font-size: 30px;
     color: #CCDAE9;
     position: absolute;
     left: 0;
     top: 0;
     border: 1px solid #CCDAE9;
     border-radius: 50%;
     width: 35px;
     height: 35px;
     display: flex;
     justify-content: center;
     align-items: center;
  }
  .contenedor-redcentrosnuevo .gestion-salud-epigrafe-titulo a.collapsed:before{
     content: "+";
  }
  .contenedor-redcentrosnuevo .gestion-salud-epigrafe-titulo a:hover{
   color: #005CAB;
   text-decoration: none;
  }
  .contenedor-redcentrosnuevo .gestion-salud-epigrafe-content{
     padding: 5px 10px 0 60px;
     font-family: Roboto;
     font-size: 14px;
     color: #636363;
     text-align: left;
     font-weight: 500;
     line-height: 24px;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud{
   display: flex;
   width: 590px;
   margin:auto;
   gap:.5rem;
   list-style:none;
   padding-top: 2rem;
   align-items: center;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item{
     background-color: #005CAB;
     min-width: 120px;
     display: flex;
     padding: 0.5rem;
     align-items: center;
     max-height: 250px;
     justify-content: center;
     height: fit-content;
     text-align: center;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.ambiente-trabajo, .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.participacion-comunidad{
   min-width:140px;
  }
  .contenedor-redcentrosnuevo /*.menu-gestion-salud .list-item.ambiente-trabajo{
   background-color: #ffe07c;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.participacion-comunidad{
   background-color: #c0d89c;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.gestion-ausencias{
   background-color: #75b7b0;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.cuidado-salud{
   background-color: #fbd7c8;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.bienestar-emocional{
   background-color: #d2b7c5;
  }
  .contenedor-redcentrosnuevo */
  
  .menu-gestion-salud .list-item a{
   color: #FFF;
     position: relative;
     display: block;
     color: #fff;
     text-transform: uppercase;
     text-decoration: none;
     font-size: .85rem;
     font-weight: 500;
     text-align: center;
     padding: 100px 0 25px 0;
     text-shadow: 1px 1px 1px rgba(0,0,0,.6);
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item a::before{
   content: "";
   position: absolute;
   width: 90px;
   height: 90px;
   top: 5px;
   left: calc(50% - 45px);
   /* background-image: url(img/svg/gestiondelasalud-white.svg); */
   background-repeat: no-repeat;
   background-size: 80%;
   background-position: center center;
   background-color: #fff;
   border-radius: 50%;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.ambiente-trabajo a::before{
     background-image: url(img/svg/Ambiente_fisico_MONO-ex.svg);
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.cuidado-salud a::before{
     background-image: url(img/svg/Cuidado_salud_MONO-ex.svg);
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.bienestar-emocional a::before{
     background-image: url(img/svg/Bienestar_emocional_MONO-ex.svg);
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.gestion-ausencias a::before{
     background-image: url(img/svg/Gestion_ausencias_MONO-ex.svg);
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item.participacion-comunidad a::before{
     background-image: url(img/svg/Comunidad_MONO-ex.svg);
  }
  .contenedor-redcentrosnuevo .submenu-gestion-salud{
   display: flex;
   gap:.5rem;
   flex-wrap:wrap;
   border: 1px solid #ddd;
   padding:.3rem;
   list-style:none;
  }
  .contenedor-redcentrosnuevo .submenu-gestion-salud .list-item{
   flex-basis: calc(50% - .25rem);
   height:180px;
   align-items: flex-start;
  }
  .contenedor-redcentrosnuevo .submenu-gestion-salud .list-item:first-child{
   flex-basis: 100%;
   height:155px;
  }
  .contenedor-redcentrosnuevo .submenu-gestion-salud .list-item a{
   padding:100px 0 0 0;
  }
  .contenedor-redcentrosnuevo .submenu-gestion-salud .list-item:first-child a{
   padding:100px 0 0 0;
  }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item:first-child a::before{
     top: 5px;
  }
  .contenedor-redcentrosnuevo /************ FIN GESTION DE LA SALUD **********/
  /************ GESTION DE LA SALUD INTERNAS **************/
  .header__title.ambiente-fisico-de-trabajo, .contenedor-redcentrosnuevo .header__title.cuidado-de-la-salud-personal, .contenedor-redcentrosnuevo .header__title.bienestar-emocional, .contenedor-redcentrosnuevo .header__title.prevencion-y-gestion-de-ausencias, .contenedor-redcentrosnuevo .header__title.participacion-en-la-comunidad, .contenedor-redcentrosnuevo .header__title.lan-giro-fisikoa, .contenedor-redcentrosnuevo .header__title.absentziak-prebenitzea-eta-kudeatzea, .contenedor-redcentrosnuevo .header__title.ongizate-emozionala, .contenedor-redcentrosnuevo .header__title.enpresak-komunitatean-parte-hartzea, .contenedor-redcentrosnuevo .header__title.norberaren-osasuna-zaintzea{
   background-image: none;
   background-position-y: 0;
  }
  .contenedor-redcentrosnuevo .header__title.ambiente-fisico-de-trabajo:before, .contenedor-redcentrosnuevo .header__title.lan-giro-fisikoa:before{
   content: "";
     position: absolute;
     left: -5px;
     top: -1px;
     width: 55px;
     height: 55px;
     background-image: url(img/svg/Ambiente_fisico_MONO-ex.svg);
     border-radius: 50%;
     border: 1px solid #005CAB;
     background-size: 80%;
     background-position: center;
     background-repeat: no-repeat;
  }
  .contenedor-redcentrosnuevo .header__title.cuidado-de-la-salud-personal:before, .contenedor-redcentrosnuevo .header__title.norberaren-osasuna-zaintzea:before{
    content: "";
      position: absolute;
      left: -5px;
      top: -1px;
      width: 55px;
      height: 55px;
      background-image: url(img/svg/Cuidado_salud_MONO-ex.svg);
      border-radius: 50%;
      border: 1px solid #005CAB;
      background-size: 80%;
      background-position: center;
      background-repeat: no-repeat;
   }
  .contenedor-redcentrosnuevo .header__title.bienestar-emocional:before, .contenedor-redcentrosnuevo .header__title.ongizate-emozionala:before{
    content: "";
      position: absolute;
      left: -5px;
      top: -1px;
      width: 55px;
      height: 55px;
      background-image: url(img/svg/Bienestar_emocional_MONO-ex.svg);
      border-radius: 50%;
      border: 1px solid #005CAB;
      background-size: 80%;
      background-position: center;
      background-repeat: no-repeat;
   }
  .contenedor-redcentrosnuevo .header__title.header__title.prevencion-y-gestion-de-ausencias:before, .contenedor-redcentrosnuevo .header__title.absentziak-prebenitzea-eta-kudeatzea:before{
    content: "";
      position: absolute;
      left: -5px;
      top: -1px;
      width: 55px;
      height: 55px;
      background-image: url(img/svg/Gestion_ausencias_MONO-ex.svg);
      border-radius: 50%;
      border: 1px solid #005CAB;
      background-size: 80%;
      background-position: center;
      background-repeat: no-repeat;
   }
  .contenedor-redcentrosnuevo .header__title.participacion-en-la-comunidad:before, .contenedor-redcentrosnuevo .header__title.enpresak-komunitatean-parte-hartzea:before{
    content: "";
      position: absolute;
      left: -5px;
      top: -1px;
      width: 55px;
      height: 55px;
      background-image: url(img/svg/Comunidad_MONO-ex.svg);
      border-radius: 50%;
      border: 1px solid #005CAB;
      background-size: 80%;
      background-position: center;
      background-repeat: no-repeat;
   }
  .contenedor-redcentrosnuevo .menusecondary__list.aft-menu{
     display: flex;
     justify-content: center;
  }
  .contenedor-redcentrosnuevo .aft-menu-item a, .contenedor-redcentrosnuevo .csp-menu-item a, .contenedor-redcentrosnuevo .be-menu-item a, .contenedor-redcentrosnuevo .gpa-menu-item a, .contenedor-redcentrosnuevo .pc-menu-item a{
     padding: 110px 0 25px 0;
     font-weight: 500;
     height: 100%;
  }
  .contenedor-redcentrosnuevo .aft-menu-item a::before{
     background-image: url(img/svg/Ambiente_fisico_MONO-ex.svg);
     background-color: #FFF;
     border-radius:50%;
     top: 10px;
     height: 80px;
     width: 80px;
  }
  .contenedor-redcentrosnuevo .csp-menu-item a::before{
     background-image: url(img/svg/Cuidado_salud_MONO-ex.svg);
     background-size: 90%;
     background-color: #FFF;
     border-radius:50%;
     top: 10px;
     height: 80px;
     width: 80px;
  }
  .contenedor-redcentrosnuevo .be-menu-item a::before{
     background-image: url(img/svg/Bienestar_emocional_MONO-ex.svg);
     background-color: #FFF;
     border-radius:50%;
     top: 10px;
     height: 80px;
     width: 80px;
     background-size: 80%;
     background-position-y: 8px;
  }
  .contenedor-redcentrosnuevo .gpa-menu-item a::before{
     background-image: url(img/svg/Gestion_ausencias_MONO-ex.svg);
     background-color: #FFF;
     border-radius:50%;
     top: 10px;
     height: 80px;
     width: 80px;
     background-size: 85%;
     background-position-y: 5px;
  }
  .contenedor-redcentrosnuevo .pc-menu-item a::before{
     background-image: url(img/svg/Comunidad_MONO-ex.svg);
     background-color: #FFF;
     border-radius:50%;
     top: 10px;
     height: 80px;
     width: 80px;
     background-size: 90%;
     background-position-y: 5px;
  }
  .contenedor-redcentrosnuevo #aft-content{
   padding:1.5rem 0;
   font-weight: 500;
   line-height:24px;
  }
  .contenedor-redcentrosnuevo #aft-docs ul{
   display:flex;
   flex-wrap:wrap;
   justify-content: center;
   gap:1.5rem;
   list-style: none;
  }
  .contenedor-redcentrosnuevo .aft-docs-item{
   width:220px;
   text-align: center;
   margin-top: 3rem;
   display: flex;
  flex-direction: column;
  }
  .contenedor-redcentrosnuevo .aft-docs-item-thumb{
    height:180px;
    width:auto;
    border:1px solid #ddd;
   }
  .contenedor-redcentrosnuevo .aft-docs-item h3{
   font-size: .9rem;
   /*padding-top: 3.5rem;*/
   position: relative;
  }
  .contenedor-redcentrosnuevo .aft-docs-item h3 a{
   color:#005CAB;
   text-decoration: none;
  }
  .contenedor-redcentrosnuevo .aft-docs-item h3 a:hover{
   color:#A6A6A6;
   text-decoration: none;
  }
  .contenedor-redcentrosnuevo .aft-docs-item h3::before{
   /*content: "";
     position: absolute;
     top: 8px;
     height: 3rem;
     left: calc(50% - 1.4rem);
     width: 2.8rem;
     background-image: url(img/svg/documento-generico.svg);
     background-repeat: no-repeat;*/
  }
  .contenedor-redcentrosnuevo .aft-docs-item p{
   font-size:.75rem;
   margin-top: 0.2rem;
  }
  .contenedor-redcentrosnuevo #aft-herramientas{
   /*max-width: 600px;*/
   padding:2.5rem 0;
  }
  .contenedor-redcentrosnuevo #aft-herramientas .wrapper{
   /*max-width: 600px;*/
   display: flex;
   flex-wrap: wrap;
   margin:auto;
   justify-content: space-between;
  }
  .contenedor-redcentrosnuevo #aft-herramientas h2{
   flex-basis:100%;
   color:#005CAB;
   font-size: 1rem;
   margin: 0;
  }
  .contenedor-redcentrosnuevo .aft-herramientas-content{
   flex-basis: calc(100% - 250px);
   display:flex;
  }
  .contenedor-redcentrosnuevo .aft-figure{
   width: 150px;
   min-width: 150px;
   height: 150px;
   object-fit: cover;
   margin: 0.8rem 0 0.8rem 1.2rem;
  }
  .contenedor-redcentrosnuevo .aft-figure img{
   width: 100%;
   height: 100%;
   object-fit: cover;
  }
  .contenedor-redcentrosnuevo .aft-herramientas-buttons{
   max-width: 220px;
   display: flex;
     align-items: center;
  }
  .contenedor-redcentrosnuevo .aft-herramientas-buttons ul{
   list-style: none;
   display: flex;
   flex-direction: column;
   gap:.5rem
  }
  .contenedor-redcentrosnuevo .aft-herramientas-buttons ul li{
   display:block;
   width:200px;
  }
  .contenedor-redcentrosnuevo .aft-herramientas-button{
   background-color:#005CAB;
   color:#FFF;
   text-decoration: none;
   font-weight: 500;
   padding: .3rem 0;
   width:100%;
   display:block;
   text-align: center;
  }
  .contenedor-redcentrosnuevo /************ FIN GESTION DE LA SALUD INTERNAS **************/
  
  
  /*******************************************************/
  /*******************************************************/
  /*******************************************************/
  /*******************************************************/
  /* **************   MEDIA QUERIES ******************** */
  /*******************************************************/
  /*******************************************************/
  /*******************************************************/
  /*******************************************************/
  
  @media (max-width: 1024px){
      .single-post-content {
          flex-wrap: wrap;
      }
  .contenedor-redcentrosnuevo .single-post-attachments-container{
        margin: 0 0 2rem 0;
    }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption{
      right: 15px;
    }
  .contenedor-redcentrosnuevo .buscador{
      width:100%;
    }
  .contenedor-redcentrosnuevo .buscador .cajabuscador{
      width: calc(100% - 170px);
    }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .divbuttons{
      margin-top: 20px;
      position: relative;
      top: auto;
      right: auto;
      display: block;
    }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .titdoc{
      max-width: 100%;
      white-space: normal;
      overflow: hidden;
    }
  .contenedor-redcentrosnuevo .docsporcat.widen .itemdoc .titdoc{
      max-width: 100%;
      white-space: normal;
      overflow: auto;
    }
  .contenedor-redcentrosnuevo .bloque-form{
      flex-wrap: wrap;
    }
  .contenedor-redcentrosnuevo .modal-main{
      flex-wrap: wrap;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1200px) and (min-width: 760px){
    .pestania {
        width: 25%;
    }
  .contenedor-redcentrosnuevo .pestania.active{
      width: 49%;
    }
  .contenedor-redcentrosnuevo .pestania>h2{
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1200px){
    .itemcat {
        width: calc(50% - 26px);
    }
  .contenedor-redcentrosnuevo .containertop .logo{
        top: 10px;
        left: 20px;
        width: 160px;
    }
  .contenedor-redcentrosnuevo .header.header--fixed{
      position: relative;
    }
  .contenedor-redcentrosnuevo .header--fixed .containertop .logo{
      top: 10px;
      left: 20px;
      width: 160px;
    }
  .contenedor-redcentrosnuevo .home .slider, .contenedor-redcentrosnuevo .page-template-template-faqs .slider, .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .slider{
      padding: 0px 0 0 0;
    }
  .contenedor-redcentrosnuevo .contentPestania{
      display:block;
    }
  .contenedor-redcentrosnuevo .contentPestania .block .textoPregunta{
      padding: 10px 0px 10px 0px;
    }
  .contenedor-redcentrosnuevo .otras-categorias-item{
      flex-basis: 32.5%;
    }
  .contenedor-redcentrosnuevo .menumain{
      position: fixed;
      display: none;
      flex-direction: column;
      width: 100%;
      left: 0;
      background: #fff;
      top: 60px;
      border-top: 1px solid #ddd;
      height: auto;
    }
  .contenedor-redcentrosnuevo .menumain #menu-menu-principal-es, .contenedor-redcentrosnuevo .menumain #menu-menu-principal-eu{
      /*position: fixed;
      display: none;*/
      flex-direction: column;
      /*width: 100%;
      left: 0;
      background: #fff;
      top: 50px;
      border-top: 1px solid #ddd;
      height: 100vh;*/
    }
  .contenedor-redcentrosnuevo .menumain.desplegado{
      display: flex;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item{
      height:auto;
      border-bottom: none;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item:hover{
      border-bottom: none;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.desplegado{
      padding-bottom:0;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item a{
      display: block;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown > a:after{
      border-top: 2px solid #DD7008;
      border-bottom: none;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown.desplegado > a:after{
    transform: rotate(135deg);
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.desplegado .sub-menu{
      display: flex;
      flex-direction: column; /* Esto organiza los items de forma vertical */
      position: absolute; /* Para que se muestre encima del contenido */
      padding: 10px 0;
      background-color: white; /* Fondo blanco, puedes cambiar el color si quieres */
      border-top: none;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Agrega sombra si lo deseas */
    }
  .contenedor-redcentrosnuevo .menumain .menu-item:hover .sub-menu{
      display: none;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.desplegado:hover .sub-menu{
    display: flex;
    flex-direction: column; /* En caso de que lo necesites explícitamente */
  }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu{
      display:none;
      position: static; /* Esto asegura que el sub-menú no afecte el flujo del layout */
      padding:10px 0;
      border-top:none;
      width: 100%;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item{
      padding: 8px 0 8px 1rem; /* Espaciado entre los elementos */
      border: none; /* Sin borde */
      text-align: left; /* Alineación a la izquierda */
  
    }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item a{
      padding: 0;
      text-align: left;
      display: block; /* Asegura que el enlace ocupe todo el ancho de su contenedor */
    }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item.menumain__mutualia a:before, .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item.menumain__asociate a:before, .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item.menumain__prevencion a:before, .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item.menumain__servicios a:before, .contenedor-redcentrosnuevo .menumain__llamamos::before, .contenedor-redcentrosnuevo .menumain__preguntas a:before, .contenedor-redcentrosnuevo .menumain__contacta a:before{
      content:none;
    }
  .contenedor-redcentrosnuevo .oficina-virtual a{
      padding: 1.2rem 2rem 1.2rem 2rem;
      background-color: #005CAB;
      color: white;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.oficina-virtual a{
      border: none;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.oficina-virtual:hover a{
      background: transparent;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.oficina-virtual a{
      padding: 1.2rem 2rem 1.2rem 2rem;background-color: #004493;
      background-color: #005CAB !important;
      color: white !important;
      width: 93%;
      margin: 15px auto;
      border-radius: 0;
      margin-bottom: 30px;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.oficina-virtual a:hover{
      background-color: #004493 !important;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.oficina-virtual{
      border-bottom: none;
    }
  .contenedor-redcentrosnuevo .visible-mobile{
      display: block;
    }
  .contenedor-redcentrosnuevo .tfnos-menu{
      position: static;
      display: block;
      font-size:14px;
      margin-left: auto;
      pointer-events: all;
    }
  .contenedor-redcentrosnuevo .menu-secundario{
      gap: 1.5rem;
  
      padding-right:1rem;
    }
  .contenedor-redcentrosnuevo .menumain__item--buscador span{
      text-indent: 0;
      color: #004595;
      text-transform: uppercase;
      font-weight: normal;
      width: auto;
      padding-top: 45px;
      background-position-y: 5px;
      background-size: auto 34px;
      text-align: center;
      font-size:14px;
    }
  .contenedor-redcentrosnuevo .menulang{
      display: flex;
  justify-content: center;
    }
  .contenedor-redcentrosnuevo .menulang__item .btn--lang{
      background-position-y: 5px;
      background-position-x: center;
      background-size: auto 34px;
      text-align: center;
      font-size:14px;
      background-image: url(img/svg/earth-3.svg);
      background-repeat: no-repeat;
      padding: 45px 10px 0 10px;
      width: auto;
      height: auto;
      line-height: 16px;
    }
  .contenedor-redcentrosnuevo .p-corporativo .btn--docu{
      background-position-y: 5px;
      background-position-x: center;
      background-size: auto 34px;
      text-align: center;
      font-size:14px;
      background-image: url(img/mutualia-mobile.png);
      background-repeat: no-repeat;
      padding: 45px 10px 0 10px;
      width: auto;
      height: auto;
      line-height: 16px;
    }
  .contenedor-redcentrosnuevo .docu .btn--docu{
      background-position-y: 5px;
      background-position-x: center;
      background-size: auto 34px;
      text-align: center;
      font-size:14px;
      background-image: url(img/svg/download-bottom.svg);
      background-repeat: no-repeat;
      padding: 45px 10px 0 10px;
      width: auto;
      height: auto;
      line-height: 16px;
    }
  .contenedor-redcentrosnuevo /* (max-width: 1200px) */
  @media (max-width: 768px){
    
    div.wpcf7 .form-flex{
      flex-wrap: wrap;
    }
  .contenedor-redcentrosnuevo div.wpcf7 .form-flex>div{
      max-width: 100%;
      width:100%;
    }
  .contenedor-redcentrosnuevo .noticias-relacionadas{
      flex-wrap:wrap;
    }
  .contenedor-redcentrosnuevo .noticias-relacionadas li{
      flex-basis:100%;
    }
  .contenedor-redcentrosnuevo .page-template-template-faqs .pestanias{
      display: none;
    }
  .contenedor-redcentrosnuevo .page-template-template-faqs .contentPestania{
      margin-top: 0;
    }
  .contenedor-redcentrosnuevo .page-template-template-faqs .contentPestania .titulocategoria{
      display: block;
    }
  .contenedor-redcentrosnuevo .page-template-template-faqs #contenedorPestanias{
      margin-top : 20px;
    }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption{
      position: absolute;
      max-height: 300px;
      padding: 20px;
      bottom: 60px;
      top: auto;
      transform: none;
    }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption .header__title{
      font-size: 30px;
      /*max-height: 120px;*/
    }
  .contenedor-redcentrosnuevo .menu-secundario > li{
      max-width: 25%;
    }
  .contenedor-redcentrosnuevo .tfnos-menu{
      flex-basis: 100%;
      max-width: 100%;
      text-align: center;
      border-top:1px solid #ddd;
    }
  .contenedor-redcentrosnuevo .menu-secundario{
      gap: 1.5rem;
      justify-content: space-between;
      padding-right:1rem;
      flex-wrap: wrap;
    }
  .contenedor-redcentrosnuevo .menumain__item--buscador span{
  
    }
  .contenedor-redcentrosnuevo .menulang{
  
    }
  .contenedor-redcentrosnuevo .menulang__item .btn--lang{
  
    }
  .contenedor-redcentrosnuevo .docu .btn--docu{
  
    }
  .contenedor-redcentrosnuevo @media (max-width: 768px){
    .wrapper .row {
      margin: 0 0 0 0;
    }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption{
      position: absolute;
      max-height: 240px;
      padding: 16px;
      width: 90%;
      float: none;
      left: 50%;
      transform: translateX(-50%);
      top: auto;
      bottom: 50px;
    }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption .header__title{
      font-size: 26px;
      line-height: 28px;
      max-height: 120px;
    }
  .contenedor-redcentrosnuevo .buscador{
      width: 100%;
      height: 43px;
      margin-top: 10px;
    }
  .contenedor-redcentrosnuevo .minimize .buscador{
      width: 100%;
      height: 43px;
    }
  .contenedor-redcentrosnuevo .buscador .cajabuscador{
      height: 43px;
      width: calc(100% - 90px);
    }
  .contenedor-redcentrosnuevo .minimize .buscador .cajabuscador{
      height: 43px;
      width: calc(100% - 90px);
      border: 1px solid #E8E8E8;
      background-color: #FFFFFF;
    }
  .contenedor-redcentrosnuevo .buscador .botonBuscar{
      height: 43px;
      padding: 8px;
      width: 90px;
      text-transform: uppercase;
    }
  .contenedor-redcentrosnuevo .minimize .buscador .botonBuscar{
      height: 43px;
      width: 90px;
      padding: 8px;
    }
  .contenedor-redcentrosnuevo .buscador .cajabuscador input[type='text']{
      width: 100%;
      padding: 9px 9px 8px 9px;
    }
  .contenedor-redcentrosnuevo .minimize .buscador .cajabuscador input[type='text']{
      padding: 9px 9px 8px 9px;
    }
  .contenedor-redcentrosnuevo .buscador .cajabuscador i{
      font-size: 30px;
      right: 6px;
      top: 6px;
    }
  .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .slide .wrapper{
      padding-top: 90px;
    }
  .contenedor-redcentrosnuevo #contenedorPestanias.pestaniasdocumentacion{
      margin-top: 0;
    }
  .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .slider{
      height: 340px;
    }
  .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .slides{
      height: 340px;
    }
  .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .slides .slide{
      height: 340px!important;
      min-height: 340px;
    }
  .contenedor-redcentrosnuevo .minimize .slides .slide .wrapper.wrapperbuscador{
      padding-top: 150px;
    }
  .contenedor-redcentrosnuevo .gridcategorias{
      display: none!important;
    }
  .contenedor-redcentrosnuevo .menucategorias{
      width: 100%;
      display: block!important;
    }
  .contenedor-redcentrosnuevo .contentPestania.active .menucategorias{
      display: block;
    }
  .contenedor-redcentrosnuevo .contentPestania .docsporcat{
      display: block;
    }
  .contenedor-redcentrosnuevo .docsporcat, .contenedor-redcentrosnuevo .docsporcat.widen{
      position: relative;
      width: 100%;
      left: auto;
      top: auto;
      margin-left: 0;
    }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .divbuttons{
      margin-top: 20px;
      position: relative;
      top: auto;
      right: auto;
      display: block;
    }
  .contenedor-redcentrosnuevo .docsporcat .itemdoc .titdoc{
      max-width: 100%;
      white-space: normal;
      /*overflow: auto;*/
    }
  .contenedor-redcentrosnuevo .docsporcat.widen .itemdoc .titdoc{
      max-width: 100%;
      white-space: normal;
      overflow: auto;
    }
  .contenedor-redcentrosnuevo .wrapper.pestaniasdocumentacion{
      padding: 0;
    }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias .pestania span{
      display: block;
      color: #CCDAE9;
      font-weight: bold;
      font-size: 18px;
      width: 24px;
      height: 24px;
      float: right;
      text-align: center;
      position: absolute;
      right: 16px;
      top: 20px;
    }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias{
      height: auto;
      position: absolute;
    width: 100%;
      right: -999999px;
    }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias.visible{
      position: relative;
      right: auto;
    }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias .pestania{
      display: block;
      width: 100%;
      height: auto;
      padding: 16px;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
      color: #005CAB;
      border-bottom: 1px solid #005CAB;
    }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias .pestania:hover{
      color: #FFF;
      background-color: #005CAB;
      border-bottom: 1px solid #005CAB;
    }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias .pestania>h2{
      font-size: 16px;
      font-weight: 500;
      color: #005CAB;
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      text-align: left;
      width: 100%;
    }
  .contenedor-redcentrosnuevo .pestaniasdocumentacion .pestanias .pestania:hover>h2{
      color: #FFF;
    }
  .contenedor-redcentrosnuevo .page-template-template-documentacion-nuevo .contentPestania{
      margin-top: 0;
      position: absolute;
      right: -999999px;
    }
  .contenedor-redcentrosnuevo /*.page-template-template-documentacion-nuevo .contentPestania.active{
      right: 0;
      width: 100%;
    }
  .contenedor-redcentrosnuevo */
    .contentPestania.visible{
      position: relative;
      right: auto;
    }
  .contenedor-redcentrosnuevo .menucategorias aside ul li{
      border-bottom: 1px solid #005CAB;
    }
  .contenedor-redcentrosnuevo .menucategorias aside ul li>div{
  
    }
  .contenedor-redcentrosnuevo .menucategorias aside ul li.selected .submenu{
      position: absolute;
      left: 0;
      width: 100%;
      margin-left: 0;
      z-index: 1;
    }
  .contenedor-redcentrosnuevo .menucategorias aside ul li.selected .submenu.active{
      margin-left: 0;
      border-left: none;
    }
  .contenedor-redcentrosnuevo .invisible{
      position: absolute;
      right: -999999px;
    }
  .contenedor-redcentrosnuevo .solomob{
      display: block;
    }
  .contenedor-redcentrosnuevo .menucategorias aside ul li .submenu .titulosubcat{
      padding: 16px;
      font-size: 24px;
      background-color: #005CAB;
      color: #FFF;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
    }
  .contenedor-redcentrosnuevo .contentPestania .docsporcat{
      padding: 0;
    }
  .contenedor-redcentrosnuevo .contentPestania .docsporcat .itemdoc{
      padding: 16px;
    }
  .contenedor-redcentrosnuevo .docsporcat .catdocs{
      padding: 16px;
      font-size: 24px;
      background-color: #005CAB;
      color: #FFF;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      margin-bottom: 0;
    }
  .contenedor-redcentrosnuevo .volveramenu.franjanaranja{
      text-align: right;
    }
  .contenedor-redcentrosnuevo .volveramenu.franjanaranja .iconito{
      margin-right: 10px;
    }
  .contenedor-redcentrosnuevo .volveramenu.franjanaranja .texto{
      position: relative;
      top: auto;
      left: auto;
      float: right;
      margin-right: 16px;
      margin-top: 4px;
    }
  .contenedor-redcentrosnuevo .searching .numRes{
      margin-left: 16px;
    }
  .contenedor-redcentrosnuevo #resultadoBusqueda.docsporcat .itemdoc{
      padding: 16px;
    }
  .contenedor-redcentrosnuevo .menutopmodified .floatright{
      display: none;
    }
  .contenedor-redcentrosnuevo .home .slider .slides .slide .header__caption .btn{
      font-size: 11px
    }
  .contenedor-redcentrosnuevo .noticias-destacadas{
      flex-direction: column;
    }
  .contenedor-redcentrosnuevo .bloque-form.datos-empresa .form-row{
      flex-wrap: wrap;
      gap: 1rem 0;
    }
  .contenedor-redcentrosnuevo .bloque-form.datos-empresa .form-row.nom-empresa{
      flex-wrap: nowrap;
    }
  .contenedor-redcentrosnuevo .field-50{
      flex-basis:100%;
    }
  .contenedor-redcentrosnuevo .att-cte{display: none;}
  .contenedor-redcentrosnuevo @media (max-width: 600px){
  
  
    .menu-secundario > li{
      max-width:20%;
      flex-basis: 20%;
    }
  .contenedor-redcentrosnuevo .menu-secundario > li.tfnos-menu{
        max-width:100%;
      flex-basis: 100%;
  
    }
  .contenedor-redcentrosnuevo .menu-gestion-salud{
      flex-wrap: wrap;
      width:100%;
    }
  .contenedor-redcentrosnuevo .menu-gestion-salud .list-item{
      width: 100%;
    }
  .contenedor-redcentrosnuevo .submenu-gestion-salud{
      padding: 1rem;
      margin: 0.8rem 0.5rem;
    }
  .contenedor-redcentrosnuevo .calendar-buttonbar{
      flex-wrap: wrap;
      justify-content: center;
      width:100%;
    }
  .contenedor-redcentrosnuevo .calendar-buttonbar button{
        width: 60%;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer{
      margin-top: 20px;
        min-width: auto;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul{
      flex-wrap:wrap;
      width: 300px;
      max-width: 100%;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li{
      white-space: nowrap;
      flex-basis: 100%;
      padding-bottom: 10px;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li:before{
      content:"";
      position: absolute;
      border-bottom: 1px solid;
      left:0;
      width:100%;
      bottom:0;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li:first-child::before{
      content:"" !important;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul li.drop-down:before{
      width:calc(100% + 17px);
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .drop-down ul{
      width:fit-content;
      max-width:fit-content;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .drop-down ul li{
      padding-bottom: 0;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .drop-down ul li:before{
      content:none;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer ul .drop-down ul li:first-child::before{
      content:none !important;
    }
  .contenedor-redcentrosnuevo /****************** MODAL CSS ***************************/
  .hidden{
    display: none;
  }
  .contenedor-redcentrosnuevo .modal-wrapper{
    display: none;
  }
  .contenedor-redcentrosnuevo /*[role="alertdialog"]:not(#hu, .contenedor-redcentrosnuevo #hu-revoke), .contenedor-redcentrosnuevo [role="dialog"]:not(#hu, .contenedor-redcentrosnuevo #hu-revoke){
    box-sizing: border-box;
    padding: 15px 30px 15px 15px;
    border: 1px solid #999;
    background-color: #fff;
    min-height: 100vh;
  }
  .contenedor-redcentrosnuevo @media screen and (min-width: 640px){
    [role="alertdialog"]:not(#hu, #hu-revoke),
    [role="dialog"]:not(#hu, #hu-revoke) {
      position: fixed;
      top: 2rem;
      left: 50%; 
      transform: translateX(-50%); 
      max-height: 90vh;
      width: 90vw;
      max-width:1200px;
      min-height: auto;
      box-shadow: 0 20px 78px rgb(0 0 0 / 52%), 0 15px 62px rgb(0 0 0 / 32%);
      z-index:100000;
      overflow:auto;
    }
  .contenedor-redcentrosnuevo */
  .dialog_label{
    text-align: center;
  }
  .contenedor-redcentrosnuevo .dialog_form{
    margin: 15px;
  }
  .contenedor-redcentrosnuevo .dialog_form .label_text{
    box-sizing: border-box;
    padding-right: 0.5em;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 30%;
    text-align: right;
  }
  .contenedor-redcentrosnuevo .dialog_form .label_info{
    box-sizing: border-box;
    padding-right: 0.5em;
    font-size: 12px;
    width: 30%;
    text-align: right;
    display: inline-block;
  }
  .contenedor-redcentrosnuevo .dialog_form_item{
    margin: 10px 0;
    font-size: 0;
  }
  .contenedor-redcentrosnuevo .dialog_form_item .wide_input{
    box-sizing: border-box;
    max-width: 70%;
    width: 27em;
  }
  .contenedor-redcentrosnuevo .dialog_form_item .city_input{
    box-sizing: border-box;
    max-width: 70%;
    width: 17em;
  }
  .contenedor-redcentrosnuevo .dialog_form_item .state_input{
    box-sizing: border-box;
    max-width: 70%;
    width: 15em;
  }
  .contenedor-redcentrosnuevo .dialog_form_item .zip_input{
    box-sizing: border-box;
    max-width: 70%;
    width: 9em;
  }
  .contenedor-redcentrosnuevo .dialog_form_actions{
    text-align: right;
    padding: 0 20px 20px;
  }
  .contenedor-redcentrosnuevo .dialog_close_button{
    float: right;
    position: absolute;
    top: 10px;
    left: 92%;
    height: 25px;
  }
  .contenedor-redcentrosnuevo .dialog_close_button img{
    border: 0;
  }
  .contenedor-redcentrosnuevo .dialog_desc{
    padding: 10px 20px;
  }
  .contenedor-redcentrosnuevo /* native <dialog> element uses the ::backdrop pseudo-element */
  
  /* dialog::backdrop, .contenedor-redcentrosnuevo */
  .dialog-backdrop{
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .contenedor-redcentrosnuevo @media screen and (min-width: 640px){
    .dialog-backdrop {
      background: rgb(0 0 0 / 30%);
    }
  .contenedor-redcentrosnuevo .dialog-backdrop.active{
    display: block;
  }
  .contenedor-redcentrosnuevo .no-scroll{
    overflow-y: auto !important;
  }
  .contenedor-redcentrosnuevo /* this is added to the body when a dialog is open */
  .has-dialog{
    overflow: hidden;
  }
  .contenedor-redcentrosnuevo /* styling for alert-dialog example */
  .notes{
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    min-width: 400px;
    max-width: 100%;
    width: 33%;
  }
  .contenedor-redcentrosnuevo .visually-hidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  .contenedor-redcentrosnuevo #notes_save{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .contenedor-redcentrosnuevo #notes_save svg{
    display: block;
    width: 0.75rem;
  }
  .contenedor-redcentrosnuevo #notes_save .icon{
    display: none;
  }
  .contenedor-redcentrosnuevo @keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
  .contenedor-redcentrosnuevo 100%{
      transform: rotate(360deg);
    }
  .contenedor-redcentrosnuevo #notes_save.loading .spinner{
    display: block;
    animation: rotate 2s linear infinite;
  }
  .contenedor-redcentrosnuevo #notes_save.saved .check{
    display: block;
  }
  .contenedor-redcentrosnuevo .screen-reader-offscreen{
    display:none;
  }
  .contenedor-redcentrosnuevo #modal header{
    display: flex;
    justify-content: space-between;
  }
  .contenedor-redcentrosnuevo #modal header:before, .contenedor-redcentrosnuevo #modal header:after{
    content:none;
  }
  .contenedor-redcentrosnuevo #modal header .logo__image{
    width:170px;
  }
  .contenedor-redcentrosnuevo #modal .modal-main{
    display:flex;
        gap: 2rem;
  }
  .contenedor-redcentrosnuevo #modal h1{
    font-family: 'Roboto';
  font-weight: 700;
      font-size: 1.8rem;
  line-height: 36px;
  /* identical to box height, or 100% */
  
  text-align: center;
  
  /* Azul MUTUALIA */
  
  color: #005CAB;
  }
  .contenedor-redcentrosnuevo .modalPrintButton{
    color: #fff;
    font-weight: bold;
    border: 1px solid #ddd;
    background: #005CAB;
    padding: 1rem 4rem;
    cursor: pointer;
    margin-top:1rem;
  }
  .contenedor-redcentrosnuevo .modalCloseButton{
    color: #005CAB;
    font-weight: bold;
    border: 1px solid #005CAB;
    background: #fff;
    padding: 1rem 4rem;
    margin-top:1rem;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo /*************** FIN MODAL CSS ************/
  
  /*********** DATEPICKER ****************/
  
  .ui-datepicker.ui-widget td a{
      border-radius: 0;
  }
  .contenedor-redcentrosnuevo .ui-datepicker.ui-widget td a.ui-state-active, .contenedor-redcentrosnuevo .ui-datepicker.ui-widget td a:hover{
      background: #005CAB;
      color: #fff;
  }
  .contenedor-redcentrosnuevo .ui-datepicker.ui-widget .ui-datepicker-next, .contenedor-redcentrosnuevo .ui-datepicker.ui-widget .ui-datepicker-prev{
      color: #005CAB;
      background: transparent;
  }
  .contenedor-redcentrosnuevo .ui-datepicker.ui-widget .ui-datepicker-next:before, .contenedor-redcentrosnuevo .ui-datepicker.ui-widget .ui-datepicker-prev:before{
      content:none;
  }
  .contenedor-redcentrosnuevo .ui-datepicker.ui-widget .ui-datepicker-next:hover::after, .contenedor-redcentrosnuevo .ui-datepicker.ui-widget .ui-datepicker-prev:hover::after{
      opacity: .6;
  }
  .contenedor-redcentrosnuevo .ui-datepicker.ui-widget .ui-datepicker-next:after{
    content: "";
    position: absolute;
    border-top: 3px solid #005CAB;
    border-right: 3px solid #005CAB;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 6px;
    right: 6px;
  }
  .contenedor-redcentrosnuevo .ui-datepicker.ui-widget .ui-datepicker-prev:after{
    content: "";
    position: absolute;
    border-bottom: 3px solid #005CAB;
    border-left: 3px solid #005CAB;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 6px;
    left: 6px;
  }
  .contenedor-redcentrosnuevo .ui-datepicker-title{
    padding:.5rem;
    background: #DDDDDD;
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #757575;
    padding: 0.4rem 1rem;
    text-transform: uppercase;
  }
  .contenedor-redcentrosnuevo .ui-datepicker .ui-datepicker-header{
      background: #eee;
      margin-bottom: 0;
      position: relative;
  }
  .contenedor-redcentrosnuevo .ui-datepicker .ui-datepicker-calendar thead{
    background: #F5F5F5;
    padding:.1rem 0;
  }
  .contenedor-redcentrosnuevo .ui-datepicker .ui-datepicker-calendar th{
    font-weight: 200;
    font-size:12px;
  }
  .contenedor-redcentrosnuevo .ui-datepicker-div, .contenedor-redcentrosnuevo .ui-datepicker-calendar{
    width:200px;
    background-color: #fff;
    border:1px solid #ddd;
    border-collapse: collapse;
  }
  .contenedor-redcentrosnuevo .ui-datepicker.ui-widget td a{
      border-radius: 0;
      padding: 0 0.4rem;
      text-decoration: none;
      font-size: .8rem;
  }
  .contenedor-redcentrosnuevo /**/
  .delante-div__container{
    margin-bottom: 2rem;
  }
  .contenedor-redcentrosnuevo .delante-div__container p{
    font-size: 16px;
  }
  .contenedor-redcentrosnuevo .delante-div a{
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .delante-boton{
    display: inline-block;
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo /*FOOTER*/
  /*********************************************************************************************************************************
  **************************************************************************************************************************************
  ***************************************************************************************************************************/
  /*PIE DE PÁGINA*/
  
  .footer-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .footer-item-fila{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contenedor-redcentrosnuevo .footer-title{
    font-weight: bold;
    text-transform: uppercase;
  }
  .contenedor-redcentrosnuevo .footer-title.footer-title__data{
  font-weight: normal;
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  }
  .contenedor-redcentrosnuevo .footer-phone{
    color: #005CAB;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
  }
  .contenedor-redcentrosnuevo .footer-item-fila .footer-phone a{
  color: #005CAB;
  font-weight: 600;
    font-size: 20px;
  }
  .contenedor-redcentrosnuevo .footer-grid{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: start;
  }
  .contenedor-redcentrosnuevo .footer-links{
    display: flex;
    gap: 50px;
  }
  .contenedor-redcentrosnuevo .footer-column{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .contenedor-redcentrosnuevo .footer-social{
    margin-top: 10px;
  }
  .contenedor-redcentrosnuevo .menu-rrss{
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item a{
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .footer-second{
    background: #005CAB;
    color: white;
    text-align: center;
    padding: 10px;
  }
  .contenedor-redcentrosnuevo .footer-xtra img{
    vertical-align: middle;
  }
  .contenedor-redcentrosnuevo .footer-links-container{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .contenedor-redcentrosnuevo .footer-links-container a{
    color: white;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .footer-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contenedor-redcentrosnuevo .footer-item-fila{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contenedor-redcentrosnuevo .footer-title{
    font-weight: bold;
    text-transform: uppercase;
  }
  .contenedor-redcentrosnuevo .footer-phone{
    color: #005CAB;
    font-weight: 600;
    font-size: 20px;
  }
  .contenedor-redcentrosnuevo .footer-grid{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: start;
  }
  .contenedor-redcentrosnuevo .footer-links{
    display: flex;
    gap: 50px;
  }
  .contenedor-redcentrosnuevo .footer-column{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .contenedor-redcentrosnuevo .menu-rrss{
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item a{
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .footer-second{
    background: #005CAB;
    color: white;
    text-align: center;
    padding: 10px;
  }
  .contenedor-redcentrosnuevo .footer-xtra img{
    vertical-align: middle;
  }
  .contenedor-redcentrosnuevo .footer-links-container{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .contenedor-redcentrosnuevo .footer-links-container a{
    color: white;
    text-decoration: none;
  }
  .contenedor-redcentrosnuevo .footer-container{
  display: grid;
  grid-template-columns: auto 2fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  }
  .contenedor-redcentrosnuevo .footer-item-fila a{
  text-wrap: nowrap;
  font-size: 16px;
  padding: 5px 0;
  }
  .contenedor-redcentrosnuevo .footer-data{
  margin-left: 3.5rem;
  }
  .contenedor-redcentrosnuevo .footer-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  color: #003366; /* Azul oscuro */
  }
  .contenedor-redcentrosnuevo .footer-grid .footer-title.last{
  margin-top: 1rem;
  }
  .contenedor-redcentrosnuevo .footer-title{
  grid-column: span 2;
  font-weight: bold;
  color: #004A99;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  }
  .contenedor-redcentrosnuevo .footer-links{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  }
  .contenedor-redcentrosnuevo .footer-column a{
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 15px;
  }
  .contenedor-redcentrosnuevo .footer-column a:hover{
  text-decoration: underline;
  }
  .contenedor-redcentrosnuevo .footer-social{
  grid-column: span 2;
  display: flex;
  gap: 10px;
  align-items: center;
  }
  .contenedor-redcentrosnuevo .menu-rrss{
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item--twitter{ background: #000; }
  .contenedor-redcentrosnuevo /* X (Twitter) */
  .menu-rrss__item--linkedin{ background: #0077B5; }
  .contenedor-redcentrosnuevo /* LinkedIn */
  .menu-rrss__item--youtube{ background: #FF0000; }
  .contenedor-redcentrosnuevo /* YouTube */
  
  .menu-rrss__item a:hover{
  opacity: 0.8;
  }
  .contenedor-redcentrosnuevo .footer-links-container a{
  font-size: 15px;
  }
  .contenedor-redcentrosnuevo .footer-second{
    display: flex;
  justify-content: space-between;
  padding: 1rem 2rem 1rem 2rem;
  }
  .contenedor-redcentrosnuevo footer a:hover{
  text-decoration: underline;
  }
  .contenedor-redcentrosnuevo @media (max-width: 1280px){
  .footer-item.contact-phone{
    justify-content: flex-end;
  }
  .contenedor-redcentrosnuevo @media (max-width: 1024px){
  .footer-second{
    flex-direction: row;
  }
  .contenedor-redcentrosnuevo .footer-links-container{
    text-wrap: nowrap;
  }
  .contenedor-redcentrosnuevo @media (min-width: 768px) and (max-width: 991.98px){ 
  .footer-item.menu-footer .footer-item-fila
  .footer-data {
    margin-left: 0;
  }
  .contenedor-redcentrosnuevo .footer-container{
    font-family: 'Montserrat', sans-serif !important;
    gap: 1rem;
  }
  .contenedor-redcentrosnuevo .page-template-template-redcentrosnuevo .footer-container{
    font-family: 'Montserrat', sans-serif !important;
  }
  .contenedor-redcentrosnuevo .search-form:hover .search-field, .contenedor-redcentrosnuevo .search-form:focus-within .search-field{
    margin-top: 8px;
  }
  .contenedor-redcentrosnuevo @media (max-width: 768px){ 
  .footer-container{
    grid-template-columns: 1fr;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer, .contenedor-redcentrosnuevo .footer-item.contact-phone{
    justify-content: flex-start;
  }
  .contenedor-redcentrosnuevo .footer-item.contact-phone .footer-grid{
    padding: 0;
    margin-top: 2rem;
  }
  .contenedor-redcentrosnuevo .footer-item.menu-footer .footer-item-fila, .contenedor-redcentrosnuevo .footer-data{
    margin-left: 0;
  }
  .contenedor-redcentrosnuevo .footer-second{
    flex-direction: column;
    padding: 2.5rem 2rem 20px 2rem;
  }
  .contenedor-redcentrosnuevo .footer-second .footer-item{
    justify-content: flex-start;
  }
  .contenedor-redcentrosnuevo .footer-second .footer-xtra{
    margin: 0;
  }
  .contenedor-redcentrosnuevo .footer-item-fila .fila:last-of-type .footer-phone{
    margin-bottom: 0;
  }
  .contenedor-redcentrosnuevo .footer-second{
    gap: 1rem;
  }
  .contenedor-redcentrosnuevo .search-form{
        display: flex;
        flex-direction: column-reverse; /* El input aparecerá debajo */
        align-items: flex-end;
        position: relative;
    }
  .contenedor-redcentrosnuevo .search-form .search-field{
        position: static;
        width: 100%;
        max-width: 200px; /* Ajusta según el diseño */
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
  .contenedor-redcentrosnuevo .search-submit{
        position: relative;
        z-index: 10;
    }
  .contenedor-redcentrosnuevo @media (max-width: 575.98px){ 
  .footer-links{
    grid-template-columns: 1fr;
  }
  .contenedor-redcentrosnuevo .footer-links-container{
    margin-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .contenedor-redcentrosnuevo .footer-links-container a:hover{
    text-decoration: underline;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item{
    display: inline-block;
    width: 40px; /* Ajusta según el tamaño de tu icono */
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item--twitter{
    background-image: url('/wp-content/themes/mutualia-corporativo/img/svg/x.svg'); /* Modifica la ruta según la ubicación real */
    background-size: 40px;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item--linkedin{
    background-image: url('/wp-content/themes/mutualia-corporativo/img/svg//LinkedIn.svg');
    background-size: 40px;
  }
  .contenedor-redcentrosnuevo .menu-rrss__item--youtube{
    background-image: url('/wp-content/themes/mutualia-corporativo/img/svg/Youtube.svg');
    background-size: 40px;
  }
  .contenedor-redcentrosnuevo /* Oculta el texto dentro del enlace */
  .menu-rrss__item span{
    display: none;
  }
  .contenedor-redcentrosnuevo .search-form{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: auto;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  }
  .contenedor-redcentrosnuevo .search-form .search-field{
  width: 0;
  padding: 0;
  border: none;
  outline: none;
  transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
  position: relative;
  opacity: 1;
  }
  .contenedor-redcentrosnuevo .search-submit{
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  float: right;
  padding: 8px 9.5px;
  margin-top: 6px;
  }
  .contenedor-redcentrosnuevo .search-form{
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  }
  .contenedor-redcentrosnuevo .search-form .search-field{
  width: 0;
  padding: 0;
  border: none;
  outline: none;
  transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
  position: relative;
  right: 0; /* Se mantiene la posición */
  opacity: 1;
  background: white;
  border-radius: 4px;
  }
  .contenedor-redcentrosnuevo .search-submit{
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .contenedor-redcentrosnuevo @media (max-width: 1280px){
  .menu-main-container{
    visibility: hidden !important;
  }
  .contenedor-redcentrosnuevo .menu-main-container.open{
    visibility: visible !important;
  }
  .contenedor-redcentrosnuevo .menu-main-container .menu{
    display: none !important;
  }
  .contenedor-redcentrosnuevo .menu-main-container.open .menu{
    display: block !important;
  }
  .contenedor-redcentrosnuevo @media (min-width: 1024px){
    .search-field{
      margin-top: 8px;
    }
  .contenedor-redcentrosnuevo .menu-header-item.mobile-lang .lang-link.active-lang:hover{
  background-color: transparent;
  cursor: auto;
  }
  .contenedor-redcentrosnuevo /*Home*/
  @media (min-width: 1600px){
    .flip-card-menu ul a{
      padding: 0.6rem 0.6rem;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1600px){ 
    .flip-card-menu ul a{
      padding: 0.7rem 0.6rem;
    }
  .contenedor-redcentrosnuevo .detras-content h2 a:first-of-type{
      font-size: 23px;
    }
  .contenedor-redcentrosnuevo .detras h2{
      line-height: 0.5;
    }
  .contenedor-redcentrosnuevo .home-main{
      min-height: calc(100vh - 200px) !important;
    }
  .contenedor-redcentrosnuevo .flip-card-menu{
    margin-top: 2rem;
   }
  .contenedor-redcentrosnuevo .menu li{
  position: relative;
  }
  .contenedor-redcentrosnuevo .menu .menumain__item--buscador{
    cursor: pointer;
  }
  .contenedor-redcentrosnuevo .menu .menumain__item--buscador span{
    background-size: auto 19px;
    width: 35px;
    height: 35px;
    padding: 15px 10px;
  }
  .contenedor-redcentrosnuevo .flip-card-menu ul a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
  }
  .contenedor-redcentrosnuevo .flip-card-menu ul a{
    width: 100%;
  }
  .contenedor-redcentrosnuevo @media (max-width: 1200px){
    .delante-div{
      min-height: 290px;
    }
  .contenedor-redcentrosnuevo .dropdown-button::after{
      top: 11px;
    }
  .contenedor-redcentrosnuevo @media (max-width: 890px){
    .home-main{
      gap: 20px;
    }
  .contenedor-redcentrosnuevo .delante__container{
      padding: 20px;
    }
  .contenedor-redcentrosnuevo .delante-div{
      background: transparent;
      padding: 2rem;
    }
  .contenedor-redcentrosnuevo .delante-div__container{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
  .contenedor-redcentrosnuevo .delante-title{
      text-transform: uppercase;
    }
  .contenedor-redcentrosnuevo .delante-body{
      text-align: left;
    }
  .contenedor-redcentrosnuevo .delante-boton, .contenedor-redcentrosnuevo .delante-body, .contenedor-redcentrosnuevo .delante-title{
      color: white !important;
    }
  .contenedor-redcentrosnuevo .delante-boton{
      max-width: fit-content;
      padding: 0 20px;
    }
  .contenedor-redcentrosnuevo .flip-card-menu li{
      margin: 0;
    }
  .contenedor-redcentrosnuevo @media (max-width: 768px){ 
    .delante-div__container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  .contenedor-redcentrosnuevo .delante-body{
      text-align: center;
    }
  .contenedor-redcentrosnuevo .delante-div{
      display: flex;
      justify-content: center;
      align-items: center;
    }
  .contenedor-redcentrosnuevo .menu li:first-of-type{
    display: flex;
    align-items: center;
  }
  .contenedor-redcentrosnuevo .footer-data p{
    margin-top: .8rem;
    margin-bottom: 2rem;
  }
  .contenedor-redcentrosnuevo /*Dropdown*/
  .custom-dropdown{
    position: relative;
    display: inline-block;
  }
  .contenedor-redcentrosnuevo .dropdown-button{
    font-family: 'Montserrat', sans-serif;
    min-width: max-content;
    width: auto;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    background-color: white;
    color: #005CAB;
    cursor: pointer;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: none;
    font-weight: 600;
  }
  .contenedor-redcentrosnuevo .dropdown-button::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg);
    transition: none;
    margin-left: auto;
    position: absolute;
    top: 22px;
    right: 0;
    margin-bottom: 5px;
  }
  .contenedor-redcentrosnuevo .custom-dropdown.portal-dropdown.active .dropdown-button::after{
      transform: rotate(135deg);
      top: 16px;
  }
  .contenedor-redcentrosnuevo .dropdown-menu{
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    top: 45px;
    background-color: white;
    border: 1px solid #005CAB;
    z-index: 9999;
    text-align: left;
    padding: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .contenedor-redcentrosnuevo .dropdown-menu li{
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .contenedor-redcentrosnuevo .dropdown-menu li:first-of-type{
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #005CAB;
  }
  .contenedor-redcentrosnuevo .dropdown-menu li:hover{
    background-color: #f1f1f1;
  }
  .contenedor-redcentrosnuevo .dropdown-menu li a{
    width: 100%;
    padding: 10px 20px;
    display: block;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    text-decoration: none;
    color: #005CAB;
    text-wrap: nowrap;
    text-transform: uppercase;
    font-weight: 600;
  }
  .contenedor-redcentrosnuevo .dropdown-menu li a:hover{
    background-color: #005CAB;
    color: white;
  }
  .contenedor-redcentrosnuevo .custom-dropdown.active .dropdown-menu{
    display: block;
  }
  .contenedor-redcentrosnuevo .responsive-menu{
    display: none !important;
  }
  .contenedor-redcentrosnuevo @media (max-width: 1200px){
    .responsive-menu{
      display: block !important;
    }
  .contenedor-redcentrosnuevo /* Mostrar dropdowns en escritorio al hacer hover */
  @media (min-width: 1200px){
    .menumain {
        display: flex !important;
    }
  .contenedor-redcentrosnuevo .search-desktop{
      display: none;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1200px){
    .menumain {
        display: none ;
    }
  .contenedor-redcentrosnuevo .custom-dropdown, .contenedor-redcentrosnuevo .custom-dropdown .dropdown-button{
      width: 100%;
    }
  .contenedor-redcentrosnuevo .dropdown-button, .contenedor-redcentrosnuevo .menumain .menu-item a{
      padding: 1.2rem 2rem 1.2rem 2rem;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item::marker{
      content: none;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item a{
      color: #005CAB;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown > a{
      width: 100%;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item:hover .sub-menu, .contenedor-redcentrosnuevo .menumain .menu-item.hovered .sub-menu{
      position: relative;
    }
  .contenedor-redcentrosnuevo .menu li:first-of-type{
      flex-direction: column;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item:hover .sub-menu, .contenedor-redcentrosnuevo .menumain .menu-item.hovered .sub-menu{
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item{
      padding: 0;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item a{
      padding: .8rem 2rem .8rem 2rem;
      color: black !important;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item .sub-menu .menu-item a:hover{
      color: white !important;
    }
  .contenedor-redcentrosnuevo .menumain.desplegado{
      display: flex !important;
    }
  .contenedor-redcentrosnuevo .menu-menu-principal-es-container{
      width: 100%;
    }
  .contenedor-redcentrosnuevo li.search-desktop{
      list-style: none;
      position: absolute;
      top: 0;
      right: 61px;
      z-index: 999;
      top: 12px;
    }
  .contenedor-redcentrosnuevo .menumain__item--buscador span{
      padding: 0;
      height: 40px;
      width: 40px;
      background-size: auto 23px;
      background-position-y: 8px;
    }
  .contenedor-redcentrosnuevo .dropdown-menu{
      border: none;
      position: relative;
      top: 0;
      box-shadow: none;
    }
  .contenedor-redcentrosnuevo .dropdown-button::after{
      right: 35px;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown > a:after, .contenedor-redcentrosnuevo .dropdown-button::after{
      content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: none;
    transform: rotate(45deg);
    transition: none;
    margin-left: auto;
    position: absolute;
    top: 18px;
    right: 26px;
    margin-bottom: 5px;
    }
  .contenedor-redcentrosnuevo .dropdown-button::after{
      transform: rotate(-45deg);
      border-left: 2px solid #005CAB;
    border-bottom: 2px solid #005CAB;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown.open > a:after, .contenedor-redcentrosnuevo .custom-dropdown.portal-dropdown.active .dropdown-button::after{
      transform: rotate(-135deg);
      top: 25px;
    }
  .contenedor-redcentrosnuevo .custom-dropdown.portal-dropdown.active .dropdown-button::after{
      transform: rotate(-225deg);
    }
  .contenedor-redcentrosnuevo .menumain .menu-item{
      padding: 0;
    }
  .contenedor-redcentrosnuevo .menumain li{
      border-bottom: 1px solid #ddd;
    }
  .contenedor-redcentrosnuevo .dropdown-button, .contenedor-redcentrosnuevo .menumain .menu-item a, .contenedor-redcentrosnuevo .menumain .menu-item.dropdown > a{
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
    }
  .contenedor-redcentrosnuevo .dropdown-button:hover, .contenedor-redcentrosnuevo .menumain .menu-item a:hover, .contenedor-redcentrosnuevo .menumain .menu-item.dropdown > a:hover{
      background-color: #005CAB;
      color: white !important;
      transition: all .2s;
    }
  .contenedor-redcentrosnuevo .dropdown-menu li a{
      text-align: left;
      padding: 1.2rem 2rem 1.2rem 2rem;
    }
  .contenedor-redcentrosnuevo .dropdown-menu li{
      border-bottom: 1px solid #ddd !important;
    }
  .contenedor-redcentrosnuevo .custom-dropdown.portal-dropdown.active .dropdown-button::after{
      top: 23px;
    }
  .contenedor-redcentrosnuevo .search-desktop{
      top: 12;
      position: absolute;
      right: 75px;
      list-style: none;
      z-index: 999;
      cursor: pointer;
    }
  .contenedor-redcentrosnuevo .portal-dropdown .dropdown-menu li{
      border-bottom: none !important;
    }
  .contenedor-redcentrosnuevo .portal-dropdown .dropdown-menu a{
      font-family: 'Roboto', sans-serif;
      color: black !important;
      text-transform: lowercase;
      font-weight: 500;
      font-size: 16px;
    }
  .contenedor-redcentrosnuevo .portal-dropdown .dropdown-menu a:hover{
      color: white !important;
    }
  .contenedor-redcentrosnuevo .portal-dropdown .dropdown-menu a::first-letter{
      text-transform: uppercase;
    }
  .contenedor-redcentrosnuevo @media (max-width: 768px){
    .search-form .search-field{
      margin-top: 20px !important;
      max-width: 100% ;
      width: 100%;
    }
  .contenedor-redcentrosnuevo @media (min-width: 1200px){
    .dropdown-button::after{
      top: 11px;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown{
      padding: 1.1rem 1.5rem 1.1rem 1rem;
    }
  .contenedor-redcentrosnuevo .custom-dropdown.active .dropdown-button::after{
      transform: rotate(135deg);
      top: 16px;
    }
  .contenedor-redcentrosnuevo .search-responsive{
    list-style: none;
  }
  .contenedor-redcentrosnuevo @media (min-width: 891px) and (max-width:1200px){
    .delante-div__container p{
      font-size: 15px;
    }
  .contenedor-redcentrosnuevo .delante-title{
      font-size: 1.4rem;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown:hover{
    background-color: white;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown:hover a{
    color: #005CAB;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown a::after{
    border-color: #005CAB !important;
  }
  .contenedor-redcentrosnuevo .menumain .menu-item.dropdown > a:hover::after{
    border-color: #005CAB !important;
  }
  .contenedor-redcentrosnuevo /* 🔹 Icono hamburguesa */
  .toggle-menu{
    width: 32px !important;
    height: 32px !important;
    background-image: url('../../themes/mutualia-corporativo/img/svg/hamburger_menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    background-color: transparent !important;
    top: 1.1rem;
    right: 1rem;
  }
  .contenedor-redcentrosnuevo /* 🔹 Cambia a icono de cierre cuando el menú está abierto */
  .menumain-container:has(.menumain.menu-open) .toggle-menu{
    background-image: url('../../themes/mutualia-corporativo/img/svg/close_menu.svg');
  }
  .contenedor-redcentrosnuevo .menumain.hidden{
    display: none;
  }
  .contenedor-redcentrosnuevo .menumain.menu-open{
    display: block;
  }
  .contenedor-redcentrosnuevo @media (min-width: 890px) and (max-width: 1200px){
    .flip-card-menu ul a{
      padding: .6rem;
    }
  .contenedor-redcentrosnuevo .flip-card-menu li{
      margin: 0 8px;
    }
  .contenedor-redcentrosnuevo .delante-div{
      min-height: 261px;
    }
  .contenedor-redcentrosnuevo .detras-content h2 a:first-of-type{
      font-size: 20px;
    }
  .contenedor-redcentrosnuevo .delante-div a{
      font-size: 15px;
    }
  .contenedor-redcentrosnuevo /* 🔹 Mantener el dropdown en escritorio */
  .desktop-lang{
    display: block;
  }
  .contenedor-redcentrosnuevo /* 🔹 Idiomas en línea solo en responsive */
  .responsive-lang{
    display: none; /* Oculto en escritorio */
  }
  .contenedor-redcentrosnuevo /* 🔹 Estilos para responsive */
  @media screen and (max-width: 1200px){
    .menumain .menu-item.dropdown > a:hover::after{
      border-color: white !important;
    }
  .contenedor-redcentrosnuevo /* Oculta el dropdown de idiomas en responsive */
    .desktop-lang{
        display: none;
    }
  .contenedor-redcentrosnuevo /* Muestra los idiomas en línea */
    .responsive-lang{
        display: flex;
        justify-content: center;
        gap: 15px;
        border-top: 1px solid #ddd; /* Opcional */
        padding: 10px 0;
    }
  .contenedor-redcentrosnuevo .lang-option{
        display: inline-block;
        padding: 5px 10px;
    }
  .contenedor-redcentrosnuevo .lang-option.active-lang a{
      text-decoration: none !important;
      color: #4E5866;
      font-weight: 500 !important;
      font-size: 16px;
      cursor: auto;
  }
  .contenedor-redcentrosnuevo .lang-option a{
        text-decoration: underline;
        color: #005CAB;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
    }
  .contenedor-redcentrosnuevo .lang-option.active-lang a:hover{
      color: #4E5866;
    }
  .contenedor-redcentrosnuevo .responsive-lang{
      border-bottom: none !important;
      border-top: none !important;
    }
  .contenedor-redcentrosnuevo /* 🔹 Estilo para idioma activo */
    .lang-option.active-lang a{
        font-weight: bold;
        text-decoration: underline;
    }
  .contenedor-redcentrosnuevo .menumain #menu-menu-principal-es, .contenedor-redcentrosnuevo .menumain #menu-menu-principal-eu{
      gap: 0;
    }
  .contenedor-redcentrosnuevo .custom-dropdown .dropdown-button{
      border-radius: 0;
    }
  .contenedor-redcentrosnuevo .custom-dropdown .dropdown-button:hover::after{
      border-color: white !important;
    }
  .contenedor-redcentrosnuevo @media (min-width: 1200px){
    .menumain .menu-item.dropdown a::after{
      border-color: white !important;
      transform: rotate(45deg);
    }
  .contenedor-redcentrosnuevo .menumain .dropdown:hover a::after{
      border-color: #005CAB !important;
      transform: rotate(225deg);
      top: 7px;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item:hover{
      background-color: white;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item{
      transition: all .2s;
    }
  .contenedor-redcentrosnuevo .menumain .menu-item:hover a{
      color: #005CAB;
      transition: all .2s;
    }
  .contenedor-redcentrosnuevo @media (max-width: 1400px){
    .footer-item.menu-footer, .footer-item.contact-phone {
        flex-basis: 100%;
        justify-content: flex-start;
        max-width: 100%;
         min-width: auto;
    }
  .contenedor-redcentrosnuevo .footer-container{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
  .contenedor-redcentrosnuevo .footer-item.menu-footer, .contenedor-redcentrosnuevo .footer-item.contact-phone{
      flex-basis: 0;
    }
  .contenedor-redcentrosnuevo .footer-column a, .contenedor-redcentrosnuevo .footer-item.rrss ul a, .contenedor-redcentrosnuevo .footer-title.footer-title__data, .contenedor-redcentrosnuevo .footer-xtra > *{
      text-wrap: nowrap;
    }
  .contenedor-redcentrosnuevo .footer-item.rrss, .contenedor-redcentrosnuevo .footer-item{
      flex-basis: 0;
    }
  .contenedor-redcentrosnuevo .footer-item.rrss ul{
      padding: 0;
    }
  .contenedor-redcentrosnuevo .footer-xtra{
      display: flex;
      gap: 10px;
    }
  .contenedor-redcentrosnuevo @media (max-width: 890px){
    .footer-container{
      flex-direction: column ;
      gap: 0;
    }
  .contenedor-redcentrosnuevo .footer-second{
      flex-direction: column;
      gap: 1rem;
    }
  .contenedor-redcentrosnuevo .footer-links-container{
      justify-content: flex-start;
      padding-bottom: 2rem;
      padding-left: 0 !important;
    }
  .contenedor-redcentrosnuevo .footer-item.rrss{
      padding-bottom: 1.5rem;
    }
  .contenedor-redcentrosnuevo .footer-xtra{
      margin: 0;
    }
  .contenedor-redcentrosnuevo .footer-item.rrss ul{
      flex-wrap: wrap;
    }
  .contenedor-redcentrosnuevo @media (min-width: 500px) and (max-width: 1280px){
    .menumain.menu-open {
        position: absolute;
        max-width: 370px;
        box-shadow: -10px 10px 14px -3px rgba(0, 0, 0, 0.14);
        background: white;
        z-index: 9999;
        top: 60px;
        right: 0;
        left: auto;
    }
  .contenedor-redcentrosnuevo .menu .menumain__item--buscador:hover span{
    background-color: #004493;
  }
  .contenedor-redcentrosnuevo @media (min-width: 890px) and (max-width: 982px){ 
    .delante-div{
      min-height: 279px;
    }
  .contenedor-redcentrosnuevo .page-template-template-redcentrosnuevo .menumain .menu-item{
    height: fit-content;
   }
  .contenedor-redcentrosnuevo .page-template-template-redcentrosnuevo .menumain .menu-item.dropdown{
    padding: .9rem 1.5rem .9rem 1rem;
   }
  .contenedor-redcentrosnuevo .page-template-template-redcentrosnuevo .menumain .menu-item{
    padding: .9rem 1.5rem .9rem 1rem;
   }