.vertical,
.horizontal {
  position: fixed;
  z-index: 20;
  background: black;
}

.vertical {
  width: 1px;
  height: 100%;
  left: 32px;
  top: 0;
}

.img-reference {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.horizontal {
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 14px;
}

@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 14px;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-Semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow/normal/Barlow-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "barlow-condensed";
  src: url("../../fonts/Barlow/condensed/BarlowCondensed-Black.ttf");
  font-weight: 900;
}
header {
  position: fixed;
  z-index: 12;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  transition: all 0.4s ease-out;
}
header.header-out {
  top: -80px;
}
@media screen and (max-width: 600px) {
  header {
    top: auto;
    bottom: 0px;
  }
}
header .none {
  opacity: 0;
  transform: translateX(-3rem);
}
header .animated-title-header {
  position: relative;
  height: 80px;
  width: 350px;
  margin-top: 4px;
  transition: all 0.8s ease-out;
}
@media screen and (max-width: 1200px) {
  header .animated-title-header {
    width: 300px;
  }
}
@media screen and (max-width: 1050px) {
  header .animated-title-header {
    width: 280px;
  }
}
@media screen and (max-width: 850px) {
  header .animated-title-header {
    display: none;
  }
}
header .animated-title-header .separador {
  width: 100%;
  height: 2px;
  background: #DBC698;
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
header .animated-title-header > div {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}
header .animated-title-header > div div {
  padding: 0;
  position: absolute;
  font-family: Montserrat;
  font-weight: 500;
}
header .animated-title-header > div div span {
  display: block;
}
header .animated-title-header > div div.text-top {
  letter-spacing: 0px;
  top: 0;
  text-align: right;
}
header .animated-title-header > div.text-top div {
  font-size: 24px;
  color: #0F2A3F;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  header .animated-title-header > div.text-top div {
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  header .animated-title-header > div.text-top div {
    font-size: 20px;
  }
}
header .animated-title-header > div.text-bottom {
  bottom: 0px;
}
header .animated-title-header > div.text-bottom div {
  font-size: 14px;
  right: 0;
  font-weight: 600;
  color: #9E8857;
  letter-spacing: 1px;
  padding-top: 8px;
  top: 0;
}
header nav {
  position: relative;
  width: calc(100% - 200px);
  height: 100%;
  margin: 0 40px;
  padding-right: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 850px) {
  header nav {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header nav {
    margin: 0 16px;
  }
}
header ul {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 850px) {
  header ul {
    width: 100%;
  }
}
header ul li,
header ul span {
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li {
  width: 128px;
  height: 100%;
  opacity: 0;
  transform: translateY(-24px);
  -webkit-animation: liAppear 1s ease-out forwards;
          animation: liAppear 1s ease-out forwards;
}
header ul li:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
header ul li:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
header ul li:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes liAppear {
  0% {
    opacity: 0;
    transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes liAppear {
  0% {
    opacity: 0;
    transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 850px) {
  header ul li {
    width: 100%;
  }
}
header ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed";
  font-size: 1.2rem;
  font-weight: 500;
  color: #745D2B;
}
@media screen and (max-width: 600px) {
  header ul li a {
    font-size: 1.1rem;
  }
}
header ul li.active a {
  color: #9E8857;
  font-weight: 600;
}
header ul .marcador {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header ul .marcador span {
  position: absolute;
  width: 0px;
  height: 4px;
  background: #9E8857;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: marcadorAppear 1s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
          animation: marcadorAppear 1s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}
@-webkit-keyframes marcadorAppear {
  0% {
    width: 0px;
  }
  100% {
    width: 32px;
  }
}
@keyframes marcadorAppear {
  0% {
    width: 0px;
  }
  100% {
    width: 32px;
  }
}

.leng-en,
.leng-es {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #DBC698;
  color: #745D2B;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.8s ease-out;
}
.leng-en span,
.leng-es span {
  font-size: 14px;
  line-height: 14px;
  font-family: "Montserrat";
  font-weight: 600;
  transition: all 0.4s ease-out;
}
.leng-en:hover,
.leng-es:hover {
  border: 3px solid #DBC698;
  color: #DBC698;
  transition: all 0s ease-out !important;
}
@media screen and (max-width: 850px) {
  .leng-en,
.leng-es {
    width: 40px;
    height: 40px;
  }
  .leng-en span,
.leng-es span {
    font-size: 12px;
    line-height: 12px;
  }
}

.flipped {
  transform: rotate(180deg);
  opacity: 0;
  pointer-events: none;
}

footer {
  position: relative;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, rgba(15, 42, 63, 0) 0%, rgba(72, 120, 157, 0.1) 100%);
  padding: 0 10%;
  overflow: hidden;
}
footer:after {
  position: absolute;
  content: "";
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
}
@media screen and (max-width: 600px) {
  footer {
    margin-bottom: 60px;
  }
}
footer .first-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .first-row .connect-box {
  width: 33%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
  flex-wrap: wrap;
  transition: all 0.6s ease-out;
  opacity: 0;
  transform: translateY(-32px);
}
footer .first-row .connect-box:nth-child(4), footer .first-row .connect-box:nth-child(5), footer .first-row .connect-box:nth-child(6) {
  margin-top: 32px;
}
@media screen and (max-width: 1350px) {
  footer .first-row .connect-box {
    width: 48%;
  }
  footer .first-row .connect-box:nth-child(3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  footer .first-row .connect-box {
    margin: 0 auto;
    width: 100%;
  }
  footer .first-row .connect-box:nth-child(2) {
    margin-top: 32px;
  }
  footer .first-row .connect-box a {
    width: 60% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  footer .first-row .connect-box a {
    width: 100% !important;
  }
}
footer .first-row .connect-box a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
footer .first-row .connect-box a .secondary-icon {
  background: white;
  padding: 12px;
  margin-right: 16px;
}
footer .first-row .connect-box a .secondary-icon:hover {
  padding: 11px;
}
footer .first-row .connect-box a .secondary-icon img {
  width: 20px;
}
footer .first-row .connect-box a .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 64px);
  height: 100%;
  flex-wrap: wrap;
}
footer .first-row .connect-box a .text h3,
footer .first-row .connect-box a .text p {
  position: relative;
  width: 100%;
  color: #0F2A3F;
  font-family: "Barlow";
  font-size: 16px;
  letter-spacing: 0.08rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer .first-row .connect-box a .text h3 {
  font-weight: 700;
}
footer .first-row {
  padding-top: 64px;
  padding-bottom: 64px;
}
footer #rrss {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end !important;
}
@media screen and (max-width: 1350px) {
  footer #rrss {
    flex-wrap: wrap;
  }
  footer #rrss .social-links {
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  footer #rrss {
    row-gap: 4px;
  }
  footer #rrss .social-links {
    margin: 0 auto;
    padding-left: 26%;
  }
}
@media screen and (max-width: 750px) {
  footer #rrss .social-links {
    margin: 0 auto;
    padding-left: 40px;
  }
}
footer #rrss a {
  flex-wrap: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
footer #rrss .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer #rrss .social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
  justify-content: flex-start;
  margin-left: 16px;
}
footer #rrss .social-links a {
  background: white;
  border: 1px solid #DBC698;
  width: 32px !important;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
footer #rrss .social-links a img {
  height: 20px;
}
footer #rrss .social-links a:hover {
  border: 2px solid #DBC698;
}
footer #rrss .social-links a:hover img {
  filter: brightness(250%) saturate(150%);
}

.squares-right,
.squares-left {
  position: absolute;
  z-index: -1;
  width: 40vw;
  height: 40vw;
  left: 0vw;
  top: 44vh;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .squares-right,
.squares-left {
    width: 60vw;
    height: 60vw;
    top: 55vh;
  }
}
@media screen and (max-width: 750px) {
  .squares-right,
.squares-left {
    width: 80vw;
    height: 80vw;
    top: 65vh;
  }
}
.squares-right div,
.squares-left div {
  position: absolute;
  transform: rotate(45deg);
  transform-origin: center center;
  opacity: 0.7;
}
.squares-right div:after,
.squares-left div:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.squares-right .square-1,
.squares-left .square-1 {
  width: 100%;
  background: rgba(29, 83, 124, 0.0509803922);
}
.squares-right .square-2,
.squares-left .square-2 {
  width: 60%;
  margin-left: 20%;
  margin-top: 15%;
  background: rgba(29, 83, 124, 0.0509803922);
}
.squares-right .square-3,
.squares-left .square-3 {
  width: 30%;
  margin-left: 35%;
  margin-top: 30%;
  background: rgba(255, 255, 255, 0.6980392157);
}

.squares-right .square-1,
.squares-right .square-2,
.squares-right .square-3 {
  transform: rotate(45deg) translate(20rem, 20rem);
  transition: all 2s ease-out;
}

.squares-left {
  left: auto;
  right: 0;
  top: -44vh;
}
.squares-left .square-1,
.squares-left .square-2,
.squares-left .square-3 {
  transform: rotate(45deg) translate(-20rem, -20rem);
  transition: all 2s ease-out;
}
@media screen and (max-width: 900px) {
  .squares-left {
    top: -70vh;
  }
}
@media screen and (max-width: 750px) {
  .squares-left {
    top: -70vh;
  }
}

.footer-on .squares-right .square-1,
.footer-on .squares-right .square-2,
.footer-on .squares-right .square-3 {
  transform: rotate(45deg) translate(0rem, 0rem);
}
.footer-on .squares-right .square-1 {
  transition-delay: 0.4s;
}
.footer-on .squares-right .square-2 {
  transition-delay: 0.8s;
}
.footer-on .squares-right .square-3 {
  transition-delay: 1.2s;
}
.footer-on .squares-left .square-1,
.footer-on .squares-left .square-2,
.footer-on .squares-left .square-3 {
  transform: rotate(45deg) translate(0rem, 0rem);
}
.footer-on .squares-left .square-1 {
  transition-delay: 0.4s;
}
.footer-on .squares-left .square-2 {
  transition-delay: 0.8s;
}
.footer-on .squares-left .square-3 {
  transition-delay: 1.2s;
}
.footer-on .first-row .connect-box {
  opacity: 1;
  transform: translateY(0px);
}
.footer-on .first-row .connect-box:nth-child(1) {
  transition-delay: 0.2s;
}
.footer-on .first-row .connect-box:nth-child(2) {
  transition-delay: 0.4s;
}
.footer-on .first-row .connect-box:nth-child(3) {
  transition-delay: 0.6s;
}
.footer-on .first-row .connect-box:nth-child(4) {
  transition-delay: 0.8s;
}
.footer-on .first-row .connect-box:nth-child(5) {
  transition-delay: 1s;
}
.footer-on .first-row .connect-box:nth-child(6) {
  transition-delay: 1.2s;
}

#portada {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  margin-top: 80px;
  border: 1px solid transparent;
}
@media screen and (max-width: 600px) {
  #portada {
    margin-top: 0px;
  }
}

