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

/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/inter-v12-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/inter-v12-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../fonts/inter-v12-latin-600.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/inter-v12-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/inter-v12-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/inter-v12-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
  --decorative-color: #d99c23;
  --decorative-hover-color: #a7781a;
  --text-color: #1e1e1e;
  --white-color: #ffffff;
  --background-gray-color: #f7f7f7;
  --line-gray-color: #959393;
  --review-line: rgb(190, 190, 190);
  --header-bg-color: rgba(33, 33, 33, 0.24);
  --header-bg-darker-color: rgba(33, 33, 33, 0.54);
  --title-text-desktop: 7rem;
  --title-text: 4.1rem;
  --title-text-m: 4.1rem;
  --text-desktop: 2rem;
  --subtitle-text: 4rem;
  --subtitle-text-m: 2.7rem;
  --small-text: 1.6rem;
  --text-desktop: 1.79rem;
}
html {
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
}
.header-bg {
  background-color: var(--header-bg-darker-color);
}

/* Botón flotante Whatsapp */
.float {
  position: fixed;
  width: fit-content;
  height: fit-content;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  border-radius: 110px;
  text-align: center;
  box-shadow: 2px 2px 3px rgb(57, 57, 57);
  z-index: 100;
}

.my-float {
  /* margin-top:16px; */
  margin: 0;
}
.float1 {
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 20px;
  right: 94px;
  display: flex;
  object-fit: cover;
  cursor: pointer;
  padding: 1rem;
  text-align: center;
  z-index: 100;
}

