@import url("plantilla.css");
/* modulo home para dar acceso a locales */
div.gk-bottom.portadacont {
  background: url(../imgs/fondo-prestamos-servicios-home.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  background-attachment: fixed;
}
section.prestamos-servicios-home {
  padding: 60px 0;
}
section.prestamos-servicios-home .flexcontainer {
  align-items: flex-end;
  margin-bottom: 40px;
}
section.prestamos-servicios-home .contenedor {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  background: var(--color-principal);
  opacity: 0.9;
  box-sizing: border-box;
  padding: 40px;
  padding-bottom: 60px;
}
section.prestamos-servicios-home .contenedor .img-der {
  width: 60%;
  text-align: center;
}
section.prestamos-servicios-home .contenedor span {
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  width: 500px;
  margin-top: 20px;
}
section.prestamos-servicios-home .contenedor span:after {
  content: "";
  position: relative;
  height: 3px;
  background: var(--color-secundario);
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 55px;
}
section.prestamos-servicios-home .contenedor .col1.oculta,
section.prestamos-servicios-home .contenedor .col2.oculta {
  display: none;
}
section.prestamos-servicios-home .contenedor .col1 {
  float: left;
  margin-left: 20px;
  width: 32%;
}
section.prestamos-servicios-home .contenedor .col2 {
  float: left;
  width: 34%;
}
section.prestamos-servicios-home .contenedor .col3 {
  float: left;
}
section.prestamos-servicios-home .contenedor ul li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  list-style-type: square;
}
section.prestamos-servicios-home .contenedor ul li a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
}
/* interiores locales */
section.intro-servicios-delfin {
  padding: 60px 0 90px;
}
section.intro-servicios-delfin h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  width: 63%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.intro-servicios-delfin h2:after {
  content: "";
  position: relative;
  height: 3px;
  background: #eab713;
  display: block;
  margin-top: 10px;
  margin-bottom: 22px;
  width: 98px;
  margin-left: auto;
  margin-right: auto;
}
section.intro-servicios-delfin p.intro {
  font-size: 18px;
  line-height: 23px;
  font-weight: 100;
  color: #4b4b4b;
  width: 81%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
section.intro-servicios-delfin .cajon .img-izq {
  background: url(../imgs/imagen-caja-reformas-integrales.jpg);
  background-size: cover;
  background-position: center center;
  float: left;
  width: 35%;
  min-height: 336px;
}
section.intro-servicios-delfin .cajon .texto-der {
  float: right;
  width: 65%;
  background: var(--color-principal);
  box-sizing: border-box;
  padding: 40px 40px;
  min-height: 336px;
}
section.intro-servicios-delfin .cajon .texto-der h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
}
section.intro-servicios-delfin .cajon .texto-der h3 a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
}
section.intro-servicios-delfin .cajon .texto-der p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 100;
  color: #fff;
}
section.intro-servicios-delfin .cajon .texto-der .columna-izq {
  float: left;
  width: 46%;
  margin-left: 20px;
}
section.intro-servicios-delfin .cajon .texto-der .columna-der {
  float: right;
  width: 46%;
  margin-left: 2%;
}
section.intro-servicios-delfin .cajon .texto-der ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  list-style-type: square;
}
section.intro-servicios-delfin .cajon .texto-der ul li a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
}
section.banner-servicios-delfin {
  background: url(../imgs/banner-servicios-delfin.jpg);
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
section.banner-servicios-delfin p.pequeno {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
section.banner-servicios-delfin h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
  margin-bottom: 15px;
}
section.banner-servicios-delfin p {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: #fff;
  width: 58%;
  margin: 0;
}
section.banner-servicios-delfin .boton {
  text-align: right;
  position: relative;
  top: -30px;
  right: 20px;
}
section.banner-servicios-delfin .boton a {
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #fff;
}
section.banner-servicios-delfin .boton a:hover {
  background: var(--color-principal);
  border: 1px solid var(--color-principal);
}
/*  */
section.final-servicios-delfin {
  padding: 140px 0 50px;
}
section.final-servicios-delfin .cajon .img-der {
  background: url(../imgs/imagen-caja-reformas-viviendas.jpg);
  background-size: cover;
  background-position: center center;
  float: right;
  width: 35%;
  min-height: 362px;
}
section.final-servicios-delfin .cajon .texto-izq {
  float: left;
  width: 65%;
  background: var(--color-principal);
  box-sizing: border-box;
  padding: 40px 40px;
  min-height: 362px;
}
section.final-servicios-delfin .cajon .texto-izq span {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
}
section.final-servicios-delfin .cajon .texto-izq span,
section.final-servicios-delfin .cajon .texto-izq h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
}
section.final-servicios-delfin .cajon .texto-izq span a,
section.final-servicios-delfin .cajon .texto-izq h3 a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
}
section.final-servicios-delfin .cajon .texto-izq p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 100;
  color: #fff;
}
section.final-servicios-delfin .cajon .texto-izq .columna-izq {
  float: left;
  width: 46%;
  margin-left: 20px;
}
section.final-servicios-delfin .cajon .texto-izq .columna-der {
  float: right;
  width: 46%;
  margin-left: 2%;
}
section.final-servicios-delfin .cajon .texto-izq ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  list-style-type: square;
}
section.final-servicios-delfin .cajon .texto-izq ul li a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
}
/*  */
section.cierre-servicios-delfin {
  display: flex;
  padding: 40px 0 100px;
}
section.cierre-servicios-delfin h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
section.cierre-servicios-delfin h2:after {
  content: "";
  position: relative;
  height: 3px;
  background: var(--color-secundario);
  display: block;
  margin-top: 10px;
  margin-bottom: 22px;
  width: 98px;
  margin-left: auto;
  margin-right: auto;
}
section.cierre-servicios-delfin p.intro {
  font-size: 18px;
  line-height: 23px;
  font-weight: 100;
  color: #4b4b4b;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
section.cierre-servicios-delfin .columna-izq {
  float: left;
  width: 43%;
  margin-right: 14%;
}
section.cierre-servicios-delfin .columna-der {
  float: right;
  width: 43%;
}
section.cierre-servicios-delfin .columna-izq .fondo-caja {
  background: url(../imgs/imagen-fondo-caja-izq.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 230px;
  height: auto;
}
section.cierre-servicios-delfin .columna-der .fondo-caja {
  background: url(../imgs/imagen-fondo-caja-der.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 230px;
  height: auto;
}
section.cierre-servicios-delfin .texto-caja {
  margin-top: 15px;
  width: 88%;
}
section.cierre-servicios-delfin .texto-caja h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #4b4b4b;
}
section.cierre-servicios-delfin .texto-caja h3 a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #4b4b4b;
}
section.cierre-servicios-delfin .texto-caja h3:after {
  content: "";
  position: relative;
  height: 3px;
  background: var(--color-secundario);
  display: block;
  margin-top: 7px;
  margin-bottom: 10px;
  width: 71px;
}
/*  */
body.page-id-3 header#masthead,
body.page-id-640 header#masthead,
body.page-id-882 header#masthead,
body.page-id-990 header#masthead,
body.page-id-884 header#masthead {
  background-color: var(--color-principal);
  position: relative;
}
header#masthead .parte-der {
  display: flex;
}
header#masthead .parte-der > * {
  margin-right: 20px;
}
header#masthead .parte-der > :nth-last-child(2),
header#masthead .parte-der > :last-child {
  margin-right: 0;
}
header#masthead .parte-der i,
header#masthead .parte-der a,
header#masthead li {
  color: #fff;
}
header#masthead .parte-der i {
  margin-right: 5px;
}
header#masthead .parte-der a {
  font-size: 20px;
  line-height: 25px;
}
header#masthead .parte-der .current-menu-ancestor > a,
header#masthead .parte-der .current-menu-item > a {
  border-bottom: 3px solid var(--color-secundario);
}
/* home */
.cabecera {
  background-image: url(../imgs/cabecera.jpg);
  position: relative;
}
.cabecera .flexcontainer {
  height: 100vh;
  max-height: 1080px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cabecera .flexcontainer .contenedor {
  padding: 0 15px;
}
.cabecera h2 {
  font-size: 100px;
  line-height: 105px;
  color: #fff;
}
.cabecera span {
  margin-top: 25px;
  display: block;
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.cabecera #flechabajar {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
section.intro-home {
  padding: 100px 0;
}
section.intro-home .flexcontainer {
  justify-content: space-between;
  align-items: center;
}
section.intro-home .izq {
  flex-basis: 55%;
  padding-right: 40px;
}
section.intro-home .izq h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
section.intro-home .izq h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  display: block;
}
body.page-id-7 h3.after {
  line-height: 53px;
}
body.page-id-7 .after::after {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
section.intro-home .der {
  flex-basis: unset;
}
section.servicios-home {
  padding-bottom: 110px;
  text-align: center;
}
section#servicios {
  padding-top: 40px;
}
section.servicios-home h2 {
  max-width: 800px;
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
section.servicios-home h2:after {
  margin-right: auto;
  margin-left: auto;
}
section.servicios-home p {
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 80px;
}
section.servicios-home .cajon {
  width: 710px;
  height: 360px;
  background-position: center;
  background-size: cover;
  position: relative;
}
section.servicios-home .cajon .efecto-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(33, 58, 81, 0.85);
  padding: 0 30px;
  text-align: center;
  opacity: 0;
  transition: all ease 0.7s;
  z-index: 5;
}
section.servicios-home .center .cajon:hover .efecto-hover {
  opacity: 1;
}
section.servicios-home .cajon .efecto-hover p {
  font-weight: 600;
  color: #fff;
  max-width: inherit;
  margin-bottom: 35px;
}
section.servicios-home .cajon .efecto-hover a.btn {
  margin: 0 auto;
  background-color: #eab713;
  border-color: #eab713;
}
section.servicios-home .cajon .efecto-hover a.btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
section.servicios-home .cajon .contenedor {
  position: absolute;
  bottom: 90px;
  width: 100%;
  text-align: center;
  opacity: 1;
  transition: all ease 0.7s;
}
section.servicios-home .center .cajon.hover .contenedor {
  opacity: 0;
}
section.servicios-home .cajon .contenedor span,
section.servicios-home .cajon .contenedor h4 {
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}
section.servicios-home .cajon .contenedor h4:after {
  content: "";
  position: relative;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-top: 8px;
  width: 85px;
  margin-right: auto;
  margin-left: auto;
}
section.servicios-home .cajon.uno {
  background-image: url(../imgs/servicios-home-caja-1.jpg);
}
section.servicios-home .cajon.dos {
  background-image: url(../imgs/servicios-home-caja-2.jpg);
}
section.servicios-home .cajon.tres {
  background-image: url(../imgs/servicios-home-caja-3.jpg);
}
section.servicios-home .cajon.cuatro {
  background-image: url(../imgs/servicios-home-caja-4.jpg);
}
section.servicios-home .cajon.cinco {
  background-image: url(../imgs/servicios-home-caja-5.jpg);
}
section.servicios-home .cajon.seis {
  background-image: url(../imgs/servicios-home-caja-6.jpg);
}
section.servicios-home .cajon.siete {
  background-image: url(../imgs/servicios-home-caja-7.jpg);
}
section.servicios-home .cajon.ocho {
  background-image: url(../imgs/servicios-home-caja-8.jpg);
}
section.servicios-home .cajon.nueve {
  background-image: url(../imgs/servicios-home-caja-9.jpg);
}
section.servicios-home .cajon.diez {
  background-image: url(../imgs/servicios-home-caja-10.jpg);
}
section.servicios-home .cajon.once {
  background-image: url(../imgs/servicios-home-caja-11.jpg);
}
section.servicios-home .owl-carousel .owl-item img {
  width: initial;
  display: inline;
}
section.servicios-home.sincarousel .cajon {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}
section.servicios-home.sincarousel .cajon.once {
  margin-right: 0;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dots span {
  width: 18px;
  height: 18px;
  background-color: #c0c0c0;
  display: inline-block;
  margin: 3px;
  border-radius: 40px;
}
.owl-dots .active span {
  background-color: #4b4b4b;
}
section.galeria-home {
  padding-top: 40px;
  padding-bottom: 110px;
  text-align: center;
}
section.galeria-home h2 {
  font-weight: 700;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
section.galeria-home h2:after {
  margin-right: auto;
  margin-left: auto;
}
section.galeria-home span,
section.galeria-home h5 {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 4px;
}
section.galeria-home p {
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 80px;
}
section.galeria-home .miniaturas {
  max-width: 1350px;
  margin: 0 auto;
  margin-top: 30px;
}
section.galeria-home .miniaturas img {
  display: inline-block;
  width: 16%;
  padding: 8px;
  cursor: pointer;
}
.ver-proyectos {
  text-align: right;
  padding: 30px 0;
}
.ver-proyectos a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #4070d4;
}
.ver-proyectos img {
  display: unset !important;
  width: unset !important;
  padding: unset !important;
  cursor: unset !important;
  margin-right: 8px;
  position: relative;
  bottom: 3px;
  right: 9px;
}
section.form-inferior {
  background-color: #213a51;
  padding: 80px 0;
}
section.form-inferior h2 {
  color: #fff;
  text-align: center;
}
section.form-inferior h2:after {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}
section.form-inferior p.intro {
  color: #fff;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
.formulario .col {
  float: left;
  width: 25%;
  margin-right: 5%;
}
.formulario .col.ultima {
  margin-right: 0;
  width: 40%;
}
.formulario .politicas {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.formulario .politicas label {
  color: #fff;
}
.formulario .politicas label a {
  text-decoration: underline;
}
.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="number"],
.formulario input[type="date"],
.formulario select,
.formulario textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 0;
  display: block;
  width: 100%;
}
.formulario .margen {
  margin-bottom: 40px;
}
.formulario input[type="text"]::placeholder,
.formulario input[type="email"]::placeholder,
.formulario input[type="number"]::placeholder,
.formulario input[type="date"]::placeholder,
.formulario select::placeholder,
.formulario textarea::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.formulario textarea {
  min-height: 122px;
}
.formulario input[type="checkbox"] {
  margin-right: 6px;
}
.formulario input[type="submit"] {
  margin-left: auto;
  color: #213a51;
  background-color: #fff;
  border-color: #fff;
}
.formulario input[type="submit"]:hover {
  background-color: transparent;
  color: #fff;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.limpiar {
  clear: both;
}
/* cabecera interior reformas de pisos */
section.cabecera-interior {
  height: 430px;
  background-image: url("../imgs/cabecera-interior-reformas-pisos.jpg");
  background-position: center;
  background-size: cover;
}
section.cabecera-interior .cuerpo {
  height: inherit;
  position: relative;
}
section.cabecera-interior .titulo {
  position: absolute;
  bottom: 0;
}
section.cabecera-interior .titulo h1 {
  color: #fff;
}
/* texto-foto */
section.texto-foto {
  padding: 80px 0;
}
section.texto-foto .izq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 85px;
}
section.texto-foto .der {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* cuerpo contacte */
section.cuerpo-contacte {
  padding-bottom: 100px;
  display: none !important;
}
section.cuerpo-contacte span {
  display: block;
  font-size: var(--tam-h2);
  line-height: var(--lh-h2);
  font-weight: 300;
  margin-bottom: 25px;
}
section.cuerpo-contacte span,
section.cuerpo-contacte h2 {
  width: 550px;
  text-align: center;
}
section.cuerpo-contacte span,
section.cuerpo-contacte span::after,
section.cuerpo-contacte h2,
section.cuerpo-contacte h2::after {
  margin-right: auto;
  margin-left: auto;
}
section.cuerpo-contacte p {
  text-align: center;
  width: 620px;
  margin: 0 auto;
}
section.cuerpo-contacte a.btn {
  width: fit-content;
  padding: 15px 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-transform: unset;
}
/* banner interior reformas de pisos */
section.banner-interior {
  height: 530px;
  background-image: url("../imgs/banner-reformas-pisos.jpg");
  background-position: center;
}
section.banner-interior .cuerpo {
  height: inherit;
  position: relative;
}
section.banner-interior .flexcontainer {
  height: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
section.banner-interior .flexcontainer > * {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
section.banner-interior .flexcontainer h2 {
  font-weight: 600;
  width: 700px;
}
section.banner-interior .flexcontainer h2.after:after {
  margin-right: auto;
  margin-left: auto;
}
/* galeria texto */
section.galeria-texto {
  padding: 115px 0;
}
section.galeria-texto .der h2,
section.galeria-texto .izq h2 {
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 35px;
}
section.galeria-texto .izq .galeria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 0;
}
section.galeria-texto .izq .galeria-grid a {
  width: fit-content;
}
section.galeria-texto .der {
  padding-left: 80px;
}
section.galeria-texto .der ul {
  margin-left: 20px;
  list-style-type: disc;
}
section.galeria-texto .der ul li::marker {
  color: var(--color-secundario);
}
section.galeria-texto.imagen .flexcontainer {
  align-items: center;
}
/* pie de pagina footer */
section.pie {
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url("../imgs/bg-footer.jpg");
  background-position: center;
  background-size: cover;
}
section.pie * {
  color: #fff;
}
section.pie .cuerpo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.pie .logo {
  padding-bottom: 50px;
  border-bottom: 3px solid #fff;
  width: 100%;
  text-align: center;
}
section.pie .espacio-menu {
  padding: 40px 0;
  border-bottom: 3px solid #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
section.pie .espacio-menu ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
section.pie .espacio-menu ul li {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 0;
}
section.pie .espacio-menu ul li i {
  margin-right: 5px;
}
section.pie .servicios {
  border-bottom: 3px solid #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 25px;
}
section.pie .servicios h3 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
section.pie .servicios .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  width: 80%;
  margin: 0 auto;
  justify-items: center;
}
section.pie .servicios .grid .col {
  text-align: center;
}
section.pie .servicios .grid span {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
}
section.pie .servicios .grid p {
  margin-bottom: 10px;
  font-weight: 500;
}
section.pie .legales {
  padding-top: 20px;
  text-align: center;
}
section.pie .legales img {
  margin-bottom: 20px;
}
section.pie .legales ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}
section.pie .legales li {
  margin-bottom: 0;
  font-weight: 500;
}
/* megamenu */
nav#site-navigation .menu-menu-1-container ul li ul.sub-menu {
  display: none;
}
#menu-item-891 {
  padding-bottom: 40px;
}
#menu-item-891:hover .megamenu {
  display: block;
}
.megamenu {
  padding: 55px 0;
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
  z-index: 2;
  background-color: #fff;
  display: none;
  text-transform: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.megamenu .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 65px;
}
.megamenu span {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
.megamenu span::after {
  width: 100%;
  height: 3px;
}
.megamenu .row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.megamenu .row .texto {
  margin-left: 20px;
}
.megamenu .row img {
  filter: invert(1);
}
.megamenu .row a {
  color: #4b4b4b !important;
}
.megamenu .row p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}
/* reformas locales comerciales */
section.banner-interior.reforma-locales {
  background-image: url("../imgs/banner-reformas-locales.jpg");
}
/* reformas baños */
section.banner-interior.reforma-banos {
  background-image: url("../imgs/banner-reformas-bano.jpg");
}
/* reformas cocina */
section.banner-interior.reforma-cocina {
  background-image: url("../imgs/banner-reformas-cocina.jpg");
}
/* reformas cocina */
section.banner-interior.reforma-casa {
  background-image: url("../imgs/banner-reformas-cocina.jpg");
}
/* reformas oficina */
section.banner-interior.reforma-oficina {
  background-image: url("../imgs/banner-reformas-oficina.jpg");
}
/* reformas terraza */
section.banner-interior.reforma-terraza {
  background-image: url("../imgs/banner-reformas-terrazas.jpg");
}
/* reformas patio */
/* section.banner-interior.reforma-patio {
/* reformas salon */
section.banner-interior.reforma-salon {
  background-image: url("../imgs/banner-reformas-salon.jpg");
}
/* reformas viviendas */
section.banner-interior.reformas-viviendas {
  background-image: url("../imgs/banner-reformas-viviendas.jpg");
}
/* rehabilitacion edificios */
section.banner-interior.rehabilitacion-edificios {
  background-image: url("../imgs/banner-rehabilitacion-edificios.jpg");
}
/* rehabilitacion fachadas */
section.banner-interior.rehabilitacion-fachadas {
  background-image: url("../imgs/banner-rehabilitacion-fachadas.jpg");
}