@-webkit-keyframes showTopText {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showTopText {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes showBottomText {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes showBottomText {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes showSeparador {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes showSeparador {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.animated-title {
  position: absolute;
  bottom: 36vh;
  height: 80px;
  width: 641px;
  left: 0;
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  .animated-title {
    bottom: 32vh;
    width: 495px;
  }
}
@media screen and (max-width: 900px) {
  .animated-title {
    bottom: 28vh;
    width: 394px;
  }
}
@media screen and (max-width: 600px) {
  .animated-title {
    bottom: 32vh;
    width: 290px;
  }
}
@media screen and (max-width: 600px) {
  .animated-title {
    bottom: 32vh;
    width: 234px;
  }
}
.animated-title .separador {
  width: 0%;
  height: 2px;
  background: #9E8857;
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -webkit-animation: showSeparador 1s;
          animation: showSeparador 1s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translate(0, -100%);
}

.animated-title > div {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}
.animated-title > div div {
  font-size: 24px;
  padding: 0;
  position: absolute;
  font-family: Montserrat;
  font-weight: 500;
}
.animated-title > div div span {
  display: block;
}
.animated-title > div.text-top {
  letter-spacing: 0px;
  height: 100px;
  bottom: 40px;
  text-align: right;
}
.animated-title > div.text-top div {
  -webkit-animation: showTopText 1.5s;
          animation: showTopText 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  bottom: 0;
  left: 102px;
  transform: translate(0, 100%);
  font-size: 4rem;
  letter-spacing: 0.5rem;
  color: #0F2A3F;
}
@media screen and (max-width: 1400px) {
  .animated-title > div.text-top div {
    font-size: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .animated-title > div.text-top div {
    font-size: 2.4rem;
    left: 62px;
  }
}
@media screen and (max-width: 600px) {
  .animated-title > div.text-top div {
    font-size: 2rem;
    letter-spacing: 0.25rem;
    left: 40px;
  }
}
@media screen and (max-width: 400px) {
  .animated-title > div.text-top div {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    left: 32px;
  }
}
.animated-title > div.text-bottom {
  top: 40px;
  height: 60px;
}
.animated-title > div.text-bottom div {
  left: 100px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 2.4rem;
  color: #9E8857;
  letter-spacing: 0.25rem;
  padding-top: 8px;
  -webkit-animation: showBottomText 1.5s;
          animation: showBottomText 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  top: 0;
  transform: translate(0, -100%);
}
@media screen and (max-width: 1400px) {
  .animated-title > div.text-bottom div {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .animated-title > div.text-bottom div {
    font-size: 1.8rem;
    left: 62px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 600px) {
  .animated-title > div.text-bottom div {
    font-size: 1.4rem;
    left: 40px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 400px) {
  .animated-title > div.text-bottom div {
    font-size: 1rem;
    left: 32px;
    padding-top: 4px;
  }
}

.quote,
.scroll-tag,
.animated-text {
  margin-left: 104px;
}

.quote {
  position: absolute;
  bottom: 24vh;
  width: 400px;
  height: 0;
  font-family: Barlow Condensed;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.08em;
  color: #1D537C;
  overflow: hidden;
  -webkit-animation: 1s ease-out AppearQuoteAnim;
          animation: 1s ease-out AppearQuoteAnim;
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes AppearQuoteAnim {
  0% {
    height: 0rem;
  }
  100% {
    height: 4rem;
  }
}
@keyframes AppearQuoteAnim {
  0% {
    height: 0rem;
  }
  100% {
    height: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  .quote {
    bottom: 20vh;
    width: 350px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .quote {
    bottom: 18vh;
    width: 320px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .quote {
    bottom: 18vh;
    margin-left: 64px;
    width: 260px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .quote {
    bottom: 24vh;
    margin-left: 32px;
  }
}

.scroll-tag {
  position: absolute;
  bottom: 12vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  -webkit-animation: 1s ease-out AppearScrollAnim;
          animation: 1s ease-out AppearScrollAnim;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  overflow: hidden;
}
@-webkit-keyframes AppearScrollAnim {
  0% {
    height: 0rem;
  }
  100% {
    height: 2rem;
  }
}
@keyframes AppearScrollAnim {
  0% {
    height: 0rem;
  }
  100% {
    height: 2rem;
  }
}
.scroll-tag h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  width: auto;
}
.scroll-tag .mouse {
  margin-left: 8px;
  position: relative;
  width: 24px;
  height: 32px;
}
.scroll-tag .mouse img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.scroll-tag .mouse img:nth-child(1) {
  width: 16px;
}
.scroll-tag .mouse img:nth-child(2) {
  top: -10px;
  /*animation*/
  -webkit-animation: mousemouse 5s;
          animation: mousemouse 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: all ease-in-out;
}
@media screen and (max-width: 900px) {
  .scroll-tag {
    bottom: 12vh;
    margin-left: 64px;
  }
  .scroll-tag h4 {
    font-size: 14px;
  }
  .scroll-tag .mouse img:nth-child(1) {
    width: 16px;
  }
  .scroll-tag .mouse img:nth-child(2) {
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  .scroll-tag {
    bottom: 18vh;
    margin-left: 32px;
  }
  .scroll-tag h4 {
    font-size: 13px;
    line-height: 15px;
  }
  .scroll-tag .mouse img:nth-child(1) {
    width: 12px;
  }
  .scroll-tag .mouse img:nth-child(2) {
    top: -16px;
    height: 6px;
  }
}
@-webkit-keyframes mousemouse {
  0% {
    top: -10px;
  }
  50% {
    top: -5px;
  }
  100% {
    top: -10px;
  }
}
@keyframes mousemouse {
  0% {
    top: -10px;
  }
  50% {
    top: -5px;
  }
  100% {
    top: -10px;
  }
}

.squares,
.squares-top {
  position: absolute;
  z-index: -1;
  width: 40vw;
  height: 40vw;
  left: -20vw;
  top: 40vh;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .squares,
.squares-top {
    width: 70vw;
    height: 70vw;
    left: -32vw;
    top: 30vh;
  }
}
.squares div,
.squares-top div {
  position: absolute;
  transform-origin: center center;
  border: 0px solid transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0) rotate(0deg);
  opacity: 0;
  -webkit-animation: 3s ease-out appearSquares;
          animation: 3s ease-out appearSquares;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.squares div.square-1,
.squares-top div.square-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.squares div.square-2,
.squares-top div.square-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.squares div.square-3,
.squares-top div.square-3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.squares div.square-4,
.squares-top div.square-4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.squares div.square-5,
.squares-top div.square-5 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes appearSquares {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}
@keyframes appearSquares {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}
.squares .square-1,
.squares-top .square-1 {
  width: 40vw;
  height: 40vw;
  background: #F9FAFB;
}
@media screen and (max-width: 1400px) {
  .squares .square-1,
.squares-top .square-1 {
    width: 65vw;
    height: 65vw;
  }
}
.squares .square-2,
.squares-top .square-2 {
  width: 30vw;
  height: 30vw;
  background: #F5F7F9;
}
@media screen and (max-width: 1400px) {
  .squares .square-2,
.squares-top .square-2 {
    width: 50vw;
    height: 50vw;
  }
}
.squares .square-3,
.squares-top .square-3 {
  width: 25vw;
  height: 25vw;
  background: #ffffff;
  z-index: 1;
  position: absolute;
}
.squares .square-3::after,
.squares-top .square-3::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  background: #F3F7F9;
}
@media screen and (max-width: 1400px) {
  .squares .square-3,
.squares-top .square-3 {
    width: 35vw;
    height: 35vw;
  }
}
.squares .square-4,
.squares-top .square-4 {
  width: 12vw;
  height: 12vw;
  background: #EDF2F5;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .squares .square-4,
.squares-top .square-4 {
    width: 20vw;
    height: 20vw;
  }
}
.squares .square-5,
.squares-top .square-5 {
  width: 4vw;
  height: 4vw;
  background: #FAFBFC;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .squares .square-5,
.squares-top .square-5 {
    width: 8vw;
    height: 8vw;
  }
}

.squares-top {
  z-index: -2;
  top: -45vw;
  left: 10vw;
  opacity: 0.3;
}
.squares-top .square-1 {
  width: 35vw;
  height: 35vw;
}
.squares-top .square-2 {
  width: 25vw;
  height: 25vw;
}
.squares-top .square-3 {
  width: 15vw;
  height: 15vw;
}

.devices {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0vw;
  top: 0vh;
  padding: 0;
}
.devices img {
  position: absolute;
  margin-top: -32px;
  opacity: 0;
  -webkit-animation: 0.8s ease-out appearDevicesAnim;
          animation: 0.8s ease-out appearDevicesAnim;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.devices img:nth-child(1) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.devices img:nth-child(2) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.devices img:nth-child(3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.devices img:nth-child(4) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.devices img:nth-child(5) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.devices img:nth-child(6) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.devices img:nth-child(7) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.devices img:nth-child(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.devices img:nth-child(9) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.devices img:nth-child(10) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
.devices img:nth-child(11) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.devices img:nth-child(12) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
@-webkit-keyframes appearDevicesAnim {
  0% {
    margin-top: -32px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes appearDevicesAnim {
  0% {
    margin-top: -32px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
.devices .flecha-arriba {
  top: 3vw;
  right: 58vw;
  width: 6vw;
}
@media screen and (max-width: 1400px) {
  .devices .flecha-arriba {
    top: 2vw;
    left: 18vw;
    width: 8vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .flecha-arriba {
    top: 2vw;
    left: 8vw;
    width: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .flecha-arriba {
    top: -12vw;
    left: 6vw;
    width: 14vw;
  }
}
.devices .apple-watch {
  z-index: 2;
  top: -4vw;
  right: 39.5vw;
  width: 22vw;
}
@media screen and (max-width: 1400px) {
  .devices .apple-watch {
    top: -5vw;
    left: 22vw;
    width: 26vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .apple-watch {
    top: 3vw;
    left: 13vw;
    width: 29vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .apple-watch {
    top: -7vw;
    left: 9vw;
    width: 35vw;
  }
}
.devices .ipad-pro {
  top: -7.5vw;
  right: 20.5vw;
  width: 33.5vw;
}
@media screen and (max-width: 1400px) {
  .devices .ipad-pro {
    top: -8.5vw;
    left: 31vw;
    width: 40vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .ipad-pro {
    top: -12vw;
    left: 24vw;
    width: 55vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .ipad-pro {
    top: -25vw;
    left: 24vw;
    width: 58vw;
  }
}
.devices .iphone-x {
  top: -2vw;
  right: 14vw;
  width: 26vw;
}
@media screen and (max-width: 1400px) {
  .devices .iphone-x {
    top: -2vw;
    right: 18vw;
    width: 32vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .iphone-x {
    top: 0vw;
    right: 18vw;
    width: 34vw;
  }
}
@media screen and (max-width: 900px) {
  .devices .iphone-x {
    top: 8vw;
    right: 18vw;
    width: 38vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .iphone-x {
    top: 3vw;
    right: 16vw;
    width: 42vw;
  }
}
.devices .percentage {
  z-index: 4;
  top: 7.5vw;
  right: 17vw;
  width: 11vw;
}
@media screen and (max-width: 1400px) {
  .devices .percentage {
    top: 9.5vw;
    right: 21vw;
    width: 14vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .percentage {
    top: 14.5vw;
    right: 19vw;
    width: 14vw;
  }
}
@media screen and (max-width: 900px) {
  .devices .percentage {
    top: 18vw;
    right: 45vw;
    width: 19vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .percentage {
    top: 8vw;
    right: 46vw;
    width: 22vw;
  }
}
.devices .apple-watch-vert {
  top: 16vw;
  right: 12.2vw;
  width: 21.5vw;
}
@media screen and (max-width: 1400px) {
  .devices .apple-watch-vert {
    top: 20vw;
    right: 15vw;
    width: 28vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .apple-watch-vert {
    top: 22vw;
    right: 12vw;
    width: 30vw;
  }
}
@media screen and (max-width: 900px) {
  .devices .apple-watch-vert {
    z-index: 2;
    top: 32vw;
    right: 5vw;
    width: 42vw;
  }
}
.devices .notification {
  z-index: 3;
  top: 18.5vw;
  right: 21vw;
  width: 5vw;
}
@media screen and (max-width: 1400px) {
  .devices .notification {
    top: 23vw;
    right: 26vw;
    width: 7vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .notification {
    top: 25.5vw;
    right: 24.5vw;
    width: 7vw;
  }
}
@media screen and (max-width: 900px) {
  .devices .notification {
    top: 37vw;
    right: 21.5vw;
    width: 10vw;
  }
}
.devices .google-pixel {
  z-index: 1;
  top: -4vw;
  right: 0.5vw;
  width: 26.5vw;
}
@media screen and (max-width: 1400px) {
  .devices .google-pixel {
    top: -5vw;
    right: 1vw;
    width: 33vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .google-pixel {
    top: -6vw;
    right: 6vw;
    width: 33vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .google-pixel {
    top: -14vw;
    right: 0vw;
    width: 38vw;
  }
}
.devices .component {
  z-index: 4;
  top: 8vh;
  right: 3vw;
  width: 11vw;
}
@media screen and (max-width: 1400px) {
  .devices .component {
    top: 7vh;
    right: 3vw;
    width: 14vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .component {
    top: 4vh;
    right: 3vw;
    width: 15vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .component {
    top: -4vh;
    right: -7vw;
    width: 22vw;
  }
}
.devices .browser {
  z-index: 1;
  top: -1vw;
  right: -27.5vw;
  width: 42vw;
}
@media screen and (max-width: 1400px) {
  .devices .browser {
    top: -2vw;
    right: -36vw;
    width: 54vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .browser {
    top: 10vw;
    right: -22vw;
    width: 50vw;
  }
}
@media screen and (max-width: 900px) {
  .devices .browser {
    top: 9vw;
    right: -36vw;
    width: 75vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .browser {
    top: 4vw;
    right: -45vw;
    width: 84vw;
  }
}
.devices .iphone-x2 {
  z-index: 1;
  top: 11vw;
  right: 0.5vw;
  width: 25.5vw;
}
@media screen and (max-width: 1400px) {
  .devices .iphone-x2 {
    top: 13.5vw;
    right: 0.5vw;
    width: 32vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .iphone-x2 {
    top: 34vw;
    right: -11.5vw;
    width: 32vw;
  }
}
@media screen and (max-width: 900px) {
  .devices .iphone-x2 {
    top: 44vw;
    right: -22vw;
    width: 44vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .iphone-x2 {
    top: 42vw;
    right: -28vw;
    width: 54vw;
  }
}
.devices .component2 {
  z-index: 1;
  top: 21vw;
  right: 4vw;
  width: 7vw;
}
@media screen and (max-width: 1400px) {
  .devices .component2 {
    top: 27vw;
    right: 4.5vw;
    width: 8.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .devices .component2 {
    top: 38vw;
    right: 15vw;
    width: 12vw;
  }
}
@media screen and (max-width: 900px) {
  .devices .component2 {
    top: 50vw;
    right: 14vw;
    width: 14vw;
  }
}
@media screen and (max-width: 600px) {
  .devices .component2 {
    top: 56vw;
    right: 16vw;
    width: 18vw;
  }
}

.moving-letters-container {
  position: absolute;
  bottom: 8vh;
  font: normal 40px/50px Montserrat, sans-serif;
  color: #999;
  -webkit-animation: 1s ease-out AppearMovingLetters1;
          animation: 1s ease-out AppearMovingLetters1;
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  overflow: hidden;
  width: 400px;
  height: 0rem;
}
@-webkit-keyframes AppearMovingLetters1 {
  0% {
    height: 0rem;
  }
  100% {
    height: 2rem;
  }
}
@keyframes AppearMovingLetters1 {
  0% {
    height: 0rem;
  }
  100% {
    height: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .moving-letters-container {
    bottom: 12vh;
  }
}
.moving-letters-container .moving-letters {
  position: relative;
  float: left;
  overflow: hidden;
  width: auto;
  height: 30px;
  left: 104px;
}
@media screen and (max-width: 900px) {
  .moving-letters-container .moving-letters {
    left: 64px;
  }
}
@media screen and (max-width: 600px) {
  .moving-letters-container .moving-letters {
    left: 32px;
    font: normal 32px/48px Montserrat, sans-serif;
  }
}
.moving-letters-container .inner-letters {
  display: inline-block;
  font-family: Barlow;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #0F2A3F;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  /*animation*/
  -webkit-animation: move 20s;
          animation: move 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@media screen and (max-width: 600px) {
  .moving-letters-container .inner-letters {
    font-size: 16px;
  }
}

@-webkit-keyframes move {
  0% {
    top: 0px;
  }
  10% {
    top: 0px;
  }
  14% {
    top: -24px;
  }
  24% {
    top: -24px;
  }
  28% {
    top: -48px;
  }
  38% {
    top: -48px;
  }
  42% {
    top: -72px;
  }
  52% {
    top: -72px;
  }
  56% {
    top: -96px;
  }
  66% {
    top: -96px;
  }
  70% {
    top: -120px;
  }
  80% {
    top: -120px;
  }
  84% {
    top: -144px;
  }
  94% {
    top: -144px;
  }
  100% {
    top: 0px;
  }
}

@keyframes move {
  0% {
    top: 0px;
  }
  10% {
    top: 0px;
  }
  14% {
    top: -24px;
  }
  24% {
    top: -24px;
  }
  28% {
    top: -48px;
  }
  38% {
    top: -48px;
  }
  42% {
    top: -72px;
  }
  52% {
    top: -72px;
  }
  56% {
    top: -96px;
  }
  66% {
    top: -96px;
  }
  70% {
    top: -120px;
  }
  80% {
    top: -120px;
  }
  84% {
    top: -144px;
  }
  94% {
    top: -144px;
  }
  100% {
    top: 0px;
  }
}
#proyectos {
  position: relative;
}
#proyectos .proyects-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 104px 56px;
}
@media screen and (max-width: 1200px) {
  #proyectos .proyects-box {
    width: 90%;
    padding: 0;
    margin: 0 auto 56px;
  }
}
#proyectos .proyects-box .proyect-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  gap: 16px;
  flex: 1 1 100%; /* por defecto: ocupa 100% (1 por fila) */
}

/* De 600px a 1199px → 2 por fila */
@media (min-width: 600px) {
  #proyectos .proyects-box .proyect-row .proyect-menu {
    flex: 1 1 calc(50% - 16px); /* 2 columnas */
    max-width: calc(50% - 16px);
  }
}

/* Desde 1200px → 4 por fila */
@media (min-width: 1200px) {
  #proyectos .proyects-box .proyect-row .proyect-menu {
    flex: 1 1 calc(25% - 16px); /* 4 columnas */
    max-width: calc(25% - 16px);
  }
}

#proyectos .proyects-box .proyect-row .proyect-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-self: stretch;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}



#proyectos .proyects-box .proyect-row .proyect-menu img {
  width: 100%;
}
#proyectos .proyects-box .proyect-row .proyect-menu .content-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.4);
  background: #1D537C;
  width: 100%;
  padding: 48px;
  row-gap: 16px;
}
@media screen and (max-width: 1600px) {
  #proyectos .proyects-box .proyect-row .proyect-menu .content-box {
    padding: 40px;
  }
}
@media screen and (max-width: 1500px) {
  #proyectos .proyects-box .proyect-row .proyect-menu .content-box {
    padding: 24px;
  }
}
#proyectos .proyects-box .proyect-row .proyect-menu .content-box .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
#proyectos .proyects-box .proyect-row .proyect-menu .content-box .text h3,
#proyectos .proyects-box .proyect-row .proyect-menu .content-box .text p {
  font-family: Montserrat;
  letter-spacing: 0.08em;
  text-align: left;
}
#proyectos .proyects-box .proyect-row .proyect-menu .content-box .text h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #DBC698;
}
#proyectos .proyects-box .proyect-row .proyect-menu .content-box .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
@media screen and (max-width: 1300px) {
  #proyectos .proyects-box .proyect-row .proyect-menu .content-box .text p {
    font-size: 12px;
  }
}
#proyectos .proyects-box .proyect-row .proyect-menu .content-box .see-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-end;
  align-self: flex-end;
}
#proyectos .proyects-box .proyect-row .proyect-menu .content-box .see-more span {
  color: #DBC698;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-align: left;
}
#proyectos .proyects-box .proyect-row .proyect-menu .content-box .see-more img {
  width: 16px;
  height: 16px;
}
#proyectos .portfolio-row {
  position: relative;
  width: 100%;
  padding-top: 72px;
  background: #323639;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease-out;
  min-height: 800px;
}

/* --Menu portfolio-- */

#proyectos .portfolio-row .menu-portfolio {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  background: #4E5458;
  transition: all 0.4s ease-out;
  display: flex;
  justify-content: space-between;
  padding: 0px 32px;
}


/* ===== MENÚ HORIZONTAL ===== */
.menu-portfolio .menu-list {
  display: flex;
  justify-content: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.menu-portfolio .menu-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  height: 100%;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-align: left;
  color: white;
  cursor: pointer;
  transition: color 0.6s;
}

.menu-portfolio .menu-list li.active {
  color: #DBC698; /* dorado */
}

/* Marca (línea dorada) */
.menu-portfolio .marker {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 32px;
  height: 4px;
  background: #DBC698; /* dorado */
  border-radius: 1px;
  transition: all 0.6s ease;
  transform: translateX(-50%);
}

/* ===== MENÚ DROPDOWN ===== */
.menu-portfolio .dropdown-toggle {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  cursor: pointer;
  color: #DBC698; /* Dorado */  
  font-weight: bold;  
  padding: 0rem 16px 0px 0px;
  font-size: 1.2rem;
  background: none;
}


.menu-portfolio .dropdown-toggle .icon {
  transition: transform 0.3s ease;
}


.menu-portfolio .dropdown-list {
  display: none;
  flex-direction: column;

  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: #4E5458;
  padding: 8px;
 
  display: none;
  list-style: none;
  margin-top: 64px;
  margin-left: -24px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.menu-portfolio .dropdown-list li {
  padding: 16px 16px;
  color: white;
  cursor: pointer;
  transition: background 0.4s;
  border-radius: 0 8px 8x 0;
}

.menu-portfolio .dropdown-list li:hover {
  background: #333;
}

.menu-portfolio .dropdown-list li.active {
    background: #333;
    color: #DBC698; /* dorado */
    box-shadow: -4px 0px 0px 0px #DBC698, inset 4px -1px 0px 4px rgba(0,0,0,0);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dropdown-item {
  padding: 0.8rem 1rem;
  color: white;
  cursor: pointer;
}

.dropdown-item.active {
  color: gold;
  font-weight: bold;
}

.dropdown-item:hover {
  background: #222;
}



/* -- Cerrar -- */
#proyectos .portfolio-row .menu-portfolio .close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-items: center;
  cursor: pointer;
}

#proyectos .portfolio-row .menu-portfolio .close:hover p {
  color: #DBC698;
}

#proyectos .portfolio-row .menu-portfolio .close:hover img {
  filter: invert(92%) sepia(2%) saturate(6654%) hue-rotate(341deg) brightness(92%) contrast(86%);
}
#proyectos .portfolio-row .menu-portfolio .close p {
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #ffffff;
  padding-bottom: 4px;
}

#proyectos .portfolio-row .menu-portfolio .close img {
  padding: 4px;
  width: 32px;
  filter: invert(99%) sepia(35%) saturate(5302%) hue-rotate(184deg) brightness(124%) contrast(100%);
}


/* ===== RESPONSIVE ===== */
@media (max-width: 800px) {
    
    #proyectos .portfolio-row{
     padding: 72px 0px 24px;
    }
    #proyectos .portfolio-row .menu-portfolio{
        padding: 0 24px;
    }
    #proyectos .portfolio-row .menu-portfolio .close p {
    display: none;
    }
    #proyectos .portfolio-row .menu-portfolio .close img {
    padding: 8px;
    width: 48px;
    }
    #proyectos .portfolio-row .menu-portfolio .menu-list {
    display: none;
    }
    #proyectos .portfolio-row .menu-portfolio .dropdown-toggle {
    display: flex;
    }
  
}


#proyectos .portfolio-row .proyect {
  width: calc(100% - 32px);
  max-width: 1400px;
  margin: 16px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  display: none;
  z-index: 1;
}

#proyectos .portfolio-row.hide-row {
  min-height: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.fixed {
  position: fixed !important;
  z-index: 2;
}

.menu-portfolio.fixed {
  top: 0px;
  left: 0;
}

.up.fixed {
  bottom: 72px;
  right: 72px;
}

.show-display {
  display: inline !important;
}

.up {
  position: fixed;
  z-index: 8;
  bottom: -72px;
  right: 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #48789D;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.up img {
  width: 40px;
  height: 40px;
  filter: invert(99%) sepia(35%) saturate(5302%) hue-rotate(184deg) brightness(124%) contrast(100%);
}
.up:hover {
  background: #1D537C;
  box-shadow: none;
}
.up:hover img {
  filter: invert(92%) sepia(2%) saturate(6654%) hue-rotate(341deg) brightness(92%) contrast(86%);
}

.ilust-decoration {
  position: absolute;
  width: 15%;
  height: 25vh;
  pointer-events: none;
  z-index: -2;
}
.ilust-decoration.decor-1 {
  top: -2vw;
  right: 0;
  opacity: 0.2;
  transform: rotate(180deg) scaleX(-1);
  -webkit-animation: 3s ease-out appearDecoration;
          animation: 3s ease-out appearDecoration;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes appearDecoration {
  0% {
    top: -2vw;
    opacity: 0;
  }
  100% {
    top: 2vw;
    opacity: 1;
  }
}
@keyframes appearDecoration {
  0% {
    top: -2vw;
    opacity: 0;
  }
  100% {
    top: 2vw;
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .ilust-decoration.decor-1 {
    display: none;
  }
}

#presentacion {
  position: relative;
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #presentacion {
    height: auto;
    margin-bottom: 4rem;
  }
}
#presentacion .presentacion_container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#presentacion .presentacion_container .photos,
#presentacion .presentacion_container .presentacion-text {
  width: 50%;
}
#presentacion .presentacion_container .photos {
  position: relative;
  width: 40%;
  height: auto;
  padding-right: 48px;
}
#presentacion .presentacion_container .photos .darkness-me,
#presentacion .presentacion_container .photos .triangles-me {
  transform: scale(1.05) translateX(-3rem);
  opacity: 0;
  -webkit-animation: 2s ease-out appearFotos;
          animation: 2s ease-out appearFotos;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#presentacion .presentacion_container .photos .darkness-me {
  width: 100%;
  height: auto;
}
#presentacion .presentacion_container .photos .triangles-me {
  position: absolute;
  left: 0;
  right: 20%;
  top: 20%;
  bottom: 0;
  margin: auto;
  width: 60%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  #presentacion .presentacion_container .photos {
    width: 100%;
    height: auto;
    padding: 2rem 10% 4rem;
  }
  #presentacion .presentacion_container .photos .darkness-me {
    width: 250px;
  }
  #presentacion .presentacion_container .photos .triangles-me {
    width: 220px;
    left: 80px;
    right: auto;
    top: 20%;
    bottom: 0;
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  #presentacion .presentacion_container .photos {
    padding: 1rem 10% 3rem;
  }
  #presentacion .presentacion_container .photos .darkness-me {
    width: 200px;
  }
  #presentacion .presentacion_container .photos .triangles-me {
    width: 150px;
    left: 40px;
    right: auto;
    top: 50px;
    bottom: 0;
    margin: 0;
  }
}
@-webkit-keyframes appearFotos {
  0% {
    transform: scale(1.05) translateX(-3rem);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0rem);
    opacity: 1;
  }
}
@keyframes appearFotos {
  0% {
    transform: scale(1.05) translateX(-3rem);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0rem);
    opacity: 1;
  }
}
#presentacion .presentacion_container .presentacion-text {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #presentacion .presentacion_container .presentacion-text {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  #presentacion .presentacion_container .presentacion-text {
    width: 100%;
    padding: 0 10%;
  }
}
#presentacion .presentacion_container .presentacion-text .web-personal {
  display: table;
}
#presentacion .presentacion_container .presentacion-text .title h1,
#presentacion .presentacion_container .presentacion-text .title h2,
#presentacion .presentacion_container .presentacion-text .bloque-text p,
#presentacion .presentacion_container .presentacion-text .web-personal,
#presentacion .presentacion_container .presentacion-text .icons-box #email,
#presentacion .presentacion_container .presentacion-text .icons-box #linkedin {
  transform: translateX(4rem);
  opacity: 0;
  -webkit-animation: 1s ease-out appearText;
          animation: 1s ease-out appearText;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes appearText {
  0% {
    transform: translateX(4rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem);
    opacity: 1;
  }
}
@keyframes appearText {
  0% {
    transform: translateX(4rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem);
    opacity: 1;
  }
}
#presentacion .presentacion_container .presentacion-text .title h1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#presentacion .presentacion_container .presentacion-text .title h2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#presentacion .presentacion_container .presentacion-text .bloque-text p:nth-child(1) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#presentacion .presentacion_container .presentacion-text .bloque-text p:nth-child(2) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#presentacion .presentacion_container .presentacion-text .bloque-text p:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#presentacion .presentacion_container .presentacion-text .web-personal {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#presentacion .presentacion_container .presentacion-text .icons-box #email {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#presentacion .presentacion_container .presentacion-text .icons-box #linkedin {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#presentacion .presentacion_container .presentacion-text .title {
  margin-bottom: 2rem;
}
#presentacion .presentacion_container .presentacion-text .bloque-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 2rem;
  color: #0F2A3F;
}
@media screen and (max-width: 1200px) {
  #presentacion .presentacion_container .presentacion-text .bloque-text {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
#presentacion .presentacion_container .presentacion-text .bloque-text p {
  font-family: "Barlow";
  margin-bottom: 1rem;
}
#presentacion .presentacion_container .presentacion-text .bloque-text p strong {
  font-family: "Barlow";
  font-weight: 600;
  color: #0F2A3F;
  font-stretch: 0.5px;
}
#presentacion .presentacion_container .icons-box {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
#presentacion .presentacion_container .icons-box a {
  width: 48px;
  height: 48px;
}
#presentacion .presentacion_container .icons-box a img {
  width: 32px;
  height: 32px;
}
#presentacion .present-ilust-decoration {
  position: absolute;
  z-index: -2;
  width: 20rem;
  height: 40rem;
  opacity: 1;
}
#presentacion .present-ilust-decoration img {
  width: 100%;
  height: 100%;
}
#presentacion .present-ilust-decoration.decor-1 {
  bottom: -10rem;
  right: 0;
  -webkit-animation: 2s ease-out appearDecoration1Present;
          animation: 2s ease-out appearDecoration1Present;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes appearDecoration1Present {
  0% {
    transform: translateY(20rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
@keyframes appearDecoration1Present {
  0% {
    transform: translateY(20rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
#presentacion .present-ilust-decoration.decor-2 {
  transform: rotate(180deg);
  left: 0;
  top: -10rem;
  opacity: 0;
  -webkit-animation: 2s ease-out appearDecoration2Present;
          animation: 2s ease-out appearDecoration2Present;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes appearDecoration2Present {
  0% {
    transform: rotate(180deg) translateY(20rem);
    opacity: 0;
  }
  100% {
    transform: rotate(180deg) translateY(0rem);
    opacity: 1;
  }
}
@keyframes appearDecoration2Present {
  0% {
    transform: rotate(180deg) translateY(20rem);
    opacity: 0;
  }
  100% {
    transform: rotate(180deg) translateY(0rem);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  #presentacion .present-ilust-decoration {
    width: 10rem;
    height: 20rem;
  }
  #presentacion .present-ilust-decoration .decor-1 {
    bottom: 0rem;
  }
  #presentacion .present-ilust-decoration .decor-2 {
    top: 5rem;
  }
}

#referencias {
  position: relative;
  padding: 0 104px;
  margin-bottom: 120px;
  transition: all 0.8s ease-out;
}
@media screen and (max-width: 1000px) {
  #referencias {
    padding: 0px;
  }
}
@media screen and (max-width: 800px) {
  #referencias {
    padding-top: 64px;
    margin-bottom: 72px;
  }
}
#referencias .ref-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1000px;
  height: 450px;
  transition: all 2s ease-out;
}
@media screen and (max-width: 1200px) {
  #referencias .ref-box {
    width: 80%;
    min-height: 450px;
    height: auto;
  }
}
#referencias .ref-box .ref-prev,
#referencias .ref-box .ref-next,
#referencias .ref-box .ref-center {
  position: absolute;
  width: 1000px;
  transition: all 0.8s ease-in-out;
}
#referencias .ref-box .ref-prev .avatar,
#referencias .ref-box .ref-prev .text,
#referencias .ref-box .ref-prev .refer-quote,
#referencias .ref-box .ref-next .avatar,
#referencias .ref-box .ref-next .text,
#referencias .ref-box .ref-next .refer-quote,
#referencias .ref-box .ref-center .avatar,
#referencias .ref-box .ref-center .text,
#referencias .ref-box .ref-center .refer-quote {
  transition: all 0.8s ease-in-out;
}
#referencias .ref-box .ref-prev .avatar,
#referencias .ref-box .ref-next .avatar,
#referencias .ref-box .ref-center .avatar {
  transition-delay: 0.2s;
}
#referencias .ref-box .ref-prev .text,
#referencias .ref-box .ref-next .text,
#referencias .ref-box .ref-center .text {
  transition: all 0.8s ease-in-out;
  transition-delay: 0.4s;
}
#referencias .ref-box .ref-prev .refer-quote,
#referencias .ref-box .ref-next .refer-quote,
#referencias .ref-box .ref-center .refer-quote {
  transition: all 3s ease-in-out;
  transition-delay: 0.8;
}
#referencias .ref-box .ref-prev {
  transition: opacity 0.1s ease-out;
}
#referencias .ref-box .ref-next {
  transition: opacity 0.1s ease-out;
}
#referencias .ref-box .ref-center {
  transition: all 2s ease-out;
}
#referencias .ref-box .ref-prev,
#referencias .ref-box .ref-next {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  #referencias .ref-box .ref-prev,
#referencias .ref-box .ref-next {
    width: 100%;
    height: auto;
  }
}
#referencias .ref-box .ref-center {
  position: relative;
  transform: translateX(0rem);
  width: 1000px;
}
#referencias .ref-box .ref-center .avatar, #referencias .ref-box .ref-center .text, #referencias .ref-box .ref-center .refer-quote {
  transform: translateX(0rem);
}
@media screen and (max-width: 1200px) {
  #referencias .ref-box .ref-center {
    width: 100%;
  }
}
#referencias .ref-box .ref-prev {
  transform: translateX(-4rem);
}
#referencias .ref-box .ref-prev .avatar, #referencias .ref-box .ref-prev .text, #referencias .ref-box .ref-prev .refer-quote {
  transform: translateX(-4rem);
}
#referencias .ref-box .ref-next {
  transform: translateX(4rem);
}
#referencias .ref-box .ref-next .avatar, #referencias .ref-box .ref-next .text, #referencias .ref-box .ref-next .refer-quote {
  transform: translateX(4rem);
}
#referencias .ref-none {
  display: none !important;
}
#referencias .ref {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 1000px) {
  #referencias .ref {
    width: 80%;
  }
}
#referencias .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#referencias .title h1,
#referencias .title h2 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #referencias .title {
    width: 80%;
  }
}
#referencias .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  margin-right: 40px;
}
#referencias .avatar img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #referencias .avatar {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1000px) {
  #referencias .avatar {
    width: 128px;
    height: 128px;
  }
}
@media screen and (max-width: 800px) {
  #referencias .avatar {
    margin-bottom: 16px;
  }
}
#referencias .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#referencias .text {
  position: relative;
  width: calc(100% - 240px);
}
#referencias .text:after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: -5rem;
  width: 10rem;
  height: 10rem;
  background: url(../img/website/02_sobre-mi/referencias/quote.svg);
  background-size: contain;
  transform: scale(-1);
  opacity: 0.2;
}
@media screen and (max-width: 1200px) {
  #referencias .text {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 1000px) {
  #referencias .text {
    width: calc(100% - 168px);
  }
}
@media screen and (max-width: 800px) {
  #referencias .text {
    width: 100%;
  }
}
#referencias .text .refer-quote {
  position: absolute;
  width: 72px;
  top: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1200px) {
  #referencias .text .refer-quote {
    width: 96px;
  }
}
@media screen and (max-width: 1000px) {
  #referencias .text .refer-quote {
    width: 64px;
  }
}
@media screen and (max-width: 1000px) {
  #referencias .text .refer-quote {
    top: -16px;
  }
}
#referencias .text .titulo {
  width: 100%;
}
#referencias .text .titulo h2,
#referencias .text .titulo h3 {
  width: calc(100% - 160px);
  font-family: Montserrat;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #referencias .text .titulo h2,
