@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:200,400|Great+Vibes");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

img[alt="Logo Alicia Zelada"] {
  width: 3em;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
}

h1,
h2 {
  font-weight: 200;
  font-size: 3.75em;
  font-family: "Great Vibes", sans-serif;
}

h2 + p {
  font-weight: 400;
  font-size: 1.4em !important;
}

a {
  color: black;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

a:hover {
  transform: scale(1.05);
}

svg {
  width: 30px;
  height: 30px;
  margin: 1em;
}

p {
  font-size: 1.2em;
  color: #272822;
}

li {
  list-style-type: none;
}

/* btnArriba*/
#btnArriba {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30%;
  position: fixed;
  bottom: 40px !important;
  right: 20px;
  color: white;
  z-index: 5000;
  font-size: 2em;
  text-align: center;
  transition: all 0.75s ease-out;
}

.titulo-seccion {
  text-align: center;
  margin-bottom: 4px;
}

.titulo-seccion h3 {
  font-size: 1.5em;
  color: #30a5a5;
  margin-right: 10px;
  font-weight: normal;
}

.titulo-seccion h3 + p {
  font-size: 1.3em;
}

#obrasdigitales .titulo-seccion h2 {
  color: #f3f4fa;
}

.titulo-seccion h2 {
  color: #30a5a5;
  font-size: 3.5em;
  padding-top: 3rem !important;
}

.titulo-seccion p {
  font-size: 1em;
  color: #979797;
  padding-bottom: 30px;
}

.contenedor {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

/* -------------encabezado------------- */

.menu-bar-pc,
#enc-fijo {
  width: 100%;
  min-height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 1.5em;
  background: transparent;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.menu-bar-pc nav a:hover,
.menu-bar-pc .top-redes a:hover {
  color: #edebce;
}

.logo {
  display: inline-block;
  width: 3em;
}

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

nav a,
.top-redes a {
  display: inline-block;
  padding: 0 1em;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.2em;
  transition: all 0.3s ease;
  line-height: 1.5em;
}

nav a:last-child,
.top-redes a:last-child {
  padding-right: 0;
}

.top-redes a i {
  font-style: 1em;
}

nav a:hover,
.top-redes a:hover {
  color: #0089e0;
}

/* menu mobile */
.menu-mobile {
  width: 100%;
  padding: 5px 1.5em;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.25);
}

.menu-mobile .barra {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-mobile .barra img {
  display: inline-block;
  width: 40px;
  margin-top: 10px;
}

.menu-mobile .barra a i {
  font-size: 1.65em;
  color: #444;
}

.menu-mobile nav {
  width: 80%;
  display: block;
  position: fixed;
  top: 56px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  left: -100%;
}

.menu-mobile nav a {
  display: block;
  padding: 10px;
  color: #444;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  transition: all 0.5 ease;
  text-align: center;
}

.menu-mobile nav a:hover {
  background: #f7f7f7;
}

/* menu encabezado fijo */

#enc-fijo {
  position: fixed;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
  transition: all 0.6s ease-out;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.05);
}

#enc-fijo nav a,
#enc-fijo .top-redes a {
  color: #444444;
}

#enc-fijo nav a:hover,
#enc-fijo .top-redes a:hover {
  color: #0089e0;
}

/* main */

/* banner principal */

main {
  width: 100%;
}

main > section:first-child {
  width: 100%;
  position: relative;
  height: 100vh;
}

main > section:first-child #banner {
  position: absolute;
  width: 100%;
  height: 100vh;
  /*
    background-image: url(img/cuadro-01.svg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
*/
}

main > section:first-child div:last-child {
  display: inline-block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

main > section:first-child h2 {
  font-weight: 200;
  color: white;
  margin-bottom: 65px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2em;
}

main > section:first-child h1 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 90px;
  color: white;
  margin-bottom: 0px;
}

main > section:first-child a {
  display: inline-block;
  padding: 8px 1.5em 15px;
  border: 1px solid #0089e0;
  background: #0089e0;
  color: white;
  transition: all 0.7s ease;
  font-size: 2em;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1) inset,
    0 0 5px 1px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

main > section:first-child a:hover {
  background: #fff;
  color: #0089e0;
  transform: scale(1);
}

/* cursos*/

main #cursos,
div#series-digitales {
  /*background-color: #f3f4fa;
  padding: 4em 0 54px 0;
  box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, .1);*/
  position: relative;
  z-index: 500;
  padding-top: 2rem;
}

main #cursos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 34px;
  border-bottom: 1px solid #ccc;
}

main #cursos ul li {
  width: 20%;
  height: auto;
  overflow: hidden;
  /* margin-bottom: 2%; */
  cursor: pointer;
  text-align: center;
  padding: 1rem;
}

