/* ============================================
   BASE
============================================ */

*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
}








/* ============================================
   HELPERS
============================================ */

.corner {
  border-radius: 5px;
}

.centra_2026{
  text-align: center;
}

.titulo_h1{
  font-size: 1.8em;
  text-align: center;
  line-height: 35px;
}

.btn_2025{
  color: #000;
  font-weight: bold;
  transition: all ease 0.3s;
}

.btn_2025:hover{
  color: #999;
}

.btn_2025_ico{
  color: #999999;
  font-weight: bold;
  transition: all ease 0.3s;
}

.btn_2025_ico:hover{
  color: #000;
}


.style_2025_3 {
    border: 0;
}

.mapa_2022 {
  position: relative;
  top: 8px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15),
              0 4px 10px rgba(0, 0, 0, 0.15);
}

.ico_size {
  font-size: 2.4em;
}

.contenido {
  width: 1400px;
  margin: 0 auto;
}

.space_80 {
  height: 80px;
}

.space_40 {
  height: 40px;
}

.titulo{
  font-size: 1.6em;
  text-align: center;
}

.tam{
  font-size: 1.4em;
}

.btn_tel {
  color: #fff;
  transition: all ease 0.3s;
}

.btn_tel:hover {
  color: #d5d5d5;
}

.firma{
    text-align: right; 
    font-size: 0.9em;
  }

  .firma a{
    color: #666;
  }

@media (max-width: 768px) {
  .contenido {
    width: 96%;
    padding: 2%;
    margin: 0 auto;
    text-align: center;
  }

  .space_80 {
    height: 40px;
  }

  .space_40 {
  height: 20px;
}

  .space_2026 {
    height: 20px;
  }

  .firma{
    text-align: center; 
    font-size: 0.9em;
  }
}




.tres_cont {
    font-size: 0;
    margin-top: 30px;
    text-align: center;
}

.tres_cont li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.tres_cont li img {
    vertical-align: top;
    width: 60%;
}



@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .tres_cont li{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

        .tres_cont li img {
        vertical-align: top;
        width: 90%;
        margin-bottom: 10px;
    }
    
}




.sector_izq {
    width: 45%;
    float: left;
    vertical-align: top;
}

.sector_izq img {
    width: 100%;
    vertical-align: top;
}

