/*+clearfix {*/
.pHeader:after, .mContenidoWeb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.pHeader, .mContenidoWeb {
  display: block;
  *height: 1px;
}
/*+}*/
/*+clearfix {*/
:root {
  --bg_transparente: rgba(0, 0, 0, 0.337);
  --bg_transparente2: rgba(0, 0, 0, 0.7);
  --c1 : #577488;
  --c2:#000;
  --c3:#FFF;
  --c4:#d9d9d7;
  --c5:#bd8d6e;
  --c6:rgba(0, 0, 0, 0.5);
  --maxw:1400px;
  --f-menus:'Montserrat', sans-serif;
  --f-titulos: 'Italiana', sans-serif;
  --f-textos:'Montserrat', serif;
  --f-pie: 'Montserrat', sans-serif;
  --b_radius:3px;
  --gap:20px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  background: #FFF;
  margin: 0 auto;
  font:normal normal 300 medium / 1.2rem var(--f-textos);
  letter-spacing: 0;
}
main {
  padding: 20px;
  margin: 0 auto;
  clear: left;
  font-size: 1.1rem;
  line-height: 1.3;
}
body main {
  padding: 0 0 calc(var(--gap)*2) 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width:var(--maxw);
}
body main.mContacto, body main.mContenedor, body main.mMapaWeb {
  padding:var(--gap) 0 calc(var(--gap)*2);
  margin:0 var(--gap);
  border-top:1px solid var(--c1);
  max-width: calc(var(--maxw) - (2 * var(--gap)));
}
@media screen and (min-width: 1400px) {
  body main.mContacto, body main.mContenedor, body main.mMapaWeb {
    margin: 0 auto;
  }
}
body main.mContacto {
  padding-top: 0;
}
body.CatServicios main.mContenedor {
  border-top: none;
  /**/
  padding-top: 0;
}
button, input, optgroup, select, textarea {
  color:var(--c1);
}
figure {
  margin: 0px;
}
h1, h2, h3, h4, h5 {
  font-family:var(--f-titulos);
  color: #333;
  font-weight: normal;
  margin: 0;
}
h1 {
  font-size: 1.875rem;
  line-height: 1.6rem;
  font-weight: 300;
}
button {
  cursor: pointer;
  border: none;
}
button[type=submit]:disabled {
  cursor: default;
}
p {
  display: block;
  margin: 0 0 1.6rem 0;
  color:var(--c1);
  font-size: 1rem;
  line-height: 1.3;
  max-width:var(--maxw);
}
.contenido_html ul, .contenido_html ol {
  font-size: 1rem;
  line-height: 1.3;
  list-style-type: square;
  padding:0 0 0 var(--gap);
  margin: 0 auto;
  color:var(--c1);
  max-width:var(--maxw);
}
.contenido_html ul li, .contenido_html ol li {
  margin: 0;
}
.contenido_html ul.textolargo li, .contenido_html ol.textolargo li {
  margin: 0 0 2rem 0;
}
strong {
  color:var(--c1);
  font-weight: 500 !important;
}
ul {
  list-style-type: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.contenido_html a {
  text-decoration: underline;
  color:var(--c1);
}
#cargando {
  display: none;
  position: fixed;
  z-index: 1000000000;
  margin: 60px auto;
  width: 100%;
  text-align: center;
}
#cargando .pelota {
  border: 3px solid;
  border-color: var(--rojo) #FFF;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--rojo);
  width: 60px;
  height: 60px;
  margin: 0 auto;
  z-index: -1;
  animation: loop 2.5s infinite linear;
  background: rgba(188, 9, 38, 0.663);
}
#cargando p {
  position: relative;
  top: calc(-0.675rem + -30px);
  font-size: 0.675rem;
  font-weight: 400;
  color: #FFF;
}
.max_w1 {
  max-width:var(--maxw);
  margin: 0 auto;
}
@keyframes loop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*Menú hamburguesa*/
#botonMenu {
  width: 40px;
  height: 24px;
  cursor: pointer;
  border:2px solid var(--c1);
  border-width: 2px 0;
  display: block;
  margin: 2px 0 0;
  position: absolute;
  top: 39px;
  right:var(--gap);
}
#botonMenu::before {
  display: block;
  height: 2px;
  content: ' ';
  margin-top: 9px;
  background:var(--c1);
}
#menu {
  display: none;
  font-weight: 300;
  color: #FFF;
  position: relative;
  font-weight: 400;
  float: left;
}
#menu .cerrar {
  position: absolute;
  display: none !important;
  right: 159px;
  top: -10px;
  font-size: 3rem;
  color:var(--c1);
  cursor: pointer;
}
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: 1;
}
.ham #menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  background-color:var(--c1);
  opacity: 0.90;
  color: #FFF;
  z-index: 999999;
  padding: 120px 0 70px;
  box-shadow: 0 0 17px rgba(68, 68, 68, 0.1);
  width: 300px;
  overflow-y: scroll;
  animation: menuIn 0.6s;
}
.ham #menu:before {
  content: " ";
  width: 280px;
  height: 60px;
  display: block;
  position: absolute;
  top: 30px;
  left: 3px;
  background: url(/imgs/tyche_blanco.svg) 50% 50% / contain no-repeat;
}
@keyframes menuIn {
  from {
    left: -300px;
  }
  to {
    left: 0;
  }
}
.ham #menu a {
  display: block;
  text-align: center;
  background-color:var(--c1);
  padding: 15px 5px;
  margin: 0 20px;
  border-bottom:1px solid var(--c4);
  /*background: #FFF;*/
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  font-family:var(--f-menus);
}
.ham #menu li ul {
  display: block;
  background-color:var(--c3);
}
.ham #menu ul li:last-of-type {
  padding-bottom: 30px;
}
.ham #menu ul, .ham #menu li, .ham #menu li ul li {
  padding: 0;
  margin: 0;
}
.ham #menu li ul a {
  font-size: 0.9rem;
  margin-left: 30px;
  padding: 15px 5px;
}
.ham #menu .Menu00 {
  order: 1;
}
.ham #menu #menu_idiomas {
  order: 2;
  margin-top: 23px;
}
.ham #menu #menu_idiomas a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  border: none;
}
.ham #menu .Menu00 a {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
/*cabecera*/
/*[clearfix]*/
.pHeader {
  text-align: center;
  position: relative;
  z-index: 1;
  padding:var(--gap);
  background: transparent;
  color: #222;
  display: block;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width:var(--maxw);
}
#logo {
  text-indent: -1000000px;
  margin: 0;
}
#logo a {
  display: block;
  background: url(/imgs/tyche.svg) 50% / contain no-repeat rgba(198, 0, 0, 0);
  width: 200px;
  height: 81px;
}
#cTag {
  color:var(--c1);
  width: 220px;
  margin: 16px 0 0;
  display: block;
  text-align: left;
}
#cTag span {
  font-family:var(--f-menus);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
