/*
 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
*/

/* FUENTE */

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*
 font-family: var(--title);
font-family: var(--body);
*/


/* VARIABLES */

:root {
  /* COLORES */
  --azul-principal: #00abcd;
  --azul-secundario: #006b80;
  --texto: #212529;
  --gris-claro: #f8f9fa;
  --gris-oscuro: #6c757d;
  --blanco: #ffffff;

  /* TIPOGRAFIAS */

  --body: "Raleway", sans-serif;
  --title: "Antonio", sans-serif;

  /* DEGRADADO */
  --deg-azul: linear-gradient(120deg, #00abcd 0%, #86D1EB 100%);
  --deg-oscuro: linear-gradient(150deg, #006b80 0%, #096b82 100%);
  --deg-claro: linear-gradient(120deg, #ffffff 0%, #f8f9fa 100%);
}

/* GENERALES */

body {
  font-family: var(--body);
  color: var(--texto);
  font-size: 62.5%;
  scroll-behavior: smooth;
}

p {
  font-family: var(--body) !important;
  font-size: 1.7em;
  line-height: 1.5em;
  word-spacing: 0.16em;
  color: var(--texto);
}

.vce-text-block-wrapper ul li,
.vce-text-block-wrapper ol li,
.entry-content>ul li,
.entry-content>ol li {
  font-family: var(--body) !important;
  font-size: 1.7em;
  word-spacing: 0.16em;
  color: var(--texto);
  margin-bottom: 10px;
}

ul li::marker {
  color: var(--azul-principal);
  font-size: 1.5em;
}

ul>li:last-child,
ol>li:last-child {
  margin-bottom: 0;
}

.textwidget a,
.vce-text-block a span {
  text-decoration: none;
}

.vce-text-block>.vce-text-block-wrapper>p:last-child,
.textwidget>p:last-child {
  margin-bottom: 0;
}


img.vce-single-image {
  position: relative !important;
  z-index: 2;
}

.vce-single-image-inner {
  padding-bottom: 0 !important;
}

.foto-espejo {
transform : scalex(-1)
}

.img-byn img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
  transition: all 0.3s ease;
}

.img-byn img:hover {
  filter: none;
}

h1 {
  font-size: 5em;
  font-weight: 300;
  line-height: 1.5em;
  font-family: var(--title);
  color: var(--azul-principal) !important;
  margin-bottom: 0;
}

h2 {
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.5em;
  font-family: var(--title);
  color: var(--azul-principal) !important;
  margin-bottom: 0;
}

h3,
.tit p {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5em;
  font-family: var(--title) !important;
  color: var(--azul-principal) !important;
  margin-bottom: 0;
}

.subtit p {
  font-size: 2.25em;
  line-height: 1.5em;
}

.bg-favicon>.vce-content-background-container .vce-asset-background-simple-item {
  background-size: 512px !important;
  background-position: 25% 50% !important;
}

.shadow-izq .vce-single-image-wrapper,
.shadow-izq.vce-col {
  box-shadow: -25px 0px 0px -10px var(--azul-secundario);
}

.shadow-dch .vce-single-image-wrapper,
.shadow-dch iframe {
  box-shadow: 25px 0px 0px -10px var(--azul-secundario);
}

.shadow-dch {
  box-shadow: 25px 0px 0px -10px var(--azul-secundario);
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
}

.box {
  min-height: 270px;
}

.flecha {
  animation: pulse-down 2s infinite;
}

@keyframes pulse-down {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }
}

.info-banner {
  background: var(--deg-oscuro);
  padding: 40px;
}

.row-wrap > .vce-row-content {
  flex-wrap: wrap !important;
  gap: 33px;
}

.row-wrap > .vce-row-content > .vce-col {
  flex: 0 0 31.33% !important;
}

.vce-separator {
  color: var(--azul-principal) !important;
}

.separator-w .vce-separator {
  color: var(--blanco) !important;
}


/* PAGINA TRATAMIENTOS */

.tratamientos-lista>.vce-row-content {
  flex-wrap: wrap !important;
}

.tratamientos-lista>.vce-row-content>.vce-col {
  max-width: 100% !important;
  flex: 0 0 30% !important;
  margin: 0 1.5% 40px !important;

}

/* PRUEBAS */

/* .tratamientos-lista > .vce-row-content > .vce-col:last-child {
  margin-right: 0 !important;
} */

/* .tratamientos-lista > .vce-row-content > .vce-col:nth-child(3n) {
  margin-right: 0 !important;
} */

.tratamientos-lista .icon img {
  max-width: 150px !important;
}

.box-1 {
  min-height: 485px;
}

.box-2 {
  min-height: 370px;
}

/* PAGINA CONTACTO */

form .contacto .datos-usuario .datos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 346px;
  margin-bottom: 5px;
  margin-right: 2%;
}