.sector_der {
    width: 45%;
    float: right;
    vertical-align: top;
    margin-top: 100px;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {

      .sector_izq {
        width: 100%;
        float: left;
        vertical-align: top;
        text-align: center;
        margin-bottom: 40px;
    }

        .sector_izq img {
        width: 240px;
        vertical-align: top;
    }

        .sector_der {
        width: 100%;
        float: left;
        vertical-align: top;
        margin-top: 0;
        text-align: center;
    }

}



/********** CONTACTO ***************/

.contacto {
  display: grid;
  grid-template-columns: 2fr 0.9fr;
  gap: 40px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #111;
}

.contacto h2 {
  margin: 0 0 34px;
  font-size: 1.3em;
  font-weight: 700;
}

.contacto__formulario form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacto__formulario input,
.contacto__formulario textarea {
  width: 100%;
  border: 1px solid rgba(5, 21, 74, 0.5);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(5, 21, 74, 0.08);
  padding: 0 20px;
  font-size: 1em;
  font-weight: 700;
  color: #777;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
}

.contacto__formulario input {
  height: 58px;
}

.contacto__formulario textarea {
  height: 366px;
  padding-top: 24px;
  resize: vertical;
}

.contacto__formulario input::placeholder,
.contacto__formulario textarea::placeholder {
  color: #888;
}

.privacidad {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 1em;
  color: #888;
}

.privacidad input {
  width: 18px;
  height: 18px;
}

.boton-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

.boton-wrap button {
  border: none;
  border-radius: 5px;
  background: #151922;
  color: #fff;
  padding: 18px 24px;
  font-size: 1em;
  cursor: pointer;
  transition: all ease 0.3s;
}

.boton-wrap button:hover {
  background: #999;
  color: #fff;
}

.contacto__datos {
  text-align: center;
  line-height: 29px;
}

.contacto__datos .dato-card:first-of-type {
  margin-top: -6px;
}

.dato-card {
  border: 1px solid rgba(5, 21, 74, 0.5);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(5, 21, 74, 0.08);
  min-height: 128px;
  margin-bottom: 8px;
  padding: 26px 20px;
  color: #8a8a8a;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dato-card strong {
  font-weight: 700;
}

.dato-card p {
  margin: 6px 0;
}

.iconos-redes {
  display: flex;
  gap: 42px;
  margin-bottom: 14px;
  font-size: 2em;
}

.iconos-redes .btn_2025_ico {
  color: #05154a;
}

.iconos-redes .btn_2025_ico:hover {
  color: #999;
}

.icono {
  color: #05154a;
  font-size: 2em;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}

.dato-card:hover .icono {
  color: #999;
}

/* Responsive */
@media (max-width: 900px) {
  .contacto {
    width: 96%;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0 auto;
    padding: 2%;
  }

  .boton-wrap {
    justify-content: stretch;
  }

  .boton-wrap button {
    width: 100%;
  }

  .contacto h2 {
    font-size: 1.3em;
  }
}


/* ============================================
   TRABAJOS REALIZADOS
============================================ */

.trabajos-realizados {
  padding-bottom: 20px;
}

.trabajos-videos {
  margin-bottom: 55px;
}

.trabajos-videos h2 {
  margin: 0 0 34px;
  color: #111;
  font-size: 1.75em;
  line-height: 1.25;
  text-align: center;
}

.listado_video {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.listado_video li {
  min-width: 0;
}

.listado_video--centrado {
  max-width: calc((100% - 84px) / 4);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr;
}

.listado_video a {
  height: 100%;
  display: block;
  overflow: hidden;
  color: #05154a;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(5, 21, 74, 0.5);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(5, 21, 74, 0.08);
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.listado_video a:hover {
  border-color: rgba(5, 21, 74, 0.75);
  box-shadow: 0 8px 22px rgba(5, 21, 74, 0.14);
}

.listado_video img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.listado_video p {
  margin: 0;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #05154a;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.listado_video a:hover p {
  color: #999;
}

.trabajos-listado {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 28px;
}

.trabajos-listado a {
  min-height: 82px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(5, 21, 74, 0.5);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(5, 21, 74, 0.08);
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.trabajos-listado a:hover {
  color: #05154a;
  border-color: rgba(5, 21, 74, 0.75);
  box-shadow: 0 8px 22px rgba(5, 21, 74, 0.14);
}

.trabajos-listado i {
  color: #05154a;
  font-size: 0.9em;
}

.trabajos-listado span {
  display: block;
  font-size: 1.05em;
  line-height: 1.35;
}

.trabajos-listado strong {
  font-weight: 700;
}

.trabajos-volver {
  margin-top: 34px;
  text-align: center;
}

.trabajos-volver a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.trabajos-volver a:hover {
  color: #999;
}

.zonas-listado a {
  grid-template-columns: 1fr;
  justify-items: center;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.86);
}

.video-modal.is-open {
  display: flex;
}

.video-modal__dialog {
  position: relative;
  width: min(100%, 960px);
}

.video-modal__player {
  width: 100%;
  max-height: 82vh;
  display: block;
  background: #000;
  border-radius: 8px;
}

.video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 38px;
  height: 38px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 2.2em;
  line-height: 1;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .trabajos-videos h2 {
    font-size: 1.35em;
  }

  .listado_video,
  .trabajos-listado {
    grid-template-columns: 1fr 1fr;
  }

  .listado_video--centrado {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .listado_video,
  .trabajos-listado {
    grid-template-columns: 1fr;
  }

  .trabajos-listado a {
    min-height: 74px;
  }
}


/* ============================================
   SERVICIOS
============================================ */

.servicios-modulos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.servicios-modulos a {
  display: block;
  overflow: hidden;
  color: #111;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(5, 21, 74, 0.5);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(5, 21, 74, 0.08);
  transition:
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
}

.servicios-modulos a:hover {
  color: #05154a;
  border-color: rgba(5, 21, 74, 0.75);
  box-shadow: 0 4px 12px rgba(5, 21, 74, 0.5);
}

.servicios-modulos img {
  width: 100%;
  height: 112px;
  display: block;
  object-fit: cover;
}

.servicios-modulos p {
  min-height: 54px;
  margin: 0;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .servicios-modulos {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 800px) {
  .servicios-modulos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .servicios-modulos {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .servicios-modulos img {
    height: 105px;
  }
}


/* ============================================
   GALERIA
============================================ */

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.Image_Wrapper {
  min-width: 0;
}

.galeria-grid a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(5, 21, 74, 0.08);
  transition: box-shadow 0.35s ease;
}

.galeria-grid a:hover {
  box-shadow: 0 4px 12px rgba(5, 21, 74, 0.5);
}

.galeria-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.galeria-grid--centrada {
  width: calc(((100% - 90px) / 6 * 4) + 54px);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}

.galeria-cta {
  margin-top: 54px;
  text-align: center;
}

.galeria-cta a {
  display: inline-block;
  padding: 17px 34px;
  color: #fff;
  background: #05154a;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.05em;
  font-weight: 700;
  transition:
    background 0.35s ease,
    color 0.35s ease;
}

.galeria-cta a:hover {
  color: #fff;
  background: #999;
}

.galeria-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.86);
}

.galeria-modal.is-open {
  display: flex;
}

.galeria-modal__dialog {
  position: relative;
  max-width: min(100%, 1100px);
}

.galeria-modal__image {
  max-width: 100%;
  max-height: 82vh;
  display: block;
  background: #000;
  border-radius: 8px;
}

.galeria-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 38px;
  height: 38px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 2.2em;
  line-height: 1;
  cursor: pointer;
}

.galeria-modal__arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 64px;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.82);
  border-radius: 8px;
  font-size: 3em;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.35s ease;
}

