@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;600&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700&display=swap");
/** Media Queries **/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Cormorant Garamond", serif;
}

p, a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.container-sm {
  width: 35%;
  margin: auto;
}
@media (max-width: 775px) {
  .container-sm {
    width: 60%;
  }
}
@media (max-width: 430px) {
  .container-sm {
    width: 90%;
  }
}

.container {
  width: 35%;
  margin: auto;
}
@media (max-width: 775px) {
  .container {
    width: 40%;
  }
}
@media (max-width: 430px) {
  .container {
    width: 60%;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 775px) {
  .header {
    margin-bottom: 0;
  }
}
.header__logo {
  text-align: center;
  object-fit: contain;
}
.header__logo img {
  width: 40%;
  min-width: 25rem;
  margin-top: -3rem;
  margin-bottom: -2rem;
}
@media (max-width: 775px) {
  .header__logo img {
    margin-top: 0;
    margin-bottom: 0;
    width: 80%;
    min-width: 15rem;
  }
}
.header__nav {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 775px) {
  .header__nav {
    flex-direction: column;
    align-items: center;
  }
  .header__nav a {
    font-size: 2rem;
  }
}
.header__enlace {
  color: #585858;
  margin: 1rem;
  font-size: 1rem;
  padding: 0.5rem;
  transition: all 200ms ease;
  border-radius: 0.5rem;
}
.header__enlace:hover {
  background-color: rgb(181, 141, 116);
  color: #fff;
}
@media (max-width: 775px) {
  .header__enlace {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 775px) {
  .header__menu {
    opacity: 0;
    position: fixed;
    visibility: hidden;
    top: 10%;
    z-index: 21;
    transition: opacity 200ms ease;
  }
  .header__menu a {
    margin: 1.5rem;
    color: #fff;
    text-align: center;
  }
}

.open .header__menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease;
}

.activo {
  background-color: rgb(181, 141, 116);
  color: #fff;
}

.welcome {
  width: 100%;
  height: 80vh;
  background: url(../img/bg-header.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 775px) {
  .welcome {
    height: 25vh;
  }
}
.welcome__texto {
  height: 100%;
  max-height: 40rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome__texto h1, .welcome__texto h3 {
  margin: 0;
}
.welcome__texto h1 {
  font-size: 3rem;
  text-transform: uppercase;
}
.welcome__texto h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.welcome__texto p {
  font-size: 1.5rem;
}
@media (max-width: 775px) {
  .welcome__texto p {
    display: none;
  }
  .welcome__texto h1 {
    font-size: 1rem;
  }
  .welcome__texto h3 {
    font-size: 0.7rem;
  }
}

.services__header {
  height: auto;
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.services__header h2 {
  color: rgb(181, 141, 116);
  text-transform: uppercase;
  font-size: 2.7rem;
  margin: 1rem;
  text-align: center;
}
.services__header p {
  color: #666;
}
@media (max-width: 775px) {
  .services__header {
    height: fit-content;
    margin: 1rem;
  }
  .services__header h2 {
    font-size: 1.2rem;
  }
  .services__header p {
    font-size: 0.6rem;
  }
}
.services__imgs {
  display: flex;
  position: relative;
}
@media (max-width: 430px) {
  .services__imgs {
    flex-direction: column;
    height: 100%;
    max-height: fit-content;
  }
}
.services__arquitectura {
  margin: 0;
  width: 50%;
  height: 25rem;
  background: url(../img/services1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 775px) {
  .services__arquitectura {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .services__arquitectura {
    height: 50%;
  }
}
.services__remodelaciones {
  margin: 0;
  width: 50%;
  height: 25rem;
  background: url(../img/services2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 775px) {
  .services__remodelaciones {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .services__remodelaciones {
    height: 50%;
  }
}
.services__texto {
  color: #fff;
  position: absolute;
  top: 200px;
  left: 70px;
  text-align: center;
  background-color: rgba(181, 140, 115, 0.3019607843);
  border-radius: 1rem;
}
.services__texto h3 {
  font-size: 1.5rem;
  margin: 1rem;
}
@media (max-width: 775px) {
  .services__texto {
    top: 0;
    left: 0;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 430px) {
  .services__texto {
    position: relative;
  }
  .services__texto h3 {
    font-size: 1rem;
  }
}
.services__enlace {
  position: absolute;
  top: 310px;
  left: 50px;
  color: #fff;
  background-color: rgba(223, 214, 208, 0.2549019608);
  padding: 1rem;
  width: 10rem;
  border-radius: 2rem;
  text-align: center;
  box-shadow: -6px 11px 75px 12px rgba(0, 0, 0, 0.7);
}
.services__enlace:hover {
  background-color: rgb(181, 141, 116);
}
@media (max-width: 430px) {
  .services__enlace {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 3rem;
    top: unset;
    left: unset;
  }
}

.galery__header {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4rem 0;
}
.galery__header h2 {
  color: rgb(181, 141, 116);
  font-size: 2.7rem;
  margin: 1rem;
  font-weight: 300;
}
@media (max-width: 775px) {
  .galery__header {
    height: auto;
    margin: 1rem;
  }
  .galery__header h2 {
    font-size: 1.2rem;
    text-align: center;
  }
}
.galery__grid {
  height: auto;
  overflow: hidden;
  margin: auto;
}
.galery__wrapper {
  display: flex;
  width: auto;
  gap: 0.2rem;
}
.galery__wrapper:hover {
  animation: slide 50s infinite;
}
.galery__wrapper img {
  height: 30rem;
  width: 100%;
}
@media (max-width: 775px) {
  .galery__wrapper:hover {
    animation: slide2 50s infinite;
  }
  .galery__wrapper img {
    height: 20rem;
    width: 100%;
  }
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-260%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-605%);
  }
  100% {
    transform: translateX(0);
  }
}

.contact {
  margin-top: 4rem;
  width: 100%;
  background-color: #585858;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 775px) {
  .contact {
    margin-top: 2rem;
  }
}
.contact__text {
  width: 90%;
}
.contact__text h1 {
  text-align: center;
}
.contact__text h2 {
  font-size: 1.5rem;
  text-align: center;
}
.contact__text i {
  font-size: 2rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.5rem;
  color: #585858;
  transition: all 200ms ease-in-out;
}
.contact__text span {
  color: #fff;
  margin-left: 1rem;
}
@media (max-width: 380px) {
  .contact__text span {
    font-size: 0.8rem;
  }
}
.contact__text a {
  display: flex;
  align-items: center;
}
.contact__text a:hover i {
  scale: 1.2;
}
.contact__text a:hover span {
  text-decoration: underline;
}
@media (max-width: 980px) {
  .contact__text a {
    margin-bottom: 2rem;
  }
}
.contact__links {
  display: flex;
  margin: 5rem auto;
  justify-content: space-evenly;
}
@media (max-width: 980px) {
  .contact__links {
    flex-direction: column;
    width: 70%;
  }
}
@media (max-width: 380px) {
  .contact__links {
    width: 95%;
  }
}

footer {
  width: 100%;
  text-align: center;
}
footer h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 2rem;
}
footer a {
  color: #000;
  font-size: 0.8rem;
}
footer p {
  margin-top: 3rem;
  font-size: 0.8rem;
}
footer p a {
  text-decoration: underline;
}

.nosotros {
  margin: auto;
  width: 45%;
}
@media (max-width: 775px) {
  .nosotros {
    width: 80%;
  }
}
.nosotros__equipo {
  text-align: center;
}
.nosotros__equipo h2 {
  color: rgb(181, 141, 116);
  font-size: 4rem;
}
@media (max-width: 775px) {
  .nosotros__equipo h2 {
    margin-top: 5rem;
    font-size: 2.3rem;
  }
}
.nosotros__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3rem;
  position: relative;
}
@media (max-width: 775px) {
  .nosotros__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.nosotros__box-grid {
  background-color: #ececec;
  text-align: start;
}
.nosotros__img {
  width: 100%;
}
.nosotros__texto {
  margin: 1rem;
  display: flex;
  flex-direction: column;
}
.nosotros__actitudes {
  color: #666;
}
.nosotros__nombre {
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
}
.nosotros__skills {
  color: #666;
  margin-bottom: 5rem;
}
.nosotros__skills p {
  margin: 0;
  text-align: justify;
}
.nosotros__icono {
  position: absolute;
  bottom: 20px;
  font-size: 1.5rem;
  color: #000;
}
@media (max-width: 775px) {
  .nosotros__icono {
    position: static;
  }
}

@media (max-width: 775px) {
  .inicio {
    margin-top: -3rem;
  }
}
.inicio__header {
  color: rgb(181, 141, 116);
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 775px) {
  .inicio__header {
    font-size: 2rem;
  }
}
.inicio__sub-header {
  text-align: center;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 3rem;
}
.inicio__descripcion {
  text-align: center;
  line-height: 2;
  font-size: 1rem;
}
@media (max-width: 775px) {
  .inicio__descripcion {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
.inicio__descripcion p {
  margin-bottom: 3rem;
}
.inicio__end {
  text-align: center;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
}

.portafolio__project, .construction__project {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: scale 600ms ease-in;
  margin-bottom: 1.5rem;
}
.portafolio__project:hover, .construction__project:hover {
  cursor: pointer;
}
.portafolio__project:hover img, .construction__project:hover img {
  filter: brightness(0.7);
}
.portafolio__project a, .construction__project a {
  display: flex;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
}
.portafolio__project h2, .construction__project h2 {
  font-size: 2rem;
  color: rgb(181, 141, 116);
  text-align: center;
  position: absolute;
  width: 50%;
  hyphens: auto;
  left: -60%;
}
.portafolio__project img, .construction__project img {
  width: 100%;
  transition: filter 400ms ease;
}
@media (max-width: 775px) {
  .portafolio__project h2, .construction__project h2 {
    width: 30%;
    font-size: 1.2rem;
  }
}
@media (max-width: 430px) {
  .portafolio__project h2, .construction__project h2 {
    font-size: 1rem;
    left: -30%;
  }
}

.active .portafolio__project, .active .construction__project {
  scale: 0.8;
  transition: scale 500ms linear;
}

.modal {
  position: fixed;
  z-index: 22;
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  /* Modal Content (image) */
  /* The Close Button */
}
.modal__content {
  margin-top: 8rem;
  width: 100%;
  height: 60%;
  animation: zoom 0.5s;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 775px) {
  .modal__content {
    flex-direction: column;
    margin-top: 4rem;
    height: auto;
  }
  .modal__content img {
    width: 100%;
  }
}
.modal__info {
  width: 15%;
  text-align: center;
}
.modal__info h3 {
  font-size: 1.7rem;
}
.modal__info h4 {
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 1300px) {
  .modal__info {
    line-height: 0.8;
  }
  .modal__info h3 {
    margin: 1.3rem;
  }
  .modal__info h4 {
    font-size: 1rem;
  }
}
@media (max-width: 775px) {
  .modal__info {
    width: 100%;
    gap: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
  }
  .modal__info h3 {
    margin: 0;
  }
  .modal__info h4 {
    font-size: 1rem;
  }
  .modal__info p {
    font-size: 0.6rem;
  }
}
.modal__descripcion {
  width: 30%;
  margin: auto 0.2rem;
  hyphens: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__descripcion h4 {
  text-align: center;
  font-size: 1.3rem;
}
.modal__descripcion p {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}
.modal__descripcion__buttom {
  margin: 1rem;
  background-color: rgb(181, 141, 116);
  color: white;
  border: 3px solid rgb(181, 141, 116);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.3s;
}
.modal__descripcion__buttom:hover {
  color: rgb(181, 141, 116);
  background-color: #ffffff;
}
@media (max-width: 1300px) {
  .modal__descripcion p {
    line-height: 1;
  }
}
@media (max-width: 775px) {
  .modal__descripcion {
    width: 95%;
  }
}
.modal__titulo {
  color: rgb(181, 141, 116);
  font-size: 2.5rem;
}
.modal__imgs {
  vertical-align: middle;
}
.modal__imgs img {
  width: 100%;
  height: 60vh;
}
@media (max-width: 775px) {
  .modal__imgs img {
    height: auto;
  }
}
@media (max-width: 430px) {
  .modal__imgs img {
    height: auto;
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal__close {
  position: absolute;
  top: -10px;
  right: 35px;
  color: #f1f1f1;
  font-size: 5rem;
  font-weight: bold;
  transition: 0.3s;
}
.modal__close:hover, .modal__close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.slide {
  position: relative;
  margin: auto 2rem;
}
.slide__div {
  display: none;
}
.slide__prev, .slide__next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 1rem;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 3.5rem;
  transition: 0.5s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
@media (max-width: 430px) {
  .slide__prev, .slide__next {
    font-size: 1.5rem;
  }
}
.slide__next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slide__prev:hover, .slide__next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.slide__fade {
  animation-name: fade;
  animation-duration: 0.5s;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu {
  display: none;
}
@media (max-width: 775px) {
  .menu {
    background-color: rgb(181, 141, 116);
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: fixed;
    top: 15;
    left: 15;
    border-radius: 1rem;
    z-index: 21;
    scale: 0.6;
  }
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 2;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 2;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 2;
}

.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 2;
}

.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 2;
}

.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 2;
}

.background {
  transition: 0.5s;
}

.open .background {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  transition: 0.5s;
}

.pre-load {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: absolute;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1000ms ease;
}
.pre-load img {
  filter: invert(1);
  width: 50%;
  transition: all 300ms ease;
}
@media (max-width: 775px) {
  .pre-load img {
    width: 100%;
  }
}

.load {
  opacity: 0;
  z-index: -20;
}
.load img {
  opacity: 0;
}

.lang {
  position: absolute;
  right: 5rem;
  top: 2rem;
  display: flex;
  gap: 0.5rem;
  text-align: center;
  align-items: center;
}
.lang p {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 980px) {
  .lang {
    flex-direction: column;
    right: 0.5rem;
    gap: 0;
  }
}
@media (max-width: 775px) {
  .lang {
    top: 1rem;
    right: 0;
    width: 10rem;
  }
  .lang span {
    display: none;
  }
}
@media (max-width: 380px) {
  .lang {
    width: unset;
  }
}
.lang__icon svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 380px) {
  .lang__icon svg {
    width: 20px;
    height: 20px;
  }
}
.lang__enlaces {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
}
.lang__enlaces img {
  width: 50%;
}
@media (max-width: 775px) {
  .lang__enlaces img {
    width: 100%;
  }
}
@media (max-width: 775px) {
  .lang__enlaces {
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 775px) {
  .lang__enlace {
    width: 30%;
  }
}

.testimonials {
  position: relative;
  width: auto;
}
.testimonials i {
  color: rgba(181, 140, 115, 0.3019607843);
  margin: 0;
}
.testimonials__tittle {
  text-align: center;
  font-size: 1.7rem;
  color: rgb(181, 141, 116);
  margin: 5rem auto 0 auto;
}
.testimonials__tittle h2 {
  margin: 0;
}
@media (max-width: 430px) {
  .testimonials__tittle {
    margin-top: 3rem;
    font-size: 0.8rem;
  }
  .testimonials__tittle h2 {
    margin: 1rem;
  }
}
.testimonials__slider {
  width: 90%;
  margin: auto;
}
.testimonials__wrap {
  padding: 0 0 4rem 0;
  margin: 3rem auto 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.5rem;
}
@media (max-width: 430px) {
  .testimonials__wrap {
    flex-wrap: wrap;
    flex-grow: 0 0 1;
    justify-content: center;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
}
.testimonials__card {
  padding: 2rem 2rem 2.5rem 2rem;
  width: 100%;
  border-radius: 3rem;
  background-color: #fff;
  border: 0.5px solid rgba(80, 80, 80, 0.0784313725);
  position: relative;
  box-shadow: -40px 55px 55px -51px rgba(0, 0, 0, 0.3);
}
@media (max-width: 980px) {
  .testimonials__card {
    padding: 2rem 1rem 2.5rem 1rem;
  }
}
@media (max-width: 430px) {
  .testimonials__card {
    width: 40%;
  }
}
.testimonials__card .i-left {
  position: absolute;
  top: 4%;
  left: 10%;
  font-size: 3rem;
}
@media (max-width: 980px) {
  .testimonials__card .i-left {
    font-size: 2rem;
  }
}
.testimonials__card .i-right {
  position: absolute;
  bottom: 10px;
  right: 10%;
  font-size: 3rem;
}
@media (max-width: 980px) {
  .testimonials__card .i-right {
    font-size: 2rem;
  }
}
.testimonials__name {
  text-align: center;
}
@media (max-width: 430px) {
  .testimonials__name {
    font-size: 0.7rem;
  }
}
.testimonials__text {
  text-align: center;
  font-size: 0.8rem;
}
@media (max-width: 980px) {
  .testimonials__text {
    font-size: 0.4rem;
  }
}

.atlantica__texto {
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: justify;
}
.atlantica__phrase {
  text-align: center;
  font-size: 1.5rem;
  color: rgb(181, 141, 116);
  font-family: "Cormorant Garamond", serif;
  margin: 0 auto 2rem auto;
}
.atlantica__phrase--tittle {
  color: #000;
  text-align: start;
}
.atlantica__phrase--planta {
  color: #000;
  font-size: 1rem;
  text-align: start;
  margin: 0;
}
.atlantica__header {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/portfolio/Proyecto-prea/proyecto_prea2.webp);
}
@media (max-width: 775px) {
  .atlantica__header {
    height: 25vh;
  }
}
.atlantica__header-texto {
  height: 100%;
  max-height: 40rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.atlantica__header-texto h1 {
  margin: 0;
  font-size: 3rem;
}
@media (max-width: 775px) {
  .atlantica__header-texto h1 {
    font-size: 1rem;
  }
}
.atlantica .parrafo-uno {
  margin: 1rem auto;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.atlantica .parrafo-uno__img {
  width: 60%;
  height: auto;
}
.atlantica .parrafo-uno__texto {
  width: 40%;
  text-align: justify;
}
.atlantica .parrafo-uno__texto h3 {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 775px) {
  .atlantica .parrafo-uno {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .atlantica .parrafo-uno__img {
    width: 100%;
  }
  .atlantica .parrafo-uno__texto {
    width: 100%;
  }
}
.atlantica .parrafo-dos {
  width: 60%;
  margin: auto;
}
.atlantica .parrafo-dos__img {
  width: 100%;
  height: auto;
}
.atlantica .parrafo-dos__texto {
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.atlantica .parrafo-dos__texto p {
  width: 40%;
}
.atlantica .parrafo-dos__texto img {
  width: 60%;
}
@media (max-width: 775px) {
  .atlantica .parrafo-dos__texto {
    flex-direction: column;
  }
  .atlantica .parrafo-dos__texto p {
    width: 100%;
  }
  .atlantica .parrafo-dos__texto img {
    width: 100%;
  }
}
@media (max-width: 775px) {
  .atlantica .parrafo-dos {
    width: 85%;
  }
}
.atlantica__middle-img {
  width: 100%;
  height: 80vh;
}
@media (max-width: 775px) {
  .atlantica__middle-img {
    height: 25vh;
  }
}
.atlantica .parrafo-tres {
  width: 60%;
  margin: 1rem auto;
}
.atlantica .parrafo-tres__texto {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.atlantica .parrafo-tres__texto p {
  width: 40%;
}
.atlantica .parrafo-tres__texto img {
  width: 60%;
  height: fit-content;
}
@media (max-width: 775px) {
  .atlantica .parrafo-tres__texto {
    flex-direction: column;
  }
  .atlantica .parrafo-tres__texto p {
    width: 100%;
  }
  .atlantica .parrafo-tres__texto img {
    width: 100%;
  }
}
@media (max-width: 775px) {
  .atlantica .parrafo-tres {
    width: 85%;
  }
}
.atlantica .parrafo-cuatro {
  width: 60%;
  margin: 2rem auto;
}
.atlantica .parrafo-cuatro__imgs {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3.2;
}
.atlantica .parrafo-cuatro__imgs img {
  width: 50%;
  height: 100%;
}
@media (max-width: 775px) {
  .atlantica .parrafo-cuatro {
    width: 85%;
  }
}
.atlantica__planimetria {
  width: 60%;
  margin: 2rem auto;
}
.atlantica__planimetria img {
  width: 100%;
  height: auto;
}
.atlantica__planimetria__plantas {
  display: flex;
}
.atlantica__planimetria__plantas p {
  width: 50%;
  text-align: start;
}
@media (max-width: 775px) {
  .atlantica__planimetria {
    width: 85%;
  }
}
.atlantica__grid {
  width: 60%;
  display: flex;
  gap: 0.5rem;
  margin: 2rem auto;
}
.atlantica__grid .img-big {
  width: 70%;
}
.atlantica__grid .img-big img {
  height: 100%;
}
.atlantica__grid .img-smalls {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.atlantica__grid .img-smalls__container-boton {
  position: relative;
  height: 100%;
}
.atlantica__grid .img-smalls__boton {
  border: none;
  border-radius: 1rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 40%;
  background-color: rgba(255, 255, 255, 0.6784313725);
  color: #000000;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8rem;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.75);
}
.atlantica__grid .img-smalls__boton:hover {
  filter: brightness(0.5);
}
@media (max-width: 775px) {
  .atlantica__grid .img-smalls__boton {
    left: -120%;
    width: 100%;
  }
}
.atlantica__grid img {
  width: 100%;
  height: 100%;
}
@media (max-width: 775px) {
  .atlantica__grid {
    width: 85%;
  }
}
.atlantica__video {
  width: 100%;
  background-color: #ececec;
  margin: 2rem auto 0 auto;
  padding: 1rem 0;
}
.atlantica__video p {
  width: 60%;
}
.atlantica__video__container {
  width: 60%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 775px) {
  .atlantica__video iframe {
    width: 100%;
    height: 100%;
  }
}
.atlantica .modal {
  display: none;
  align-items: center;
  justify-content: center;
}
.atlantica .modal__imgs {
  position: relative;
}
.atlantica .modal__img {
  width: 70%;
  height: auto;
}
.atlantica .modal .slide__div {
  justify-content: center;
  align-items: center;
}
.atlantica .modal__close {
  top: -100px;
}
.atlantica .contact {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