form .contacto .datos-usuario .datos>div:first-child {
  max-width: 100%;
  width: 100%;
}

form .contacto .datos-usuario .datos>div {
  max-width: 49%;
  width: 100%;
}

form .contacto .datos-usuario label {
  display: inline-block;
  margin-bottom: 10px;
}

form .contacto .datos-usuario input {
  width: 100%;
  border: none;
  border-left: 2px solid var(--azul-secundario);
  border-right: 2px solid var(--azul-secundario);
  background-color: var(--gris-claro);
}

form .contacto .datos-usuario>.mensaje textarea {
  resize: none;
  border: none;
  border-left: 2px solid var(--azul-secundario);
  border-right: 2px solid var(--azul-secundario);
  max-height: 120px;
  background-color: var(--gris-claro);
}

form .contacto .aceptar-rgpd .wpcf7-list-item {
  margin: 0;
}

form .contacto .txt-legal p {
  font-size: 1.1em;
  margin-bottom: 0;
}

/* Información legal */

.page-id-15 table * {
  font-size: 17px;
}


/*------ RESPONSIVE ------*/

@media screen and (max-width:1500px) {}

@media screen and (max-width:1080px) {

  /* PAGINA TRATAMIENTOS */

  .tratamientos-lista>.vce-row-content>.vce-col {
    flex: 0 0 47% !important;
  }

  /* PAGINA CONTACTO */

  form .contacto .datos-usuario .datos>div {
    max-width: 100%;
  }
}

@media screen and (max-width:820px) {

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3em;
  }

  h3,
  .subtit p {
    font-size: 2em;
  }

  .box {
    min-height: 320px;
  }

  .j-center>.vce-row-content {
    justify-content: center !important;
  }

  .j-between>.vce-row-content {
    justify-content: space-between !important;
  }

  .j-between>.vce-row-content>.vce-col {
    margin-right: 0 !important;
  }

  /* PAGINA TRATAMIENTOS */

  .box-1,
  .box-2,
  .box-3,
  .box-4 {
    min-height: 0;
  }

  /* PAGINA CONTACTO */

  form .contacto .datos-usuario .datos>div {
    max-width: 49%;
  }

}

@media screen and (orientation: landscape) and (max-width: 844px) {

  .box {
    min-height: 0;
  }

  .j-center>.vce-row-content {
    justify-content: center;
  }

  /* PAGINA TRATAMIENTOS */

  .tratamientos-lista>.vce-row-content>.vce-col>.vce-col-inner>.vce-col-content {
    /* padding: 20px 20px 40px !important; */
    padding: 20px 20px 20px !important;
  }

  .tratamientos-lista .icon img {
    margin-bottom: 15px;
    max-width: 95px !important;
  }
}


@media screen and (max-width:600px) {

  .box {
    min-height: 0;
  }

  .info-banner {
    padding: 40px 20px;
  }

  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 2.4em;
  }

  .row-wrap > .vce-row-content > .vce-col {
    flex: 0 0 100% !important;
  }

  /* PAGINA TRATAMIENTOS */

  .tratamientos-lista>.vce-row-content>.vce-col {
    flex: 0 0 100% !important;
    margin: 0 0 40px !important;
  }

  .tratamientos-lista>.vce-row-content>.vce-col>.vce-col-inner>.vce-col-content {
    padding: 20px 20px 40px !important;
  }

  .tratamientos-lista .icon img {
    display: block;
    margin-bottom: 15px;
    max-width: 110px !important;
  }

  /* PAGINA CONTACTO */

  form .contacto .datos-usuario .datos>div {
    max-width: 100%;
  }

  /* Información legal */

.page-id-15 table {
  display: block;
  overflow: scroll;
}
}