.galeria-modal__arrow:hover {
  background: #999;
}

.galeria-modal__arrow--prev {
  left: -68px;
}

.galeria-modal__arrow--next {
  right: -68px;
}

@media (max-width: 1100px) {
  .galeria-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .galeria-grid--centrada {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .galeria-modal__arrow {
    top: auto;
    bottom: -78px;
    transform: none;
  }

  .galeria-modal__arrow--prev {
    left: calc(50% - 58px);
  }

  .galeria-modal__arrow--next {
    right: calc(50% - 58px);
  }
}

@media (max-width: 700px) {
  .galeria-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}


/* ============================================
   BACKGROUNDS / WRAPPERS
============================================ */

.envuelve_bg_libre {
  background: #ccc;
  padding: 1%;
  box-shadow:
    0 -5px 10px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.2);
}

.envuelve_bg {
  background: #ccc;
  padding: 2%;
  box-shadow:
    0 -5px 10px rgba(0, 0, 0, 0.4),
    0 5px 10px rgba(0, 0, 0, 0.4);
}

.envuelve_ante {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .envuelve_ante {
    width: 100%;
    margin: 0 auto;
  }
}


/* ============================================
   HEADER DESKTOP
============================================ */

.site-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: #04154a;
  color: #f2f2f2;
  box-shadow:
    0 -8px 18px rgba(0, 0, 0, 0.35),
    0 8px 18px rgba(0, 0, 0, 0.35);
}

.top-bar {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 10;
  padding: 0;
}

.language-link {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #f2f2f2;
  font-size: 30px;
  cursor: pointer;
}

.header-container {
  order: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
}

.logo img {
  max-width: 200px;
  height: auto;
  display: block;
}

.info-box {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.info-box p {
  margin: 8px 0;
}

.icon-box {
  width: 45px;
  height: 45px;
  margin: 0 auto 15px;
}

.mobile-claim {
  display: none;
}


/* ============================================
   MENU DESKTOP
============================================ */

.main-menu {
  order: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.main-menu ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 38px;
}

.main-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  transition: all ease 0.3s;
}

.main-menu a:hover {
  color: #d5d5d5;
}


/* ============================================
   HEADER / MENU MOBILE
============================================ */