#cTag h2, #cTag strong {
  display: block;
  font:normal normal 300 medium / 1.2rem var(--f-textos);
  font-weight: normal !important;
  font-size: 1.1rem;
  color:var(--c1);
  margin-bottom: 3px;
}
@media screen and (min-width: 580px) {
  #cTag {
    /*display: block;*/
    position: absolute;
    left: calc(50% - 60px);
    top:var(--gap);
    margin: 0;
    text-align: center;
  }
}
@media screen and (min-width: 680px) {
  #cTag {
    left: calc(50% - 110px);
  }
}
/*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: 10px;
  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: 3rem;
  cursor: pointer;
  line-height: 0.5;
  color:var(--c5);
  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(--c1);
  font-family:var(--f_menus);
}
@media screen and (min-width: 1000px) {
  .modal .cont_contenido {
    top: 80px;
    padding: 20px 25px;
  }
}
/*Pie*/
.pFooter {
  clear: both;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  /*align-content: flex-end;*/
  padding: 155px 0 0;
  background: url(../imgs/tyche_blanco_vertical.svg) 50% 20px / 100px no-repeat;
  align-items: flex-end;
}
.prepie h3 {
  text-transform: uppercase;
  margin:0 0 var(--gap) 0;
}
.prepie div {
  margin:0 0 var(--gap) 0;
  order: 1;
}
.prepie {
  padding:var(--gap) var(--gap) 0 var(--gap);
  text-align: center;
  max-width:var(--maxw);
  display: flex;
  flex-direction: column;
}
.prepie p {
  margin: 0;
  padding: 0;
}
footer {
  margin: 0 auto;
  font-family:var(--f-pie);
  font-size: 1rem;
  color:var(--c4);
  text-align: center;
  background-color:var(--c1);
}
footer address {
  width: 100%;
  margin:0 0 var(--gap) 0;
  font-style: normal;
  line-height: 1.5;
}
footer address a {
  display: block;
  color:var(--c4);
  font-size: 1rem;
  width: 100%;
}
.NavFooter {
  margin-bottom:var(--gap);
  line-height: 1.2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background:#00000050;
}
.NavFooter a {
  color:var(--c4);
  font-size: 0.95rem;
  white-space: nowrap;
  margin: 0 5px 10px;
}
.NavFooter a:hover, .pFooter a:hover {
  color:var(--c3);
}
a.ln, a.ig, a.be, a.fb {
  text-indent: -9999px !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../imgs/facebook.svg) center center / contain no-repeat;
  margin:0 var(--gap) 0 0;
}
#crrss a:hover {
  opacity: 0.7;
}
a.ig {
  background-image: url(../imgs/instagram.svg);
}
a.ln {
  background-image: url(../imgs/linkedin.svg);
}
a.be {
  background-image: url(../imgs/behance.svg);
  width: 36px;
}
a.fb {
  margin: 0;
  width: 12px;
}
#FinanciadoUE {
  text-align: center;
  color: #666;
  padding: 15px;
  width: 100%;
  max-width: 700px;
  margin:var(--gap) auto 0;
}
#FinanciadoUE img {
  width: 100%;
  display: block;
  margin: 15px 0 0;
}
/*contenidos*/
small {
  line-height: 1.2rem;
}
article {
  margin-bottom: 30px;
}
section.principal {
  width: 100%;
}
aside {
  margin:var(--gap);
}
aside:before {
  width: 70%;
  margin: 0 auto 30px;
  height: 1px;
  left: 15%;
  top: 0;
  content: " ";
  display: block;
  background:var(--c1);
}
aside nav h2 {
  text-transform: uppercase;
  font-size: 1.7rem !important;
  font-weight: 600;
  color:var(--c1);
  margin:0 0 var(--gap) 0;
}
aside nav a {
  text-transform: uppercase;
  display: block;
  font-family:var(--f-menus);
  font-size: 1.2rem;
  padding: 14px 5px 14px 2px;
  border-bottom: 1px solid #E7DED9;
  color:var(--c1);
}
aside nav a:last-of-type {
  border-bottom: none;
}
aside nav a:hover {
  color:var(--c3);
  font-weight: 600;
}
aside nav a.sel {
  font-weight: 500;
  color: #000;
}
main h1 {
  color:var(--c1);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin:0 0 var(--gap) 0;
}
.bHome main h2 {
  color:var(--c1);
  font-size: 6vw;
  text-align: center;
  margin: 30px 0 20px;
}
.bHome main h3 {
  text-align: center;
  font-family:var(--f_textos);
  font-size: 3.6vw;
  opacity: 0.7;
  padding: 0 20px;
  line-height: 1.1;
}
.mServicio h2 {
  margin:10px 0 var(--gap);
  font-family:var(--f_textos);
  font-size: 1rem;
  opacity: 0.8;
}
.mServicio h1 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #FFF;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
article figure {
  text-align: left;
  cursor: pointer;
}
article figure img {
  max-width: 100%;
  height: auto;
}
/*Cuerpo*/
#banner_ #cImg img {
  width: 100%;
}
#banner_ #ContTexto {
  margin: 0 0 30px 0;
  padding: 10px;
}
#banner_ #ContTexto h2 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 2.1rem;
  color:var(--c1);
}
#banner_ #ContTexto strong {
  font-size: 1.2rem;
  /*line-height: 1.4rem;*/
  display: block;
  text-align: center;
  font-weight: 400;
  opacity: 0.6;
}
.bHome .contenedor section.bloque_html_libre.preTrabajos {
  /*background: #0C0;*/
  position: relative;
  padding: 0;
  margin:0 0 0 var(--gap);
  height: 100%;
  width: calc(100% - (2*var(--gap)));
  padding-bottom: 40.25%;
}
.bHome .contenedor section.preTrabajos iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#DescServicios div {
  display: flex;
  margin: 0 0 30px 0;
  padding:0 var(--gap) var(--gap);
  flex-direction: column;
}
#DescServicios div img {
  width: 100%;
}
#DescServicios div span {
  /*background: rgba(0, 0, 0, 0.5);*/
  order: 2;
  color:var(--c1);
  display: block;
  padding:var(--gap);
}
#DescServicios div span a {
  font-weight: bold;
  font-size: 1.2rem;
}
#DescServicios div h2 {
  color:var(--c1);
  margin: 0 0 5px 0;
  font-weight: bold;
}
#DescServicios div span h2 a {
  font-size: 2.2rem;
}
#DescServicios div span a em {
  display: none;
  font-size: 0.8rem;
}
#DescServicios div span a:hover em {
  display: inline;
}
#DescServicios div span a:hover {
  color:var(--c5);
}
#DescServicios div span p {
  color:var(--c1);
}
#Nosotros {
  display: flex;
  flex-direction: column;
  padding:var(--gap);
}
#Nosotros a em {
  display: none;
  font-size: 0.9rem;
}
#Nosotros a {
  font-size: 1.2rem;
  font-weight: bold;
}
#Nosotros a:hover {
  color:var(--c3);
}
#Nosotros a:hover em {
  display: inline;
}
#Nosotros h2 {
  color:var(--c1);
  margin: 0 0 5px 0;
  font-weight: bold;
}
#Nosotros h2 a {
  font-size: 2.2rem;
}
#Nosotros img {
  width: 100%;
  margin: 0 0 calc(var(--gap) / 2) 0;
}
#Nosotros div {
  order: 2;
}
#Clientes {
  display: flex;
  flex-direction: column;
}
#Clientes:before {
  height: 1px;
  width: 80%;
  content: " ";
  margin: 30px auto;
  border-top:1px solid var(--c1);
}
#Clientes h2 {
  color:var(--c1);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(var(--gap) * 2);
}
#Clientes img {
  /*flex: 0 0 auto;*/
  max-height: 50px;
  display: flex;
  object-fit: contain;
  margin:0 var(--gap) var(--gap);
}
#cImgCat img {
  width: calc(100% - (2 * (var(--gap))));
}
#cImgCat {
  text-align: center;
  margin:0 0 var(--gap) 0;
}
#DescCategoria {
  padding:0 var(--gap);
  text-align: center;
}
#DescCategoria p {
  margin:0 auto var(--gap);
}
.cPresentacion .contenido_html p {
  max-width: 900px;
  line-height: 1.6;
  text-align: center;
  margin: 20px auto 0;
}
.cPresentacion {
  margin: 60px auto 40px;
}
.CatServicios .enumServicios {
  display: inline-flex;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}
