:root {
  --f_titulos: "Lato", sans-serif;
  --f_menus:"Lato", sans-serif;
  --f_textos: 'Lato', sans-serif;
  --c1: #B9A279;
  --c1-03: #B9A27944;
  --c2: #405473;
  --c2-03: #40547333;
  --c3:#444;
  --c4: #FCFCFC;
  --c5: #000;
  --color_borde_inputs: var(--c2);
  /*varios*/
  --ancho_cabecera:1350px;
  --max_ancho_contenido:1100px;
  --max_ancho_contenido2:1350px;
  --max_ancho_texto:1080px;
  --max_ancho_texto_resumen:900px;
  --b_radius:3px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.allinone_bannerRotator *, .allinone_bannerRotator *:before, .allinone_bannerRotator *:after {
  box-sizing: content-box;
}
body {
  margin: 0 auto;
  font-family:var(--f_textos);
  font-weight: 400;
  font-size: 100%;
  font-style: normal;
  /*overflow-x: hidden;*/
  height: 100%;
  min-height: 100%;
  color:var(--c3);
  background: #FFF;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  min-height: 380px;
}
main:not(.mContenedor):not(.mProducto) {
  margin-bottom: 60px;
}
main.mContenedor {
  padding: 0 0 30px 0;
}
b, strong {
  font-weight: 500;
}
.cont_body {
  background: #FFF;
  max-width: 1184px;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 40px;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-weight: 300;
  border-radius:var(--b_radius);
}
figure {
  margin: 0px;
}
h1, h2, h3, h4, h5 {
  font-weight: 300;
  font-family:var(--f_titulos);
  margin: 0;
  color:var(--c5);
}
h1 {
  font-size: 1.875rem;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: auto;
  max-width:var(--max_ancho_contenido);
}
h4 {
  font-size: 1.1rem;
}
button {
  cursor: pointer;
  border: none;
}
button[type=submit]:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
p {
  display: block;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
p.sin_articulos {
  width: 100%;
  text-align: center;
  margin: 8rem 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a, article, li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#cargando {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 10px;
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/*#cargando .pelota {
  border: 3px solid;
  border-color:var(--c2) var(--c6);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow:0 0 15px var(--c1);
  width: 40px;
  height: 40px;
  margin: 0 30px 0 auto;
  z-index: -1;
  animation: loop 1.5s infinite linear;
  (*background: rgba(188, 9, 38, 0.663);*)
  background:var(--c1);
}*/
#cargando .pelota {
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 30px 0 auto;
  z-index: 10;
  animation: inout 2s infinite linear;
  /*animation: loop 3.5s infinite linear;*/
  background: url(/imgs/logo.svg) 0 0 / 100% auto no-repeat #FFF;
  box-shadow: 0 0 15px #000;
}
#cargando p {
  position: relative;
  top: calc(-0.675rem + -30px);
  font-size: 0.675rem;
  font-weight: 400;
  color: #FFF;
}
@keyframes loop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes inout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
.botonera button, .btn {
  border: none;
  background-color:var(--c2);
  color: #FFF;
  border:1px solid var(--c1);
  padding: 12px 20px;
  display: inline-block;
  cursor: pointer;
  line-height: 1rem;
  font-family: inherit;
  font-weight: 400;
}
.botonera button:hover, .btn:hover {
  background:var(--c1);
  color: #FFF;
}
.botonera button.BtnAtras, .btn.BtnAtras {
  background: #CCC;
  color: #000;
}
.msg {
  border-radius: var(--b_radius);
  border: 1px solid #12A112;
  padding: 5px 7px 5px 10px;
  text-transform: uppercase;
  color: #12A112;
  background-color: #E1FBDC;
  display: none;
  text-align: center !important;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.msg.ver {
  display: block;
}
.msg a {
  text-decoration: underline;
}
.msg.error {
  color: #C00;
  border-color: #C00;
  background-color: #FFCFCF;
}
.msg.info {
  color: #000;
  border-color: #AAA;
  background-color: transparent;
}
.desactivado {
  opacity: 0.5;
  pointer-events: none;
}
/*.cont_max, main {
  position: relative;
  padding: 20px 10px 10px;
}*/
.ilightbox {
  cursor: pointer;
}
.videoEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoEmbed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabs .tab {
  height: 0;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s linear;
}
.tabs .tab.sel {
  height: auto;
  opacity: 1;
  transform: scale(1);
}
.max_w0 {
  max-width:var(--ancho_cabecera);
  margin: 0 auto;
}
.max_w {
  max-width:var(--max_ancho_contenido);
  margin: 0 auto;
}
.max_w2 {
  max-width:var(--max_ancho_contenido2);
  margin: 0 auto;
}
/*max con borde en movil*/
.max_wb {
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .max_wb {
    max-width:var(--max_ancho_contenido2);
    margin: 0 auto;
    padding: 0 20px;
  }
}
.max_wb3 {
  margin: 0 20px;
}
@media (min-width: 1020px) {
  .max_wb3 {
    max-width:var(--max_ancho_contenido);
    margin: 0 auto;
  }
}
/*cabecera*/
.pHeader {
  text-align: left;
  padding: 15px 0;
  /*margin-bottom: 10px;*/
  /*border-bottom:1px solid var(--c1);*/
  /*display: flex;*/
  align-items: center;
  position: relative;
  background: #FFF;
}
.pHeader .msg_header {
  width: 100%;
  color: #FFF;
  text-align: center;
  background:var(--c2);
  font-family:var(--f_menus);
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 5px 0 8px;
}
.pHeader .msg_header small {
  text-transform: none;
  font-size: 0.55rem;
}
.pHeader .msg_header strong {
  font-weight: 600;
}
.pHeader > nav {
  text-align: left;
  /*padding: 0 10px 20px;*/
  display: flex;
  align-items: center;
  position: relative;
  font-family:var(--f_menus);
  text-transform: uppercase;
}
#logo {
  background: url(/imgs/logo.svg) 100% / contain no-repeat;
  text-indent: -1000000px !important;
  width: 227px;
  height: 52px;
  overflow: hidden;
  display: block;
  flex: 1;
  position: absolute;
  left: 14px;
  top: 17px;
  z-index: 1;
}
#logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.pHeader .desconectar {
  position: absolute;
  bottom: 10px;
  right: 0px;
  text-align: right;
  font-weight: 400;
  font-size: 0.875rem;
  width: 300px;
}
.pHeader .desconectar a {
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  background: url(/imgs/logout.svg) 100% 50% / auto 15px no-repeat;
  color:var(--c2);
  padding: 5px 20px 5px 5px;
}
.pHeader .desconectar img {
  width: 15px;
}
.pHeader .carrito {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  margin-left: 15px;
  z-index: 1;
  margin-top: 3px;
}
.pHeader .carrito:before {
  background:url(/imgs/carro_blanco_45deg.svg) 50% / auto 80% no-repeat var(--c2);
  content: " ";
  width: 28px;
  height: 28px;
  display: block;
  transform: rotate(-45deg);
  position: relative;
  z-index: -1;
}
.pHeader .carrito:after {
  content: " ";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  z-index: 71;
  background: url(/imgs/carro_blanco.svg) 50% / auto 60% no-repeat #C00CCC;
}
.pHeader .carrito:after {
  position: absolute;
  content: attr(data-n);
  top: -5px;
  right: -5px;
  font-size: 0.7rem;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  padding: 0 0 2px 0;
  justify-content: center;
  align-items: center;
}
.pHeader .w_header {
  display: flex;
  margin-top: 55px;
  justify-content: end;
}
.pHeader .usuario_carrito {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*text-transform: uppercase;*/
  font-family:var(--f_menus);
  font-size: 0.8rem;
  position: relative;
  margin: 0 15px 0 5vw;
}
/**/
.pHeader .finalizar {
  display: none;
}
.pHeader .usuario {
}
html[lang=en] .pHeader .usuario {
  width: 180px;
}
html[lang=fr] .pHeader .usuario {
  width: 180px;
}
.pHeader section.usuario > * {
  cursor: pointer;
}
.pHeader section.usuario .nom_usuario {
  cursor: pointer;
  background:url(/imgs/usuario.svg) 10px 50% / auto 70% no-repeat var(--c1);
  color: #FFF;
  font-weight: 400;
  padding: 5px 20px 5px 40px;
  border-radius: var(--b_radius);
  text-align: center;
  white-space: nowrap;
  width: 150px !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 5px;
  position: relative;
}
@-moz-document url-prefix() {
  .pHeader .usuario {
    bottom: 14px;
  }
  .pHeader section.usuario .nom_usuario {
    top: 0;
  }
}
.pHeader section.usuario .acceso {
  display: inline-block;
}
/*Menú hamburguesa*/
#botonMenu {
  width: 30px;
  height: 19px;
  cursor: pointer;
  border:4px solid var(--c2);
  border-width: 3px 0;
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 25px;
}
#botonMenu::before {
  display: block;
  height: 3px;
  content: ' ';
  margin-top: 5px;
  background:var(--c2);
}
#menu {
  color:var(--c2);
  display: none;
  font-weight: 300;
  /*position: relative;*/
}
#menu li {
  position: relative;
}
#menu li ul {
  display: none;
}
#menu > .cerrar {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}
body.ham {
  overflow-y: hidden;
}
#apagon {
  display: none;
}
.ham .apagon {
  opacity: 0.4;
  background: #000;
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99998;
}
.ham #menu {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  color: #FFF;
  z-index: 99999;
  padding: 25px 0 20px;
  box-shadow: 0 0 17px #444;
  width: 300px;
  overflow-y: scroll;
  animation: menuIn 0.6s;
  background-color:var(--c2);
}
.ham #menu:before {
  background:url(/imgs/logo_blancosolo.svg) 10px 15px / auto 40px no-repeat var(--c2);
  content: " ";
  width: 100%;
  height: 60px;
  display: block;
  top: 0;
  position: absolute;
}
.ham #cerrarMenu {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 40px;
  cursor: pointer;
}
@keyframes menuIn {
  from {
    left: -300px;
  }
  to {
    left: 0;
  }
}
.ham #menu > ul {
  margin-top: 50px;
}
.ham #menu .familias {
  margin: 20px 0 0;
  padding: 10px 0 20px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}