@media (max-width: 900px) {
  .site-header {
    display: flex;
    flex-direction: column;
    background: #04154a;
  }

  .top-bar {
    position: relative;
    top: auto;
    right: auto;
    order: 1;
    width: 100%;
    padding: 16px 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-toggle {
    display: block;
    padding: 0;
    background: none;
    border: 0;
    color: #f2f2f2;
    font-size: 1.3em;
    line-height: 1;
    cursor: pointer;
  }

  .language-link {
    margin-left: auto;
    color: #f2f2f2;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
  }

  .main-menu {
    order: 2;
    display: block;
    max-height: 0;
    overflow: hidden;
    background: #04154a;
    border-top: none;
    transition: max-height 0.35s ease;
  }

  .main-menu.menu-open {
    max-height: 420px;
  }

  .main-menu ul {
    max-width: none;
    margin: 0;
    padding: 24px 20px 12px;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .main-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
  }

  .header-container {
    order: 3;
    padding: 28px 25px 45px;
    display: block;
    text-align: center;
  }

  .logo img {
    max-width: 220px;
    width: 55%;
    height: auto;
    margin: 0 auto 28px;
    border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.75);
  }

  .mobile-claim {
    display: none;
  }

  .info-box {
    display: block;
    margin: 34px 0;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
  }

  .info-box p {
    margin: 8px 0;
  }

  .icon-box {
    width: auto;
    height: auto;
    margin: 0 auto 14px;
  }

  .ico_size {
    font-size: 1.6em;
    color: #fff;
  }
}


/* ============================================
   HERO DESKTOP
============================================ */

.hero-image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  box-shadow:
    0 -8px 18px rgba(0, 0, 0, 0.35),
    0 8px 18px rgba(0, 0, 0, 0.35);
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  padding: 20px 25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 6px;
  transform: translate(-50%, -50%);
}

.hero-text h1 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}


/* ============================================
   HERO MOBILE
============================================ */

@media (max-width: 900px) {
  .hero-image {
    height: 300px;
    overflow: hidden;
  }

  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero-text {
    width: 88%;
    padding: 14px 16px;
  }

  .hero-text h1 {
    font-size: 1.3em;
    line-height: 1.25;
  }
}


/* ============================================
   CONTENT BLOCKS DESKTOP
============================================ */

.not_izq_2026 {
  float: left;
  width: 58%;
  text-align: left;
}

.not_der_2026 {
  float: right;
  width: 40%;
}

.not_der_2026 img {
  width: 100%;
  vertical-align: top;
}

.texto_ancho_2026 {
  text-align: left;
}

.not_izq_2026_bis {
  float: left;
  width: 40%;
}

.not_izq_2026_bis img {
  width: 100%;
  vertical-align: top;
}

.not_der_2026_bis {
  float: right;
  width: 58%;
}


/* ============================================
   CONTENT BLOCKS MOBILE
============================================ */

@media (max-width: 768px) {
  .not_izq_2026 {
    float: left;
    width: 96%;
    padding: 2%;
    text-align: center;
  }

  .not_der_2026 {
    float: left;
    width: 96%;
    padding: 2%;
    text-align: center;
  }

  .not_der_2026 img {
    width: 100%;
    vertical-align: top;
  }

  .texto_ancho_2026 {
    width: 96%;
    padding: 2%;
    text-align: center;
  }

  .not_izq_2026_bis {
    float: left;
    width: 100%;
    text-align: center;
  }

  .not_izq_2026_bis img {
    width: 100%;
    vertical-align: top;
  }

  .not_der_2026_bis {
    float: left;
    width: 100%;
    text-align: center;
  }
}


/* ============================================
   SERVICES DESKTOP
============================================ */

.services-list {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.services-list li {
  flex: 0 0 140px;
  width: 140px;
  min-height: 170px;
  padding: 18px 10px;
  background: rgba(255, 255, 255, 0.99);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  transition: box-shadow ease 0.3s;
}

.services-list li:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.44);
}

.services-list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #04154a;
}

.services-list img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}

.services-list h3 {
  width: 100%;
  margin: 0;
  font-size: 0.95em;
  font-weight: 600;
  line-height: 1.3;
  word-break: normal;
}