main #cursos ul li img {
  width: auto;
  height: auto;
}

/* LIGHTBOX FOTOS cursos*/
#lightbox {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99999;
  top: 20px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.4s ease;
  display: flex;
}
#lightbox.activo {
  opacity: 1;
  visibility: visible;
}
#lightbox img {
  max-width: 85vw;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 0 20px #000;
}
#lightbox .cerrar-lightbox {
  position: absolute;
  top: 80px;
  right: 50px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 0.2em 0.5em;
}
/* ARTES VISUALES */

main .artes-visuales {
  padding-bottom: 0;
  padding-top: 2rem;
}

main .artes-visuales .contenedor {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

main .artes-visuales .contenedor > :first-child {
  width: 100%;
  text-align: center;
  max-width: 400px;
  margin: auto;
}

main .artes-visuales .contenedor > :first-child h2 {
  margin-bottom: 0;
  font-weight: 400;
}

main .artes-visuales .contenedor > :last-child {
  width: 100%;
  text-align: center;
}

/* SLIDER */

main section#contenedor,
main section#contenedor-7elementos {
  width: 100%;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 1em;
  margin-bottom: 3em;
}

main section#contenedor div.flexslider,
main section#contenedor-7elementos div.flexslider {
  max-width: 700px;
  width: 100%;
  max-height: 536px;
}

ul.slides {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-flow: row nowrap;
}

#salta {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 8999;
}

#salta #cierre {
  position: absolute;
  right: 0;
  top: 54px;
  color: aliceblue;
  font-size: 38px;
  cursor: pointer;
}

.pop {
  transition: 0.5s all;
  transform: scale(1.6);
  z-index: 9000;
  position: fixed !important;
  top: 22% !important;
  /*  left: 40% !important;*/
  cursor: pointer;
}

/*
main .contenedor-slider ul {
    width: 400%;
    display: flex;

}

main .contenedor-slider ul li {
    margin:0 10px;
    max-width: 950px;    
    text-align:center

}

main .contenedor-slider ul li img {
    max-width: 100%;
  max-height:400px;
    vertical-align: top;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
}

main .contenedor-slider div {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

main .contenedor-slider div:nth-of-type(1) {
    left: 2%
}

main .contenedor-slider div:nth-of-type(2) {
    right: 2%
}

main .contenedor-slider div i {
    color: #1C1B2E;
    ;
    font-size: 3em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    transition: all .3s;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .35);
    border-radius: 20%;
    text-align: center;
    line-height: .88em;
}

main .contenedor-slider div i:hover {
    color: #0089E0;
    background: rgba(255, 255, 255, .5);
}
*/

/* NUESTRO disenos */

main #obrasdigitales {
  background: #47484b;
  padding-bottom: 108px;
  padding-top: 20px;
  position: relative;
}

main #obrasdigitales .titulo-seccion {
  margin-bottom: 10px;
  padding-top: 4em;
}

#obrasdigitales p span {
  color: #979797;
}

main #obrasdigitales ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

main #obrasdigitales ul li {
  background: white;
  padding: 0.5em;
  margin-top: 10px;
  width: 50%;
  box-shadow: 0 9px 30px -1px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

main #obrasdigitales ul li img {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin: auto;
}

main #obrasdigitales ul li div {
  flex-direction: column;
  width: 75%;
}

main #obrasdigitales ul li h3 {
  font-size: 1.3em;
  color: #0089e0;
}

main #obrasdigitales ul li h4 {
  color: #979797;
  font-size: 1.1em;
  margin-bottom: 15px;
}

main #obrasdigitales ul li h4 p {
  font-size: 0.8em;
}

/*INFORMACION EXTRA*/

main #acerca-de-mi {
  background: #29294e;
  padding: 4em 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 400;
}

main #acerca-de-mi section {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  transition: 0.5s all;
  padding: 0.3em;
}

main #acerca-de-mi a section:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  border-radius: 5px;
}

main #acerca-de-mi a section {
  border: 1px solid #1f1f3a;
  border-radius: 5px;
}

main #acerca-de-mi section i {
  display: inline-block;
  width: 3em;
  font-size: 1.5em;
  padding: 0.3em 0.5em;
  text-align: center;
}

main #acerca-de-mi section i[class$="download"] {
  padding-right: 0.14em;
}

main #acerca-de-mi section h4 {
  font-size: 1.8em;
}

main #acerca-de-mi > div {
  width: 100%;
  padding: 0 5%;
}

main #acerca-de-mi > div:last-child {
  height: 400px;
  max-width: 480px;
  box-shadow: 0 9px 32px -1px rgba(0, 0, 0, 0.5);
  background-image: url(../img/avatar.jpg);
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 3%;
  top: 19%;
  display: none;
  overflow: hidden;
}