#referencias .text .titulo h3 {
    width: calc(100% - 144px);
  }
}
@media screen and (max-width: 1000px) {
  #referencias .text .titulo h2,
#referencias .text .titulo h3 {
    width: calc(100% - 96px);
  }
}
#referencias .text .titulo h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9E8857;
  color: #745D2B;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1200px) {
  #referencias .text .titulo h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #referencias .text .titulo h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
#referencias .text .titulo h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #0F2A3F;
  opacity: 0.8;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #referencias .text .titulo h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #referencias .text .titulo h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
#referencias .text .bloque-text {
  width: calc(100% - 64px);
  max-width: 600px;
  margin-bottom: 0rem;
}
@media screen and (max-width: 1100px) {
  #referencias .text .bloque-text {
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 800px) {
  #referencias .text .bloque-text {
    width: 100%;
  }
}
#referencias .text .bloque-text p {
  font-family: Barlow;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
  color: #0F2A3F;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #referencias .text .bloque-text p {
    font-size: 14px;
    line-height: 18px;
  }
}
#referencias .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 200px;
  left: 16px;
  z-index: 6;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#referencias .pagination div {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#referencias .pagination div img {
  height: 100%;
}
#referencias .pagination div:hover {
  filter: invert(52%) sepia(8%) saturate(1710%) hue-rotate(3deg) brightness(102%) contrast(90%);
}
#referencias .pagination span {
  font-size: 16px;
}
#referencias .pagination #prev {
  transform: rotate(180deg);
  margin-right: 24px;
}
#referencias .pagination #next {
  margin-left: 24px;
}
@media screen and (max-width: 1200px) {
  #referencias .pagination {
    left: 10px;
    top: 186px;
  }
}
@media screen and (max-width: 1200px) {
  #referencias .pagination {
    left: auto;
    right: 0;
    top: 104px;
  }
}