/* ============================================
   SERVICES MOBILE
============================================ */

@media (max-width: 900px) {
  .services-list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 25px 20px;
  }

  .services-list li {
    width: 90%;
    max-width: 280px;
  }
}

/* ============================================
   COLLAGE OBRAS
============================================ */

.collage-obras {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
}

.collage-col {
  height: 620px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.collage-obras figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
}

.collage-horizontal {
  flex: 0 0 38%;
}

.collage-vertical {
  flex: 1;
}

.collage-vertical.grande {
  flex: 1;
}

.collage-obras img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  .collage-obras {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .collage-col {
    height: auto;
    gap: 14px;
  }

  .collage-horizontal,
  .collage-vertical,
  .collage-vertical.grande {
    flex: none;
  }

  .collage-obras img {
    height: auto;
    object-fit: initial;
  }
}

/* ============================================
   BANNER REFORMAS
============================================ */

.banner-reformas {
  position: relative;
  min-height: 430px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.35),
    0 0 18px rgba(0, 0, 0, 0.22);
}

.banner-reformas-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner-reformas::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.32));
}

.banner-reformas-inner {
  position: relative;
  z-index: 3;
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 45px;
  align-items: center;
}

.banner-reformas-texto {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.banner-reformas-texto h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.25;
}

.banner-reformas-texto h2:not(:first-child) {
  margin-top: 34px;
}

.banner-reformas-texto p {
  margin: 7px 0;
  font-size: 1em;
  line-height: 1.5;
}

.banner-marcas {
  text-align: center;
}

.banner-marcas h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2;
}

.banner-marcas-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.banner-marcas-logos img {
  width: 140px;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .banner-reformas {
    min-height: 360px;
    border-radius: 8px;
  }

  .banner-reformas::after {
    background: rgba(0, 0, 0, 0.68);
  }

  .banner-reformas-inner {
    min-height: 360px;
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-reformas-texto {
    max-width: 100%;
  }

  .banner-reformas-texto h2 {
    font-size: 1.35em;
  }

  .banner-reformas-texto p {
    font-size: 1em;
  }

  .banner-marcas h3 {
    font-size: 1.45em;
  }

  .banner-marcas-logos img {
    width: 140px;
  }
}





/* ============================================
   GOOGLE REVIEWS
============================================ */

.google-reviews {
  padding: 55px 0;
  background: #fff;
  overflow: hidden;
}

.google-reviews-inner {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.reviews-summary {
  text-align: center;
}

.reviews-summary h2 {
  margin: 0 0 16px;
  color: #000;
  font-size: 1.4em;
  line-height: 1.2;
}

.summary-stars,
.review-stars {
  color: #f5ad00;
  letter-spacing: 2px;
}

.summary-stars {
  font-size: 2em;
  line-height: 1;
}

.reviews-summary p {
  margin: 12px 0;
  color: #111;
  font-size: 1.1em;
}

.google-word {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
}

.google-word span:nth-child(1),
.google-word span:nth-child(4) {
  color: #4285f4;
}

.google-word span:nth-child(2),
.google-word span:nth-child(6) {
  color: #ea4335;
}

.google-word span:nth-child(3) {
  color: #fbbc05;
}

.google-word span:nth-child(5) {
  color: #34a853;
}

.reviews-carousel {
  position: relative;
  min-width: 0;
}

.reviews-viewport {
  overflow: hidden;
  min-width: 0;
}

.reviews-track {
  display: flex;
  gap: 22px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.review-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  min-height: 250px;
  padding: 24px;
  background: #f0f0f0;
  border-radius: 14px;
  transition:
    min-height 0.35s ease,
    box-shadow 0.35s ease;
}

.review-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.review-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e91e63;
  border-radius: 50%;
  font-size: 1.5em;
  font-weight: 700;
}

.review-avatar-img {
  background: #ddd;
  color: #777;
}

.review-avatar-dark {
  background: #555;
}

.review-avatar-green {
  background: #359018;
}

.review-avatar-blue {
  background: #1976d2;
}

.review-user {
  min-width: 0;
}

.review-user h3 {
  margin: 0;
  color: #111;
  font-size: 1.05em;
  line-height: 1.2;
}

.review-user p {
  margin: 3px 0 0;
  color: #777;
  font-size: 0.95em;
}

.review-google-logo {
  width: 28px;
  height: auto;
  display: block;
}

.review-stars {
  margin-bottom: 16px;
  font-size: 1.25em;
}

.review-stars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #3478f6;
  border-radius: 50%;
  font-size: 0.62em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  transform: translateY(-2px);
}