.bHome.CatServicios .enumServicios {
  padding:var(--gap) var(--gap) 0 var(--gap);
}
.CatServicios article {
  text-align: center;
  position: relative;
  max-width: 470px;
  margin:0 auto var(--gap);
}
@media screen and (min-width: 500px) {
  .CatServicios .enumServicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
  }
  .CatServicios article {
    width: calc(50% - (var(--gap)/2));
    margin: 0 0 16px 0;
  }
  .CatServicios article:nth-child(odd) {
    margin-right:var(--gap);
  }
}
.CatServicios article:last-of-type {
  margin-bottom: 0;
}
.CatServicios article a {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.CatServicios article a img {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
}
.CatServicios article a:hover img {
  opacity: 0.7;
}
.CatServicios article a:hover div {
  background: #F0F0F0;
  color: #FFF;
}
.CatServicios article a div {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  padding: 5px;
  margin-top: -4px;
}
.CatServicios article div h2 {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color:var(--c1);
}
.CatServicios article div p {
  font-size: 0.8rem;
  line-height: 1.2;
  margin: 0;
}
.mServicio {
  display: flex;
  padding: 0;
  flex-flow: column wrap;
}
.mServicio #DescServicio {
  order: -1;
  margin: 0 0 30px 0;
  padding:0 var(--gap);
}
.mServicio #DescServicio img {
  width: 100%;
  display: inline-block;
  margin-bottom:var(--gap);
}
.mServicio #cImgServicios {
  --maxwimgs:750px;
  --numcols:2;
  padding:0 var(--gap);
  display: flex;
  flex-flow: row wrap;
  gap:var(--gap);
  max-width: calc(var(--maxwimgs) + (2 * var(--gap)));
}
.mServicio #cImgServicios img {
  width: 100%;
  max-width: calc(var(--maxwimgs) + (2 * var(--gap)));
}
.mServicio #cImgServicios a.peq {
  max-width: 250px;
  display: inline-block;
  width: calc((100% - ((var(--numcols) - 1) * var(--gap))) / var(--numcols));
  margin-right:var(--gap);
}
.mServicio #cImgServicios a.peq:nth-child(2n) {
  margin-right: 0;
}
.mServicio #cImgServicios .contenedor {
  /*background: #CC0;*/
  width: 100%;
  padding: 0;
  margin: 0;
}
.mServicio #cImgServicios .contenedor section.postFotos {
  /*background: #0C0;*/
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 42.25%;
}
.mServicio #cImgServicios .contenedor section.postFotos iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mServicio #cImgServicios img:first-of-type {
  /*display: none;*/
}
.mServicio #cImgServicios img {
  margin-bottom:var(--gap);
}
.mServicio #cImgServicios a:hover {
  opacity: 0.7;
}
.mServicio #ClientesServicio {
  display: flex;
  flex-flow: row wrap;
  padding:var(--gap) 0;
}
.mServicio #ClientesServicio h2 {
  width: 100%;
}
.mServicio #ClientesServicio img {
  max-height: 50px;
  display: flex;
  object-fit: contain;
  margin:0 var(--gap) var(--gap) 0;
}
@media screen and (min-width: 460px) {
  .mServicio #cImgServicios {
    --numcols:3;
  }
  .mServicio #cImgServicios a.peq:nth-child(2n) {
    margin-right:var(--gap);
  }
  .mServicio #cImgServicios a.peq:nth-child(3n) {
    margin-right: 0;
  }
}
/*contenido_web*/
/*[clearfix]*/
.mContenidoWeb {
}
.mContenidoWeb h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.mContenidoWeb h2 {
  font-size: 1.9rem;
  line-height: 2.1rem;
  width: 100%;
  margin: 0 0 20px 0;
  color:var(--c1);
}
.mContenidoWeb h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.mContenidoWeb li {
  margin-bottom: 8px;
}
.mContenidoWeb.mapaweb ul {
  padding: 0 40px;
  list-style: disc;
}
.mContenidoWeb.mapaweb ul li {
  margin: 20px 0;
}
@media screen and (max-width: 660px) {
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    /*float: left;*/
    clear: left;
  }
  .ui-datepicker {
    width: 13em !important;
    z-index: 999999999 !important;
    /*padding: 0.2em 0.2em 0;*/
    /*display: none;*/
    left: calc( 50% - 104px ) !important;
    top: 50px !important;
  }
  .ui-datepicker:before {
    z-index: -9;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(255, 255, 255, 0.80);
    width: 100%;
    height: 100%;
  }
  .ui-datepicker .ui-datepicker-next {
    right: -100px !important;
  }
}
/*Paginador*/
.paginador {
  display: flex;
  justify-content: space-between;
  font-family:var(--f-menus);
  text-transform: uppercase;
  color:var(--c4);
  font-size: 1rem;
}
.paginador a {
  justify-content: center;
  align-items: center;
}
.paginador a.primera, .paginador a.ultima {
  cursor: none;
  pointer-events: none;
  opacity: 0;
}
.paginador[data-num_paginas="1"] {
  display: none;
}
/*blog articulo*/
.mArticulo .contenido_html {
  color: #666;
  padding:var(--gap);
}
.mArticulo {
  border-top:1px solid var(--c6);
}
.bArticulo h1 {
  padding:var(--gap) var(--gap) 0 var(--gap);
  font-size: 2rem;
  line-height: 2.3rem;
}
.articulo {
  margin-bottom: calc(var(--gap) * 2);
}
.mArticulo figure {
  text-align: left;
  cursor: pointer;
  margin:var(--gap) var(--gap) 0 var(--gap);
}
.mArticulo figure img {
  max-width: 100%;
  height: auto;
}
.mArticulo .compartir {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 500;
  color: #FFF;
  background-color:var(--c2);
  display: flex;
  padding: 8px 5px 5px 9px;
  width: 217px;
  position: sticky;
  bottom: 0;
  border-radius: 5px 5px 0 0;
}
.mArticulo .compartir a {
  margin-left: 22px;
  vertical-align: sub;
}
.mArticulo .compartir a:first-of-type {
  margin-left: 10px;
}
.mArticulo aside {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 65px;
}
.mArticulo iframe {
  max-width: 100%;
}
#col_nav header, #col_nav h1 {
  color:var(--c1);
  font-family:var(--f-titulos);
  font-size: 2.25rem;
  padding-left: 0;
}
#col_nav {
  margin-bottom: 70px;
}
#col_nav ul {
  margin-top: 20px;
}
#col_nav li {
  margin-left: 10px;
  margin-right: 20px;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
  padding: 13px 23px 13px 5px;
  border-bottom: 1px solid #CCC;
}
#col_nav li.sel, #col_nav_casos .art .sel {
  background: url(/imgs/huella.svg) 98% 50% no-repeat;
  font-weight: 500;
}
/*blog listado*/
.mBlog article {
  text-align: center;
  margin-bottom: calc(var(--gap) * 2);
}
.mBlog h2 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 5px 0 7px;
  color:var(--c2);
}
.mBlog h3 {
  font-size: 0.9rem;
}
.mBlog figure {
  max-width: 350px;
  margin: 0 auto;
}
.mBlog figure img {
  width: 100%;
}
/*Listado Noticias*/
.mNoticias {
  border-top:1px solid var(--c6);
}
.bNoticias article {
  padding: 0;
  flex-direction: column;
}
.bNoticias h1 {
  padding-left:var(--gap);
}
.bNoticias article:last-of-type {
  border-bottom: none;
}
.bNoticias h2 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  max-width: 650px;
  margin: 5px auto 7px;
  padding: 0;
}
.bNoticias article div {
  padding:calc(var(--gap)/2) var(--gap) var(--gap);
}
.bNoticias h2 a {
  color:var(--c1);
}
.bNoticias h2 a:hover {
  color:var(--c3);
}
.bNoticias h3 {
  font-size: 0.9rem;
}
.bNoticias p {
  display: block;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 0 auto;
  max-width: 650px;
}
.bNoticias figure {
  max-width: 650px;
  margin: 0 auto;
}
.bNoticias figure img {
  width: 100%;
}
.bNoticias figure a:hover img {
  filter: brightness(90%);
}
/*contenido_html: blog, portfolio, contenidos_web*/
.contenido_html {
  font-size: 0.875rem;
  line-height: 1.5;
}
.contenido_html p {
  margin:0 auto var(--gap);
}
.contenido_html p .tEtiqueta {
  font-family:var(--f-menus);
  color:var(--c4);
  display: inline-block;
  /*margin-bottom:var(--gap);*/
}
.contenido_html p .t18px {
  font-size: 1.13rem;
}
.contenido_html p .tItalic {
}
.mServicio .contenido_html p:last-of-type {
  margin: 0 auto;
}
.contenido_html strong {
  font-weight: 500;
}
.contenido_html img {
  max-width: 100%;
  height: auto !important;
}
.contenido_html .videoEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.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 h2 {
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom:var(--gap);
}
.mContacto .contenido_html h2 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
  font-family:var(--f-menus);
}
.contenido_html h3 {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  color:var(--c2);
}
.contenido_html blockquote {
  margin-left: 15px;
}
.tasas .contenido_html h3 {
  margin-bottom: 0;
}
a.btn {
  display: inline-block;
  background:var(--c3);
  color:var(--c2) !important;
  padding: 10px 30px;
  text-decoration: none !important;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  border-radius:var(--b_radius);
  transition: background 100ms ease-in-out;
  margin-bottom: 30px;
}
a.btn:hover {
  background:var(--c1);
}
/*Varios*/
.msg {
  border-radius: 2px;
  border: 1px solid #12A112;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #12A112;
  background-color: #E1FBDC;
  text-align: center;
  font-size: 0.8rem;
  font-family:var(--f-menus);
  display: none;
}
.msg a {
  text-decoration: underline;
}
.msg.error {
  color: #C00;
  border-color: #C00;
  background-color: #FFCFCF;
  margin-bottom: 20px;
}
/*CONTENEDORES*/
.bContenedor.no_aside .principal {
  width: 100%;
  margin: 0;
}
.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: bold;
  color: #E7DA00;
}
.contenedor .bloque_vertical {
  background: #FFF;
  padding: 40px 20px;
}
.contenedor .bloque_vertical img {
  max-width: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}