.ham #menu .familia {
}
.ham #menu .familia > a {
  padding: 5px 20px 10px 0;
  font-weight:medium;
  display: block;
  white-space: nowrap;
}
.ham #menu .subfamilias {
  display: block;
  padding: 0 0 10px 0;
}
.ham #menu .subfamilia a {
  font-size: 80%;
  border-bottom: none;
  display: block;
  padding: 10px 20px 10px 0px;
}
.ham #menu > ul > li {
  padding: 15px 20px;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#menu > ul > li > a {
  text-transform: none;
}
.ham #menu > ul > li:last-of-type {
  border-bottom: none;
}
.ham #menu > ul > li > a:hover {
  font-weight: bold;
}
#menu li {
  font-size: 1.1rem;
  margin: 0 10px;
}
#menu #familias h2 {
  background: #F9660A;
  padding: 5px 15px 5px 5px;
  text-align: left;
  margin-top: 20px;
  font-size: 1rem;
}
#menu #familias img {
  margin-right: 10px;
  vertical-align: top;
}
#menu #familias li {
  padding: 10px;
  font-size: 0.812rem;
}
body > header .info {
  display: none;
  text-align: right;
  font-family: 'Futured', sans-serif;
}
body > header .info .tel {
  font-size: 1.5rem;
  display: block;
  color: #F9660A;
}
body > header .info .mail {
  font-size: 0.7rem;
  display: block;
  text-transform: uppercase;
}
#caparrss {
  display: flex;
  flex-direction: row;
  margin: 0 0 0 14px;
}
#caparrss a {
  display: inline-block;
  width: 30px;
  height: 24px;
  text-indent: -99999px;
  margin: 10px;
  background: url(../imgs/facebook.svg) 50% 50% / contain no-repeat;
}
#caparrss a#eTwitter {
  background-image: url(../imgs/twitter.svg);
  width: 30px;
  height: 24px;
}
#caparrss a#eX {
  background-image: url(../imgs/x_blanco.svg);
}
#caparrss a#eLinkedin {
  background-image: url(../imgs/linkedin.svg);
  width: 30px;
  height: 24px;
}
@media screen and (min-width: 540px) {
  .pHeader .desconectar {
    position: absolute;
    bottom: 10px;
    right: 0px;
    text-align: right;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .pHeader .desconectar a {
    display: block;
  }
  .pHeader .w_header {
    margin-top: 70px;
  }
  #botonMenu {
    top: 30px;
  }
  .pHeader .usuario_carrito {
    position: absolute;
    top: 29px;
    right: 55px;
  }
  #logo {
    width: 240px;
    height: 55px;
    overflow: hidden;
    display: block;
    flex: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 1;
  }
}
#cImgCat, #cImgPag {
  padding: 70px 0 1px 20px;
  background-position: top center;
  background-size: cover;
}
#cImgCat h1, #cImgPag h1 {
  color: #FFF;
  #accesibilidad;
  background:#00000022;
  padding: 3px 0 8px 10px;
  #accesibilidad;
  margin: 0 auto 15px;
  max-width:var(--ancho_cabecera);
}
#cBServicios {
  max-width:var(--ancho_cabecera);
  margin: 0 auto;
}
#cBServicios img {
  width: 100%;
}
#DescServicio h1 {
  padding: 15px;
}
.cEquipo .contenido_html, .cEmpresa .contenido_html {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.cEquipo article {
  padding: 20px 0 40px;
  margin: 0 auto;
  max-width: 300px;
}
.cEquipo .contenido_html h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.cEquipo .contenido_html article figure img {
  width: 80%;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: block;
}
.Equipo .cEquipo .contenido_html p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
}
.Empresa .cEmpresa {
  background:var(--c1-03);
  padding: 20px;
  margin: 40px 0 0;
}
.Empresa .cEmpresa article {
  margin: 30px auto;
  padding: 20px;
  background:var(--c2);
  color: #FFF;
  text-align: center;
  font-weight: 300;
  max-width: 300px;
}
.Empresa .cEmpresa article h3 {
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.Empresa .cEmpresa article p {
  opacity: 0.7;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .cEquipo .contenido_html, .cEmpresa .contenido_html {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .cEquipo article, .Empresa .cEmpresa article {
    width: 46%;
    padding: 20px 20px 40px;
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .cEquipo article {
    width: 33%;
    padding: 20px 20px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .Empresa .cEmpresa article {
    width: 23%;
    padding: 20px 20px 40px;
    margin: 10px 8px;
    position: relative;
  }
  .Empresa .cEmpresa article > * {
    z-index: 1;
  }
  .Empresa .cEmpresa article:after {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 100%;
    height: 200px;
    display: block;
    z-index: 0;
    opacity: 0.1;
    background: url(../imgs/ico_blanco.svg) bottom right / 85px no-repeat;
  }
  .Empresa .cEmpresa {
    max-height: 648px;
  }
}
/*MIGAS*/
#MenuMigas {
  color: #FFF;
  font-size: 0.8rem;
  margin-bottom: 50px;
  background:var(--c2);
}
.CatServicios #MenuMigas, .SinMigas #MenuMigas {
  display: none;
}
#MenuMigas .w_migas {
  display: flex;
  padding: 12px 10px;
  justify-content: space-between;
}
#MenuMigas a {
  text-decoration: underline;
}
#MenuMigas .btn_buscador {
  background: url(/imgs/lupa.svg) 100% 50% / auto 100% no-repeat;
  height: 100%;
  padding-right: 1.5em;
  color: inherit;
}
@media (max-width: 550px) {
  #MenuMigas .btn_buscador span {
    display: none;
  }
}
/*Contenidos web*/
#bContacto #mContacto {
  max-width: 850px;
}
.mContenidosWeb {
  /*max-width: 800px;*/
}
.mContenidosWeb .img_principal {
  margin-bottom: 20px;
}
.mContenidosWeb .img_principal img {
  max-width: 100%;
  display: block;
}
.mContenidosWeb h1 {
  margin: 0 0px 25px;
}
/*contenido_html*/
.contenido_html {
  font-size: 0.9rem;
  line-height: 1.5;
}
.contenido_html p {
  margin: 0 0 20px;
  line-height: 1.5;
}
.bBlogArticulo .contenido_html p {
  font-size: 1rem;
}
.bPresentacion .contenido_html p, .CatServicios .contenido_html p {
  text-align: center;
}
.bPresentacion {
  padding: 10px 0 40px;
}
.bPresentacion .contenido_html p .LogoTexto {
  width: 210px;
}
.contenido_html p:last-child {
  margin-bottom: 0;
}
.contenido_html h2 {
  margin: 30px 0 10px;
  text-align: center;
}
.bContacto .contenido_html h2 {
  text-align: left;
}
.contenido_html strong {
  font-weight: 500;
  color:var(--c1);
  #accesibilidad;
  color: #444;
  font-weight: 600;
  #accesibilidad;
}
.contenido_html img {
  max-width: 100%;
  height: auto !important;
}
.contenido_html blockquote {
  margin-left: 15px;
}
.contenido_html ul {
  padding: 10px 40px;
  list-style-type: square;
  line-height: 2em;
  font-size: 1rem;
}
.contenido_html .videoEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contenido_html .videoEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contenido_html table {
  border: none;
  border-collapse: collapse;
  text-align: initial;
}
.contenido_html tr:nth-child(odd) {
  background: #EEE;
}
.contenido_html tr:first-of-type {
  font-size: 1rem;
  font-weight: 500;
  background: #000;
  color: #FFF;
}
.contenido_html td {
  border: none;
  padding: 6px 10px;
}
.contenido_html a[href] {
  text-decoration: underline;
}
.contenido_html .compartir {
  margin-top: 50px;
}
.contenido_html .compartir a {
  margin: 5px 20px 0 0;
  display: inline-block;
}
.contenido_html .compartir img {
  width: 40px;
}
#CapaServicios {
  text-align: center;
}
#CapaServicios a {
  display: block;
  position: relative;
  width: 100%;
  height: 80vw;
  color: #FFF;
  border: 1px solid #FFF;
  background: url(../thumb.php?w=500&i=./archivos/contenedores/d85b8243f490974316d5a87611374f0fbf6f8bee.jpg) 0 0 / cover;
}
#CapaServicios a#aFiscal {
  background-image: url(../thumb.php?w=500&i=./archivos/contenedores/972f3267de926d4a3f471d641d68c592131a05ac.jpg);
}
#CapaServicios a#aPenal {
  background-image: url(../thumb.php?w=500&i=./archivos/contenedores/e0181a0f93a44c20dfe091946e85080708163607.jpg);
}
#CapaServicios a#aCivil {
  background-image: url(../thumb.php?w=500&i=./archivos/contenedores/938e1e6e54d364e6be590fe1531fa69e599afb09.jpg);
}
#CapaServicios a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  opacity: 0.9;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  background:var(--c2);
}
.CatServicios .enumServicios {
  padding: 10px 0 30px;
}
.CatServicios .enumServicios article div {
  background:var(--c2);
  padding: 20px;
  color: #FFF;
  margin: -3px 0 0;
  font-weight: 300;
}
.CatServicios .enumServicios article div p {
  opacity: 0.7;
}
.CatServicios .enumServicios article div h2 {
  color: #FFF;
  margin-bottom: 15px;
}
.CatServicios .enumServicios article {
  display: block;
  width: 100%;
  padding: 2px 20px;
}
.CatServicios .enumServicios article img {
  width: 100%;
  margin: 0;
  padding: 0;
}
#CapaServicios a:hover span {
  height: 100%;
  opacity: 0.7;
  background:var(--c2);
  animation: MouseOver 0.4s;
}
@keyframes MouseOver {
  from {
    height: 50px;
  }
  to {
    height: 100%;
  }
}
@media (min-width: 640px) {
  #CapaServicios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #CapaServicios a {
    display: block;
    height: 45vw;
    flex: 1 0 50%;
  }
  .CatServicios .enumServicios article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .CatServicios .enumServicios article:nth-child(odd) img {
    order: 2;
  }
  .CatServicios .enumServicios article img {
    width: 50%;
  }
  .CatServicios .enumServicios article div {
    width: 50%;
    margin: 0;
  }
}
/*Contacto*/
#mContacto h1 {
  margin-bottom: 40px;
}
#mContacto input:not([type=checkbox]), #mContacto textarea {
  display: block;
  margin: 5px 0 20px;
  padding: 4px 5px 2px;
  width: 90%;
  font-size: 0.9rem;
}
#mContacto textarea {
  height: 8rem;
}
#mContacto .btn {
  margin: 20px 0;
}
#mContacto address {
  line-height: 1.5rem;
  font-style: normal;
}
#mContacto .msg {
  margin: 20px 0;
}
#mContacto iframe {
  width: 100%;
  max-width: 1180px;
  margin-bottom: 40px;
}
#mContacto ul {
  list-style-type: initial;
  padding-left: 20px;
  margin-bottom: 40px;
}
#mContacto li {
  margin-bottom: 20px;
}
#mContacto form {
  margin-bottom: 40px;
}
#mContacto a {
  text-decoration: underline;
}
#mContacto #detalle {
  /*bots*/
  display: none;
}
/*MODAL*/
body.modal_ver {
  overflow: hidden;
  padding-right: 17px;
}
body.modal_ver #modal {
  transform: scale(1);
  z-index: 9999;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}