.review-text-wrap {
  max-height: 5.6em;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.review-card.is-open .review-text-wrap {
  max-height: 500px;
}

.review-text {
  margin: 0;
  color: #111;
  font-size: 1.08em;
  line-height: 1.35;
}

.review-card.is-open .review-text {
  display: block;
  overflow: visible;
}

.review-more {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: none;
  color: #777;
  font-size: 1em;
  cursor: pointer;
}

.reviews-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  background: #fff;
  color: #555;
  font-size: 2.4em;
  line-height: 0;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
}

.reviews-prev {
  left: -18px;
}

.reviews-next {
  right: -18px;
}



.reviews-more-button {
  margin-top: 34px;
  text-align: center;
}

.reviews-more-button a {
  display: inline-block;
  padding: 13px 34px;
  color: #fff;
  background: #000;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.reviews-more-button a:hover {
  background: #999;
}



@media (max-width: 1000px) {
  .google-reviews-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .review-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 650px) {
  .google-reviews {
    padding: 40px 0;
  }

  .review-card {
    flex-basis: 100%;
  }

  .reviews-prev {
    left: -10px;
  }

  .reviews-next {
    right: -10px;
  }
}



/* ============================================
   ULTIMAS NOTICIAS
============================================ */

.ultimas-noticias {
  padding: 55px 0;
  background: #fff8d8;
  box-shadow:
    0 -8px 18px rgba(0, 0, 0, 0.16),
    0 8px 18px rgba(0, 0, 0, 0.16);
}

.ultimas-noticias h2 {
  margin: 0 0 34px;
  color: #04154a;
  font-size: 1.7em;
  line-height: 1.25;
  text-align: center;
}

