/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   olarmonia
   ========================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-size: 1em;
  font-family: "Ubuntu", sans-serif;
  color: #101820;
  letter-spacing: 1px;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media only screen and (max-width: 529px) {
  .header {
    display: none;
  }
}
.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
.header-logo {
  flex: 1 auto;
  padding: 25px 0;
}
.header-logo-link {
  display: block;
  position: relative;
  text-align: center;
}
.header-logo-link::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 500px;
  left: 50%;
  position: absolute;
  top: -350px;
  transform: translateX(-50%);
  width: 500px;
  z-index: -1;
}
.header-logo-link::after {
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 510px;
  left: calc(50% + 6px);
  position: absolute;
  top: -350px;
  transform: translateX(-50%);
  width: 550px;
  z-index: -1;
}
.header-logo-img {
  display: inline-block;
}
.header-nav {
  position: relative;
}
.header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-item {
  display: inline-block;
  padding: 10px;
}
.header-menu-item a {
  border-bottom: 3px solid transparent;
  color: #fff;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.header-menu-item a.activo {
  border-color: #fff;
  font-weight: 600;
}
.header-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  transition: all 0.3s;
}
.fontSizeSubtitle {
  font-size: 1.75em;
}
.fontSizeTitle {
  font-size: 3em;
  line-height: 1.2;
}
.home {
  height: 100vh;
  background: #ccc url(../img/home.jpg) no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 529px) {
  .home {
    background: #fff url(../img/home-2.png) no-repeat center center;
    background-size: cover;
  }
}
.home-asset {
  position: absolute;
  bottom: 5vh;
  z-index: 1;
  width: 100%;
}
.home-hgroup {
  color: #425cc7;
  position: absolute;
  top: 32vh;
  left: 32vh;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  .home-hgroup {
    top: 35px;
    left: 25px;
  }
}
.home-sub {
  margin: 0;
  font-size: 1.75em;
  font-weight: bold;
}
.home-titulo {
  margin: 0;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 529px) {
  .home-titulo {
    font-size: 38px;
    width: 80%;
  }
}
.home-accion {
  margin-top: 2rem;
}
.home-accion-text {
  margin-bottom: 2rem;
}
.nosotros {
  background: #8b85ca url(../img/nosotros-bg.png) no-repeat bottom center fixed;
  background-size: contain;
  min-height: 100vh;
  position: relative;
  color: #fff;
  display: grid;
  place-content: center;
  z-index: 2;
  padding: 15vh 0;
}
@media only screen and (max-width: 529px) {
  .nosotros {
    padding: 15vh 3vh;
  }
}
.nosotros-img_1 {
  position: absolute;
  width: 25vw;
  top: 10%;
  left: 10%;
}
@media only screen and (max-width: 529px) {
  .nosotros-img_1 {
    display: none;
  }
}
.nosotros-img_1 img {
  display: inline-block;
  border-radius: 50%;
  width: 100%;
}
.nosotros-img_1::before {
  background: transparent;
  border-radius: 50%;
  content: "";
  height: 110%;
  left: -4%;
  position: absolute;
  top: -7%;
  width: 110%;
  z-index: -1;
  border: 1px solid #ccc;
}
.nosotros-img_2 {
  position: absolute;
  width: 240px;
  bottom: 10vh;
  left: 28vw;
}
@media only screen and (max-width: 529px) {
  .nosotros-img_2 {
    display: none;
  }
}
.nosotros-img_2 img {
  display: inline-block;
  border-radius: 50%;
  width: 100%;
}
.nosotros-img_2::before {
  background: transparent;
  border-radius: 50%;
  content: "";
  height: 113%;
  left: -7%;
  position: absolute;
  top: -4%;
  width: 113%;
  z-index: -1;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 529px) {
  .nosotros-left {
    display: none;
  }
}
.nosotros-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 529px) {
  .nosotros-container {
    grid-template-columns: 1fr;
  }
}
.nosotros-body {
  text-align: right;
}
@media only screen and (max-width: 529px) {
  .nosotros-body {
    text-align: center;
  }
}
.nosotros-sub {
  color: #f0e77b;
  font-size: 1.75em;
}
.nosotros-titulo {
  font-size: 3em;
  line-height: 1.2;
  line-height: 1;
  text-align: right;
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 529px) {
  .nosotros-titulo {
    text-align: center;
    width: 100%;
  }
}
.nosotros-texto {
  margin-bottom: 1.7rem;
}
.nosotros-titulo_ventajas {
  color: #f0e77b;
  font-size: 2.33em;
  font-weight: 600;
  margin-bottom: 2rem;
}
.nosotros-ventajas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
@media only screen and (max-width: 529px) {
  .nosotros-ventajas {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.nosotros-ventajas li {
  display: flex;
  gap: 1rem;
  line-height: 1;
  align-items: center;
}
.nosotros-ventajas li div:nth-child(1) {
  flex-grow: 1;
  text-align: right;
  font-weight: 600;
}
.nosotros-ventajas li div:nth-child(2) {
  flex-basis: 32px;
}
.proceso {
  min-height: 100vh;
  background: #fff url(../img/proceso-bg.jpg) no-repeat center center;
  background-size: cover;
}
.proceso-top {
  color: #ffff;
  padding-top: 3vw;
  font-size: 28px;
  font-weight: 600;
  height: 15vw;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  .proceso-top {
    font-size: 18px;
    height: 15vh;
  }
}
.proceso-top::before {
  content: "";
  background: #425cc7;
  position: absolute;
  top: -23vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 33vw;
  height: 33vw;
  border-radius: 50%;
}
@media only screen and (max-width: 529px) {
  .proceso-top::before {
    top: -23vh;
    width: 33vh;
    height: 33vh;
  }
}
.proceso-titulo {
  color: #101820;
  text-align: center;
  font-size: 32px;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 529px) {
  .proceso-titulo {
    font-size: 22px;
    margin-bottom: 3rem;
  }
}
.proceso-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 529px) {
  .proceso-row {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}
@media only screen and (max-width: 529px) {
  .proceso-row-item {
    margin-bottom: 2rem;
  }
}
.proceso-paso {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
}
.proceso-paso-icon {
  text-align: center;
}
.proceso-paso-numero {
  color: #425cc7;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
}
.proceso-paso-descripcion {
  font-weight: 600;
  color: #101820;
  font-size: 24px;
  letter-spacing: 1px;
}
.proceso-paso-text {
  font-size: 16px;
}
.proceso-agendar {
  text-align: center;
  padding: 35px;
}
.proceso-boton {
  border: 0;
  color: #fff;
  padding: 15px 26px;
  border-radius: 58px;
  background: #8b85ca;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (max-width: 529px) {
  .proceso-boton {
    font-size: 1rem;
  }
}
.servicios {
  min-height: 100vh;
  background: #000 url(../img/servicios-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5vh 0 25vh 0;
  position: relative;
}
@media only screen and (max-width: 529px) {
  .servicios {
    padding: 0;
  }
}
.servicios::before {
  content: "";
  position: absolute;
  bottom: 5vh;
  left: 0;
  right: 0;
  background: transparent url(../img/servicios-asset.png) no-repeat left center;
  background-size: contain;
  z-index: 1;
  height: 21vh;
}
.servicios-thead {
  padding: 5vh 0 15vh 0;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  .servicios-thead {
    padding: 15vw;
  }
}
.servicios-sub {
  color: #f0e77b;
  font-weight: 600;
  font-size: 1.25rem;
}
.servicios-titulo {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}
.servicios-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 529px) {
  .servicios-body {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 1.5rem;
    text-align: center;
  }
}
.servicios .servicio {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  justify-content: space-between;
}
.servicios .servicio-img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.servicios .servicio-img::before {
  background: transparent;
  border-radius: 50%;
  content: "";
  height: 280px;
  left: 13%;
  position: absolute;
  top: -6%;
  width: 280px;
  z-index: -1;
  border: 1px solid #ccc;
}
.servicios .servicio-img.img-2::before {
  right: 13%;
  left: auto;
}
.servicios .servicio-img img {
  display: inline-block;
  border-radius: 50%;
}
.servicios .servicio-nombre {
  color: #f0e77b;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}
.servicios .servicio-descripcion {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  .servicios .servicio-descripcion {
    width: 100%;
  }
}
.servicios .servicio-button {
  display: inline-block;
  text-decoration: none;
  background: #f0e77b;
  color: #000;
  border-radius: 1rem;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  transition: all 0.01s cubic-bezier(1, 0, 0, 1);
}
.servicios .servicio-button:hover {
  background: #fff;
}
.porque-hgroup {
  padding: 10vh;
}
.porque-titulo {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2;
}
.acordeon {
  background: #7c77bf;
  background: linear-gradient(180deg, #938ec8, #746fbf);
}
.acordeon:nth-child(odd) {
  background: linear-gradient(180deg, #c2c1e1, #a5a1d4);
}
.acordeon:nth-child(odd) .acordeon-head:hover {
  background: linear-gradient(180deg, #a5a1d4, #c2c1e1);
}
.acordeon.active .acordeon-body {
  display: grid;
}
.acordeon-head {
  text-align: center;
  color: #fff;
  padding: 3vh;
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
  background: linear-gradient(180deg, #938ec8, #746fbf);
  transition: all 0.2s linear;
}
@media only screen and (max-width: 529px) {
  .acordeon-head {
    padding: 10vw;
    font-size: 2rem;
  }
}
.acordeon-head:hover {
  background: linear-gradient(180deg, #746fbf, #938ec8);
}
.acordeon-body {
  display: none;
  grid-template-columns: 1fr 1fr;
  padding: 35px 0;
  align-items: center;
}
@media only screen and (max-width: 529px) {
  .acordeon-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.acordeon-texto {
  color: #fff;
  text-align: right;
  width: 80%;
  font-size: 18px;
}
.acordeon-texto.right {
  text-align: left;
}
@media only screen and (max-width: 529px) {
  .acordeon-texto {
    width: 100%;
    text-align: center !important;
    padding: 15px;
  }
}
.acordeon-img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.acordeon-img::before {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ccc;
  content: "";
  height: 350px;
  left: 19%;
  position: absolute;
  top: -4%;
  width: 350px;
  z-index: -1;
}
.acordeon-img img {
  display: inline-block;
  border-radius: 50%;
}
.cita {
  background: #c4c0e4;
  display: grid;
  place-content: center;
  padding: 15vh;
  position: relative;
  gap: 6rem;
  z-index: 2;
}
@media only screen and (max-width: 529px) {
  .cita {
    padding: 15px;
  }
}
.cita-asset {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  z-index: -1;
}
.cita-card {
  background: #fff;
  width: 70vw;
  padding: 3rem;
  border-radius: 18px;
  box-shadow: 18px 17px 0px 2px rgba(139, 133, 202, 0.8);
}
@media only screen and (max-width: 529px) {
  .cita-card {
    width: 95vw;
    padding: 3rem 1rem;
    box-shadow: none;
  }
}
.cita-card-body {
  padding: 2rem 0;
  margin: 2rem;
}
.cita-titulo {
  text-align: center;
  color: #425cc7;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 600;
}
.cita-opciones {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 529px) {
  .cita-opciones {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.cita-opcion {
  display: grid;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
.cita-opcion-img {
  display: block;
  margin: 0 auto;
}
.cita-mensaje {
  text-align: center;
  font-size: 2.05rem;
  font-weight: 600;
  padding: 35px 0;
  width: 60%;
  display: grid;
  place-content: center;
  margin: 0 auto;
}
.cita-input {
  display: block;
  border: 0;
  width: 100%;
  border: 2px solid #425cc7;
  border-radius: 2rem;
  padding: 15px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.cita-btn {
  display: inline-block;
  background: #8b85ca;
  color: #fff;
  font-weight: 600;
  border-radius: 2rem;
  border: 0;
  padding: 15px 42px;
  font-size: 22px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.cita-btn.cita-btn-lg {
  min-width: 350px;
}
@media only screen and (max-width: 529px) {
  .cita-btn.cita-btn-lg {
    min-width: auto;
    width: 100%;
  }
}
.cita-btn:hover,
.cita-btn.active {
  background: #425cc7;
}
.cita-whats {
  text-align: center;
  padding: 35px 0;
}
.cita-btnWhats {
  background: #25d366;
  color: #fff;
  font-weight: 600;
  border-radius: 2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1.6rem;
}
.cita-btn_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
}
@media only screen and (max-width: 529px) {
  .cita-btn_group {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 529px) {
  .swiper {
    width: 100vw;
  }
}
#psicologos .swiper {
  overflow: visible;
}
#psicologos .swiper-button-prev {
  left: -7vw;
}
@media only screen and (max-width: 529px) {
  #psicologos .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
  }
}
#psicologos .swiper-button-next {
  right: -7vw;
}
@media only screen and (max-width: 529px) {
  #psicologos .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
  }
}
#psicologos .swiper-button-next,
#psicologos .swiper-button-prev {
  color: #fff;
  background: #8a85c9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#psicologos .swiper-button-next:after,
#psicologos .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
}
.psicologos {
  min-height: 100vh;
  background: #fff url(../img/proceso-bg.jpg) no-repeat center center;
  background-size: cover;
  display: grid;
  place-content: center;
  overflow: hidden;
  position: relative;
  padding: 15vh 0;
}
@media only screen and (max-width: 529px) {
  .psicologos {
    background: #fff url(../img/proceso-bg.jpg) no-repeat left top;
    padding: 10vh 15px;
    background-size: cover;
  }
}
.psicologo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 529px) {
  .psicologo {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 25px;
  }
}
.psicologo-puesto {
  color: #425cc7;
  font-weight: 600;
  font-size: 1.75em;
}
.psicologo-nombre {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 600;
  color: #425cc7;
  margin-bottom: 2.5rem;
}
.psicologo-descripcion {
  font-size: 1.52rem;
  width: 80%;
}
@media only screen and (max-width: 529px) {
  .psicologo-descripcion {
    width: 100%;
    padding: 15px;
  }
}
.psicologo-photo {
  text-align: center;
  padding: 35px;
  position: relative;
}
.psicologo-photo::after {
  content: "";
  position: absolute;
  top: 51%;
  left: 48%;
  background: transparent;
  z-index: 10;
  height: 96%;
  width: 96%;
  border-radius: 50%;
  border: 3px solid #8a85c9;
  transform: translate(-50%, -50%);
}
.psicologo-photo-img {
  display: inline-block;
  border-radius: 50%;
  width: 100%;
}
.footer {
  background: #425cc7;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 15vh 0;
}
@media only screen and (max-width: 529px) {
  .footer {
    padding: 15px;
  }
}
.footer-asset {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  object-fit: cover;
}
.footer-titulo {
  color: #fff;
  text-align: center;
  padding: 0vh 0 10vh 0;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 600;
}
.footer-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 529px) {
  .footer-body {
    grid-template-columns: 1fr;
  }
}
.footer-btn {
  display: inline-block;
  background: #8b85ca;
  border: 0;
  padding: 8px 36px;
  color: #fff;
  font-weight: 600;
  border-radius: 16px;
  font-size: 18px;
}
.footer-logo {
  text-align: center;
}
.footer-logo-img {
  display: inline-block;
  width: 100%;
  max-width: 377px;
}
.footer-link {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.footer-redes {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 2rem 0;
}
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 529px) {
  .form {
    grid-template-columns: 1fr;
  }
}
.form-full {
  grid-column: 1 / -1;
}
.form-label {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.form-control {
  border: 0;
  padding: 11px;
  border-radius: 18px;
  width: 100%;
  -webkit-appearance: none;
}
.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
label.error {
  display: inline-block;
  color: coral;
  font-size: 14px;
  margin: 0.25rem 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cardRouteCita {
  display: none;
  animation: backInDown 0.6s ease;
}
@media only screen and (max-width: 529px) {
  .cardRouteCita {
    animation: fadeIn 1s linear;
  }
}
.cardRouteCita.init {
  display: block;
}
.formcheck-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  font-size: 1.5rem;
}
.botonWhatsapp {
  position: fixed;
  bottom: 5vh;
  right: 3vw;
  z-index: 9999;
}
.botonWhatsapp-img {
  display: inline-block;
  width: 54px;
}
.mb-5 {
  margin-bottom: 3rem;
}
.aviso {
  min-height: 100vh;
  background: #746fbf url(../img/doc.png) no-repeat top center;
  background-size: cover;
  padding: 10vh 0;
  position: relative;
}
.aviso.terminos {
  background: linear-gradient(#c3c0e3, #a09cd0);
}
.aviso-asset {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  object-fit: fill;
}
.aviso-body {
  width: 80%;
  margin: 0 auto;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 529px) {
  .aviso-body {
    display: flex;
    flex-direction: column;
  }
}
.aviso-section {
  margin-bottom: 1rem;
  color: #fff;
}
.aviso-section h5 {
  font-size: 24px;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 529px) {
  .aviso-section h5 {
    font-size: 18px;
  }
}
.aviso-section p {
  margin: 0 0 1rem 0;
}
.aviso-section ul {
  padding-left: 35px;
}
.aviso-titulo {
  color: #fff;
  font-size: 52px;
  margin: 0;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 529px) {
  .aviso-titulo {
    font-size: 24px;
  }
}
.aviso-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aviso-footer-logo {
  display: inline-block;
}
@media only screen and (max-width: 529px) {
  .aviso-footer-img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.aviso-footer-btn {
  display: inline-block;
  background: #8b85ca;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  transition: all 0.1s linear;
}
.aviso-footer-btn:hover {
  background: #425cc7;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