body.modal_ver #modal .cont_contenido {
  transform: scale(1);
  transition: all 0.3s linear;
}
body.modal_ver .cont_body {
  filter: blur(1px);
}
/*MODALES*/
.modal.ver {
  transform: scale(1);
  z-index: 9999;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal {
  position: fixed;
  background: none;
  z-index: -1;
  transform: scale(0);
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  text-align: center;
  transition: background 0.3s linear;
}
.modal .cont_contenido {
  position: relative;
  transform: scale(0);
  transform-origin: top center;
  /*transform-origin: top;*/
  top: 5px;
  width: 600px;
  max-width: calc(100% - 10px);
  border-radius: var(--b_radius);
  font-size: 0.875rem;
  background: #FFF;
  padding: 20px 15px;
  color: #000;
  text-align: left;
  display: inline-block;
}
.modal.ver .cont_contenido {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.modal .cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
  line-height: 0.5;
  z-index: 999999;
}
body.body_modal .cont_body {
  /*filter: blur(1px);*/
}
body.body_modal {
  overflow: hidden;
  padding-right: 17px;
}
.modal header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color:var(--c2);
  font-family:var(--f_menus);
}
/*PIE*/
.pFooter {
  margin-top: -2px;
  background:var(--c2);
  color: #FFF;
  text-align: center;
  padding: 30px 20px 20px;
}
.pFooter .nav {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  line-height: 1.3rem;
  font-size: 0.90rem;
  justify-content: center;
  align-items: center;
  /*margin-bottom: 40px;*/
}
.pFooter .nav a {
  white-space: nowrap;
  margin-bottom: 5px;
  font-family:var(--f_menus);
  flex: 0;
}
.pFooter .nav.nav0 {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.pFooter .nav a:hover {
  color:var(--verde);
}
.pFooter .nav > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.pFooter .nav span img {
  margin-left: 10px;
}
.pFooter address strong {
  font-size: 1.8rem;
  display: block;
}
.pFooter address small {
  font-weight: 300;
  opacity: 1;
  font-style: normal;
  padding: 0 0 0 48px;
  margin: -3px 0 0;
  display: block;
}
.pFooter address dt {
  width: auto;
  padding: 0;
  margin: 0 5px 1px 0;
  display: inline-block;
  flex: 1 1 50%;
}
.pFooter address dd {
  font-weight: 300;
  margin: 0 0 18px 0;
  padding: 0;
  display: inline-block;
  width: auto;
  opacity: 0.7;
  flex: 1 1 50%;
}
.pFooter address dd span {
  display: block;
}
.pFooter address dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-style: normal;
}
.pFooter div div:last-of-type .nav a:not(:last-of-type):after {
  content: "|";
  margin-right: 10px;
  margin: 0 8px;
}
#FinanciadoUE {
  text-align: center;
  color: #000;
  padding: 15px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#FinanciadoUE img {
  width: 100%;
  display: block;
  margin: 15px 0 0;
}
@media (min-width: 1000px) {
}
@media (min-width: 640px) {
  .pFooter .w-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    text-align: left;
    max-width:var(--max_ancho_contenido);
  }
  .pFooter .nav.nav0 {
    text-align: left;
    padding-left: 0;
  }
  .pFooter address {
    width: 50%;
    margin-top: -2px;
  }
  .pFooter address dl {
    padding: 5px 0 0 12px;
  }
  .pFooter .nav.nav0 a {
    text-align: left;
    width: 100%;
  }
  .pFooter .nav a {
    text-align: left;
    height: ;
  }
  .pFooter div div:last-of-type {
    width: 100% !important;
  }
  .pFooter address small {
    padding: 0 0 0 12px;
    margin: 0;
  }
}
/*Paginador*/
.paginador {
  width: 100%;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.paginador a {
  font-size: 1.125rem;
  font-size: 1.025rem;
  background: #DDD;
  width: 31px;
  height: 31px;
  margin: 0 3px;
  /*display: inline-block;*/
  /*padding: 7px 2px 7px 1px;*/
  /*text-align: center;*/
  /*vertical-align: text-bottom;*/
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.paginador a[disabled] {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}
.paginador a[sel] {
  background:var(--c1);
  color: #FFF;
  cursor: none;
  pointer-events: none;
}
.paginador a.siguiente {
  /*background: url(/imgs/tri_d.svg) 50% / 12px no-repeat #DDD;*/
  /*text-indent: -1000000px !important;*/
  /*padding: 7px 15px;*/
}
.paginador a.ultima {
  /*background: url(/imgs/tri2_d.svg) 50% / 22px no-repeat #DDD;*/
  /*text-indent: -1000000px !important;*/
  /*padding: 7px 19px;*/
}
.paginador a.anterior {
  /*background: url(/imgs/tri_d.svg) 50% / 12px no-repeat #DDD;*/
  /*text-indent: -1000000px !important;*/
  /*padding: 7px 15px;*/
  /*transform: rotate(180deg);*/
}
.paginador a.primera {
  /*background: url(/imgs/tri2_d.svg) 50% / 22px no-repeat #DDD;*/
  /*text-indent: -1000000px !important;*/
  /*padding: 7px 19px;*/
  /*transform: rotate(180deg);*/
}
@media screen and (max-width: 450px) {
  .paginador a.siguiente, .paginador a.anterior {
    display: none;
  }
}
/*BUSCADOR*/
.mBusqueda h1 {
  text-align: center;
  margin: 20px 0 5px;
  font-family:var(--f_menus);
}
.mBusqueda .res {
  text-align: center;
  margin-bottom: 40px;
}
/*Custom checkbox*/
label.check {
  display: flex;
  text-align: left;
  margin: 0 20px 10px 0;
  justify-content: flex-start;
  --ancho-radio: 20px;
  align-items: center;
}
label.check input {
  display: none;
}
label.check span {
  cursor: pointer;
  position: relative;
  font-size: 0.8rem;
  position: relative;
  display: inline-block;
}
label.check .tick {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex:0 0 var(--ancho-radio);
  width:var(--ancho-radio);
  height:var(--ancho-radio);
  border:2px solid var(--c1);
  font-size: 1rem;
  border-radius: 50%;
  color: #FFF;
}
label.check .tick:after {
  content: "✓";
}
label.check input:checked + .tick {
  color: #FFF;
  background:var(--c1);
}
/*cookies*/
#AdvertenciaCookies {
  position: fixed;
  font-size: 0.85rem;
  background:var(--c2);
  color: #FFF;
  opacity: 0.95;
  position: fixed;
  bottom: 50px;
  left: 50%;
  width: 450px;
  max-width: 90%;
  transform: translatex(-50%);
  line-height: 18px;
  z-index: 1998;
  border-radius: 10px;
  border:1px solid var(--c2);
  padding: 25px;
  box-shadow: 2px 2px 7px -1px #000;
}
#AdvertenciaCookies a {
  color: inherit;
  text-decoration: underline;
}
#AdvertenciaCookies p {
  margin-bottom: 20px;
}
#AdvertenciaCookies .check .tick {
  background: #FFF;
  color: #FFF;
  border-radius: 0;
  border: none;
}
#AdvertenciaCookies .check.necesarias {
  pointer-events: none;
  opacity: 0.6;
}
#AdvertenciaCookies .check .tick:after {
  background: #FFF;
}
#AdvertenciaCookies .check input:checked + .tick {
  content: "✓";
  color:var(--c2);
  font-weight: 400;
  background: #FFF;
  padding-right: 3px;
  font-size: 1.3rem;
}
#AdvertenciaCookies button {
  padding: 10px 20px;
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  z-index: 99;
  background: #FFF;
  color:var(--c2);
}
/*Contacto*/
.mContacto h1 {
  margin: 0 0px 25px;
  width: 100%;
}
.mContacto input:not([type=checkbox]), .mContacto textarea {
  display: block;
  margin: 2px 0 15px;
  width: 100%;
  border:1px solid var(--c1);
  padding: 5px;
  font-size: 0.9rem;
  border-radius:var(--b_radius);
}
.mContacto textarea {
  height: 100px;
}
.mContacto iframe {
  margin-bottom: 10px;
}
.mContacto #fContacto {
  margin-bottom: 40px;
}
.mContacto #fContacto .responsable {
  font-size: 0.85rem;
  line-height: 1.3rem;
}
.mContacto #fContacto .responsable strong {
  color:var(--c1);
  #accesibilidad;
  color: #444;
  font-weight: 600;
  #accesibilidad;
}
.mContacto .check2 {
  display: block;
  margin: 15px 0 30px;
}
.mContacto .check2 input {
  margin-right: 5px;
}
.mContacto .check2 a {
  text-decoration: underline;
}
.mContacto button {
  border: none;
  background:var(--c2);
  color: #FFF;
  padding: 10px 0;
  width: 90%;
  max-width: 200px;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  border-radius:var(--b_radius);
  background-position: -370px 0px;
  background-size: 700px;
  transition: background 100ms ease-in-out;
}
.mContacto button:hover {
  background:var(--c1);
}
.mContacto address {
  margin: 50px 0;
  font-style: normal;
  font-size: 0.9rem;
}
.mContacto address strong {
  display: inline-block;
  margin-right: 5px;
}
.mContacto address p:not(:first-child) {
  margin: 20px 0 0;
}
.mContacto .msg {
  margin-bottom: 20px;
}
.mContacto .w_contacto.max_wb {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mContacto .w_contacto {
    display: flex;
  }
  .mContacto .w_contacto.max_wb {
    padding: 0;
  }
  .mContacto form {
    align-self: flex-start;
    margin-right: 30px;
    flex: 1 0 47%;
  }
  .mContacto .contenido_html {
    flex: 1 0 47%;
  }
}
/*BLOG*/
.mBlog .articulos article {
  text-align: center;
  color:var(--c2);
  margin-bottom: 30px;
}
.mBlog .articulos article p {
  margin-bottom: 10px;
  font-weight: 400;
}
.mBlog .articulos article p.resumen {
  font-size: 0.95rem;
  font-weight: 300;
  color: #333;
}
.mBlog .articulos img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.mBlog h1 {
  margin-bottom: 20px;
  font-family:var(--f_menus);
  color:var(--c1);
  text-transform: uppercase;
}
.tit_blog_movil {
  margin-bottom: 20px;
  font-size: 2.275rem;
  font-family:var(--f_menus);
  color:var(--c1);
  text-transform: uppercase;
}
.blog .categorias {
  margin: 40px 0;
  padding: 30px 0 0;
  position: relative;
  text-transform: uppercase;
}
.blog .categorias:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  height: 1px;
  width: 80%;
  border-bottom:1px solid var(--c2);
}
.blog .categorias li {
  margin-bottom: 23px;
  line-height: 1.1rem;
  font-family:var(--f_menus);
  font-size: 1.1rem;
  font-weight: 400;
}
.blog .categorias [sel], .blog .categorias li a:hover {
  color:var(--c2);
  font-weight: 400;
}
/*Blog Articulo*/
.mBlogArticulo h1 {
  margin-bottom: 3px;
}
.mBlogArticulo .fecha {
  margin-bottom: 30px;
  font-size: 80%;
}
.mBlogArticulo figure {
  margin-bottom: 20px;
}
.mBlogArticulo figure img {
  width: 100%;
}
.mBlogArticulo .relacionados {
  margin-top: 60px;
}
.mBlogArticulo .categorias h2, .blog .categorias h1 {
  margin-bottom: 30px;
  font-family:var(--f_menus);
  color:var(--c2);
  text-transform: uppercase;
}
/*CONTENEDORES*/
.bContenedor.no_aside .principal {
  width: 100%;
  margin: 0;
}
.bContenedor h1 {
  margin-bottom: 30px;
}
.contenedor .bloque .contenido.max_w {
  margin-left: auto;
  margin-right: auto;
  max-width:var(--max_ancho_contenido);
}
/*CONTENEDORES: BLOQUE VERTICAL*/
.contenedor .bloque_vertical figure {
  justify-content: center;
  align-content: center;
  display: flex;
}
.contenedor .bloque_vertical {
  padding: 60px 15px;
}
.contenedor .bloque_vertical h2 {
  margin-top: 0;
  color:var(--c2);
}
.contenedor .bloque_vertical img {
  max-width: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}
