@import "./button.css?v=2";
@import "./button-icon.css?v=2";
@import "./header.css?v=3";
@import "./hero.css?v=3";
@import "./wrapper.css?v=2";
@import "./home.css?=3";
@import "./social.css?v=2";
@import "./footer.css?v=3";
@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");
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("../fonts/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: "RobotoCondensed-BoldItalic";
  src: url("../fonts/RobotoCondensed-BoldItalic.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);
}

.button-float {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
  cursor: pointer;
}
.button-float > img {
  transition: transform 0.3s ease-out;
}
.button-float > img:hover {
  transform: scale(1.1);
}
.button-float.facebook {
  bottom: 5.5rem !important;
}
.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: #6d6e71;
}

.accordion-button:hover {
  color: #ffffff;
  background-color: #6d6e71 !important;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px;
}

.accordion-item {
  margin-bottom: 1.2rem;
}
.accordion-item .accordion-body p {
  color: #000 !important;
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
}
.modal-content {
  background: #f4fff9 !important;
}
.modal-body section {
  background: #f4fff9 !important;
}
.skyblue {
  color: #38c1e5;
}
.skyblue2 {
  color: #00c0f3;
}
.skygreen {
  color: #22ee98;
}
.skygolden {
  color: #efb810 !important;
  text-shadow: 2px 1px 1px black;
}
.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 {
  background: #22ee98;
  height: 1px;
  border: 0;
  margin: 0 auto;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  max-width: 200px;
}
.reserva-lens p {
  font-family: "Roboto-LightItalic";
  font-size: 1.4rem;
  line-height: 1.9rem;
  max-width: 400px;
  margin: 0 auto;
}
.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;
  }
}
section img {
  border-radius: 14px;
}
ul.type-none {
  list-style-image: none !important;
  list-style-type: none !important;
}
ul.type-circle {
  list-style-image: none !important;
  list-style-type: disc !important;
}
ul.type-three {
  list-style-image: url(../images/vineta-3.png);
  --list-style-position: inside;
  list-style-type: none;
}
ul.type-for {
  list-style-image: url(../images/vineta-4.png);
  --list-style-position: inside;
  list-style-type: none;
}
ul.type-five {
  list-style-image: url(../images/vineta-5.png) !important;
  --list-style-position: inside;
  list-style-type: none;
}
ul.type-six {
  list-style-image: url(../images/vineta-6.png) !important;
  --list-style-position: inside;
  list-style-type: none;
}
/*Button google translate*/
.goog-te-gadget-simple {
  background-color: #33c2e8 !important;
  border-left: 1px solid #33c2e8 !important;
  border-top: 1px solid #33c2e8 !important;
  border-bottom: 1px solid #33c2e8 !important;
  border-right: 1px solid #33c2e8 !important;
  font-size: 10pt;
  display: inline-block;
  padding-top: 3px !important;
  padding-bottom: 2px;
  cursor: pointer;
  border-radius: 14px !important;
  padding-left: 10px !important;
}

div.card.gold {
  border: 3px solid rgb(228, 182, 122);
  background: rgba(253, 244, 186, 1);
}
div.card.gold .card-header {
  background: rgb(228, 182, 122);
  background: -moz-linear-gradient(
    162deg,
    rgba(228, 182, 122, 1) 0%,
    rgba(253, 244, 186, 1) 100%
  );
  background: -webkit-linear-gradient(
    162deg,
    rgba(228, 182, 122, 1) 0%,
    rgba(253, 244, 186, 1) 100%
  );
  background: linear-gradient(
    162deg,
    rgba(228, 182, 122, 1) 0%,
    rgba(253, 244, 186, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4b67a",endColorstr="#fdf4ba",GradientType=1);
}
div.card.silver {
  border: 3px solid rgb(192, 192, 192);
  background: rgba(251, 251, 251, 1);
}
div.card.silver .card-header {
  background: rgb(192, 192, 192);
  background: -moz-linear-gradient(
    162deg,
    rgba(192, 192, 192, 1) 0%,
    rgba(251, 251, 251, 1) 100%
  );
  background: -webkit-linear-gradient(
    162deg,
    rgba(192, 192, 192, 1) 0%,
    rgba(251, 251, 251, 1) 100%
  );
  background: linear-gradient(
    162deg,
    rgba(192, 192, 192, 1) 0%,
    rgba(251, 251, 251, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0c0c0",endColorstr="#fbfbfb",GradientType=1);
}
div.card.bronze {
  border: 3px solid rgb(203, 134, 87);
  background: rgba(246, 231, 212, 1);
}
div.card.bronze .card-header {
  background: rgb(203, 134, 87);
  background: -moz-linear-gradient(
    162deg,
    rgba(203, 134, 87, 1) 0%,
    rgba(246, 231, 212, 1) 100%
  );
  background: -webkit-linear-gradient(
    162deg,
    rgba(203, 134, 87, 1) 0%,
    rgba(246, 231, 212, 1) 100%
  );
  background: linear-gradient(
    162deg,
    rgba(203, 134, 87, 1) 0%,
    rgba(246, 231, 212, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb8657",endColorstr="#f6e7d4",GradientType=1);
}

/*Card */
card {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 10px;
  align-items: flex-start;
  justify-content: left;
  border-radius: 1rem;
  box-shadow: 2px 3px 10px 0px #a1a1a1;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  padding: 1.6rem;
}

/*Section */
section .block-card {
  background: #fff;
  height: auto;
  align-items: flex-start;
  justify-content: left;
  border-radius: 1rem;
  box-shadow: 2px 3px 10px 0px #a1a1a1;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  padding: 1.6rem;
}

.RobotoCondensed-BoldItalic {
  font-family: "RobotoCondensed-BoldItalic" !important;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-block-end: 2rem;
}

form.cmxform label.error,
label.error {
  color: red;
  font-style: italic;
  font-weight: 400;
}
input.error,
select.error,
textarea.error {
  border: 1px dotted red;
  color: red;
}
textarea.error::placeholder,
select.error::placeholder,
input.error::placeholder {
  color: red;
}

/*Photos Gallery*/
.gallery-photo .item {
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  padding: 0;
}
.gallery-photo .item span.link {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  left: 43%;
  background: rgb(180, 181, 182, 0.8);
  border-radius: 25px;
  color: #fff;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-photo .item span.link img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 8px;
  opacity: 0.8;
}
.gallery-photo .item:hover a > img {
  opacity: 0.6;
}
.gallery-photo .item:hover span.link {
  color: #000;
  opacity: 1;
}
.background-color-griss-forte {
  background-color: #e6e7e8 !important;
}
.background-color-griss-medium {
  background-color: #f6f6f6 !important;
}
.background-color-skyblue {
  background-color: #00c0f3 !important;
}
.background-color-griss-light {
  background-color: #f4f4f4 !important;
}
.background-color-white {
  background-color: #ffffff !important;
}
.background-color-green-light {
  background-color: #f4fffa !important;
}
.background-color-yellow-light {
  background-color: #f4f7a1 !important;
}