#idiomas {
  transition: all 0.4s ease-in-out;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
#idiomas .ilust-decoration {
  position: absolute;
  top: -15vw;
  left: 0vw;
  width: 15vw;
  transform: rotate(180deg);
  opacity: 0.75;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#idiomas .ilust-decoration img {
  width: 100%;
}
#idiomas .title {
  width: 100%;
  margin-bottom: 72px;
}
#idiomas .title h1,
#idiomas .title h2 {
  text-align: center;
}
#idiomas .leng-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
#idiomas .leng-box .eng-box,
#idiomas .leng-box .spa-box,
#idiomas .leng-box .fre-box {
  flex-wrap: wrap;
}
#idiomas .leng-box .eng-box .text,
#idiomas .leng-box .spa-box .text,
#idiomas .leng-box .fre-box .text {
  width: 100%;
  flex-wrap: wrap;
}
#idiomas .leng-box .eng-box .text h2,
#idiomas .leng-box .eng-box .text h3,
#idiomas .leng-box .spa-box .text h2,
#idiomas .leng-box .spa-box .text h3,
#idiomas .leng-box .fre-box .text h2,
#idiomas .leng-box .fre-box .text h3 {
  width: 100%;
  letter-spacing: 0.08em;
}
#idiomas .leng-box .eng-box .text h2,
#idiomas .leng-box .spa-box .text h2,
#idiomas .leng-box .fre-box .text h2 {
  font-family: Barlow Condensed;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #0F2A3F;
  text-transform: uppercase;
}
#idiomas .leng-box .eng-box .text h3,
#idiomas .leng-box .spa-box .text h3,
#idiomas .leng-box .fre-box .text h3 {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #745D2B;
}
#idiomas .leng-box .eng-box,
#idiomas .leng-box .fre-box {
  margin-top: 0px;
}
#idiomas .leng-box .eng-box .text h3,
#idiomas .leng-box .fre-box .text h3 {
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}
#idiomas .leng-box .eng-box .decoration,
#idiomas .leng-box .fre-box .decoration {
  position: relative;
}
#idiomas .leng-box .eng-box .decoration img,
#idiomas .leng-box .fre-box .decoration img {
  position: relative;
  z-index: 1;
  width: 120px;
}
#idiomas .leng-box .eng-box .decoration .square-1,
#idiomas .leng-box .eng-box .decoration .square-2,
#idiomas .leng-box .eng-box .decoration .square-3,
#idiomas .leng-box .eng-box .decoration .square-4,
#idiomas .leng-box .fre-box .decoration .square-1,
#idiomas .leng-box .fre-box .decoration .square-2,
#idiomas .leng-box .fre-box .decoration .square-3,
#idiomas .leng-box .fre-box .decoration .square-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
#idiomas .leng-box .eng-box .decoration .square-1,
#idiomas .leng-box .fre-box .decoration .square-1 {
  width: 8px;
  height: 8px;
  margin-right: 176px;
  background: #745D2B;
}
#idiomas .leng-box .eng-box .decoration .square-2,
#idiomas .leng-box .fre-box .decoration .square-2 {
  width: 24px;
  height: 24px;
  margin-right: 152px;
  background: #9E8857;
  opacity: 0.3;
}
#idiomas .leng-box .eng-box .decoration .square-3,
#idiomas .leng-box .fre-box .decoration .square-3 {
  width: 16px;
  height: 16px;
  margin-right: 144px;
  background: #9E8857;
  opacity: 0.6;
}
#idiomas .leng-box .eng-box .decoration .square-4,
#idiomas .leng-box .fre-box .decoration .square-4 {
  width: 80px;
  height: 80px;
  margin-right: 56px;
  opacity: 0.3;
  border: 4px solid #DBC698;
}
#idiomas .leng-box .eng-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
#idiomas .leng-box .eng-box h2,
#idiomas .leng-box .eng-box h3 {
  transition: all 0.6s ease-out;
  text-align: right;
}
#idiomas .leng-box .spa-box {
  position: relative;
  margin: 0 8px;
}
#idiomas .leng-box .spa-box h2 {
  margin-top: 2rem;
}
#idiomas .leng-box .spa-box h2,
#idiomas .leng-box .spa-box h3 {
  text-align: center;
}
#idiomas .leng-box .spa-box .decoration {
  position: relative;
  height: 184px;
}
#idiomas .leng-box .spa-box .decoration img {
  position: relative;
  width: 184px;
  z-index: 1;
}
#idiomas .leng-box .spa-box .decoration .square-1,
#idiomas .leng-box .spa-box .decoration .square-2,
#idiomas .leng-box .spa-box .decoration .square-3,
#idiomas .leng-box .spa-box .decoration .square-4 {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
#idiomas .leng-box .spa-box .decoration .square-1 {
  width: 128px;
  height: 128px;
  top: -56px;
  opacity: 0.3;
  border: 4px solid #DBC698;
}
#idiomas .leng-box .spa-box .decoration .square-2 {
  width: 128px;
  height: 128px;
  top: 56px;
  opacity: 0.3;
  border: 4px solid #DBC698;
}
#idiomas .leng-box .spa-box .decoration .square-3 {
  width: 24px;
  height: 24px;
  top: 160px;
  right: 160px;
  opacity: 0.3;
  border: 3px solid #C9A14A;
}
#idiomas .leng-box .fre-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#idiomas .leng-box .fre-box h2,
#idiomas .leng-box .fre-box h3 {
  text-align: left;
}
#idiomas .leng-box .fre-box .decoration {
  transform: scaleX(-1);
  position: relative;
}
#idiomas .leng-box .fre-box .decoration img {
  transform: scaleX(-1);
}
@media screen and (max-width: 750px) {
  #idiomas .leng-box {
    flex-wrap: wrap;
  }
  #idiomas .leng-box .eng-box,