.noticias-lista {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.noticias-lista li {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.noticias-lista li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.noticias-lista a {
  display: block;
  height: 100%;
  color: #04154a;
  text-decoration: none;
}

.noticias-lista img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}

.noticias-lista h3 {
  margin: 0;
  padding: 18px;
  color: #04154a;
  font-size: 1.05em;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 900px) {
  .noticias-lista {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .noticias-lista img {
    height: 220px;
  }
}

/* ============================================
   FOOTER
============================================ */

.site-footer {
  width: 100%;
  padding: 38px 36px 46px;
  background: #04154a;
  color: #e8e8e8;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.38);
}

.footer-services {
  margin: 0 0 42px;
  padding: 34px 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px 28px;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
}

.footer-services a {
  color: #e8e8e8;
  text-decoration: none;
  font-size: 0.95em;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.footer-services a:hover {
  color: #fff;
}

.footer-services a:nth-child(11) {
  grid-column: 2;
}

.footer-services a:nth-child(12) {
  grid-column: 3;
}

.footer-services a:nth-child(13) {
  grid-column: 4;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 2fr;
  gap: 55px;
  align-items: start;
}

.footer-brand {
  text-align: center;
}

.footer-brand img {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.75);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.footer-social a {
  color: #e8e8e8;
  text-decoration: none;
  font-size: 1.25em;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #fff;
}

.footer-legal h2,
.footer-contact h2 {
  margin: 0 0 20px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 1.55em;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.footer-legal ul {
  margin: 0;
  padding-left: 18px;
}

.footer-legal li {
  margin: 8px 0;
}

.footer-legal a {
  color: #e8e8e8;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #fff;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 55px;
  padding-top: 22px;
}

.footer-contact p {
  margin: 0 0 8px;
  font-size: 0.98em;
  line-height: 1.7;
}


@media (max-width: 900px) {
  .site-footer {
    padding: 34px 20px 42px;
  }

.footer-services {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 20px;
  }

  .footer-services a {
    grid-column: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
  }

  .footer-services a::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    background: #e8e8e8;
    border-radius: 50%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-legal ul {
    padding-left: 0;
    list-style-position: inside;
  }
}

/* ============================================
   CONTACTO
============================================ */

.contact-hero {
  padding: 80px 0;
  background:
    linear-gradient(rgba(4, 21, 74, 0.78), rgba(4, 21, 74, 0.78)),
    url("../imgs/reformas-del-hogar-en-barcelona-y-catalunya.avif") center / cover no-repeat;
  color: #fff;
  text-align: center;
  box-shadow:
    0 -8px 18px rgba(0, 0, 0, 0.25),
    0 8px 18px rgba(0, 0, 0, 0.25);
}

.contact-hero-inner {
  max-width: 900px;
}

.contact-hero p {
  margin: 0 0 14px;
  font-size: 1.05em;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-hero h1 {
  margin: 0 0 18px;
  font-size: 2.6em;
  line-height: 1.15;
}

.contact-hero span {
  display: block;
  font-size: 1.15em;
  line-height: 1.5;
}

.contact-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.contact-simple {
  max-width: 900px;
  min-width: 0;
  padding: 34px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}

.contact-simple h2 {
  margin: 0 0 18px;
  color: #04154a;
  font-size: 1.6em;
  line-height: 1.25;
  text-align: center;
}

.contact-simple p {
  margin: 0 0 28px;
  color: #222;
  text-align: center;
}

.contact-data {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
}

.contact-data li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.contact-data i {
  color: #04154a;
  font-size: 1.35em;
  line-height: 1.3;
}

.contact-data strong,
.contact-data a,
.contact-data span {
  display: block;
}

.contact-data strong {
  margin-bottom: 4px;
  color: #04154a;
}

.contact-data a {
  color: #111;
  text-decoration: none;
}

.contact-data a:hover {
  color: #04154a;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .contact-hero {
    padding: 58px 0;
  }

  .contact-hero h1 {
    font-size: 1.8em;
  }

  .contact-section {
    padding: 42px 0;
  }

  .contact-simple {
    padding: 26px 20px;
    text-align: left;
  }
}


/********* BLOG *************/

.item {
  margin-bottom: 40px;
}

.blog_describe {
  float: right;
  width: 65%;
  color: #000 !important;
  font-family: sans-serif;
}

.blog_img {
  float: left;
  width: 20%;
  padding: 3px;
  border: 1px solid #04154a;
  border-radius: 5px;
  overflow: hidden;
}

.blog_img img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: top;
  box-shadow: 0 4px 14px rgba(5, 21, 74, 0.08);
  transition: box-shadow 0.35s ease;
}

.blog_img img:hover {
  box-shadow: 0 4px 12px rgba(5, 21, 74, 0.5);
}

.item a .blog_tit {
  color: #000 !important;
  transition: all 0.3s ease;
  font-family: sans-serif;
  font-size: 20px;
}

.blog_descripcion {
  font-size: 14px;
  color: #000;
}

@media (max-width: 768px) {
  .item {
    margin-bottom: 34px;
  }

  .blog_img,
  .blog_describe {
    float: none;
    width: 100%;
  }

  .blog_img {
    margin-bottom: 18px;
  }

  .item a .blog_tit {
    font-size: 18px;
    line-height: 1.3;
  }

  .blog_descripcion {
    font-size: 15px;
    line-height: 1.5;
  }

  .default-btn {
    display: inline-block;
    width: 100%;
    max-width: 260px;
  }
}

.default-btn {
  z-index: 1;
  position: relative;
  overflow: hidden;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 15px 30px 16px;
  text-align: center;
  background-color: #04154a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(to bottom, #fff, transparent);
  -webkit-animation: top 2s linear infinite;
          animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.default-btn span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(to top, #fff, transparent);
  -webkit-animation: bottom 2s linear infinite;
          animation: bottom 2s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
  background: linear-gradient(to left, #fff, transparent);
  -webkit-animation: right 2s linear infinite;
          animation: right 2s linear infinite;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: linear-gradient(to right, #fff, transparent);
  -webkit-animation: left 2s linear infinite;
          animation: left 2s linear infinite;
}

.default-btn:hover {
  color: #fff;
  background-color: #666;
}

/*
Ejemplo de variante para un botón igual, pero con otro color:

.default-btn--gris {
  background-color: #999;
}

.default-btn--gris:hover {
  background-color: #666;
}
*/


@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}





/********* WASAP ********/


/* boton wasap pie */


.wasap_2021 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
  background-color: green;
  color: #000!important;
}

.wasap_2021 .logo_solo {
    width: 48px;
    position: fixed;
    bottom: 95px;
    right: 10px;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s;
    -ms-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.wasap_2021 .logo_solo img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    right: 15px;
}

.wasap_2021 .logo_solo:hover {
  opacity: 0.8;
}

.caja{

  width: 400px;
  height: 300px;
  background: #fff;
  
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  
  -moz-box-shadow: 0px 0px 10px #666;
  -ms-box-shadow: 0px 0px 10px #666;
  -webkit-box-shadow: 0px 0px 10px #666;
  box-shadow: 0px 0px 10px #666;

  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,400px,0);
  -moz-transform: translate3d(0,400px,0);
  -ms-transform: translate3d(0,400px,0);
  transform: translate3d(0,400px,0);
  -webkit-transition: -webkit-transform 0.4s,opacity 0.4s, visibility 0.4s;
  -moz-transition: -moz-transform 0.4s,opacity 0.4s, visibility 0.4s;
  -ms-transition: -ms-transform 0.4s,opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s,opacity 0.4s, visibility 0.4s;

}


.up{
  background: #46d265;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
  height: 50px;
  width: auto;
  padding: 2%;
}


.izquierda {
    float: left;
    font-weight: bold;
}

.izquierda img{
  width: 32px;
  position: relative;
  top: 9px;
}

.cierra{
  display: inline-block;
  float: right;
  font-weight: bold;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  opacity: 0.6;
  position: relative;
  top: 10px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.cierra:hover{
  opacity:1;
  text-decoration: none!important;
}

.globo{
  text-align: left;
  width: 360px;
  margin-top: 10px;
}

.globo img{
  width: 80%;
}

.hola {
    position: relative;
    color: #666;
    line-height: 25px;
    left: 57px;
    bottom: 92px;
    font-size: 14px;
    font-weight: bold;
}

.enviar_a_wasap{
  float: right;
  -moz-border-radius: 10px ;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #46d265;
  width: 200px;
  height: 44px;
  position: relative;
  bottom: 25px;
  right: 15px;
  opacity: 1;
  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
  text-align: center;
}

.enviar_a_wasap:hover{
  opacity: 0.8; 
}

.enviar_a_wasap img {
    width: 24px;
    position: relative;
    top: 6px;
    left: 20px;
}

.abrir_chat {
    position: relative;
    top: 4px;
    color: #fff;
    font-weight: bold;
}

.popup-whatsup-active .wasap_2021 .logo_solo {
  opacity: 0;
  visibility: 0;
}
.popup-whatsup-active .wasap_2021 .caja {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



@media only screen 
and (min-width : 0px) 
and (max-width : 1023px){


.menu_movil{
  display: none;
}

.caja{

  width: 300px;
  height: 300px;
  background: #fff;
  
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  
  -moz-box-shadow: 0px 0px 10px #666;
  -ms-box-shadow: 0px 0px 10px #666;
  -webkit-box-shadow: 0px 0px 10px #666;
  box-shadow: 0px 0px 10px #666;

  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,400px,0);
  -moz-transform: translate3d(0,400px,0);
  -ms-transform: translate3d(0,400px,0);
  transform: translate3d(0,400px,0);
  -webkit-transition: -webkit-transform 0.4s,opacity 0.4s, visibility 0.4s;
  -moz-transition: -moz-transform 0.4s,opacity 0.4s, visibility 0.4s;
  -ms-transition: -ms-transform 0.4s,opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s,opacity 0.4s, visibility 0.4s;

}


    
}




