@charset "UTF-8";
:root {
  --negro: #393939;
  --tipo-principal: Helvetica, Arial, sans-serif;
  --tipo-secundaria: Verdana;
}

@media (prefers-color-scheme: dark) {
  :root {
    --negro: #ececec;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}

picture, video, iframe, figure {
  max-width: 100%;
  /* width: 100%; */
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

p a {
  display: inline;
}

li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

::-moz-selection {
  background-color: var(--negro);
  color: var(--blanco);
}

::selection {
  background-color: var(--negro);
  color: var(--blanco);
}

form, input, textarea, select, button, label {
  font-family: inherit;
  font-size: inherit;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-color: transparent;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

body {
  min-height: 100vh;
  font-size: 100%;
  font-family: var(--tipo-principal);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 
OPCIÓN 1:
  font-weight: 400 o 700/;
  font-style: normal;

OPCIÓN 2:
  font-weight: 400;
  font-style: italic;
*/
html {
  box-sizing: border-box;
}

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

* {
  padding: 0;
  margin: 0;
}

body {
  font-optical-sizing: auto;
  text-align: center;
}
@media (max-width: 320px) {
  body {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
  color: black;
}

p {
  color: black;
  font-size: 1.5em;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
}

.header {
  background: rgb(28, 37, 44);
  background: linear-gradient(180deg, rgb(28, 37, 44) 0%, rgba(0, 0, 0, 0.37) 100%);
  position: fixed;
  left: 0;
  right: 0;
  padding: 1.1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media (max-width: 993px) {
  .header {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header img {
  width: 120px;
}

.header .button {
  display: none;
}
@media (max-width: 993px) {
  .header .button {
    display: block;
    cursor: pointer;
  }
}

.header .svg {
  width: 2em;
  height: 2em;
  fill: wheat;
}

@media (max-width: 993px) {
  .header .nav {
    width: 100%;
    /* display: none; */
    height: 0;
    pointer-events: none;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 993px) {
  .header .nav.activo {
    display: block;
    width: 100%;
    pointer-events: auto;
    height: 40vh;
    padding: 1.5vh 0;
  }
}
@media (max-width: 482px) {
  .header .nav.activo {
    height: 45vh;
  }
}

.header .ul {
  display: flex;
  justify-content: flex-end;
  flex-flow: row nowrap;
  align-items: center;
}
@media (max-width: 993px) {
  .header .ul {
    flex-direction: column;
  }
}

.header .li {
  margin: 0 0.5rem;
  font-size: 1.3rem;
}
@media (max-width: 993px) {
  .header .li {
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }
}

.li-svg::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.5em;
  background-size: contain;
  background-image: url(../../../src/img/house-home.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header .a {
  color: #b7a7ae;
}

.imagen_header {
  position: relative;
}
.imagen_header .imagen_header-capa {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background: rgb(28, 37, 44);
  background: linear-gradient(180deg, rgb(28, 37, 44) 0%, rgba(0, 0, 0, 0) 100%);
}
.imagen_header img {
  width: 100%;
  height: auto;
  display: block;
}
.imagen_header h1 {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  position: absolute;
  font-size: 3.125rem;
  top: 40%;
  left: 5%;
  color: white;
  text-align: left;
}
@media (max-width: 482px) {
  .imagen_header h1 {
    top: 18%;
    font-size: 2.125em;
  }
}

.bienvenida {
  margin: 1.875rem 0;
}

.bienvenida_h2 {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  padding: 25px;
}

.bienvenida_p {
  padding: 3.125rem;
}

.bienvenida_img {
  background-color: #1c252c;
  padding: 1.9375rem;
  display: grid;
  place-items: center;
  gap: 1.875rem;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}
.bienvenida_img .bienvenida_img-div {
  position: relative;
}
.bienvenida_img .bienvenida_img-div h3 {
  position: absolute;
  color: #b4a893;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background: rgb(28, 37, 44);
  background: linear-gradient(180deg, rgb(28, 37, 44) 0%, rgba(0, 0, 0, 0) 100%);
}
.bienvenida_img .bienvenida_img-div img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  display: block;
}

.testbutton {
  width: 200px;
  height: 50px;
  margin: auto;
  margin-bottom: 50px;
  font-family: "times new roman";
  font-weight: bold;
  color: #4e2e6a !important;
  font-size: 23px;
  text-shadow: 1px 1px 0px #7cacde;
  box-shadow: 1px 1px 1px #bee2f9;
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid #3866a3;
  background: #63b8ee;
  background: linear-gradient(to top, #63b8ee, #468ccf);
}

.testbutton:hover {
  color: #14396a !important;
  background: #468ccf;
  background: linear-gradient(to top, #468ccf, #63b8ee);
}

.box_svg_whatsapp {
  position: fixed;
  z-index: 9;
  right: 38px;
  bottom: 33px;
}

.svg_whatsapp {
  background-color: #22D84A;
  fill: whitesmoke;
  padding: 5px;
  border-radius: 10px;
  width: 50px;
  height: auto;
}

.section-usted h2 {
  margin: 1.5rem 0;
  font-family: "Old Standard TT", serif;
  font-size: 3.5rem;
}
.section-usted p {
  padding-top: 1.5rem;
}

.section_usted-grid {
  background-color: lightblue;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}
.section_usted-grid img {
  width: 50px;
  height: 50px;
  margin: auto;
}
.section_usted-grid p {
  width: 100%;
}

.aa {
  /* display: flex; */
  background-color: lightgreen;
  margin: 1rem;
  padding: 1rem;
}

.testbutton {
  font-family: "arial black";
  color: #5D1F6A !important;
  font-size: 16px;
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #66F9CD;
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid #3866A3;
  background: #58EE71;
  background: linear-gradient(to top, #58EE71, #2BCF31);
}

.testbutton:hover {
  color: #14396A !important;
  background: #CFB536;
  background: linear-gradient(to top, #CFB536, #EEDC69);
}

.proyectos {
  background: linear-gradient(320deg, rgb(28, 37, 44) 0%, rgba(0, 0, 0, 0) 100%);
}

.proyectos_contenido {
  position: relative;
  padding: 3rem;
  margin: 2rem auto;
  top: -3.125rem;
  width: 80%;
  border-radius: 5px;
}
@media (max-width: 993px) {
  .proyectos_contenido {
    width: 95%;
    padding: 1.5rem;
  }
}
.proyectos_contenido div {
  background-color: antiquewhite;
  box-shadow: -7px -7px 8px 1px rgba(108, 80, 80, 0.8117647059), 7px 7px 5px #302c2c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 993px) {
  .proyectos_contenido div {
    flex-direction: column;
  }
}
.proyectos_contenido .div_picture {
  margin: 0.5rem;
}
@media (max-width: 993px) {
  .proyectos_contenido .column_reverse {
    flex-direction: column-reverse;
  }
}
.proyectos_contenido h2 {
  font-family: "Tangerine", cursive;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
}
.proyectos_contenido p {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 1vw, 3.5rem);
  font-weight: 400;
  width: 50%;
  margin: 0.5rem;
}
@media (max-width: 993px) {
  .proyectos_contenido p {
    width: 95%;
    margin-bottom: 1rem;
  }
}
.proyectos_contenido picture {
  width: 70%;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 993px) {
  .proyectos_contenido picture {
    width: 95%;
    padding: 1rem 0;
  }
}
.proyectos_contenido picture:hover {
  scale: 1.5;
  transition: all 0.8s ease-in-out;
  rotate: 0deg;
}
.proyectos_contenido img {
  width: 35vw;
  height: auto;
  border-radius: 5px;
  background: linear-gradient(315deg, #f0f0f0, rgba(165, 40, 40, 0));
  box-shadow: -7px -7px 8px 1px rgba(108, 80, 80, 0.8117647059), 7px 6px 7px #8f8658;
}
@media (max-width: 993px) {
  .proyectos_contenido img {
    min-width: 80%;
  }
}
.proyectos_contenido .picture_img_1 {
  rotate: 5deg;
}
.proyectos_contenido .picture_img_2 {
  rotate: 5deg;
}
.proyectos_contenido .picture_img_3 {
  rotate: -5deg;
}
.proyectos_contenido .picture_img_4 {
  rotate: 5deg;
}
.proyectos_contenido .picture_img_5 {
  rotate: -5deg;
}

.proyectos_contenido_2 {
  position: relative;
  padding: 3rem;
  margin: 2rem auto;
  top: -3.125rem;
  width: 80%;
  background: linear-gradient(315deg, #9f8d74, #cacaca);
  box-shadow: -7px -7px 8px 1px rgb(68, 53, 53), 7px 7px 5px #ffffff;
  border-radius: 5px;
}

.proyectos_picture {
  width: 35vw;
  height: auto;
}

.imagen_header .imagen_header-nosotros {
  width: 50%;
  margin-left: 50%;
  height: 100vh;
}
.imagen_header p {
  color: rgb(132, 14, 73);
}

.footer {
  background: #1C252C;
  background: linear-gradient(180deg, rgb(28, 37, 44) 0%, rgba(44, 28, 42, 0.9) 36%, rgba(44, 28, 42, 0.7) 100%);
  padding: 3rem 0;
}
.footer ul {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 993px) {
  .footer ul {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.footer a {
  color: whitesmoke;
  font-size: 1.35rem;
}

.div_contacto {
  background-color: #181F26;
  margin: 5.125rem;
  padding: 3rem;
  border-radius: 20px;
}
.div_contacto p {
  color: rgb(207, 196, 175);
  margin-bottom: 3rem;
}
.div_contacto button {
  width: auto;
}
@media (max-width: 993px) {
  .div_contacto {
    margin: 1.25rem;
  }
}

.box_descriptivo {
  background-color: #1b2f34;
  padding-bottom: 3rem;
}
.box_descriptivo h3 {
  font-size: 3rem;
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  color: wheat;
  padding: 2rem 0;
}
.box_descriptivo p {
  max-width: 80%;
  font-family: "Cormorant Garamond", serif;
  color: wheat;
  margin: auto;
}

.imagen_header .h2_imagen_header {
  background-color: rgba(128, 128, 128, 0.7607843137);
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 225px;
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-size: 3.5rem;
  color: rgb(131, 90, 13);
}
@media (max-width: 320px) {
  .imagen_header .h2_imagen_header {
    bottom: 100px;
    font-size: 2.5rem;
  }
}

.section_informativa {
  padding-top: 2rem;
  max-width: 60%;
  margin: auto;
}
@media (max-width: 993px) {
  .section_informativa {
    max-width: 90%;
  }
}

.informativa_flex {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  gap: 2rem;
  background-color: #1B2F34;
  padding: 2rem;
  border-radius: 1rem;
}
@media (max-width: 993px) {
  .informativa_flex {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.informativa_flex picture {
  flex: 1 1 50%;
}
.informativa_flex picture img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 27px;
  background: linear-gradient(315deg, #2f3132, #1c2227);
  box-shadow: -5px -5px 12px #000000, 18px 20px 20px 0px #000000;
}
@media (max-width: 993px) {
  .informativa_flex picture img {
    width: 75vw;
    margin-top: 1rem;
  }
}
.informativa_flex .contenido {
  /* display: grid;
  row-gap: 2rem; */
  flex: 1 1 50%;
}
.informativa_flex h3 {
  font-family: "Old Standard TT", serif;
  font-size: italic;
  font-size: 1.5rem;
  color: whitesmoke;
}
.informativa_flex p {
  text-align: left;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5em;
  color: wheat;
}
@media (max-width: 993px) {
  .informativa_flex p {
    text-align: center;
  }
}
.informativa_flex .p2 {
  text-align: right;
}
@media (max-width: 993px) {
  .informativa_flex .p2 {
    text-align: center;
  }
}

.precios {
  text-align: center;
  padding: 2rem 0;
}
.precios h2 {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.precios p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5em;
  max-width: 70%;
  margin: 0 auto 2rem auto;
}

.precios-flex {
  display: flex;
  max-width: 80%;
  margin: auto;
  justify-content: space-around;
  gap: 2rem;
}
.precios-flex strong {
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.655);
  margin-bottom: 1rem;
}
.precios-flex ul {
  border-right: black solid;
  border-bottom: black solid;
  flex-grow: 1;
  padding: 3.5rem;
  margin-top: 2rem;
  border-radius: 20px;
}
.precios-flex li {
  text-align: left;
  margin-bottom: 0.5rem;
  list-style-type: disc;
  font-family: "Tangerine", cursive;
  font-size: 1.2rem;
}
@media (max-width: 993px) {
  .precios-flex {
    flex-direction: column;
    max-width: 80%;
  }
}
.precios-flex div {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}

.sistema_personalizado h2 {
  color: rgba(0, 0, 0, 0.655);
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  padding-top: 4rem;
}
.sistema_personalizado p {
  font-size: 1.5em;
  font-family: "Tangerine", cursive;
  border-radius: 20px;
  background: #dccec2;
  box-shadow: 1px 1px 0px 5px #bebebe, -20px -20px 60px rgba(0, 0, 0, 0.7607843137);
}/*# sourceMappingURL=app.css.map */
