@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
/* CSS Document */
/*MW:2025*/

/* COLORES

Gris:
#a4a5a7
Usado en web viaja: #ebecee

Negro:
#070000
Usado en web viaja: #444444

Azul oscuro (color complementario)
#1b2240
Azul de web vieja: #34aab5

Recursos:
.img-inicio:hover {transform: scale(1.04)!important; transition: 400ms;}
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
*/

:root {
    --color-gris: #a4a5a7;
	--color-negro:#070000;
	--color-azul: #1b2240;
}

/*  color: var(--color-gris);  */

/* BOTON MENU MOVILES */
.astroid-header .header-mobilemenu-trigger {position: absolute; right: 10px; top: 25px;}
.astroid-header .astroid-logo-mobile {max-width: 80%!important; margin: 0 auto!important;}
.astroid-logo-sticky {display: block!important;}

@media only screen and (max-width: 350px) {
    .astroid-header .astroid-logo-mobile, .astroid-logo-sticky {max-width: 80%!important; margin-left: 0px !important;}
}

@media only screen and (max-width: 1199px) {
    .astroid-section.toolbar {display: none;}
	.astroid-header-center-balance .w-100:nth-child(2) {display: none!important;}
}

.astroid-header-section .astroid-header-center-balance-menu {padding-top: 15px !important; margin-bottom: -23px; }
.astroid-stacked-header .nav.astroid-nav li {margin: 0 5px;}

.header-stacked-section .astroid-logo-mobile {min-width: 200px;}

.astroid-stacked-header .nav.astroid-nav li .nav-link.active {border-bottom: 2px solid #a4a5a7; padding-bottom: 3px!important;}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header-mobilemenu-trigger .button {margin-top: 10px;}
}

.astroid-header-sticky > .container {max-width: 1350px!important; margin: 0 auto; }
.astroid-header-sticky .astroid-nav-wraper {margin-top: -5px; margin-bottom: -13px;}
.astroid-header-sticky .nav.astroid-nav .nav-link {padding: 14px 10px!important;}
.astroid-header-sticky .nav.astroid-nav a {font-size: 16px!important;}
.astroid-header-sticky .nav.astroid-nav li {margin: 0 5px;}
.astroid-header-sticky > div {padding-top: 5px!important; padding-bottom: 5px!important;}
.astroid-header-sticky .astroid-logo-sticky {}

@media (max-width: 767px) {
	.astroid-header-sticky .astroid-logo .astroid-logo-mobile { display: none; }
	.astroid-header-sticky .header-mobilemenu-trigger .button {margin-top: -10px;}
}

/* GENERAL */
.margen-g {padding: 20px 0px 30px;}
.estrecho {max-width: 825px; margin: 0 auto 20px!important; text-align: justify;}
.muy-estrecho {max-width: 600px; margin: 0 auto 20px!important;}
strong {font-weight: 400!important;}