#idiomas .leng-box .spa-box,
#idiomas .leng-box .fre-box {
    margin-left: -4%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #idiomas .leng-box .eng-box .text h2,
#idiomas .leng-box .eng-box .text h3,
#idiomas .leng-box .fre-box .text h2,
#idiomas .leng-box .fre-box .text h3 {
    padding-right: 40vw;
    margin: 0;
  }
  #idiomas .leng-box .eng-box .decoration,
#idiomas .leng-box .fre-box .decoration {
    margin-left: 5vw;
  }
  #idiomas .leng-box .eng-box .decoration img,
#idiomas .leng-box .fre-box .decoration img {
    width: 25vw;
  }
  #idiomas .leng-box .eng-box .decoration .square-1,
#idiomas .leng-box .fre-box .decoration .square-1 {
    background: #745D2B;
    opacity: 0.5;
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 42vw;
  }
  #idiomas .leng-box .eng-box .decoration .square-2,
#idiomas .leng-box .fre-box .decoration .square-2 {
    background: #9E8857;
    opacity: 0.1;
    width: 4vw;
    height: 4vw;
    margin-right: 36vw;
  }
  #idiomas .leng-box .eng-box .decoration .square-3,
#idiomas .leng-box .fre-box .decoration .square-3 {
    background: #9E8857;
    opacity: 0.4;
    width: 3vw;
    height: 3vw;
    margin-right: 34vw;
  }
  #idiomas .leng-box .eng-box .decoration .square-4,