.contenedor .bloque_vertical .w_txt {
}
@media screen and (min-width: 768px) {
  .contenedor .bloque_vertical .cont {
    display: flex;
    text-align: left;
    align-items: flex-start;
    margin: 0 auto;
  }
  .contenedor .bloque_vertical.izquierda figure {
    margin: 0 20px 0 0;
    flex: 0 0 calc(30% - 7px);
  }
  .contenedor .bloque_vertical.derecha figure {
    order: 2;
    margin: 0 0 0 20px;
    flex: 0 0 calc(50% - 10px);
  }
  .contenedor .bloque_vertical img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1180px) {
  .contenedor .bloque_vertical .w_txt {
    padding: 0;
  }
}
/*CONTENEDORES: BLOQUE BLOG*/
.contenedor .bloque_blog {
  padding: 0;
}
.contenedor .bloque_blog .contenido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contenedor .bloque_blog h2 {
  padding: 15px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  background:var(--c2);
}
.contenedor .bloque_blog h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: none;
  color: #000;
}
.contenedor .bloque_blog article {
  flex: 0 100%;
  text-align: left;
  margin-bottom: 40px;
  font-size: 0.95rem;
}
.contenedor .bloque_blog figure {
  margin-bottom: 15px;
}
.contenedor .bloque_blog img {
  width: 100%;
  height: auto;
}
.contenedor .bloque_blog p {
  margin: 0;
}
.contenedor .bloque_blog .txt {
  padding: 0 15px;
}
.btnClaro {
  padding: 7px 15px;
  margin: 20px 20px 10px 0;
  background:var(--c2-03);
  color: #333;
  width: auto;
  border:1px solid var(--c1);
  display: inline-block;
}
@media (min-width: 640px) {
  .contenedor .bloque_blog {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .contenedor .bloque_blog article {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .contenedor .bloque_blog article figure {
    order: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    width:41.5 %;
  }
  .contenedor .bloque_blog article figure img {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .contenedor .bloque_blog .txt {
    padding: 20px 20px 0 20px;
    width: 73%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .contenedor .bloque_blog h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: none;
    color: #000;
  }
}
/*CONTENEDORES: BLOQUE COMENTARIOS HOME*/
.contenedor .bloque_comentarios_home {
  padding: 30px 20px;
  background: #F0F0F0;
  position: relative;
}
.contenedor .bloque_comentarios_home * {
  z-index: 1;
}
.contenedor .bloque_comentarios_home:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  display: block;
  background: url(../imgs/ico.svg) right bottom / contain no-repeat;
  width: 25%;
  height: 100%;
  z-index: 0;
}
.contenedor .bloque_comentarios_home .contenido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contenedor .bloque_comentarios_home h2 {
  margin-bottom: 40px;
  text-align: center;
}
.contenedor .bloque_comentarios_home h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 12px;
  text-transform: none;
  color:var(--c2);
}
.contenedor .bloque_comentarios_home h3 small {
  display: block;
  font-size: 0.8rem;
}
.contenedor .bloque_comentarios_home article {
  flex: 0 100%;
  background: url(../imgs/comillas.svg) 1px 11px no-repeat;
  text-align: left;
  margin: 0 0 40px 0;
  padding: 0 0 0 80px;
  font-size: 0.95rem;
  line-height: 1.3;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.contenedor .bloque_comentarios_home figure {
  margin: 0 15px 10px 0;
  width: 70px;
  float: left;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DDD;
  text-align: center;
}
.contenedor .bloque_comentarios_home img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.contenedor .bloque_comentarios_home img.ComentarioSinImagen {
  width: 100%;
  height: 106%;
}
.contenedor .bloque_comentarios_home p {
  margin: 0;
}
.contenedor .bloque_comentarios_home .txt {
  padding: 0 15px 0 0;
  margin-top: 0;
  color:var(--c2);
}
@media (min-width: 550px) {
  .contenedor .bloque_comentarios_home article {
    flex: 0 calc(50% - 10px);
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .contenedor .bloque_comentarios_home .contenido {
    padding: 0 20px;
  }
  /*.contenedor .bloque_comentarios_home article {
    flex: 0 calc(25% - 20px);
  }*/
  .contenedor .bloque_comentarios_home .txt {
    padding: 0;
  }
}
/*CONTENEDORES: BLOQUE CARRUSEL*/
.contenedor .bloque_banner {
  overflow-x: hidden;
}
.contenedor .bloque_banner .contenido.max_w {
  margin: 0;
}
.contenedor .bloque_carrusel {
  overflow-x: hidden;
}
/*CONTENEDORES: BLOQUE CATEGORIAS PRODUCTOS*/
.contenedor .bloque_categorias_productos {
  padding: 30px 0 0;
}
.contenedor .bloque_categorias_productos .contenido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contenedor .bloque_categorias_productos h2 {
  margin-bottom: 20px;
}
.contenedor .bloque_categorias_productos h3 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 10px;
  text-transform: none;
  color: #000;
}
.contenedor .bloque_categorias_productos article {
  flex: 0 100%;
  text-align: left;
  margin-bottom: 40px;
  font-size: 0.95rem;
}
.contenedor .bloque_categorias_productos figure {
  margin-bottom: 15px;
}
.contenedor .bloque_categorias_productos img {
  width: 100%;
  height: auto;
}
.contenedor .bloque_categorias_productos p {
  margin: 0;
}
.contenedor .bloque_categorias_productos .txt {
  padding: 0 15px;
}
@media (min-width: 550px) {
  .contenedor .bloque_categorias_productos article {
    flex: 0 calc(50% - 10px);
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .contenedor .bloque_categorias_productos .contenido {
    padding: 0 20px;
  }
  .contenedor .bloque_categorias_productos article {
    flex: 0 calc(50% - 20px);
    display: flex;
  }
  .contenedor .bloque_categorias_productos figure {
    flex: 0 0 40%;
  }
  .contenedor .bloque_categorias_productos figure.i {
    margin: 0 10px 0 0;
  }
  .contenedor .bloque_categorias_productos figure.d {
    margin: 0 0 0 10px;
    order: 2;
  }
  .contenedor .bloque_categorias_productos .txt {
    flex: 1;
    padding: 0;
  }
}
/*CONTENEDORES: BLOQUE PRODUCTOS*/
.contenedor .bloque_productos {
  padding: 40px 0 60px;
}
@media (min-width: 1000px) {
  .contenedor .bloque_productos .producto_listados {
    margin-bottom: 0;
  }
  .contenedor .bloque_productos .lista_productos {
    margin-bottom: 0;
  }
}
/*CONTENEDORES: BLOQUE TEXTO*/
.contenedor .bloque_texto .contenido_html {
  padding: 0 15px;
  max-width:var(--max_ancho_contenido);
  margin: 0 auto;
}
.contenedor .tDestacados.bloque_texto .contenido_html {
  color: #000;
  padding: 30px 15px 20px;
}
.contenedor .tDestacados.bloque_texto .contenido_html p {
  margin: 0 0 17px 0;
  font-weight: 400;
  padding: 0 0 0 25px;
  background: url(../imgs/ico.svg) 1px 5px / 10px no-repeat;
}
@media (min-width: 1000px) {
  .contenedor .bloque_texto .contenido_html {
    padding: 0;
  }
}
/*CONTENEDORES: BLOQUE HORIZONTAL*/
.contenedor .bloque_horizontal {
}
.contenedor .bloque_horizontal img {
  width: 100%;
  display: block;
}
.contenedor .bloque_horizontal .w_txt {
  width: 100%;
  color: #FFF;
  position: relative;
  padding: 20px 20px 40px;
}
.contenedor .bloque_horizontal .contenido_html {
  max-width: 1200px;
  margin: 0 auto;
}
.contenedor .bloque_horizontal .contenido_html strong {
  font-weight: 400;
  color: #E7DA00;
}
/*CONTENEDORES: BLOQUE IMAGENES*/
.contenedor .bloque_imagenes {
  background: #FFF;
  padding: 20px;
  text-align: center;
}
.contenedor .bloque_imagenes.n1 {
  padding: 0;
  text-align: center;
}
.contenedor .bloque_imagenes .imagenes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contenedor .bloque_imagenes figure {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 10px;
}
.contenedor .bloque_imagenes.n1 figure {
  flex: 1 100%;
  margin-bottom: 0;
}
.contenedor .bloque_imagenes figure img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .contenedor .bloque_imagenes.n1 figure {
    flex: 1 100%;
  }
  .contenedor .bloque_imagenes.n2 figure {
    flex: 0 0 calc(50% - 5px);
  }
  .contenedor .bloque_imagenes.n3 figure {
    flex: 0 0 calc(33.3333% - 5px);
  }
  .contenedor .bloque_imagenes figure {
    /*flex: 0 0 calc(25% - 7px);*/
    flex: 0 0 calc(33.3333% - 10px);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .contenedor .bloque_imagenes figure {
    /*flex: 0 0 calc(25% - 7px);*/
    flex: 0 0 calc(33.3333% - 20px);
    margin-bottom: 20px;
  }
}
/*CONTENEDORES: BLOQUE FAQ*/
.contenedor .bloque_faq {
  margin-bottom: 10px;
}
.contenedor .bloque_faq header {
  font-size: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  padding: 10px 40px 10px 10px;
  color:var(--c3);
  background:url(/imgs/plegar-c3.svg) calc(100% - 15px) 50% no-repeat var(--c6);
  cursor: pointer;
  border-radius:var(--b_radius);
}
.contenedor .bloque_faq .contenido_html {
  display: none;
}
.contenedor .bloque_faq.ver header {
  background-image: url(/imgs/desplegar-c3.svg);
}
.contenedor .bloque_faq.ver .contenido_html {
  display: block;
  margin: 15px 0 40px 10px;
}
/*BANNER **CLASSIC SKIN***/
.allinone_bannerRotator.classic .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2000px !important;
  z-index: 2;
  /*width: calc(100% - 30px) !important;*/
}
.bInicio .allinone_bannerRotator.classic .bannerControls {
  width: calc(100%) !important;
}
@media screen and (min-width: 768px) {
  .allinone_bannerRotator.classic .bannerControls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    /*width: calc(100% - 40px) !important;*/
  }
  .bInicio .allinone_bannerRotator.classic .bannerControls {
    width: calc(100%) !important;
  }
}
.allinone_bannerRotator.classic .leftNav {
  top: 50% !important;
  width: 31px !important;
  height: 7vw !important;
  max-height: 70px;
  background: url(../imgs/leftNavOFF.png) 0 0 / contain no-repeat !important;
}
.allinone_bannerRotator.classic .leftNav:hover {
  background: url(../imgs/leftNavON.png) 0 0 / contain no-repeat !important;
}
.allinone_bannerRotator.classic .rightNav {
  top: 50% !important;
  width: 31px !important;
  height: 7vw !important;
  max-height: 70px !important;
  background: url(../imgs/rightNavOFF.png) 100% 0 / contain no-repeat !important;
}
.allinone_bannerRotator.classic .rightNav:hover {
  background: url(../imgs/rightNavON.png) 100% 0 / contain no-repeat !important;
}
.allinone_bannerRotator.classic .bottomNav {
  background: transparent !important;
  display: none !important;
}
.allinone_bannerRotator.classic .bottomNavButtonOFF {
  background: rgba(255, 255, 255, 0.5) !important;
  height: 14px !important;
  width: 14px !important;
  padding: 0px !important;
  margin-right: 6px !important;
  border-radius: 8px !important;
}
.allinone_bannerRotator.classic .bottomNavButtonON {
  height: 14px !important;
  width: 14px !important;
  padding: 0px !important;
  background: #FFF !important;
}
.allinone_bannerRotator_texts {
  position: absolute;
  z-index: 2 !important;
  display: none;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
}
.allinone_bannerRotator_texts:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  bottom: 0;
  z-index: -1;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);*/
}
.allinone_bannerRotator_text_line {
  position: absolute;
  color: #FFF;
  text-shadow: 0 0 20px #000;
  width: 54%;
  text-align: left;
  display: block;
  #accesibilidad;
  background:#00000011;
  #accesibilidad;
  padding: 10px 0;
  margin: 2px auto 0;
  top: 20px;
}
.allinone_bannerRotator_text_line .linea1 {
  color: #FFF;
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.1;
  border-bottom:1px solid var(--c1);
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  width: 160px;
  margin: 0 auto;
}
.allinone_bannerRotator_text_line .linea1 strong {
  display: block;
  padding: 0;
  font-size: 2.6rem;
  text-transform: uppercase;
}
.allinone_bannerRotator_text_line .linea2 {
  /*display: none;*/
  font-size: 0.6rem;
  width: 160px;
  margin: 3px auto 0;
  text-transform: none;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.1;
}
.allinone_bannerRotator_text_line .linea_boton {
  display: none;
}
@media screen and (min-width: 640px) {
  .allinone_bannerRotator_text_line {
    margin-top: -30px;
    top: 0;
  }
  .allinone_bannerRotator_text_line .linea1 {
    font-size: 0.7rem;
    margin-top: 0px;
    width: 220px;
  }
  .allinone_bannerRotator_text_line .linea1 strong {
    font-size: 3.8rem;
  }
  .allinone_bannerRotator_text_line .linea2 {
    width: 220px;
    margin: 8px auto 0;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  .allinone_bannerRotator_text_line .linea_boton {
    display: block;
    text-align: center;
    font-size: 1rem;
    width: 200px;
    opacity: 0.8;
    border:1px solid var(--c1);
    #accesibilidad;
    background:#00000033;
    #accesibilidad;
    padding: 14px 8px;
    margin: 17px auto 0;
  }
  .allinone_bannerRotator_text_line {
    width: 50%;
    margin-top: 0%;
  }
}
@media screen and (min-width: 1000px) {
  .allinone_bannerRotator_text_line .linea1 {
    font-size: 1rem;
    margin-top: 0;
    font-weight: 300;
    width: 300px;
  }
  .allinone_bannerRotator_text_line .linea1 strong {
    font-size: 5rem;
  }
  .allinone_bannerRotator_text_line .linea2 {
    width: 301px;
    margin: 8px auto 0;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .allinone_bannerRotator_text_line .linea_boton {
    font-size: 1.3rem;
    width: 260px;
    padding: 18px 10px;
    margin: 20px auto 0;
  }
  .allinone_bannerRotator_text_line {
    width: 420px;
    margin-top: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .allinone_bannerRotator_text_line .linea1 {
    font-size: 1.4rem;
    margin-top: 0;
    font-weight: 300;
    width: 400px;
  }
  .allinone_bannerRotator_text_line .linea1 strong {
    font-size: 6.9rem;
    text-shadow: ;
  }
  .allinone_bannerRotator_text_line .linea2 {
    width: 400px;
    margin: 8px auto 0;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .allinone_bannerRotator_text_line .linea_boton {
    font-size: 1.6rem;
    width: 350px;
    padding: 20px 10px;
    margin: 30px auto 0;
  }
  .allinone_bannerRotator_text_line {
    width: 420px;
    margin-top: 30%;
    text-shadow:0 0 20px #00000050;
  }
}