main #acerca-de-mi p {
  color: #f1f1f1;
}

/*contacto*/
main #contacto {
  padding: 4em 0 5px;
  /*
    background-image: url(img/cuadro-02.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
*/
}

main #contacto ul {
  width: 90%;
  margin: auto;
  background: #fff;
  min-height: 285px;
  border-radius: 5px;
  box-shadow: 0 9px 32px -1px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 1em;
}

main #contacto ul li:first-child {
  width: 100%;
  padding: 10%;
}

main #contacto ul li h2 {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #30a5a5;
}

main #contacto ul li p {
  color: #979797;
  padding-bottom:11px
}

main #contacto ul li form {
  margin-top: 2em;
  width: 100%;
}
/* main #contacto ul li form {} */

input[type*="e"],
textarea {
  border: none;
  border: 1px solid #ccc;
  padding: 20px 1em;
  outline: none;
  width: 100%;
  resize: none;
  margin-bottom: 10px;
  color: #979797;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 400;
}

textarea {
  height: 120px;
}

input[type="submit"] {
  width: 50%;
  border: 1px solid #30a5a5;
  border-radius: 5px;
  background: #30a5a5;
  padding: 0.5em;
  margin: 1em auto;
  color: white;
  font-size: 1.5em;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.7s ease-in;
}

input[type="submit"]:hover {
  background: #fff;
  color: #30a5a5;
}

main #contacto ul li:last-child {
  display: none;
}

#contacto h2 i {
  font-size: 38px;
}

.errorig:hover,.errorwp:hover{
  display:inline-block;
  transform:scale(1.1);
  transition: all 0.3s ease;
}
/* validacion formulario */
main #contacto ul li form p {
  color: darkred;
  font-size: 1em;
  margin: -10px 0 10px 0;
  font-weight: 400;
  display: none;
}

div#wpp a {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 2px 0 10px 0;
}

div#wpp a img {
  padding: 1%;
  min-width: 50px;
}

div#wpp a span {
  font-size: 1.3em;
}

/* FOOTER */

footer {
  background: #29294e;
  padding: 0px 5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

footer p {
  color: #979797;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
  padding-top: 0.5%;
}

footer section a {
  transition: all 0.5s ease-out;
  color: #9595d6;
  font-size: 0.5em;
}

footer section a:hover {
  color: #b5d036;
}

.slides li p span.vendido {
  /*  float: right;*/
  margin-right: 2%;
  font-weight: 400;
  border-bottom: 1px dotted white;
  padding-bottom: 2px;
  border-top: 1px dotted white;

  color: red;
}

.slides li p span.enventa {
  /*  float: right;*/
  margin-right: 1rem;
  font-weight: 400;
  border-bottom: 1px dotted white;
  padding-bottom: 2px;
  border-top: 1px dotted white;

  color: forestgreen;
}

.slides li p span.titulosObras {
  font-style: italic;
  font-weight: 400;
}

/*css para series*/
.grid-series {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.serie-preview {
  cursor: pointer;
  text-align: center;
  max-width: 200px;
}

.serie-preview img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
  margin-bottom: 10px;
}

.serie-preview h4 {
  font-weight: 400;
}
.serie-preview:hover img {
  transform: scale(1.05);
}

.modal-serie {
  display: flex;
  position: fixed;
  z-index: 9999;
  background: rgba(114, 113, 113, 1);
  pointer-events: none;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

.modal-serie .modal-serie-header {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 1000000;
}

.modal-serie .modal-serie-header h3 {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: normal;
}

.modal-serie.activo {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease;
}

.modal-serie .cerrar-modal {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 3rem;

  color: white;
  cursor: pointer;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease;
}
.modal-serie .flexslider {
  position: relative;
}

.modal-serie .flexslider img {
  max-height: 80vh;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  width: auto !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* Responsive para pantallas chicas */
@media (max-width: 600px) {
  .modal-serie {
    padding: 0.5rem;
    top:24px;
  }
    .modal-serie-header {
    padding: 35px 0.5rem;
    width:100%
  }
  .modal-serie .cerrar-modal {
    font-size: 4rem;
    top: 13px;
    right: 0.5rem;
    padding: 0.1em 0.3em;
  }
  .modal-serie .flexslider img {
    max-width: 95vw;
    max-height: 60vh;
  }
  /* Ajustes para pantallas pequeñas */
  @media (max-width: 600px) {
    .flex-direction-nav a {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 1rem;
      left: 6px;
      right: 6px;
    }
 
  }
  .flex-direction-nav {
    display: block !important;
    z-index: 100001;
    pointer-events: auto;
  }

  div.modal-serie.activo li p span {
    display: block;
    margin: 0 auto;
  }
  div.modal-statement .statement-inner {
    padding: 1rem;
  }
  div.modal-statement p {
    padding-top: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 100%;
    margin: auto;
  }
}
/* ---------------MEDIA QUERIES ---------------------*/

@media screen and (min-width: 550px) {
  /* ultimos ilustraciones */
  main #ilustraciones ul li {
    width: 33.3%;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: visible; */
    max-height: 200px;
    background-color: white;
  }

  main #ilustraciones ul li:hover {
    transform: scale(1.06);
    box-shadow: 0 0 8px 0 rgba(100, 100, 100, 0.5);
  }

  main #ilustraciones ul li img {
    min-height: 0;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  main #acerca-de-mi section {
    flex-wrap: nowrap;
    text-align: left;
  }
}

