@import "./button.css?v=2";
@import "./button-icon.css?v=2";
@import "./header.css?v=2";
@import "./hero.css?v=2";
@import "./wrapper.css?v=2";
@import "./home.css?=2";
@import "./social.css?v=2";
@import "./footer.css?v=2";
@import "./form.css?v=2";
@import "./title.css?v=2";

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto-LightItalic.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf");
}
:root {
  --fontBase: "Poppins", sans-serif;
  --headline1: bold 95px/153.71px var(--fontBase);
  --headline2: bold 55px/90px var(--fontBase);
  --headline3: bold 48px/77px var(--fontBase);
  --headline4: bold 34px/55px var(--fontBase);
  --headline5: bold 24px/38px var(--fontBase);
  --body1: 20px/27px var(--fontBase);
  --body2: 14px/22px var(--fontBase);
  --button: bold 14px/22px var(--fontBase);
  --nav: 18px/22px var(--fontBase);
  --caption: 12px/19px var(--fontBase);
  --gradient: radial-gradient(
      41.48% 11.48% at 2.38% 8.52%,
      #172a9f 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(135deg, #0c7ed7 0%, #172a9f 100%);
  --purple: #310a90;
  --green: #42e2b8;
  --white: white;
  --yellow: #e3b903;
  --background: #fafafa;
  --black: black;
  --griss: #424242;
  --primary: #33c2e8;
  --secondary: #2dedba;
}

body {
  background: var(--background) !important;
  min-block-size: 100vh;
  font: var(--body1);
  color: var(--black);
  margin: 0;
}

.newsletter {
  background: rgb(169, 254, 220);
  background: -moz-linear-gradient(
    0deg,
    rgba(169, 254, 220, 1) 0%,
    rgba(252, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(169, 254, 220, 1) 0%,
    rgba(252, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(169, 254, 220, 1) 0%,
    rgba(252, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a9fedc",endColorstr="#fcffff",GradientType=1);
}

#spotify-to-link {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
  cursor: pointer;
}
#spotify-to-link > img {
  transition: transform 0.3s ease-out;
}
#spotify-to-link > img:hover {
  transform: scale(1.1);
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*.container {
  max-inline-size: 1278px !important;
  background: #fff;
}
nav .container {
  background: transparent !important;
}
.container-fluid {
  background: #fff;
}*/
.accordion-button {
  font-size: 21px;
  padding: 10px 15px 10px 20px;
  border-radius: 1rem !important;
  box-shadow: 2px 3px 10px 0px #a1a1a1;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #33c2e8;
}

.accordion-button:hover {
  color: #ffffff;
  background-color: #2dedba;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px;
}

.accordion-item {
  margin-bottom: 1.2rem;
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
}
.modal-content {
  background: #f4fff9 !important;
}
.modal-body section {
  background: #f4fff9 !important;
}
.skyblue {
  color: #38c1e5;
}
.skygreen {
  color: #22ee98;
}

.appointment {
  margin-block-start: 4rem;
  margin-block-end: 8rem;
  padding-block-start: 4rem;
  padding-block-end: 8rem;
}
.appointment h2 {
  font-family: "Roboto-Bold";
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
}
.appointment hr {
  background: #22ee98;
  height: 1px;
  border: 0;
  margin: 0 auto;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  max-width: 200px;
}
.appointment p {
  font-family: "Roboto-LightItalic";
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  margin-block-end: 2rem;
}
@media screen and (min-width: 768px) {
  .appointment h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.reserva-lens h3 {
  font-family: "Roboto-Medium";
  font-style: italic;
}
.reserva-lens h2 {
  font-family: "Roboto-MediumItalic";
  font-size: 2.5rem;
  font-weight: 600;
  margin-block-start: 0;
  margin-block-end: 0;
}
.reserva-lens hr {
  max-width: 80%;
  height: 2px;
  background: #33c2e8;
  margin: 0 auto;
}
.reserva-lens p {
  font-family: "Roboto-LightItalic";
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.reserva-lens .register {
  position: relative;
  background: url(../images/bg-degrade.png);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
  display: flex;
  flex-direction: row;
  width: 100%;
  font: var(--nav);
  font-size: 20px !important;
  padding: 0;
  border: none;
  text-decoration: none;
  text-align: center;
  border-radius: 14px;
  box-shadow: 2px 3px 10px 0px #a1a1a1;
  margin: 0 auto;
  padding: 2rem 0;
}
.reserva-lens .register input {
  background: #e0f6fc !important;
  border-radius: 25px;
  padding-inline-end: 20px;
  padding-inline-start: 20px;
  padding-block-start: 12px;
  padding-block-end: 12px;
  font: var(--body1);
  margin-block-start: 8px;
  position: relative;
  color: #000;
  border: 2px solid #33c2e8;
  margin-inline-start: 0;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .reserva-lens .register {
    width: 80%;
    padding: 2rem;
  }
  .reserva-lens .register input {
    max-width: 300px;
    margin-inline-start: 1rem;
  }
}