#idiomas .leng-box .fre-box .decoration .square-4 {
    border: 3px solid #DBC698;
    opacity: 0.2;
    width: 15vw;
    height: 15vw;
    margin-right: 15vw;
  }
  #idiomas .leng-box .eng-box .text {
    margin-bottom: 8px;
  }
  #idiomas .leng-box .fre-box .text {
    margin-top: 8px;
    order: 2;
  }
  #idiomas .leng-box .spa-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #idiomas .leng-box .spa-box .text {
    align-items: center;
    align-content: center;
    width: 50%;
    order: 1;
  }
  #idiomas .leng-box .spa-box .text h2,
#idiomas .leng-box .spa-box .text h3 {
    margin-top: 0;
    padding-right: 16px;
    text-align: right;
  }
  #idiomas .leng-box .spa-box .decoration {
    order: 2;
    height: 20vw;
  }
  #idiomas .leng-box .spa-box .decoration img {
    margin-top: -5vw;
    width: 30vw;
  }
  #idiomas .leng-box .spa-box .decoration .square-1,
#idiomas .leng-box .spa-box .decoration .square-2 {
    width: 20vw;
    height: 20vw;
    border: 4px solid #DBC698;
    opacity: 0.2;
  }
  #idiomas .leng-box .spa-box .decoration .square-3,
#idiomas .leng-box .spa-box .decoration .square-4 {
    width: 4vw;
    height: 4vw;
    left: auto;
    right: 0;
    opacity: 0.3;
    border: 2px solid #DBC698;
  }
  #idiomas .leng-box .spa-box .decoration .square-3:after,
#idiomas .leng-box .spa-box .decoration .square-4:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 1vw;
    margin: auto;
    width: 6vw;
    height: 6vw;
    border: 1px solid #DBC698;
  }
  #idiomas .leng-box .spa-box .decoration .square-3 {
    top: auto;
    bottom: -5vw;
  }
  #idiomas .leng-box .spa-box .decoration .square-3::after {
    margin-top: -4.2vw;
  }
  #idiomas .leng-box .spa-box .decoration .square-4 {
    top: -5vw;
    bottom: auto;
  }
  #idiomas .leng-box .spa-box .decoration .square-4::after {
    margin-top: -4.2vw;
  }
  #idiomas .leng-box .fre-box .text h2,
#idiomas .leng-box .fre-box .text h3 {
    text-align: right;
  }
  #idiomas .leng-box .fre-box .decoration {
    transform: rotate(0deg);
  }
}
#idiomas .leng-box.leng-on .eng-box .text h2,
#idiomas .leng-box.leng-on .eng-box .text h3,
#idiomas .leng-box.leng-on .eng-box img,
#idiomas .leng-box.leng-on .eng-box .square-1,
#idiomas .leng-box.leng-on .eng-box .square-2,
#idiomas .leng-box.leng-on .eng-box .square-3,
#idiomas .leng-box.leng-on .eng-box .square-4 {
  transform: translateX(3rem);
  opacity: 0;
}
#idiomas .leng-box.leng-on .fre-box .text h2,
#idiomas .leng-box.leng-on .fre-box .text h3 {
  transform: translateX(-3rem);
  opacity: 0;
}
#idiomas .leng-box.leng-on .fre-box img,
#idiomas .leng-box.leng-on .fre-box .square-1,
#idiomas .leng-box.leng-on .fre-box .square-2,
#idiomas .leng-box.leng-on .fre-box .square-3,
#idiomas .leng-box.leng-on .fre-box .square-4 {
  transform: translateX(3rem);
  opacity: 0;
}
#idiomas .leng-box.leng-on .fre-box img {
  transform: scaleX(-1) translateX(-3rem);
}
#idiomas .leng-box.leng-on .spa-box .text h2,
#idiomas .leng-box.leng-on .spa-box .text h3,
#idiomas .leng-box.leng-on .spa-box .square-1 {
  transform: translateY(-3rem);
  opacity: 0;
}
#idiomas .leng-box.leng-on .spa-box img {
  transform: scale(0.75) rotate(20deg);
  opacity: 0;
}
#idiomas .leng-box.leng-on .spa-box .square-2,
#idiomas .leng-box.leng-on .spa-box .square-3,
#idiomas .leng-box.leng-on .spa-box .square-4 {
  transform: translateY(3rem);
  opacity: 0;
}

#faq {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 120px;
  transition: all 2s ease-in-out;
}
#faq .title {
  position: absolute;
  position: relative;
  width: 100%;
  text-align: center;
  top: 0;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#faq .faq-menu-box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  top: 0rem;
  bottom: auto;
  width: 80%;
  max-width: 1000px;
  flex-wrap: wrap;
  transform: translateX(0%);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#faq .faq-menu-box .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
}
#faq .faq-menu-box .row .faq-option {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 32%;
  height: 144px;
  margin: 4px;
  padding: 32px 24px;
  background: #ffffff;
  border: 1px solid #DBC698;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 950px) {
  #faq .faq-menu-box .row .faq-option {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-menu-box .row .faq-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 24px;
    height: 80px;
  }
  #faq .faq-menu-box .row .faq-option h2 {
    padding-left: 16px !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0;
  }
}
#faq .faq-menu-box .row .faq-option img {
  filter: invert(29%) sepia(88%) saturate(331%) hue-rotate(3deg) brightness(100%) contrast(84%);
}
#faq .faq-menu-box .row .faq-option h2 {
  width: 100%;
  font-family: Barlow;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  color: #745D2B;
  margin-top: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #faq .faq-menu-box .row .faq-option h2 {
    margin-top: 8px;
  }
}
#faq .faq-menu-box .row .faq-option:hover {
  background: #FBF9F5;
  border: 2px solid #DBC698;
}
#faq .faq-menu-box .row .faq-option:hover h2 {
  color: #C9A14A;
}
#faq .faq-menu-box .row .faq-option:hover img {
  filter: "";
}
#faq .faq-modal {
  position: relative;
  margin: 0 auto;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #ffffff;
  border: 1px solid #DBC698;
  width: 90%;
  max-width: 1024px;
  padding: 48px 64px;
}
@media screen and (max-width: 600px) {
  #faq .faq-modal {
    padding: 24px 32px;
  }
}
#faq .faq-modal .menu-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0 24px;
}
@media screen and (max-width: 600px) {
  #faq .faq-modal .menu-modal {
    flex-wrap: wrap;
  }
}
#faq .faq-modal .menu-modal .nav-icons,
#faq .faq-modal .menu-modal .volver {
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .faq-modal .menu-modal .volver {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #faq .faq-modal .menu-modal .volver {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#faq .faq-modal .menu-modal .volver .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .faq-modal .menu-modal .volver .icon img {
  width: 24px;
  height: 24px;
}
#faq .faq-modal .menu-modal .volver p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2;
  text-align: right;
  color: #745D2B;
}
@media screen and (max-width: 600px) {
  #faq .faq-modal .menu-modal .nav-icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#faq .faq-modal .menu-modal .nav-icons .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #DBC698;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #faq .faq-modal .menu-modal .nav-icons .icon {
    width: 48px;
    height: 48px;
  }
}
#faq .faq-modal .menu-modal .nav-icons .icon:not(:last-child) {
  margin-right: 8px;
}
#faq .faq-modal .menu-modal .nav-icons .icon img {
  width: 24px;
  filter: invert(40%) sepia(44%) saturate(373%) hue-rotate(3deg) brightness(89%) contrast(85%);
}
#faq .faq-modal .menu-modal .nav-icons .icon:hover {
  border: 2px solid #DBC698;
}
#faq .faq-modal .menu-modal .nav-icons .icon:hover img {
  width: 24px;
  filter: invert(40%) sepia(44%) saturate(373%) hue-rotate(3deg) brightness(120%) contrast(85%);
}
#faq .faq-modal .menu-modal .nav-icons .icon.active {
  background: #9E8857;
  border: 1.5px solid #ffffff;
}
#faq .faq-modal .menu-modal .nav-icons .icon.active img {
  filter: saturate(0%) brightness(200%);
}
#faq .faq-modal .title-modal {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 24px;
}
#faq .faq-modal .title-modal h2 {
  font-family: Barlow;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
  color: #745D2B;
  text-transform: uppercase;
  margin-left: 8px;
}
@media screen and (max-width: 600px) {
  #faq .faq-modal .title-modal h2 {
    margin-left: 16px;
  }
}
#faq .faq-modal .content {
  align-items: center;
}
#faq .faq-modal .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#faq .faq-modal .row .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
#faq .faq-modal .row .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  #faq .faq-modal .row .img {
    width: 100%;
    height: 150px;
    margin: 16px 0;
  }
  #faq .faq-modal .row .img img {
    width: auto;
    height: 100%;
  }
}
#faq .faq-modal .row .bloque-text,
#faq .faq-modal .row .list-text {
  width: calc(40% - 40px);
}
@media screen and (max-width: 800px) {
  #faq .faq-modal .row .bloque-text,
#faq .faq-modal .row .list-text {
    width: 100%;
  }
}
#faq .faq-modal .row .bloque-text h3,
#faq .faq-modal .row .bloque-text p,
#faq .faq-modal .row .list-text h3,
#faq .faq-modal .row .list-text p {
  font-family: Barlow;
  letter-spacing: 0.08em;
  text-align: left;
}
#faq .faq-modal .row .bloque-text h3,
#faq .faq-modal .row .list-text h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #1D537C;
  margin-bottom: 16px;
}
#faq .faq-modal .row .bloque-text p,
#faq .faq-modal .row .list-text p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #0F2A3F;
  margin-bottom: 16px;
}
#faq .faq-modal .row .bloque-text li,
#faq .faq-modal .row .list-text li {
  color: #1D537C;
  margin-top: 0.2rem;
}
#faq .faq-modal .row .list-text h3 {
  margin-bottom: 8px;
}
#faq .faq-modal .row .sp-h3 {
  width: 100%;
  font-family: "Barlow Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #1D537C;
  padding: 24px 0;
}
#faq .faq-modal .row .card {
  width: calc(25% - 4px);
  height: 100px;
  margin: 2px;
  position: relative;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 800px) {
  #faq .faq-modal .row .card {
    width: calc(50% - 4px);
  }
}
#faq .faq-modal .row .card .front,
#faq .faq-modal .row .card .back {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(57, 142, 208, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#faq .faq-modal .row .card .front img,
#faq .faq-modal .row .card .back img {
  width: 48px;
}
#faq .faq-modal .row .card .front {
  transform: perspective(500px) rotateY(0deg);
}
#faq .faq-modal .row .card .front img {
  width: 48px;
  height: 48px;
}
#faq .faq-modal .row .card .back {
  transform: perspective(500px) rotateY(180deg);
}
#faq .faq-modal .row .card .back span {
  font-family: Barlow;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #0F2A3F;
}
#faq .faq-modal .row .card.sp-effect .front {
  transform: perspective(500px) rotateY(180deg);
}
#faq .faq-modal .row .card.sp-effect .back {
  transform: perspective(500px) rotateY(360deg);
}
#faq .faq-modal .serv-content .row {
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  #faq .faq-modal .serv-content .row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-items: flex-start;
  }
  #faq .faq-modal .serv-content .row .img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-items: flex-start;
    height: 120px;
    width: 30%;
    margin: 0;
    margin-top: -16px;
  }
  #faq .faq-modal .serv-content .row .img img {
    width: 100%;
  }
  #faq .faq-modal .serv-content .row .bloque-text,