/* galeria */
.fancybox__container svg circle,
.fancybox__container svg path {
  stroke: #fff !important;
}

/* contacto */
section.intro-contacto {
  margin-top: 90px;
  margin-bottom: 60px;
  position: relative;
}

section.intro-contacto h1 {
  margin-bottom: 60px;
  text-align: center;
}

section.intro-contacto p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 100;
  color: #4b4b4b;
}

section.intro-contacto input,
section.intro-contacto input::placeholder,
section.intro-contacto textarea,
section.intro-contacto textarea::placeholder {
  font-size: 16px;
  line-height: 21px;
  font-weight: 100;
  color: #4b4b4b;
}

section.intro-contacto input[type="text"] {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

section.intro-contacto textarea {
  min-height: 120px;
}

section.intro-contacto .parte-izq {
  max-width: 540px;
}

section.intro-contacto .col {
  float: left;
  width: 47%;
  margin-right: 6%;
}

section.intro-contacto .col.dos {
  margin-right: 0;
}

section.intro-contacto p.polpriv {
  margin-top: 18px;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 21px;
}

section.intro-contacto p.polpriv a {
  text-decoration: underline;
  color: #000 !important;
}

section.intro-contacto .boton input {
  font-size: 18px;
  line-height: 23px;
  font-weight: 900;
  color: #fff;
  display: block;
  width: 250px;
  padding: 8px;
}
section.intro-contacto h1:after {
  display: none;
}

section.intro-contacto p.intro {
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 100;
}

section.intro-contacto .contacto {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 30px;
}
section.intro-contacto .contacto > * {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
section.intro-contacto .contacto > * p {
  margin-bottom: 0;
}
section.intro-contacto .contacto > * i {
  margin-right: 10px;
}

section.intro-contacto ul li {
  display: inline-table;
  font-size: 16px;
  line-height: 21px;
  font-weight: 100;
  color: #4b4b4b;
  margin: 0 15px;
  margin-bottom: 8px;
}

section.intro-contacto .parte-azul {
  width: 780px;
  height: 870px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
}

section.intro-contacto .parte-azul iframe {
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: -300px;
}

section.intro-contacto .parte-azul .contenedor {
  position: absolute;
  top: 170px;
  left: 280px;
}

section.intro-contacto .parte-azul .contenedor h4 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

section.intro-contacto .parte-azul .contenedor h4 img {
  vertical-align: middle;
  margin-right: 15px;
}

section.intro-contacto .parte-azul .contenedor h4.margen {
  margin-top: 60px;
}

section.intro-contacto .parte-azul .contenedor p {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}

section.intro-contacto .formulario {
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}

section.intro-contacto .formulario .col {
  float: left;
  width: 26%;
  margin-right: 4%;
}

section.intro-contacto .formulario .col.ultima {
  width: 40%;
  margin-right: 0;
}

section.intro-contacto .formulario .col p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #4b4b4b;
}

section.intro-contacto .formulario .col p span {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #4b4b4b;
  display: block;
  margin-bottom: 8px;
}

section.intro-contacto .formulario .col input[type="text"] {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #4b4b4b;
  background: transparent;
  border: 1px solid #d1d1d1;
  width: 100%;
  border-radius: 0;
  padding: 4px 8px;
}

section.intro-contacto .formulario .col textarea {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #4b4b4b;
  background: transparent;
  border: 1px solid #d1d1d1;
  width: 100%;
  border-radius: 0;
  padding: 4px 8px;
  min-height: 113px;
}

section.intro-contacto .formulario .col p.polpriv {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  text-align: right;
}

section.intro-contacto .formulario .col p.polpriv input[type="checkbox"] {
}

section.intro-contacto .formulario .col p.polpriv label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
}