.full-width {
  width: calc(100vw - 9px); /*width: 100vw;*/
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media only screen and (max-width: 1100px) {
    .full-width {width: 100vw!important;}
}

@media only screen and (min-width: 600px) and (max-width: 1299px) {
.astroid-component-section .container { max-width: 95%;}
}

/* SOMBRA header */
.astroid-header-section, .astroid-header-sticky {
box-shadow: 3px 3px 5px #cccccc80;}

@media only screen and (max-width: 575px) {
    .astroid-header-sticky .header-mobilemenu-trigger {margin-left: 12px;}
    .astroid-header-sticky .header-offcanvas-trigger {margin-right: 12px;}  
}

/*.astroid-nav .nav-link::after {
  content: "";
  border-bottom: 3px solid var(--color-gris);
  max-width: 0px;
  text-align: center;
  margin: 8px auto 0;
  display: block;
}

.astroid-nav .nav-link:hover::after { max-width: 100%; transition: 300ms;}*/

.home h1, .home h2 {text-align: center;}

/*.titulos-articulos h2::after {
    content: "";
  border-bottom: 3px solid var(--color-gris);
  max-width: 100px;
  text-align: center;
  margin: 8px auto -8px;
  display: block;}
.titulos-articulos:hover h2::after { max-width: 300px; transition: 300ms;}*/

.home .titulos-articulos {margin-top: -10px;}
.home .titulos-articulos h2 {background: var(--color-gris); padding: 5px 10px 1px; display: table; margin: 0 auto;}

.contenido-articulos {margin-top: 40px;}

/* INICIO */
/* SLIDE INICIO */
.espacio-cabecera {position: relative; background: url(../../../images/abogados-sabadell-comunidad-propietarios.webp); background-size: cover; background-position: center center; height: calc(100vh - 125px); border-bottom: 2px solid #fff; box-shadow: 0px 0px 3px 3px #cccccc80;}
.espacio-cabecera .img-cabecera {}

.texto-cabecera {max-width: 50%; float: left; position: absolute; left: 2%; bottom: 0; background: #000000cc; padding: 30px 20px 20px 50px; border-radius: 50px 0 0 0;}
.texto-cabecera h3 {color: #fff;}
.texto-cabecera h4 {color: var(--color-gris);}
.texto-cabecera .contacto-cabecera {}
.texto-cabecera .contacto-cabecera a {background: #fff!important; display: inline-block; padding: 5px 20px; color: var(--color-negro); text-decoration: none;}
.texto-cabecera .contacto-cabecera a:hover {color: var(--color-negro);}

.info-cabecera {max-width: 50%; float: left; position: absolute; top: 15%; right: 2%;}
.info-cabecera .contenido-info-cabecera {background: #ffffffe6; padding: 50px;}

.contenido-info-cabecera p {font-size: 20px; margin-bottom: 25px;}

.info-cabecera .lista-cabecera {list-style: none; font-size: 18px;}
.info-cabecera .lista-cabecera li {margin-bottom: 10px;}
.info-cabecera .lista-cabecera i {font-size: 21px; color: var(--color-gris); margin-right: 5px;}

.div-centrado {max-width: 85px; position: absolute; right: 7%; bottom: 0;/*margin: 0 auto;*/}

@media only screen and (min-width: 1500px) {
	.texto-cabecera {left: 10%;}
	.info-cabecera {top: 25%; right: 5%;}
	.info-cabecera .lista-cabecera {font-size: 20px;}
	.abogados-propietarios {height: 800px!important;}
	.abogados-quienes {top: 25%!important;}
}


@media only screen and (min-width: 768px) and (max-width: 990px) {
	.info-cabecera {max-width: 96%;}
	.texto-cabecera {max-width: 96%;}
	.contenido-info-cabecera p {font-size: 18px;}
	.info-cabecera .lista-cabecera {font-size: 16px;}
	.div-centrado {display: none;}
	.home .titulos-articulos {margin-top: 0px;}
}

@media only screen and (max-width: 767px) {
	.info-cabecera {max-width: 96%;}
	.texto-cabecera {max-width: 96%;}
	.contenido-info-cabecera p {font-size: 16px;}
	.info-cabecera .lista-cabecera {font-size: 16px;}
	.info-cabecera .contenido-info-cabecera {padding: 20px 30px;}
	.div-centrado {display: none;}
	.home .titulos-articulos {margin-top: 0px;}
	.espacio-derecho-penal {margin-top: 0px!important;}
}

@media only screen and (max-width: 400px) {
	.info-cabecera {top: 10%!important;}
	.info-cabecera .lista-cabecera {margin-bottom: 0px!important;}
}


.abogados-propietarios {margin: 50px 0 10px; position: relative; min-height: 650px;}
.img-quienes {max-width: 60%; margin-right: -150px; float: left; border: 2px solid #fff; box-shadow: 0px 0px 7px 3px #cccccc80;}
.abogados-quienes {background: #fff; box-shadow: 0px 0px 3px 3px #cccccc80; padding: 80px 50px; margin-right: 5%;}

/* Parallax */
.espacio-parallax {height: 400px; background: url(../../../images/abogados-comunidades-propietarios-parallax.webp); background-attachment: fixed; }
.contenido-parallax {max-width: 1100px; margin: 0 auto;  }
.texto-parallax {width: 60%; float: left; height: 400px; align-content: center; color: #fff; padding: 0 20px;}
.texto-parallax h3 {font-size: 28px!important; font-weight: 600!important; border-bottom: 1px solid #fff; }
.texto-parallax p {font-size: 19px;}
.espacio-contactar {width: 40%; float: left; height: 400px; align-content: center;}
.boton-contacto {text-align: center;}
.boton-contacto a {background: #fff; padding: 10px 20px; text-decoration: none; display: inline-block; color: var(--color-megro); }
.boton-contacto a:hover {background-image: url(../../../images/comment-hover.webp); background-size: contain; background-position: center; background-repeat: no-repeat; color: var(--color-gris)!important; transition: 400ms; }

@media only screen and (min-width: 1000px) {
	.abogados-quienes {position: absolute; top: 10%; left: 50%; transform: translate(-50%, -50%);}
}

@media only screen and (max-width: 999px) {
	.abogados-propietarios .img-quienes {display: none;}
	.abogados-propietarios {background: url(../../../images/abogados-comunidades-propietarios.webp); min-height: 250px!important; padding: 20px 0;}
	.abogados-quienes {margin: 20px 5%; padding: 40px 30px;}
}


@media only screen and (max-width: 650px) {
	.texto-parallax {width: 100%; float: none; height: 275px; padding: 50px 20px;}
	.espacio-contactar {height: 120px; width: 100%; float: none;}
}

.servicios-abogados-comunidades {max-width: 1300px; margin: 30px auto 0;}
.servicios-abogados-comunidades h2 {text-align: center; margin: 50px 0 30px;}

.servicios-abogados-comunidades .bloque-1 {width: 58%; float: left; padding-right: 5px; padding-left: 5px;}
.servicios-abogados-comunidades .bloque-2 {width: 42%; float: left; padding-left: 5px; padding-right: 5px;}

.servicios-abogados-comunidades .servicios-juridico, .beneficios-abogados {border: 1px solid #cccccc80; box-shadow: 0px 0px 3px 3px #cccccc40; border-radius: 5px; margin-bottom: 20px;}
.servicios-abogados-comunidades .servicios-juridico:hover, .beneficios-abogados:hover {box-shadow: 0px 0px 3px 5px #cccccc80;}
.servicios-abogados-comunidades .servicios-juridico h3 {background: var(--color-gris); color: var(--color-negro); padding: 8px 20px 5px 20px; /*border-radius: 5px 5px 0 0;*/ border-bottom: 2px solid #1b2240; font-weight: 500!important;}
.servicios-abogados-comunidades .servicios-juridico i {font-size: 20px; color: var(--color-negro); margin-right: 5px;}
.servicios-abogados-comunidades .servicios-juridico ul, .beneficios-abogados ul {padding: 20px!important;}


@media only screen and (max-width: 767px) {
	.servicios-abogados-comunidades .bloque-1, .servicios-abogados-comunidades .bloque-2 {width: 100%; float: none; padding-left: 20px; padding-right: 20px;}
}

.beneficios-abogados {max-width: 660px; margin: 40px auto 0;}
.beneficios-abogados h4 {background: var(--color-negro); color: #fff; padding: 8px 20px 5px 20px; border-radius: 5px 5px 0 0; border-bottom: 2px solid var(--color-gris); font-weight: 500!important; text-transform: uppercase!important; font-size: 20px!important; line-height: 1.2em; font-family: "Cinzel", Arial, Helvetica, sans-serif!important; ;}
.beneficios-abogados i {font-size: 20px; color: #fff; margin-right: 5px;}
.beneficios-abogados p {padding: 0 20px;}

/* Botón contactar */
.boton-contactar {text-align: center; margin: 50px auto 0; width: 280px; height: 95px;}
.boton-contactar a {border: 1px solid var(--color-gris); text-decoration: none; color: var(--color-negro); height: 70px; width: 280px; padding: 20px 0 0px; transition: 0.3s; font-size: 18px; text-transform: uppercase; font-family: "Cinzel", Arial, Helvetica, sans-serif;}
.boton-contactar:hover a {padding-top: 8px; transition: 0.3s; margin-bottom: 12px; }
.boton-contactar .span02 {display: block; font-size: 0; text-transform: none!important; font-family: "Montserrat", MS Sans Serif, Geneva, sans-serif; color: #fff; text-shadow: 0px 0px 3px #070000;}
.boton-contactar:hover .span02 {transition-delay: 0.6s; font-size: 16px;}


/* SERVICIOS JURIDICOS */
.img-cabecera {margin-top: -50px; border-bottom: 2px solid #fff; box-shadow: 0px 0px 3px 3px #cccccc80;}

.titulos-articulos.serv-juridicos {margin-top: -81px;}
.titulos-articulos.serv-juridicos h1 {background: #ffffffcc; padding: 5px 10px 1px; margin-bottom: 0px !important; display: table;}
.titulos-articulos.serv-juridicos h2 {background: var(--color-gris); padding: 5px 10px 1px; display: table;}

@media only screen and (min-width: 576px) and (max-width: 990px) {
	.titulos-articulos.serv-juridicos { margin-top: -72px;}
}

@media only screen and (max-width: 575px) {
	.titulos-articulos.serv-juridicos { margin-top: -63px;}
}

.titulo-serv-juridicos {border-bottom: 2px solid var(--color-gris); font-size: 25px!important; display: table; padding-right: 30px;}
.titulo-serv-juridicos.penal {margin-top: 30px;}

.titulos-destacados {margin-bottom: 20px; font-size: 21px !important;}


.lista-elementos {list-style: none; padding-left: 0px!important;}
.lista-elementos li {border-bottom: 1px solid #a4a5a780;}
.lista-elementos li::before {
    content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #1b2240;
    font-size: 22px;
    padding-right: 14px;
    /*position: absolute;
    top: 0px;
    left: 0;*/
}
.lista-elementos li:hover::before {color: var(--color-gris);}

.subtitulo-servicios-juridicos {color: var(--color-negro); /* text-decoration: underline; border-bottom: 1px solid var(--color-gris);*/ }
.servicio-juridico-sabadell:hover .subtitulo-servicios-juridicos {color: var(--color-gris);}

.espacio-servicios-juridicos {margin-top: 30px; margin-bottom: 50px;}
.servicio-juridico-sabadell {border-bottom: 2px solid var(--color-gris); }
.servicio-juridico-sabadell.izq {padding-right: 52%; padding-left: 5%; padding-top: 50px; padding-bottom: 50px; background-position: center; }

.servicio-juridico-sabadell.drc {text-align: right; padding-left: 52%; padding-right: 5%; padding-top: 50px; padding-bottom: 50px; background-position: center; }

.servicio-juridico-sabadell.contratos {background: url(../../../images/servicios-juridicos/servicios-juridicos-sabadell_redaccion-contratos.webp); border-top: 2px solid var(--color-gris); background-size: cover; background-repeat: no-repeat;}
.servicio-juridico-sabadell.reclamaciones {background: url(../../../images/servicios-juridicos/servicios-juridicos-sabadell_reclamaciones.webp); background-size: cover; background-repeat: no-repeat;}
.servicio-juridico-sabadell.arrendamientos {background: url(../../../images/servicios-juridicos/servicios-juridicos-sabadell_arrendamientos.webp); background-size: cover; background-repeat: no-repeat;}
.servicio-juridico-sabadell.deshaucios {background: url(../../../images/servicios-juridicos/servicios-juridicos-sabadell_deshaucios.webp); background-size: cover; background-repeat: no-repeat;}


.servicios-juridicos-sabadell .columna1 > div {padding: 5px;}
.img-abogados-sabadell {border: 2px solid #fff; box-shadow: 0px 0px 3px 3px #cccccc80;}

.espacio-derecho-penal {margin-top: 50px;}
.listado-derecho-penal {width: 50%; float: left; padding-right: 50px;}
.img-derecho-penal {width: 50%; float: left; overflow: inherit!important; }
.img-derecho-penal img {border: 2px solid #fff; box-shadow: 0px 0px 3px 3px #cccccc80;}


@media only screen and (max-width: 1100px) {
	.servicio-juridico-sabadell.izq {padding-right: 5%; padding-left: 5%;}
	.servicio-juridico-sabadell.drc {padding-right: 5%; padding-left: 5%; text-align: left;}
	
	.servicio-juridico-sabadell.contratos {background: url(../../../images/servicios-juridicos/servicios-juridicos-en-sabadell_redaccion-contratos.webp); background-size: auto; background-position: right;}
	.servicio-juridico-sabadell.reclamaciones {background: url(../../../images/servicios-juridicos/servicios-juridicos-en-sabadell_reclamaciones.webp); background-size: auto; background-position: right;}
	.servicio-juridico-sabadell.arrendamientos {background: url(../../../images/servicios-juridicos/servicios-juridicos-en-sabadell_arrendamientos.webp); background-size: auto; background-position: right;}
	.servicio-juridico-sabadell.deshaucios {background: url(../../../images/servicios-juridicos/servicios-juridicos-en-sabadell_deshaucios.webp); background-size: auto; background-position: right;}
}

@media only screen and (max-width: 1100px) {
	.listado-derecho-penal {width: 100%; float: none; padding-right: 10px;}
	.img-derecho-penal {width: 100%; float: none;}
}

/* COMUNIDADDES PROPIETARIOS */
.servicios-comunidades-propietarios {}
.servicios-comunidades-propietarios h3 {margin-bottom: 40px; text-align: center;}
.servicios-comunidades-propietarios h4 {background: var(--color-gris); font-family: "Cinzel", Arial, Helvetica, sans-serif!important; font-weight: 500!important; font-size: 20px!important; padding: 8px 10px 5px 15px; border-bottom: 2px solid #1b2240;}

.servicios-comunidades-propietarios .lista-ok {padding: 5px 10px 0 15px!important;}
.servicios-comunidades-propietarios .bloque-servicio.no-inluido {margin-top: 45px;}

.servicios-comunidades-propietarios .bloque-servicio {border: 1px solid #ccc; box-shadow: 0px 0px 3px 3px #cccccc80; margin-bottom: 30px;}
.servicios-comunidades-propietarios .bloque-servicio:hover {box-shadow: 0px 0px 3px 5px #cccccc80;}
.servicios-comunidades-propietarios .lista-ok.acuerdos {margin-bottom: 45px;}
.servicios-comunidades-propietarios .bloque-servicio.no-inluido {margin-top: 50px; }
.servicios-comunidades-propietarios .bloque-servicio i {font-size: 20px; color: var(--color-negro); margin-right: 5px;}

@media only screen and (min-width: 700px) {
	.moviles {display: none;}
}


/* NOTICIAS */
.noticias-abogados .article-title h2 {text-transform: none!important; font-family: "Montserrat", MS Sans Serif, Geneva, sans-serif!important; font-size: 21px!important;}
.noticias-abogados .article-info > dd {padding-left: 0px!important; font-size: 13px!important;}


.noticias-abogados .readmore a {transition: 300ms;}
.noticias-abogados .readmore a:hover {transition: 400ms;}
.noticias-abogados .astroid-article-full-image .item-image {text-align: center!important;}
.noticias-abogados .astroid-article-full-image .item-image img {border: 2px solid #fff; box-shadow: 0px 0px 3px 5px #cccccc80; }

.noticias-abogados .as-readmore::after {transition: 400ms!important; }

.noticias-abogados .datos-toolbar .astroid-article-title, .noticias-abogados .datos-toolbar .astroid-article-infoblock, 
.noticias-abogados .datos-footer .module-title, .noticias-abogados .datos-footer .astroid-article-title, .noticias-abogados .datos-footer .published {display: none!important;}


/* CONTACTO */
.info-contacto {max-width: 1225px; margin: 0 auto; }
.info-contacto i {font-size: 40px; float: left; color: var(--color-gris); margin-top: 7px; margin-right: 10px;}
.info-contacto .fa-calendar-days {background: var(--color-gris); color: #fff!important; border-radius: 100%; padding: 11px 10px 3px; font-size: 23px; width: 43px; height: 43px; margin-left: 4px; margin-right: 14px;}
.info-contacto .fa-circle-question {margin-top: 20px!important;}
.texto-explicativo {font-size: 12px; }


.info-contacto > div:hover i {color: var(--color-negro); }
.info-contacto > div:hover .fa-calendar-days {background: var(--color-negro);}

.columnas.contacto .columna1 {width: 45%!important; padding-right: 0px!important;}
.columnas.contacto .columna2 {width: 55%!important; padding-left: 0px!important;}

@media only screen and (max-width: 1100px) {
	.columnas.contacto .columna1 {width: 100% !important; padding-right: 0px !important;}
	.columnas.contacto .columna2 {width: 100% !important; }
}










/*** ESTILOS BOTÓN SLIDE CLOSE ***/
.nav-link {margin: 0 10px;transition: 0.2s; }

.ov-btn-slide-close, .nav-link {
  background: #fff; /* color de fondo */
  color: #4741d7; /* color de fuente */
  /*border: 2px solid #4741d7; /* tamaño y color de borde */
  padding: 5px 10px;
  /*border-radius: 3px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.ov-btn-slide-close:before, .ov-btn-slide-close:after, .nav-link:before, .nav-link:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: var(--color-gris); /* color de fondo hover */
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ov-btn-slide-close:after, .nav-link:after {
  left: 100%;
}
.ov-btn-slide-close:hover, .nav-link:hover {
	transition-delay: 0.3s;
  color: #000!important; /* color de fuente hover */
}
.ov-btn-slide-close:hover:before, .nav-link:hover:before {
  left: 0;
}
.ov-btn-slide-close:hover:after, .nav-link:hover:after {
  left: 50%;
}


/* Navegacion articulos (noticias) */
.pagination .btn-secondary {transition: 400ms;}
.pagination .btn-secondary.previous:hover .icon-chevron-left {margin-left: -5px; margin-right: 5px; transition: 400ms; transform: scale(1.3);}
.pagination .btn-secondary.next:hover .icon-chevron-right {margin-left: 5px; margin-right: -5px;  transition: 400ms; transform: scale(1.3);}

/* icono en botón enviar */
.rsform-submit-button { transition: 400ms!important; padding: 8px 15px 8px 15px!important; }
.rsform-submit-button:hover {padding: 8px 40px 8px 15px!important; transition: 400ms!important; }

.rsform-submit-button::after {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #fff;
    font-size: 0px;
    position: absolute;
    margin-left: 10px;
    margin-top: 12px;
}

.rsform-submit-button:hover::after {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
	transition-delay: .2s;
	transition-duration: .3s
}

/* ANCLA INICIO */

/*.home h1 {padding-top: 40px;}*/

#ancla {
scroll-margin-top: 20px!important;
}


.moduletable.md-mouse {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.custom.md-mouse {
  position: relative;
  width: 100%;
  max-width: 940px;
}

.custom.md-mouse a {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  /*border-radius: 100%;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.15);*/
  position: absolute;
  padding: 2.625rem;
  bottom: 8px;
}

.scroll_down {
  position: absolute;
  top: calc(50% - 25px);
  height: 50px;
  width: 30px;
  background-color: #a4a5a7cc;
  border: 2px solid #ffffff33;
  /*border-radius: 20px;*/
  cursor: pointer;
  outline: none;
  z-index: 999;
}

.scroll_down::before {
  position: absolute;
  top: 0px;
  left: 50%;
  content: "\f103";
  font-family: FontAwesome;
  color: #fff;
  width: 6px;
  height: 6px;
  margin-left: -6px;
  /*background-color: #fff*/
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box;
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* --- FIN ANCLA INICIO */

div.mod-languages ul li.lang-active {background-color: transparent!important;}

.idiomas-mw {margin-top: -35px!important; text-align: center;}
.idiomas-mw .mod-languages ul.lang-block > li {padding: 4px 0px!important;}
.idiomas-mw .mod-languages li {margin: 0px!important;}
.idiomas-mw .mod-languages a {padding: 0px!important;}
.idiomas-mw ul.lang-inline li {display: inline-block;}
.idiomas-mw .mod-languages li {margin: 0px 10px !important;}


/* DATOS DE CONTACTO */
.ul-datos-contacto {list-style: none!important;}
.ul-datos-contacto i { margin-right: 5px; margin-left: 30px; vertical-align: middle; margin-top: -3px;}
.fa-map-marker-alt {margin-left:0px!important;}

.datos-articulo .ul-datos-contacto .fas, .datos-articulo .ul-datos-contacto .fab, .datos-articulo .ul-datos-contacto .far {margin-left: 50px}

.datos-articulo .datos {width: 100%; box-shadow: 0px 0px 5px 3px #ccc; padding: 10px 5px; max-width: 410px; margin: 0 auto 34px;}
.datos-articulo .datos:hover {box-shadow: 0px 0px 5px 7px #ccc;}

.datos-articulo .enlace-separado .fa-whatsapp {display: grid}
.datos-articulo .ul-datos-contacto {padding-left: 0rem!important;}
.datos-articulo .ul-datos-contacto .fas, .datos-articulo .ul-datos-contacto .fab, .datos-articulo .ul-datos-contacto .far {margin-left: 0px}
.datos-articulo .ul-datos-contacto {width: 100%;}
.datos-toolbar .ul-datos-contacto {display: inline-flex; margin-bottom: -1rem; padding-left: 0px!important;}
.datos-articulo .ul-datos-contacto {margin-bottom: -1rem; padding-left: 0px!important;}

.datos-toolbar .enlace-separado, .datos-footer .enlace-separado, .datos-articulo .enlace-separado {display: none;}

@media only screen and (max-width: 1000px) {
    .datos-articulo .ul-datos-contacto {display: block;}
    .datos-articulo .ul-datos-contacto .fas, .datos-articulo .ul-datos-contacto .fab, .datos-articulo .ul-datos-contacto .far {margin-left: 0px!important;}
    .datos-articulo .ul-datos-contacto {padding-left: 0px!important;}
}

.datos-toolbar i { font-size: 20px;}
.datos-toolbar .redes.siguenos {display: none;}

.datos-footer .fas, .datos-footer .fab, .datos-footer .far, .datos-footer .fa-brands,
.datos-responsive .fas, .datos-responsive .fab, .datos-responsive .far {font-size: 22px;}
/*.datos-footer .fa-brands {margin-left: -4px;}*/

/*.datos-toolbar .fas, .datos-toolbar .far, .datos-toolbar .fab {color: #ffffff;}*/
.ul-datos-contacto a {text-decoration: none!important;}

.datos-contacto {text-align: center;}
.datos-articulo .redes {display: none!important;}

.datos-footer .ul-datos-contacto, .datos-responsive .ul-datos-contacto {text-align: left!important;}
.datos-footer .ul-datos-contacto .datos, .datos-responsive .ul-datos-contacto {display: block!important;}
.datos-footer .ul-datos-contacto .redes, .datos-responsive .ul-datos-contacto .redes {display: inline-flex!important;}
.datos-footer .datos .fas, .datos-footer .datos .fab, .datos-footer .datos .far, .datos-footer .ul-datos-contacto .fa-facebook-f,
.datos-responsive .datos .fas, .datos-responsive .datos .fab, .datos-responsive .datos .far, .datos-responsive .ul-datos-contacto .fa-facebook-f {margin-left: 0px!important;}
.datos-footer .ul-datos-contacto {padding-left: 0px!important;}
.datos-responsive .ul-datos-contacto {padding-left: 18px!important;}
.datos-footer .fa-instagram, .datos-footer .fa-twitter, .datos-footer .fa-linkedin-in, .datos-footer .fa-youtube, .datos-footer .fa-x-twitter,
.datos-responsive .fa-instagram, .datos-responsive .fa-twitter, .datos-responsive .fa-linkedin-in, .datos-responsive .fa-youtube {margin-left: 16px!important;}

.datos-articulo .separador-cp, .datos-footer .separador-cp {display: none;}
.datos-articulo .direccion-cp, .datos-footer .direccion-cp {display: block;}

/*.datos-articulo .datos.whatsapp .fa-whatsapp {margin-bottom: 19px;}*/ /* Para enlace separado */

.datos-articulo ul {margin-top: 50px}

.datos-articulo li {position: relative;}
.datos-articulo li i {position: absolute; top: 20px; left: -25px; color: var(--color-gris); font-size: 35px; background: #fff !important; padding: 10px 10px; border-radius: 100%; box-shadow: 0px 0px 5px 5px #cccc; width: 55px;}

.datos-articulo li.datos:not(.adress) i {top: 4px!important;}

/*.datos-articulo li.datos:not(.adress) {padding-top: 14px;}*/

.datos-articulo li:hover i {color: var(--color-negro);}

.footer-section .menu-module a {text-decoration: none!important;}

.mapa-contacto {margin-bottom: -10px!important;}

/* formulario */
.titulo-form {margin-top: 30px;}
.form-control {border: 1px solid #cccccccc!important;}
.form-check-input {border:1px solid #ccc !important;}

/* FOOTER Kit Digital*/
.logos-kitdigital {background: #fff; margin-top: 20px; text-align: center; padding: 10px; margin-bottom: -24px;}

.logos-kitdigital img {width: 650px; max-width: 90%}

.footer-section .container-fluid {max-width: 1700px; margin: 0 auto; padding: 0 30px;}
.footer-section .footer1 {font-size: 12px;}

/* ICONOS-----*/
.redes-sociales .fab, .redes-sociales-mv .fab {font-size:22px; color:#ffffff; margin-right: 15px;}
/*.redes-sociales .fab:hover, .redes-sociales-mv .fab:hover {color:#000000;}*/
.redes-sociales-mv {margin-left: 0px; line-height: 40px; margin-top:10px;}

.toolbar div {padding: 0px; text-align: center; color: #070000; margin-bottom: 0rem!important; font-size: 15px;}
.toolbar a {color: #070000!important;}
.toolbar a:hover {color: #fff!important; }

/*.datos-toolbar .fab:hover, .datos-contacto .fab:hover {color:#cccccc;}*/
/*.datos-toolbar .enlace-whatsapp:hover, .datos-contacto .enlace-whatsapp:hover, .datos-toolbar-mv .enlace-whatsapp:hover {color:#00E676!important;}*/

.datos-toolbar-mv .fas, .datos-toolbar-mv .fab, .datos-toolbar-mv .far {font-size:20px; color:#ffffff; margin-right: 5px; margin-left: 0px;vertical-align: middle;margin-top: -3px;}
.datos-footer .fab:hover {color:#cccccc;}
.datos-toolbar-mv {line-height: 37px;}

/*.datos-contacto .fas, .datos-contacto .fab, .datos-contacto .far {font-size:20px; color:#434343; margin-right: 5px; vertical-align: middle;margin-top: -3px;}*/
.datos-contacto {line-height: 37px;}
.datos-footer .datos-contacto {line-height: 32px;}

/*.datos-footer .ul-datos-contacto a:hover {transform: scale(1.1)!important; }*/

.telefono::before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 14px;
    /*position: absolute;
    top: 0px;
    left: 0;*/
}

/* FIN  ICONOS-----*/

@media only screen and (max-width: 520px) {
	.datos-articulo .datos {width: 80%!important; font-size: 14px;}
	.datos-articulo li i {font-size: 20px!important; width: 40px!important; top: -20px!important;}
	.datos-articulo li.datos:not(.adress) i {top: -20px !important;}
	.datos-articulo li {margin-bottom: 20px;}
}


.siguenos-redes { margin-left: 15px; font-family: "Caveat", cursive; font-size: 23px; font-weight: 700;}

@media only screen and (max-width: 991px) {
	.datos-footer .ul-datos-contacto .redes.insta .siguenos-redes {display: block;}
}

/* Whatapp y presupuesto */ 
.presupuesto-whatsapp {position: fixed; bottom: 0px; left: 11px; z-index: 99; max-width: 120px; text-align: center;}
.mail-presupesto .fa-address-card {font-size: 40px; color: #001030; background: #fff; padding: 1px 4px;}
.mail-presupesto .fa-address-card:hover {color:#f72020;}
.whatsapp img:hover {-webkit-transform: scale(0.9); transform: scale(0.9)}

/* ---- COLUMNAS y diseño elementos*/
.columnas {margin-top:20px; max-width: 1200px;margin-left:auto; margin-right: auto; /*border-top: 2px solid #CEDC00;*/ margin-bottom:20px;}
.columna1 {width: 50%; padding-right: 20px; float:left;}
.columna2 {width: 50%; padding-left: 20px; float: left;}

@media only screen and (max-width: 700px) {

.columna1 {width: 100%!important; padding-right: 0px;}
.columna2 {width: 100%; padding-left: 0px; float: none;}
}

/* COLUMNA de 3 */
.columnas3  {margin-top:20px; max-width: 1180px;margin-left:auto; margin-right: auto; /*border-top: 2px solid #CEDC00;*/ margin-bottom:125px;}
.columnas3-1 {width: 33%; padding-right: 40px; float:left; border-right: 1px solid #b3b3b380;}
.columnas3-2 {width: 33%; padding-left: 20px; padding-right:20px; float: left;}
.columnas3-3 {width: 33%; padding-left: 40px; float:left; border-left: 1px solid #b3b3b380;}

@media only screen and (max-width: 700px) {
.columnas3-1, .columnas3-2, .columnas3-3 {width: 100%!important; padding-right: 0px; padding-left: 0px; border-left: none!important; border-right: none!important;}
}

/* --- Listado en 2 columnas --*/
.uk-column-1-2 {-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;}

@media only screen and (max-width: 500px) {
.uk-column-1-2 {-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;}
}

.uk-column-1-3 {-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;}

@media only screen and (max-width: 500px) {
.uk-column-1-3 {-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;}
}

.uk-column-1-4 {
max-width: 1075px;
text-align: center;
margin: 0 auto;
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;}

@media only screen and (max-width: 1000px) {
.uk-column-1-4 {-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;}
}
@media only screen and (max-width: 550px) {
.uk-column-1-4 {-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;}
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

.lista-iconos {list-style: none;}
.lista-iconos li::before {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 14px;
    /*position: absolute;
    top: 0px;
    left: 0;*/
}

.lista-ok {list-style: none;}
.lista-ok li::before {
    content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #1b2240;
    font-size: 22px;
    padding-right: 14px;
    /*position: absolute;
    top: 0px;
    left: 0;*/
}
.lista-ok li:hover::before {color: var(--color-gris);}
	
/* ---FIN COLUMNAS ---------*/

/* TABLA RESPONSIVE --------*/
.tabla-responsive {max-width: 1100px; margin-left: auto; margin-right: auto;}
.tabla-responsive table, .tabla-responsive tr, .tabla-responsive td, .tabla-responsive th {border:1px solid #cccccc80!important;}
.tabla-responsive td {padding: 0px 5px;}
.separador {line-height: 5px;}

@media only screen and (min-width: 1025px) and (max-width: 1920px) {
	.tabla-responsive th:first-child {width: 250px;}
	.tabla-responsive td:nth-child(3n), .tabla-responsive td:nth-child(4n) {text-align: right; width: 150px;}
}

@media only screen and (max-width: 1024px) {
	.separador td:nth-child(2n), .separador td:nth-child(3n), .separador td:nth-child(4n) {display: none;}
	
	/* Force table to not be like tables anymore */
	.tabla-responsive table, .tabla-responsive thead, .tabla-responsive tbody, .tabla-responsive th, .tabla-responsive td, .tabla-responsive tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.tabla-responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.tabla-responsive tr { border: 1px solid #eee; }
	
	.tabla-responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #dddddd66; 
		position: relative;
		padding-left: 40%; 
	}
	
	.tabla-responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 45%; /*???*/
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/* 	Label the data 	*/
	.tabla-responsive td:nth-of-type(1):before { content: "Producto"; }
	.tabla-responsive td:nth-of-type(2):before { content: "Descripción"; }
	.tabla-responsive td:nth-of-type(3):before { content: "Precio"; }
	.tabla-responsive td:nth-of-type(4):before { content: "PVP"; }
	
	.tabla-responsive thead {display: none}
	.tabla-responsive .separador td:before {content: none}
}

.tabla-responsive tr:nth-child(2n) {background: #f0f0f0;}
.tabla-responsive thead {background: #cccccc; font-size: 17px; font-weight: 600; border:1px solid #ccc;}
/* FIN - TABLA RESPONSIVE --------*/

.rsform-block-enviar .rsform-submit-button {color: #fff!important;}

.footer-section .datos-footer .astroid-row {padding: 0px 0 10px!important;}
.texto-empresa-prefooter .mod-custom {margin-right: 15px!important;}
.texto-empresa-prefooter h3 {font-size: 21px!important; }
.footer-section #ar-1528971627712 {padding: 25px 0 5px!important;}

.logo-footer {text-align: center; max-width: 300px; margin: 30px auto 0;}

.menu-footer a {text-decoration: none;}

@media only screen and (min-width: 650px) and (max-width: 991px) {
    #ac-381582093674805, #ac-yg1v00hvc {width: 50%; margin-top: 30px; padding-left: 12%;} /* Mapa del sitio y datos contacto footer */
}
@media only screen and (min-width: 0px) and (max-width: 649px) {
    #ac-381582093674805, #ac-yg1v00hvc {text-align: center; margin-top: 30px;}
    .datos-footer li {text-align: center!important;}
    .datos-footer .ul-datos-contacto .redes {display: block!important;}
    .datos-footer .fa-instagram, .datos-footer .fa-twitter, .datos-footer .fa-linkedin-in, .datos-footer .fa-youtube, .datos-footer .fa-brands {margin-left: 0px !important;}
    
}

/* ICONOS MENUS MOVILES */
.header-mobilemenu-trigger .button {margin-right: 10px!important;}
.astroid-footer {font-size: 12px;}