#faq .faq-modal .serv-content .row .list-text {
    width: 69%;
    padding-left: 16px;
  }
  #faq .faq-modal .serv-content .row .list-text {
    margin-top: -8px;
  }
}
#faq .faq-modal .edu-content .row {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #faq .faq-modal .edu-content .row {
    justify-content: flex-end;
  }
  #faq .faq-modal .edu-content .row .bloque-text,
#faq .faq-modal .edu-content .row .list-text {
    width: calc(100% - 150px);
    padding-left: 24px;
  }
}
@media screen and (max-width: 700px) {
  #faq .faq-modal .edu-content .row {
    justify-content: flex-end;
  }
  #faq .faq-modal .edu-content .row .bloque-text,
#faq .faq-modal .edu-content .row .list-text {
    width: 100%;
    padding-left: 0px;
  }
  #faq .faq-modal .edu-content .row .bloque-text ul {
    margin-bottom: 16px;
  }
}
#faq .faq-modal .edu-content .row .img {
  width: 150px;
}
@media screen and (max-width: 700px) {
  #faq .faq-modal .edu-content .row .img {
    width: 100%;
    height: 64px;
    justify-content: flex-start;
  }
}
#faq .faq-modal .edu-content .row .img img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  #faq .faq-modal .edu-content .row .img img {
    width: auto;
    max-width: 130px;
    height: auto;
    max-height: 100%;
  }
}
#faq .faq-modal .edu-content .row h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #1D537C;
  margin-top: -8px;
  margin-bottom: 8px;
}
#faq .faq-modal .edu-content .sp-row {
  background: #F5F6F7;
  padding: 32px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #faq .faq-modal .edu-content .sp-row {
    padding: 16px;
  }
}
#faq .faq-modal .edu-content .sp-row .img {
  width: 50%;
  transform: rotate(90deg);
}
@media screen and (max-width: 1100px) {
  #faq .faq-modal .edu-content .sp-row .img {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  #faq .faq-modal .edu-content .sp-row .img {
    display: none;
  }
}
#faq .faq-modal .edu-content .sp-row .bloque-text {
  width: 45%;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  #faq .faq-modal .edu-content .sp-row .bloque-text {
    width: 60%;
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  #faq .faq-modal .edu-content .sp-row .bloque-text {
    width: 100%;
  }
}
#faq .faq-modal .edu-content .sp-row .bloque-text p span {
  font-size: 0.9em;
  font-weight: 400;
}
#faq .faq-modal .tools-content .menu-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#faq .faq-modal .tools-content .menu-tools li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 4px);
  height: 48px;
  padding: 0 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: Barlow;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #745D2B;
  background: #ffffff;
  border: 1px solid #DBC698;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 900px) {
  #faq .faq-modal .tools-content .menu-tools li {
    width: calc(50% - 2px);
  }
}
#faq .faq-modal .tools-content .menu-tools li:hover {
  background: #FBF9F5;
  border: 2px solid #DBC698;
  padding: 15px;
}
#faq .faq-modal .tools-content .menu-tools li.active {
  background: #745D2B;
  color: #ffffff;
  border: 1px solid #745D2B;
}
#faq .faq-modal .tools-content .tools-scenario {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#faq .faq-modal .tools-content .tools-scenario .tool {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out;
  margin: 16px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #faq .faq-modal .tools-content .tools-scenario .tool {
    margin: 8px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-modal .tools-content .tools-scenario .tool {
    margin: 4px;
  }
}
#faq .faq-modal .tools-content .tools-scenario .tool img,
#faq .faq-modal .tools-content .tools-scenario .tool .tool-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease-out;
}
#faq .faq-modal .tools-content .tools-scenario .tool img {
  z-index: 2;
  width: 100%;
  opacity: 1;
}
#faq .faq-modal .tools-content .tools-scenario .tool .tool-text {
  width: calc(100% + 32px);
  left: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  transform: scale(0.7);
  opacity: 0;
}
#faq .faq-modal .tools-content .tools-scenario .tool .tool-text h3,
#faq .faq-modal .tools-content .tools-scenario .tool .tool-text p {
  width: 100%;
  text-align: center;
  font-family: Barlow;
  letter-spacing: 0.08em;
  margin: 0;
  transition: all 0.4s ease-out;
}
#faq .faq-modal .tools-content .tools-scenario .tool .tool-text h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #1D537C;
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
}
#faq .faq-modal .tools-content .tools-scenario .tool .tool-text p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #745D2B;
  margin-top: 1rem;
}
#faq .faq-modal .tools-content .tools-scenario .tool.show img {
  opacity: 0;
  transform: scale(0.5);
}
#faq .faq-modal .tools-content .tools-scenario .tool.show .tool-text {
  transform: scale(1);
  opacity: 1;
}
#faq .faq-modal .tools-content .tools-scenario .tool.show .tool-text h3,
#faq .faq-modal .tools-content .tools-scenario .tool.show .tool-text p {
  margin-top: 0;
  margin-bottom: 0;
}
#faq .faq-modal .work-content .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
#faq .faq-modal .work-content .row .bloque-text {
  width: 100%;
  max-width: 500px;
  margin: 0.5rem 0 2rem;
  margin-bottom: 24px;
}
#faq .faq-modal .work-content .row .bloque-text h3,
#faq .faq-modal .work-content .row .bloque-text p {
  text-align: left;
}
#faq .faq-modal .work-content .row .step {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #DBC698;
  width: calc(50% - 4px);
  height: 120px;
  padding: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 950px) {
  #faq .faq-modal .work-content .row .step {
    height: 144px;
  }
}
@media screen and (max-width: 800px) {
  #faq .faq-modal .work-content .row .step {
    width: 100%;
    height: auto;
  }
}
#faq .faq-modal .work-content .row .step img {
  height: 48px;
}
#faq .faq-modal .work-content .row .step .step-text {
  padding-left: 16px;
  width: calc(100% - 64px);
}
#faq .faq-modal .work-content .row .step h3,
#faq .faq-modal .work-content .row .step p {
  font-family: Barlow;
  font-style: normal;
  letter-spacing: 0.08em;
  width: 100%;
}
#faq .faq-modal .work-content .row .step h3 {
  color: #1D537C;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
#faq .faq-modal .work-content .row .step h3 span {
  font-size: 18px;
}
#faq .faq-modal .work-content .row .step p {
  color: #0F2A3F;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}
#faq .faq-prev,
#faq .faq-next {
  position: absolute;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
#faq .faq-prev {
  transform: translateX(-100%);
}
#faq .faq-next {
  transform: translateX(100%);
  top: 8rem;
  height: 500px;
  overflow: hidden;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  height: 1200px;
}

.modal-election {
  position: fixed;
  z-index: 4;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 32px 16px;
  width: 90%;
  max-width: 450px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modal-election h2, .modal-election p {
  width: 100%;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 8px;
}
.modal-election h2 {
  font-size: 16px;
  font-weight: 700;
}
.modal-election .close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  color: #0F2A3F;
  opacity: 0.8;
}
.modal-election .close img {
  padding: 8px;
  width: 40px;
  height: 40px;
  filter: invert(12%) sepia(19%) saturate(2378%) hue-rotate(168deg) brightness(99%) contrast(94%);
}
.modal-election .close:hover {
  filter: invert(66%) sepia(7%) saturate(2180%) hue-rotate(3deg) brightness(81%) contrast(88%);
}
.modal-election #buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.modal-election #buttons button {
  margin: 4px;
  width: 192px;
}
.modal-election #buttons #cv-desktop {
  display: none;
}

.normal-modal, .normal-modal2 {
  position: absolute;
  z-index: 3;
}

.cv-container {
  height: 100%;
  padding-bottom: 260px;
  background: #323639;
}

@media screen and (max-width: 600px) {
  .container {
    margin-top: 40px !important;
  }
}
#contacto {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  padding-top: 8vh;
  padding-left: 104px;
  padding-right: 104px;
  overflow: hidden;
}
#contacto .title h1,
#contacto .title h2 {
  -webkit-animation: 0.6s ease-out appearTitle;
          animation: 0.6s ease-out appearTitle;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin-top: -32px;
  opacity: 0;
}
@-webkit-keyframes appearTitle {
  0% {
    margin-top: -32px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes appearTitle {
  0% {
    margin-top: -32px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
#contacto .title h1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#contacto .title h2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 1100px) {
  #contacto {
    height: calc(100% + 64px);
  }
}
@media screen and (max-width: 600px) {
  #contacto {
    padding: 0;
  }
  #contacto .first-contact-row,
#contacto .second-contact-row,
#contacto .title {
    width: 80%;
    margin: 0 auto;
  }
  #contacto .title {
    margin-bottom: 32px;
  }
}