section.intro-contacto .formulario .col p.polpriv a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  text-decoration: underline;
}

section.intro-contacto .formulario .col .boton {
  text-align: right;
}

section.intro-contacto br {
  display: none;
}

section.intro-contacto .formulario .col .boton input.btnform {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #fff;
  background: var(--color-principal);
  border: 1px solid var(--color-principal);
  border-radius: 0;
  padding: 8px 36px;
  cursor: pointer;
  width: unset;
}

section.intro-contacto .formulario .col .boton input.btnform:hover {
  background: #fff;
  color: var(--color-principal);
}
section.intro-contacto input[type="text"] {
  margin-bottom: 0 !important;
}
section.sect-mapa .mapa {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}
/* galeria */
section.galeria h1 {
  margin-top: 40px;
}
section.galeria .ultimo {
  margin-top: 60px;
}
section.galeria .contenedor-texto h2 {
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 30px;
  margin-top: 60px;
}
/* idiomas */
font {
  all: unset !important;
}
#mySidenav {
  overflow: scroll;
}
#mySidenav #primary-menu {
  padding-top: 80px;
}
#mySidenav .gtranslate_wrapper {
  display: none;
}
#mySidenav ul.sub-menu {
  margin-left: 0;
}
#mySidenav ul.sub-menu > li a {
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: underline;
}
#mySidenav ul.sub-menu ul.sub-menu > li a {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}
/* responsive */
@media screen and (max-width: 1400px) {
  section.galeria-texto h2 {
    min-height: 105px;
  }
}
@media screen and (max-width: 1360px) {
  section.galeria-texto .izq .galeria-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: fit-content;
  }
  section.galeria-texto .der {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  section.servicios-home .cajon {
    width: 660px;
  }
  body {
    --tam-h1: 41px;
    --lh-h1: 46px;
    --tam-h2: 35px;
    --lh-h2: 40px;
  }
  .cabecera span {
    font-size: 25px;
    line-height: 30px;
  }
  section.texto-foto .izq {
    padding-right: 30px;
  }
}
@media (max-width: 1100px) {
  section.servicios-home.sincarousel .cajon {
    display: block;
    width: 100%;
    margin: 40px auto !important;
    max-width: 660px;
  }
}
@media screen and (max-width: 1040px) {
  body {
    --tam-h1: 36px;
    --lh-h1: 41px;
    --tam-h2: 30px;
    --lh-h2: 35px;
  }
  section.galeria-texto .flexcontainer,
  section.texto-foto .flexcontainer {
    flex-direction: column;
    gap: 40px;
  }
  section.texto-foto .izq {
    padding-right: 0;
  }
  section.texto-foto .izq > * {
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  section.banner-interior .flexcontainer {
    width: 80%;
  }
  section.texto-foto .izq h2.after::after,
  section.galeria-texto .der .after::after {
    margin-right: auto;
    margin-left: auto;
  }
  section.galeria-texto .izq .galeria-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.galeria-texto .flexcontainer > .izq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.galeria-texto h2 {
    min-height: unset;
  }
  section.galeria-texto .der {
    padding-left: 0;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  section.galeria-texto .der ul {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  section.intro-home .flexcontainer {
    flex-direction: column-reverse;
  }
  section.intro-home .izq {
    padding-right: 0;
    max-width: 760px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
  }
  section.intro-home .izq h2:after {
    margin-right: auto;
    margin-left: auto;
  }
  section.intro-home .izq a.btn {
    margin-right: auto;
    margin-left: auto;
  }
  #pre-footer h2 {
    font-size: 38px;
    line-height: 43px;
  }
  section.prestamos-servicios-home .contenedor .col1,
  section.prestamos-servicios-home .contenedor .col2,
  section.prestamos-servicios-home .contenedor .col3 {
    display: none;
  }
  section.prestamos-servicios-home .contenedor .col1.oculta,
  section.prestamos-servicios-home .contenedor .col2.oculta {
    display: block;
  }
  section.prestamos-servicios-home .contenedor .col1.oculta {
    float: left;
    margin-left: 20px;
    width: 45%;
  }
  section.prestamos-servicios-home .contenedor .col2.oculta {
    float: left;
    width: 45%;
    margin-left: 35px;
  }
}
@media screen and (max-width: 970px) {
  section.pie .servicios .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  section.pie .servicios .grid span {
    margin-bottom: 15px;
  }
}
@media (max-width: 950px) {
  div.formulario .col {
    width: 50%;
    margin: 0;
    margin-bottom: 40px;
  }
  div.formulario .col:first-child {
    width: 48%;
    margin-right: 2%;
  }
  div.formulario .col.ultima {
    width: 100%;
  }
  section.intro-contacto .formulario .col {
    width: 48%;
    margin-bottom: 0;
  }
  section.intro-contacto .formulario .col.sinmargen {
    margin-right: 0px;
  }
  section.intro-contacto .formulario .col.ultima {
    width: 100%;
  }
}
@media (max-width: 940px) {
  section.intro-servicios-delfin .cajon .texto-der .columna-izq {
    float: none;
    width: inherit;
    margin-left: 20px;
  }
  section.intro-servicios-delfin .cajon .texto-der .columna-der {
    float: none;
    width: inherit;
    margin-left: 20px;
  }
  section.intro-servicios-delfin .cajon .texto-der,
  section.intro-servicios-delfin .cajon .img-izq {
    min-height: 450px;
  }
}
@media (max-width: 900px) {
  section.servicios-home .cajon {
    width: 100%;
  }
  .owl-carousel.carousel-servicios-home {
    padding: 0 15px;
  }
  header#masthead .flexcontainer {
    flex-direction: column;
    gap: 10px;
  }
  header#masthead #btn-menu-movil {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .parte-der .idiomas {
    display: none;
  }
  #mySidenav .gtranslate_wrapper {
    display: block;
  }
  section.banner-interior .flexcontainer h2.after:after {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  section.banner-servicios-delfin p,
  section.banner-reformas-integrales p {
    width: inherit;
  }
  section.banner-servicios-delfin .boton,
  section.banner-reformas-integrales .boton {
    text-align: left;
    position: unset;
    top: 0;
    right: 0;
    margin-top: 40px;
  }
  section.intro-servicios-delfin .cajon .img-izq,
  section.final-servicios-delfin .cajon .img-der {
    background-size: cover;
    background-position: center center;
    float: none;
    width: 100%;
    min-height: 240px;
  }
  section.intro-servicios-delfin .cajon .texto-der,
  section.final-servicios-delfin .cajon .texto-izq {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 40px;
    min-height: 0;
  }
  section.banner-servicios-delfin .boton,
  section.banner-reformas-integrales .boton {
    text-align: left;
    position: unset;
    top: 0;
    right: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 780px) {
  section.pie .legales ul {
    flex-direction: column;
    align-items: center;
  }
  section.pie .legales ul .separador {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  section.servicios-home .cajon .contenedor span,
  section.servicios-home .cajon .contenedor h4 {
    font-size: 25px;
    line-height: 30px;
  }
  section.galeria-home .miniaturas img {
    width: 24%;
  }
  .formulario .col,
  .formulario .col.ultima {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .formulario .margen {
    margin-bottom: 30px;
  }
  section.banner-interior .flexcontainer,
  section.galeria-texto .der,
  section.texto-foto .izq > * {
    width: 90%;
  }
  section.banner-interior {
    height: auto;
    background-image: none !important;
    background-color: var(--color-principal) !important;
  }
  section.banner-interior .flexcontainer {
    padding: 40px 0;
  }
  div.formulario .col {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  section.cierre-servicios-delfin .texto-caja {
    width: 100%;
  }
}
@media screen and (max-width: 730px) {
  section.banner-interior .flexcontainer h2 {
    width: 100%;
  }
  section.banner-interior .flexcontainer h2.after:after {
    margin-bottom: 0;
  }
  section.prestamos-servicios-home .contenedor .col1.oculta {
    float: none;
    margin-left: 20px;
    width: inherit;
  }
  section.prestamos-servicios-home .contenedor .col2.oculta {
    float: none;
    width: inherit;
    margin-left: 20px;
  }
  section.prestamos-servicios-home .contenedor .flexcontainer {
    flex-direction: column-reverse;
    align-items: center;
  }
  section.prestamos-servicios-home .contenedor span {
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    width: inherit;
    margin-top: 35px;
  }
}
@media screen and (max-width: 650px) {
  section.galeria-texto .der,
  section.cuerpo-contacte p {
    width: 100%;
    text-align: center;
  }
  section.cierre-servicios-delfin h2,
  section.cierre-servicios-delfin p.intro,
  section.intro-servicios-delfin h2,
  section.intro-servicios-delfin p.intro,
  section.intro-reformas-pisos h2,
  section.intro-reformas-pisos p.intro,
  section.final-reformas-pisos p.intro {
    width: inherit;
  }
}
@media (max-width: 600px) {
  section.servicios-home .cajon .efecto-hover p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  section.servicios-home .cajon .efecto-hover a.btn {
    font-size: 20px;
    line-height: 25px;
    padding: 5px;
  }
  body {
    --tam-h1: 30px;
    --lh-h1: 35px;
    --tam-h2: 25px;
    --lh-h2: 30px;
    --tam-h3: 22px;
    --lh-h3: 27px;
  }
  #pre-footer h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-height: 600px) {
  .cabecera .flexcontainer {
    height: 600px;
  }
}
@media screen and (max-width: 580px) {
  section.banner-interior .flexcontainer h2,
  section.cuerpo-contacte h2 {
    width: 100%;
    text-align: center;
  }
  section.final-servicios-delfin .cajon .texto-izq .columna-izq,
  section.final-servicios-delfin .cajon .texto-izq .columna-der {
    float: none;
    width: inherit;
    margin-left: 20px;
  }
}
@media screen and (max-width: 550px) {
  header#masthead .parte-der {
    flex-direction: column;
    align-items: center;
  }
  header#masthead .parte-der > * {
    margin-right: 0;
    margin-bottom: 10px;
  }
  header#masthead #logotop {
    width: 230px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .cabecera h2 {
    font-size: 80px;
    line-height: 85px;
  }
  section.galeria-home .miniaturas img {
    width: 32%;
  }
  .servicios-home.sincarousel h3 {
    font-size: 36px !important;
    line-height: 41px;
  }
  section.banner-interior .flexcontainer,
  section.texto-foto .izq > * {
    width: 100%;
  }
  section.intro-contacto .contacto {
    flex-direction: column;
    align-items: center;
  }
  section.intro-contacto .contacto > * {
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.galeria-texto .izq .galeria-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  section.cierre-servicios-delfin .columna-der,
  section.cierre-servicios-delfin .columna-izq {
    float: none;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  section.cierre-servicios-delfin .columna-izq {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  section.pie .espacio-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  section.pie .espacio-menu {
    gap: 20px;
  }
}
@media screen and (max-width: 400px) {
  header#masthead #logotop {
    width: 180px;
  }
  header#masthead #btn-menu-movil {
    right: 10px;
    top: 20px;
  }
  section.intro-servicios-delfin .cajon .texto-der,
  section.final-servicios-delfin .cajon .texto-izq {
    padding: 40px 20px;
  }
  section.banner-servicios-delfin .boton a,
  section.banner-reformas-integrales .boton a {
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 10px 23px;
    border: 1px solid #fff;
  }
}
