/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/

body {
  font-family: var(--font-primary);
  font-size: var(--body);
  font-weight: var(--font-light);
  letter-spacing: 0.5px;
  line-height: 1.5em;
  /* background-color: red;  */
}

.vce span[style="font-weight: 400;"] {
  font-weight: var(--font-light) !important;
}

/* .vce {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
} */

h2,
h3,
h1 {
  font-family: var(--font-title);
  margin-bottom: 0px;
}

.info-legal h2,
.info-legal h3 {
  margin-bottom: 15px;
}

.tit-h1,
.tit h1 {
  font-size: var(--title-large);
}

.tit-h1-cab {
  font-size: var(--title-large-cab);
}

.tit-h2,
.tit h2,
.info-legal h2 {
  font-size: var(--title-medium);
}

.tit-h3,
.tit h3,
.info-legal h3 {
  font-size: var(--title-small);
}

.vce>p:last-child {
  margin-bottom: 0px;
}

.txt-blanco,
.txt-blanco * {
  color: var(--c-blanco) !important;
}

.txt-azul {
  color: var(--c-primario);
}

.txt-amarillo {
  color: var(--c-secundario);
}

.txt-center {
  text-align: center;
}

.txt-accent {
  font-size: var(--title-small);
  /* font-style: italic; */
  line-height: 1;
}

.row-wrap>.vce-row-content {
  flex-wrap: wrap !important;
  row-gap: 20px !important;
  column-gap: 20px !important;
  justify-content: center;
}

.vce-faq-toggle p.vce-faq-toggle-title-text {
  font-weight: var(--font-medium);
  margin-bottom: 10px !important;
}

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

.mb-0 .vce {
  margin-bottom: 0px !important;
}

/* HOME */

.slide-home {
  min-height: 100vh;
  margin-top: -165px;
  align-items: center;
  justify-content: center;
  padding-bottom: 90px;
}

.slide-home .tit-h1 {
  font-size: 3.5rem;
  /* font-weight: var(--font-light); */
  padding-top: 20px;
  display: block;
}

.slide-home>.vce-row-content {
  align-content: flex-end;
  padding-top: 165px;
}

.slide-home .isotipo .vce-single-image-inner {
  padding: 0 !important;
}

.slide-home .isotipo img {
  max-width: 170px;
  position: static !important;
}

.slide-home h1 span {
  font-size: 70%;
  /* font-family: "Neutraface book", sans-serif !important; */
  text-transform: uppercase !important;
}

.img-trata .vce-single-image-wrapper {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* GALERIA */
@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-slide {
  display: inline-block;
  animation: 50s slide infinite linear;
}

.logos-slide img {
  height: 450px;
  object-fit: cover;
  max-width: unset;
}

/* internas */
.cab-inner {
  min-height: 50vh;
  margin-top: -170px !important;
  align-items: center;
  justify-content: center;
  padding: 250px 30px 0;
}

.cab-inner .vce-row-content {
  align-content: center;
}

.link-contact {
  color: var(--c-primario);
  transition: var(--transition-p);
  text-decoration: none !important;
}

.link-contact:hover {
  color: var(--c-secundario);
  transition: var(--transition-p);
}

.vce a {
  color: var(--c-secundario);
  text-decoration: none;
}

.col-tratamiento {
  min-height: 170px;
}

.col-trata-home {
  min-height: 280px;
}

/* mapa de contacto */
.map-contact {
  min-height: 600px;
  overflow: hidden;
}

.map-contact .vce-google-maps-wrapper {
  width: 100% !important;
}

.map-contact iframe {
  width: 100%;
  min-height: 800px;
  border: none;
}

.tit-home-mv {
  text-transform: uppercase;
}

.tit-h1.ocultar-escritorio {
  display: none;
}

/* responsive */
@media screen and (max-width: 1280px) {
  .slide-home .isotipo img {
    max-width: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .slide-home {
    margin-top: -130px !important;
  }

  .slide-home .tit-h1 {
    font-size: var(--title-large);
  }

  /* internas */
  .cab-inner {
    min-height: 35vh;
    margin-top: -90px !important;
    padding: 140px 30px 50px !important;
  }

  /* HOME */
  .slide-home {
    min-height: 60vh;
    margin-top: -90px;
    padding-top: 140px !important;
    padding-bottom: 50px !important;
  }

  .slide-home>.vce-row-content {
    padding-top: 0;
  }

  .slide-home .isotipo img {
    max-width: 120px;
  }
}

@media screen and (max-width: 900px) {
  .slide-home {
    margin-top: -160px !important;
  }
}

@media screen and (max-width: 768px) {
  .subtit-h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .map-contact iframe {
    width: 100%;
    min-height: 800px;
    border: none;
  }
}

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

  .tit-h1.ocultar-escritorio {
    display: block;
  }

  .mv-hidden {
    display: none !important;
  }

  /* internas */
  .cab-inner {
    min-height: 0;
    padding: 250px 15px 50px !important;
    margin-top: -170px !important;
  }


  /* HOME */
  .slide-home {
    min-height: 0;
    padding-bottom: 0;
    padding-top: 250px !important;
    margin-top: -170px !important;
  }

  .slide-home .isotipo img {
    max-width: 100px;
  }

  .map-contact {
    max-height: 450px !important;
    overflow: hidden;
  }

  .map-contact iframe {
    max-height: 450px !important;
    min-height: 0px !important;
  }

  .tit-home-mv {
    text-transform: none;
    font-size: 18px;
  }

  .slide-home .tit-h1 {
    line-height: 1.05em;
  }
}