/*500px*/

@media screen and (min-width: 1024px) {
  main > section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  main > section:first-child {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -115px;
    height: calc(100vh + 115px);
  }

  main > section:first-child #banner {
    height: inherit;
  }

  /* encabezado */

  .menu-bar-pc {
    display: flex;
  }

  .menu-mobile {
    display: none;
  }

  #enc-fijo {
    display: flex;
    margin-top: -140px;
  }

  #enc-fijo > a,
  .menu-bar-pc .top-redes,
  #enc-fijo .top-redes {
    width: 6.5%;
  }

  .menu-bar-pc > a {
    width: auto;
  }

  #enc-fijo > a img {
    max-width: 60px;
  }

  .top-redes a {
    padding: 0 0.55em;
  }

  main #acerca-de-mi,
  main #ilustraciones,
  main .artes-visuales {
    padding-top: 6em;
  }

  /* ultimos ilustraciones */
  main #ilustraciones ul li {
    width: 20%;
  }

  /* acerca de */

  main .artes-visuales .contenedor > :first-child {
    width: 33.3%;
    text-align: left;
  }

  main .artes-visuales .contenedor > :last-child {
    width: 60%;
    text-align: center;
  }

  /*   obrasdigitales  */
  main #obrasdigitales {
    display: block;
  }

  main #obrasdigitales ul li {
    max-width: 300px;
    flex-direction: column;
  }

  main #obrasdigitales ul li:first-child,
  main #obrasdigitales ul li:last-child {
    position: relative;
    top: 0px;
  }

  main #obrasdigitales ul li div {
    width: 100%;
  }

  /*   acerca de mi */

  main #acerca-de-mi > div {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  main #acerca-de-mi > div:last-child {
    display: block;
  }

  /* contacto */
  main #contacto ul li:first-child {
    width: 50%;
    padding: 3em;
  }

  main #contacto ul li:last-child {
    display: block;
    width: 50%;
    background-image: url(../img/);
    background-position: center;
    background-size: cover;
  }
}

/*990px*/

/*statement*/
.modal-statement {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s;
  z-index: 99999;
}

.modal-statement p {
  padding-top: 18px;
  line-height: 22px;
  text-align: left;
  max-width: 80%;
  margin: auto;
}
.modal-statement p:first-of-type strong {
  line-height: 1.5rem;
  display: block;
}
.modal-statement .statement-inner {
  background: #fff;
  color: #000;
  max-width: 720px;
  width: calc(100% - 2rem);
  padding: 2.55rem;
  border-radius: 8px;
  position: relative;
}
.modal-statement .statement-inner h2 {
  font-family: inherit;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  color: rgb(4, 136, 141);
}
.modal-statement .statement-inner h3 {
  color: #789797;
}
.modal-statement.activo {
  visibility: visible;
  opacity: 1;
}

button.statement-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
button.statement-close:hover {
  color: #30a5a5;
  transform: scale(1.6);
}

button.btn-statement-continue {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #30a5a5;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  float: right;
  font: 1.15em "Barlow Condensed", sans-serif;
}

button.btn-statement-continue:hover {
  transition: all 0.3s ease;
  transform: scale(1.2);
}

.statement-omit-label {
  font-size: 0.9rem;
  color: #555;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  visibility: hidden;
}

button.btn-statement-cancel {
  background: white;
  border: 1px solid #30a5a5;
  color: #30a5a5;
  border-radius: 4px;
  font: 1.15em "Barlow Condensed", sans-serif;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

button.btn-statement-cancel:hover {
  transition: all 0.3s ease;
  transform: scale(1.2);
  cursor: pointer;
}

/*contacto*/

.contact-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s;
  z-index: 99999;
}
.contact-popup.activo {
  visibility: visible;
  opacity: 1;
}
.contact-popup-inner {
  background: #fff;
  color: #000;
  max-width: 520px;
  width: calc(100% - 2rem);
  padding: 1.2rem;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.contact-popup-close {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
  background: transparent;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
}