.contenedor .bloque_texto {
  padding:0 0 var(--gap) 0;
}
.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(33% - 5px);
  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;
}
.contenedor .bloque_vertical figure {
  justify-content: center;
  align-content: center;
  display: flex;
}
.contenedor .bloque_faq {
  margin-bottom: 20px;
}
.contenedor .bloque_faq header {
  font-size: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  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: 0 0 40px 10px;
}
@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% - 5px);
    margin-bottom: 7px;
  }
  .contenedor .bloque_vertical .cont {
    display: flex;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
  }
  .contenedor .bloque_vertical figure {
    display: block;
  }
  .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(30% - 7px);
  }
  .contenedor .bloque_vertical img {
    margin-bottom: 0;
  }
}
/*Custom checkbox*/
label.check {
  display: flex !important;
  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;
  color: transparent;
  border-radius: 50%;
}
label.check .tick:after {
  content: "✓";
}
label.check input:checked + .tick {
  color: #FFF;
  background:var(--c1);
}
/*cookies*/
#AdvertenciaCookies {
  position: fixed;
  font-size: 0.75em;
  background:var(--c1);
  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(--c1);
  padding: 25px;
  box-shadow: 2px 2px 7px -1px #000;
}
#AdvertenciaCookies p {
  margin-bottom: 20px;
  color: #FFF;
}
#AdvertenciaCookies .check .tick {
  background: #FFF;
  border-radius: 5px;
  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(--c1);
  font-weight: bold;
  background: #FFF;
  padding-right: 3px;
  font-size: 1rem;
}
#AdvertenciaCookies .btn {
  padding: 10px 20px;
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  z-index: 99;
  color: #000;
  background: #FFF;
  border: none;
}
/*Contacto*/
/*Contacto*/
.mContacto h1 {
  margin:0 0 var(--gap) 0;
  width: 100%;
  visibility: hidden;
}
.mContacto input:not([type=checkbox]), .mContacto textarea {
  display: block;
  margin:0 0 var(--gap) 0;
  width: 100%;
  border:1px solid var(--c4);
  padding: 5px;
  font-size: 1rem;
}
.mContacto textarea {
  height: 100px;
}
.mContacto iframe {
  margin:var(--gap) 0;
}
.mContacto #fContacto {
  color:var(--c1);
  font-size: 1rem;
  margin: 0;
}
.mContacto #fContacto label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 0.95rem;
}
.mContacto .check2 {
  display: block;
  margin:var(--gap) 0;
}
.mContacto .check2 input {
  margin-right: 5px;
}
.mContacto a {
  text-decoration: underline;
}
.mContacto button {
  border: none;
  background:var(--c1);
  color:var(--c3);
  padding: 10px 0;
  width: 90%;
  max-width: 200px;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.5px;
  background-position: -370px 0px;
  background-size: 700px;
  font-family:var(--f-menus);
  text-transform: uppercase;
  transition: background 100ms ease-in-out;
}
.mContacto button:hover, .mContacto button:active {
  background:var(--c4);
  color: #FFF;
}
.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;
}
.bContacto .responsable {
  font-size: 0.9rem;
}
/*CONTENEDORES*/
/* .mContenedor {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 0 auto 30px;
  padding:0 var(--gap) var(--gap);
  border-top:1px solid var(--c6);
} */
.bContenedor.no_aside .principal {
  width: 100%;
  margin: 0;
}
.bContenedor h1, .bContenedor h2, .bContenedor h3, .bMapaWeb h1 {
  margin:0 auto var(--gap);
  text-transform: uppercase;
  max-width:var(--maxw);
}
.bContenedor #DescCategoria h1 {
  margin:0 0 var(--gap) 0;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.CatServicios.bContenedor #DescCategoria h1 {
  display: none;
}
.bContenedor.CatServicios #bloque_1691057198649 {
  display: none;
}
.contenedor .bloque .contenido.max_w {
  margin-left: auto;
  margin-right: auto;
}
/*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: 30px 0 0;
}
.contenedor .bloque_blog .contenido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contenedor .bloque_blog h2 {
  margin-bottom: 20px;
}
.contenedor .bloque_blog h3 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  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;
}
@media (min-width: 550px) {
  .contenedor .bloque_blog article {
    flex: 0 calc(50% - 10px);
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .contenedor .bloque_blog .contenido {
    padding: 0 20px;
  }
  .contenedor .bloque_blog article {
    flex: 0 calc(50% - 20px);
    display: flex;
  }
  .contenedor .bloque_blog figure {
    flex: 0 0 40%;
  }
  .contenedor .bloque_blog figure.i {
    margin: 0 10px 0 0;
  }
  .contenedor .bloque_blog figure.d {
    margin: 0 0 0 10px;
    order: 2;
  }
  .contenedor .bloque_blog .txt {
    flex: 1;
    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;
}
.contenedor .cTextoHome {
  padding:0 var(--gap) var(--gap);
  text-align: center;
}
@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(33% - 5px);
  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% - 5px);
    margin-bottom: 7px;
  }
}
/*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 {
  position: relative;
  width: calc(100%) !important;
  margin: 0 auto;
  z-index: 0;
}
.allinone_bannerRotator.classic .bannerControls {
  z-index: 2;
  position: relative;
}
.allinone_bannerRotator.classic .leftNav {
  top: 50% !important;
  width: 31px !important;
  height: 7vw !important;
  max-height: 70px;
  opacity: 0.8;
  cursor: pointer;
  background: url(../imgs/leftNavON.png) 50% 50% / contain no-repeat !important;
}
.allinone_bannerRotator.classic .leftNav:hover {
  /*background: url(../imgs/leftNavON.png) 0 0 / contain no-repeat !important;*/
  opacity: 0.5;
}
.allinone_bannerRotator.classic .rightNav {
  top: 50% !important;
  width: 31px !important;
  height: 7vw !important;
  max-height: 70px;
  opacity: 0.8;
  background: url(../imgs/rightNavON.png) 50% 50% / contain no-repeat !important;
}
.allinone_bannerRotator.classic .rightNav:hover {
  /*background: url(../imgs/rightNavON.png) 100% 0 / contain no-repeat !important;*/
  opacity: 0.5;
}
.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;
  /*background: #C0C;*/
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
}
div#allinone_bannerRotator_classic_0 {
  z-index: 1 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.allinone_bannerRotator_texts:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(126, 139, 200, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}*/