.first-contact-row .connect-box,
.second-contact-row .connect-box {
  margin-bottom: 4vh;
  transform: translateY(-32px);
  opacity: 0;
  -webkit-animation: 1s ease-out appearConnectBox1;
          animation: 1s ease-out appearConnectBox1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.first-contact-row .connect-box#email,
.second-contact-row .connect-box#email {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.first-contact-row .connect-box#linkedin,
.second-contact-row .connect-box#linkedin {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.first-contact-row .connect-box#telefono,
.second-contact-row .connect-box#telefono {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@-webkit-keyframes appearConnectBox1 {
  0% {
    transform: translateY(-32px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes appearConnectBox1 {
  0% {
    transform: translateY(-32px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.first-contact-row .connect-box a,
.second-contact-row .connect-box a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.first-contact-row .connect-box a .primary-icon,
.second-contact-row .connect-box a .primary-icon {
  margin-right: 16px;
  padding: 12px;
}
.first-contact-row .connect-box a .primary-icon:hover,
.second-contact-row .connect-box a .primary-icon:hover {
  padding: 11px;
}
.first-contact-row .connect-box a .primary-icon img,
.second-contact-row .connect-box a .primary-icon img {
  width: 24px;
}
.first-contact-row .connect-box a .text h3,
.first-contact-row .connect-box a .text p,
.second-contact-row .connect-box a .text h3,
.second-contact-row .connect-box a .text p {
  color: #0F2A3F;
  letter-spacing: 0.08em;
  font-style: normal;
  font-family: Barlow;
  text-align: left;
}
.first-contact-row .connect-box a .text h3,
.second-contact-row .connect-box a .text h3 {
  font-size: 16px;
  font-weight: 700;
}
.first-contact-row .connect-box a .text p,
.second-contact-row .connect-box a .text p {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .first-contact-row .connect-box a .text p,
.second-contact-row .connect-box a .text p {
    font-size: 14px;
  }
}

.second-contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  max-width: 1200px;
  padding: 0 104px;
}
@media screen and (max-width: 1100px) {
  .second-contact-row {
    position: relative;
    bottom: auto;
    padding: 0;
    flex-wrap: wrap;
    margin-top: 24px !important;
  }
  .second-contact-row .connect-box {
    width: 100% !important;
    margin-bottom: 4vh !important;
  }
}
.second-contact-row .connect-box {
  width: 30%;
  transform: translateY(-32px);
  opacity: 0;
  -webkit-animation: 1s ease-out appearConnectBox1;
          animation: 1s ease-out appearConnectBox1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.second-contact-row .connect-box#cv {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.second-contact-row .connect-box#web {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.second-contact-row .connect-box#rrss {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@keyframes appearConnectBox1 {
  0% {
    transform: translateY(-32px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.second-contact-row .connect-box a .secondary-icon {
  padding: 12px;
  margin-right: 16px;
}
.second-contact-row .connect-box a .secondary-icon:hover {
  padding: 11px;
}
.second-contact-row .connect-box .social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
  margin-left: 58px;
  margin-top: 8px;
}
.second-contact-row .connect-box .social-links a {
  background: white;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DBC698;
  margin-left: 8px;
}
.second-contact-row .connect-box .social-links a img {
  height: 20px;
}
.second-contact-row .connect-box .social-links a:hover {
  border: 2px solid #DBC698;
}
.second-contact-row .connect-box .social-links a:hover img {
  filter: brightness(250%) saturate(150%);
}

.squares-blue {
  left: -20vw;
  top: 0vh;
  bottom: 30vw;
}
.squares-blue .square-1,
.squares-blue .square-2,
.squares-blue .square-3 {
  transform: rotate(0deg) translateX(-20rem);
  opacity: 0;
  -webkit-animation: 2s ease-out appearSquaresBlue;
          animation: 2s ease-out appearSquaresBlue;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.squares-blue .square-1 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.squares-blue .square-2 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.squares-blue .square-3 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
@-webkit-keyframes appearSquaresBlue {
  0% {
    transform: rotate(0deg) translateX(-20rem);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) translateX(0rem);
    opacity: 1;
  }
}
@keyframes appearSquaresBlue {
  0% {
    transform: rotate(0deg) translateX(-20rem);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) translateX(0rem);
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .squares-blue {
    transform: scale(1.5);
    top: -30vw;
  }
}
@media screen and (max-width: 750px) {
  .squares-blue {
    position: fixed !important;
    transform: scale(2);
    top: -60vw;
  }
}
.squares-blue .square-1 {
  background: rgba(29, 83, 124, 0.04);
}
.squares-blue .square-2 {
  background: rgba(29, 83, 124, 0.03);
}
.squares-blue .square-3 {
  background: rgba(255, 255, 255, 0.7);
}

.squares-gold-1,
.squares-gold-2 {
  left: 0vw;
  top: 0vh;
  bottom: -50vw;
}
.squares-gold-1 .square-1,
.squares-gold-2 .square-1 {
  background: rgba(158, 136, 87, 0.06);
}
.squares-gold-1 .square-2,
.squares-gold-2 .square-2 {
  background: rgba(158, 136, 87, 0.05);
}
.squares-gold-1 .square-3,
.squares-gold-2 .square-3 {
  background: rgb(255, 255, 255);
}

.squares-gold-1 .square-1,
.squares-gold-1 .square-2,
.squares-gold-1 .square-3 {
  transform: rotate(0deg) translateX(-16rem);
  opacity: 0;
  -webkit-animation: 2s ease-out appearSquaresGold;
          animation: 2s ease-out appearSquaresGold;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.squares-gold-1 .square-1 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.squares-gold-1 .square-2 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.squares-gold-1 .square-3 {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
@-webkit-keyframes appearSquaresGold {
  0% {
    transform: rotate(0deg) translateY(20rem);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) translateY(0rem);
    opacity: 0.6;
  }
}
@keyframes appearSquaresGold {
  0% {
    transform: rotate(0deg) translateY(20rem);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) translateY(0rem);
    opacity: 0.6;
  }
}
@media screen and (max-width: 1100px) {
  .squares-gold-1 {
    transform: scale(1.5);
    bottom: -80vw;
  }
}
@media screen and (max-width: 750px) {
  .squares-gold-1 {
    position: fixed !important;
    transform: scale(2);
    top: 30vw;
    opacity: 1;
  }
}

.squares-gold-2 {
  left: auto;
  right: -15vw;
  top: 0vh;
  bottom: -45vw;
}
@media screen and (max-width: 1100px) {
  .squares-gold-2 {
    display: none;
  }
}
.squares-gold-2 .square-1,
.squares-gold-2 .square-2,
.squares-gold-2 .square-3 {
  transform: rotate(0deg) translateX(20rem);
  opacity: 0;
  -webkit-animation: 2s ease-out appearSquaresGold2;
          animation: 2s ease-out appearSquaresGold2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.squares-gold-2 .square-1 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.squares-gold-2 .square-2 {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.squares-gold-2 .square-3 {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
@-webkit-keyframes appearSquaresGold2 {
  0% {
    transform: rotate(0deg) translateX(20rem);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) translateX(0rem);
    opacity: 1;
  }
}
@keyframes appearSquaresGold2 {
  0% {
    transform: rotate(0deg) translateX(20rem);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) translateX(0rem);
    opacity: 1;
  }
}

.squares-blue,
.squares-gold-1,
.squares-gold-2 {
  position: absolute;
  z-index: -1;
  width: 40vw;
  height: 40vw;
  margin: auto;
}
.squares-blue div,
.squares-gold-1 div,
.squares-gold-2 div {
  position: absolute;
  transform: rotate(45deg);
  transform-origin: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.squares-blue .square-1,
.squares-gold-1 .square-1,
.squares-gold-2 .square-1 {
  width: 40vw;
  height: 40vw;
}
.squares-blue .square-2,
.squares-gold-1 .square-2,
.squares-gold-2 .square-2 {
  width: 24vw;
  height: 24vw;
}
.squares-blue .square-3,
.squares-gold-1 .square-3,
.squares-gold-2 .square-3 {
  width: 10vw;
  height: 10vw;
}

.ilust-contact {
  position: absolute;
  width: auto;
  height: 35vw;
  top: 5vw;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  transform: translateX(50%);
  opacity: 0;
  -webkit-animation: 2s ease-out appearIlustCont;
          animation: 2s ease-out appearIlustCont;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
@-webkit-keyframes appearIlustCont {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem);
    opacity: 1;
  }
}
@keyframes appearIlustCont {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem);
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .ilust-contact {
    top: 0vw;
    height: 60vh;
  }
}
@media screen and (max-width: 750px) {
  .ilust-contact {
    position: fixed;
    z-index: -1;
  }
  .ilust-contact img {
    opacity: 0.2;
  }
}
@media screen and (max-width: 600px) {
  .ilust-contact {
    height: 40vh;
  }
}
.ilust-contact img {
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  margin-top: 80px;
  width: 100%;
  height: auto;
  min-height: calc(100% - 80px);
}

button {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  button {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 16px;
  }
}
button.primary {
  background: white;
  border: 1px solid #DBC698;
  color: #745D2B;
}
button.primary:hover {
  padding: 15px 23px;
  border: 2px solid #DBC698;
  color: #C9A14A;
}
button.secondary {
  background: #0F2A3F;
  border: 1px solid #DBC698;
  color: #DBC698;
}
button.secondary:hover {
  background: #1D537C;
  border: 1px solid #DBC698;
  color: #ffffff;
}

.primary-icon,
.secondary-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.primary-icon:hover img,
.secondary-icon:hover img {
  filter: brightness(160%);
}

.primary-icon {
  border: 1px solid #DBC698;
}
.primary-icon:hover {
  background: #fff;
  border: 2px solid #DBC698;
}

.secondary-icon {
  border: 1px solid #48789D;
}
.secondary-icon:hover {
  border: 2px solid #48789D;
}

.title {
  margin-bottom: 56px;
}
.title h1,
.title h2 {
  letter-spacing: 0.08em;
  font-style: normal;
  font-weight: 400;
}
.title h1 {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 32px;
  color: #1D537C;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.title h2 {
  font-family: Barlow;
  font-size: 20px;
  line-height: 24px;
  opacity: 0.6;
  margin-top: 8px;
}
@media screen and (max-width: 800px) {
  .title h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.title-center {
  text-align: center;
}

.title-left {
  text-align: left;
}

.title-right {
  text-align: right;
}

.sp-header {
  background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 73.44%, rgba(255, 255, 255, 0) 80.51%) !important;
}

.sp1,
.sp-apear,
.sp2,
.sp3,
.sp4,
.sp5,
.sp6,
.sp7,
.sp8,
.sp9,
.sp10 {
  transition: all 0.8s ease-out;
}

.sp-hide {
  transform: translateY(5rem);
  opacity: 0 !important;
}

.sp1 {
  transition-delay: 0.1s !important;
}

.sp2 {
  transition-delay: 0.2s !important;
}

.sp3 {
  transition-delay: 0.3s !important;
}

.sp4 {
  transition-delay: 0.4s !important;
}

.sp5 {
  transition-delay: 0.5s !important;
}

.sp6 {
  transition-delay: 0.6s !important;
}

.sp7 {
  transition-delay: 0.7s !important;
}

.sp8 {
  transition-delay: 0.8s !important;
}

.sp9 {
  transition-delay: 0.9s !important;
}

.sp10 {
  transition-delay: 1s !important;
}/*# sourceMappingURL=style.css.map */