@media screen and (min-width: 0em) {
  header {
    width: 100vw;
    padding: 1.5em 1em;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: var(--header-bg-color);
  }
  .contact-header {
    display: none;
  }
  nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    display: flex;
    flex-direction: row;
    width: fit-content;
  }
  .nav-desktop {
    display: none;
  }
  .nav-movil {
    position: fixed;
    height: 200%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    left: 100%;
    transition: ease 0.5s;
    background-color: var(--text-color);
    z-index: 1;
    padding: 140% 2em 0 0;
  }
  .burger {
    height: 2.7em;
    width: 2.7em;
    border-style: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 2;
    margin-right: 2em;
    cursor: pointer;
    overflow: visible;
  }
  .burger span {
    width: 100%;
    height: 3px;
    transition: ease 0.5s;
    background-color: var(--white-color);
  }
  /* ul.navlinks-mobile div.line-navlinks {
    width: 3.4em;
    height: 2px;
    background-color: var(--white-color);
}
.line-navlinks-button {
    width: 2.3em;
    height: 2px;
    background-color: var(--grey-color);
} */
  .navmovil-event {
    transform: translateX(-100%);
  }
  .nav-movil li {
    margin-bottom: 2em;
  }
  .nav-movil li a {
    font-size: 1.79em;
    text-decoration: none;
    color: var(--white-color);
  }
  .nav-movil li a:hover {
    text-decoration: underline;
  }
  .nav-movil-button {
    display: flex;
    flex-direction: row;
  }
  .nav-movil li a.nav-button {
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 0.2em;
    color: var(--white-color);
    font-weight: bold;
    background-color: var(--decorative-color) !important;
  }
  /* .nav-movil .burger a {
    font-size: 1.7rem;
    color: var(--title-sections);
  } */
  .toggle-line1 {
    transform: rotateZ(45deg) translateY(450%);
    background-color: var(--white-color) !important;
  }
  .toggle-line3 {
    transform: rotateZ(-45deg) translateY(-450%);
    background-color: var(--white-color) !important;
  }
  .toggle-line2 {
    opacity: 0;
  }
  .footer-submit {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    margin-top: -7em;
  }
  .gray-bg {
    background-color: var(--background-gray-color);
  }
  .footer-box {
    width: 90vw;
    border-radius: 4px;
    padding: 2em 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--white-color);
    z-index: 1;
  }
  .footer-submit h4 {
    font-size: var(--small-text);
    color: var(--text-color);
    background-color: var(--white-color);
  }
  .footer-submit form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 1em 0 2em;
  }
  .footer-submit form input {
    background-color: var(--text-color);
    border-radius: 4px;
    padding: 0.5em 1em;
    border-style: none;
    font-size: var(--small-text);
    color: var(--white-color);
    margin: 1em 0 0.5em;
  }
  .footer-submit form button {
    background-color: var(--decorative-color);
    color: var(--white-color);
    font-size: var(--small-text);
    font-weight: 600;
    border-style: none;
    border-radius: 4px;
    padding: 0.5em 1em;
  }
  .footer-box form button:hover {
    cursor: pointer;
    transition: ease 0.2s;
    background-color: var(--decorative-hover-color);
  }
  .footer-submit-blog {
    padding-top: 6em;
  }
  footer {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -9em;
    background-color: var(--text-color);
    padding-top: 9em;
  }
  .footer-margin-top {
    margin-top: -7em;
  }
  .footer1 {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer1 picture {
    width: 19em;
    margin: 2em 0 1em;
  }
  .footer1 picture img {
    width: 100%;
  }
  p.footer1-text {
    font-size: var(--small-text);
    color: var(--white-color);
    margin-top: 1em 0 1em;
  }
  .footer1-redessociales {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 1em 0;
  }
  .footer1-redessociales a {
    margin-right: 0.5em;
  }
  .footer2 {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer2 h4 {
    color: var(--white-color);
    font-size: var(--small-text);
    margin: 2em 0 1em;
  }
  .footer2 li {
    margin-bottom: 1em;
  }
  .footer2 li a {
    font-size: var(--small-text);
    color: var(--white-color);
    text-decoration: none;
  }
  footer li a:hover {
    transition: ease 0.2s;
    color: var(--decorative-color);
  }
  .footer3 {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer3 h4 {
    font-size: var(--small-text);
    color: var(--white-color);
    margin: 2em 0 1em;
  }
  .footer3 li {
    margin-bottom: 1em;
  }
  .footer3 li a {
    font-size: var(--small-text);
    color: var(--white-color);
    text-decoration: none;
  }
  .footer4 {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer4 h4 {
    font-size: var(--small-text);
    color: var(--white-color);
    margin: 2em 0 1em;
  }
  .footer4 li {
    margin-bottom: 1em;
  }
  .footer4 li a {
    font-size: var(--small-text);
    color: var(--white-color);
    text-decoration: none;
  }
  .copyright {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 7em 0 4em;
  }
  .copyright p {
    font-size: var(--small-text);
    color: var(--white-color);
    text-decoration: none;
  }
  .copyright p a {
    text-decoration: none;
    color: var(--white-color);
    font-weight: 600;
  }
  .copyright p a:hover {
    transition: ease 0.2s;
    color: var(--decorative-color);
  }
}
@media screen and (min-width: 550px) {
  .footer-box form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .footer-box form input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .footer-box form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-box form {
    justify-content: flex-start;
  }
  .footer-box form button {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 637px) {
  footer {
    padding-top: 13em;
  }
  .footer1-text {
    width: 290px;
  }
}
@media screen and (min-width: 700px) {
  .burger {
    display: none;
  }
  .contact-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 1em;
  }
  .contact-header li {
    margin-right: 1em;
  }
  .contact-header li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 1.3rem;
  }
  .contact-header li a:hover {
    text-decoration: underline;
  }
  .redes-sociales-header {
    display: none;
  }
  .nav-desktop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .nav-desktop li {
    margin-right: 0.5em;
  }
  .nav-desktop li a {
    font-size: 1.3rem;
    text-decoration: none;
    color: var(--white-color);
  }
  .nav-desktop li a:hover {
    text-decoration: underline;
  }
  li.nav-desktop-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  a.nav-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: #d99c23 solid 1px;
    padding: 0.4em 1em;
    border-radius: 4px;
  }
  a.nav-button:hover {
    transition: ease 0.2s;
    text-decoration: none !important;
    background-color: var(--decorative-color);
  }
}
@media screen and (min-width: 750px) {
  footer {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer1,
  .footer2,
  .footer3,
  .footer4 {
    width: fit-content;
  }
  .footer2,
  .footer3,
  .footer4 {
    width: 190px;
  }
  .footer4 {
    width: 270px;
  }
  .footer-box {
    flex-direction: row;
  }
  /* .footer-box h4 {
    padding-right: 0.2em;
  } */
  .footer-box form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-box form input {
    margin: 0 auto;
  }
  .footer-box form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .footer-box form input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 790px) {
  .nav-desktop li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 830px) {
  .footer-box form button {
    margin-top: 0;
  }
  .footer-box form {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 847px) {
  .nav-desktop li {
    margin-right: 1em;
  }

  .redes-sociales-header {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 1em;
  }
  .redes-sociales-header a {
    width: 2em;
  }
}
@media screen and (min-width: 900px) {
  .contact-header li {
    margin-right: 2.7em;
  }
  .nav-desktop li {
    margin-right: 2em;
  }
}
@media screen and (min-width: 910px) {
  .footer-box form {
    margin-left: 2em;
  }
}
@media screen and (min-width: 1010px) {
  .footer-box {
    width: 1000px;
  }
  .footer-box form {
    margin-left: 4em;
  }
}
@media screen and (min-width: 1100px) {
  .contact-header li {
    margin-right: 3.4em;
  }
  .contact-header,
  nav {
    width: 1070px;
  }
  .footer-box h4,
  .footer-box form input,
  .footer-box form button {
    font-size: var(--text-desktop);
  }
  footer {
    align-items: flex-start;
  }
  .footer2,
  .footer3,
  .footer4 {
    margin-left: 4em;
  }
  .copyright {
    width: 100vw;
    align-items: center;
  }
  .copyright p {
    text-align: center;
    width: 610px;
  }
}