/*.allinone_bannerRotator_texts:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
  background: url(../imgs/x.svg) 10% 0px / contain no-repeat;
}*/
.allinone_bannerRotator_text_line {
  position: absolute;
  color: #FFF;
  text-shadow: 0 0 20px #000;
}
.allinone_bannerRotator_text_line .linea1 {
  color: #FFF;
  font-size: 1rem;
  text-transform: none;
}
.allinone_bannerRotator_text_line .linea2 {
  display: none;
}
.allinone_bannerRotator_text_line .linea_boton {
  display: none;
}
@media screen and (min-width: 640px) {
  .allinone_bannerRotator_text_line .linea1 {
    font-size: 1.5rem;
    margin-top: -34px;
  }
  .allinone_bannerRotator_text_line .linea2 {
    display: block;
    width: 80%;
    margin: 18px 0 0;
    text-transform: none;
    font-size: 0.9rem;
    line-height: 1rem;
    color: #FFF;
  }
  .allinone_bannerRotator_text_line .linea_boton {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .allinone_bannerRotator_text_line .linea1 {
    font-size: 1.9rem;
    margin-top: -75px;
  }
  .allinone_bannerRotator_text_line .linea2 {
    width: 60%;
    margin: 22px 0 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .allinone_bannerRotator_text_line .linea_boton {
    display: block;
    margin: 25px 0 0;
  }
  .allinone_bannerRotator_text_line .linea_boton a {
    background:var(--c2);
    color: #FFF;
    font-size: 1rem;
    padding: 6px 10px;
    border-radius:var(--b_radius);
  }
}
@media screen and (min-width: 1280px) {
  .allinone_bannerRotator_text_line .linea1 {
    font-size: 2.6rem;
    margin-top: -90px;
    margin-left: 5%;
  }
  .allinone_bannerRotator_text_line .linea2 {
    margin: 22px 0 0;
    margin-left: 5%;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .allinone_bannerRotator_text_line .linea_boton {
    display: block;
    margin: 25px 0 0;
    margin-left: 5%;
  }
  .allinone_bannerRotator_text_line .linea_boton a {
    font-size: 1.1rem;
    border-radius:var(--b_radius);
  }
}
