/*=============================================================
Aspectos Generales
==============================================================*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    text-decoration: underline; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth; }
  html body {
    font-size: 10px;
    height: 100%;
    font-family: "montserrat-rg"; }
    html body div img {
      width: 100%;
      display: block; }
    html body strong {
      font: inherit; }
    html body p, html body li, html body a, html body q {
      font-size: 1.7rem; }
    html body p:not(:last-child) {
      margin-bottom: 1.5rem; }
    html body p:last-child {
      margin-bottom: 0; }
    html body .bold {
      font-family: "montserrat-bd"; }
    html body .centrado {
      text-align: center; }
    html body .titulo {
      font: 5rem "montserrat-rg";
      color: #fff;
      margin-bottom: 2rem;
      line-height: 1; }
    html body .subtitulo {
      font: 2.5rem "montserrat-bd";
      color: #3a2212;
      margin-bottom: 0.5rem;
      line-height: 1; }
    html body .wrapper {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto; }
    html body .wrapper-sm {
      width: 90%;
      max-width: 800px;
      margin: 0 auto; }
    html body input[type=text], html body input[type=tel], html body input[type=email], html body textarea, html body select {
      width: 100%; }
    html body input[type=text], html body input[type=tel], html body input[type=email], html body input[type=url], html body label, html body textarea, html body select {
      display: block;
      font-size: 1.7rem; }
    html body input, html body textarea, html body select {
      border: none;
      outline: none;
      padding: 1rem;
      border-radius: 6px 6px 6px 6px;
      background-color: #fff; }
    html body select {
      height: 45.5px; }
    html body .cta-btn {
      background-color: #dbbb6b;
      font: 1.4rem "montserrat-bd";
      color: #3a2212;
      padding: 1.5rem 6rem;
      display: inline-block;
      text-transform: uppercase;
      border: none;
      border-radius: 6px 6px 6px 6px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: auto; }
      html body .cta-btn:hover {
        background-color: #d4ae4e;
        text-decoration: none;
        color: #3a2212; }
    html body .contact-btn {
      position: fixed;
      z-index: 10;
      right: 2rem; }
      html body .contact-btn:hover {
        color: #fff;
        text-decoration: none; }
    html body .whatsapp-btn {
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #25d366;
      color: #fff;
      border-radius: 50%;
      font-size: 2.4rem;
      bottom: 2rem; }
    html body .seccion {
      padding: 8rem 0;
      overflow: hidden !important; }
      html body .seccion .art2col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media only screen and (min-width: 992px) {
          html body .seccion .art2col {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        @media only screen and (min-width: 992px) {
          html body .seccion .art2col .texto-articulo {
            width: calc(100% - (2rem*2 + 500px)); } }
        html body .seccion .art2col .img-articulo {
          border: 4px solid #fff;
          max-width: 400px;
          margin: 0 auto 4rem; }
          @media only screen and (min-width: 576px) {
            html body .seccion .art2col .img-articulo {
              border: 6px solid #fff;
              margin: 0; } }
        html body .seccion .art2col .imgs-articulo {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 4rem; }
          @media only screen and (min-width: 992px) {
            html body .seccion .art2col .imgs-articulo {
              width: 500px;
              margin-bottom: 0; } }
          html body .seccion .art2col .imgs-articulo .img-articulo {
            width: 170px;
            margin: 0; }
            html body .seccion .art2col .imgs-articulo .img-articulo:not(:first-child) {
              margin-bottom: -50px; }
            html body .seccion .art2col .imgs-articulo .img-articulo:nth-child(even) {
              margin-right: 140px; }
            html body .seccion .art2col .imgs-articulo .img-articulo:nth-child(odd) {
              margin-left: 140px; }
            @media only screen and (min-width: 576px) {
              html body .seccion .art2col .imgs-articulo .img-articulo {
                width: 270px; }
                html body .seccion .art2col .imgs-articulo .img-articulo:not(:first-child) {
                  margin-bottom: -100px; }
                html body .seccion .art2col .imgs-articulo .img-articulo:nth-child(even) {
                  margin-right: 230px; }
                html body .seccion .art2col .imgs-articulo .img-articulo:nth-child(odd) {
                  margin-left: 230px; } }
          html body .seccion .art2col .imgs-articulo .img-articulo-lg:not(:first-child) {
            margin-bottom: -180px; }
          @media only screen and (min-width: 576px) {
            html body .seccion .art2col .imgs-articulo .img-articulo-lg:not(:first-child) {
              margin-bottom: -280px; } }
      html body .seccion .art-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 1.5rem; }
        @media only screen and (min-width: 992px) {
          html body .seccion .art-reverse {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        html body .seccion .art-reverse .imgs-articulo {
          margin-top: 4rem;
          margin-bottom: 0; }
          @media only screen and (min-width: 992px) {
            html body .seccion .art-reverse .imgs-articulo {
              margin-top: 0; } }
      html body .seccion .values {
        margin-top: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media only screen and (min-width: 992px) {
          html body .seccion .values {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        html body .seccion .values .value {
          background-color: #3a2212;
          padding: 2rem; }
          @media only screen and (min-width: 992px) {
            html body .seccion .values .value {
              width: calc(50% - 2rem); }
              html body .seccion .values .value:not(:last-child) {
                margin-bottom: 0 !important; } }
          html body .seccion .values .value:not(:last-child) {
            margin-bottom: 4rem; }
          html body .seccion .values .value .subtitulo {
            color: #dbbb6b; }
          html body .seccion .values .value p {
            color: #bfbfbf; }
    html body .cielo-bg {
      background-color: #8baac4; }
    html body .sol-bg {
      background-color: #dbbb6b; }
    html body .tierra-bg {
      background-color: #3a2212; }
  html .whatsapp-modal {
    width: calc(100% - 2rem);
    position: fixed;
    right: 1rem;
    background-color: #EAE5DB;
    z-index: 100;
    overflow: hidden;
    border-radius: 16px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (min-width: 576px) {
      html .whatsapp-modal {
        max-width: 400px; } }
    html .whatsapp-modal .whatsapp-header {
      background-color: #128c7e;
      padding: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75); }
      html .whatsapp-modal .whatsapp-header .destino {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        html .whatsapp-modal .whatsapp-header .destino p {
          color: #fff;
          font-size: 1.7rem;
          font-weight: bold;
          line-height: 1.7rem; }
          html .whatsapp-modal .whatsapp-header .destino p span {
            font-weight: normal;
            font-size: 1.5rem; }
      html .whatsapp-modal .whatsapp-header .pic {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 1rem; }
      html .whatsapp-modal .whatsapp-header .fas {
        font-size: 3rem;
        color: #0c5f55;
        cursor: pointer;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25); }
    html .whatsapp-modal .whatsapp-body {
      padding: 2rem 1rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      html .whatsapp-modal .whatsapp-body .dialog {
        width: 13px;
        height: 12px;
        background-image: url(../img/dialog.png);
        position: relative;
        z-index: 2; }
      html .whatsapp-modal .whatsapp-body .mensaje {
        background-color: #fff;
        padding: 1rem;
        border-radius: 0px 8px 8px 8px;
        -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25); }
        html .whatsapp-modal .whatsapp-body .mensaje p {
          color: #000;
          font-size: 1.5rem; }
    html .whatsapp-modal .whatsapp-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 2rem 1rem 1rem; }
      html .whatsapp-modal .whatsapp-footer .mensaje {
        background-color: #D1FEC9;
        padding: 1rem;
        border-radius: 16px;
        width: calc(100% - (50px + 2rem/2));
        -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15); }
        html .whatsapp-modal .whatsapp-footer .mensaje p {
          color: #000;
          font-size: 1.5rem; }
      html .whatsapp-modal .whatsapp-footer .send-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-image: url(../img/send-btn-dark.png); }
  html .whatsapp-modal2 {
    bottom: 1rem;
    opacity: 1; }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Fin de Aspectos Generales  ================================*/
/*=============================================================
Header
==============================================================*/
.header {
  position: absolute;
  width: 100%;
  z-index: 100; }
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header .menu a {
      position: relative;
      padding: 2rem 0;
      font: 1.6rem "montserrat-bd";
      color: #3a2212;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .header .menu a:hover {
        text-decoration: none;
        color: rgba(58, 34, 18, 0.45); }

.blur {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px); }

.header2 {
  position: fixed;
  background-color: rgba(219, 187, 107, 0.8);
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: dropheader 0.5s linear;
  animation: dropheader 0.5s linear; }

@-webkit-keyframes dropheader {
  from {
    top: -76px; }
  to {
    top: 0; } }

@keyframes dropheader {
  from {
    top: -76px; }
  to {
    top: 0; } }

/* Fin de Header  ============================================*/
/*=============================================================
Main
==============================================================*/
.hero {
  background-color: #dbbb6b;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 90; }
  .hero .logo-cont {
    min-width: 550px;
    max-width: 750px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .hero .fondo-logo {
    width: 100%;
    opacity: 0.25;
    -webkit-animation: spinner 60s infinite linear;
    animation: spinner 60s infinite linear; }
  .hero .logo {
    width: 43%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.formulario-contacto form {
  margin-top: 2rem; }
  @media only screen and (min-width: 992px) {
    .formulario-contacto form {
      padding: 0 10rem; } }

.formulario-contacto input[type=text], .formulario-contacto input[type=tel], .formulario-contacto input[type=email], .formulario-contacto textarea {
  margin-top: 3.6rem;
  border: 2px solid white; }

.formulario-contacto .formgroup {
  position: relative; }

.formulario-contacto label {
  position: absolute;
  color: #777;
  top: 1.33333rem;
  left: 1rem;
  text-align: left;
  cursor: text;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.formulario-contacto textarea {
  resize: none;
  height: 201px; }

.formulario-contacto .forminput:focus + .formlabel,
.formulario-contacto .forminput:not(:placeholder-shown) + .formlabel {
  -webkit-transform: translateY(-38px) scale(0.8);
  -ms-transform: translateY(-38px) scale(0.8);
  transform: translateY(-38px) scale(0.8);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  cursor: pointer;
  font-family: "montserrat-bd";
  color: #fff; }

.formulario-contacto input[type=button], .formulario-contacto input[type=submit] {
  margin-top: 3rem;
  width: 100%;
  height: 45px; }

.formulario-contacto .warning-text {
  color: #a94242;
  font-family: "montserrat-bd";
  font-size: calc(1.6rem * 0.9);
  position: absolute;
  right: 1rem;
  top: -24px; }

/* Fin de Main  ============================================*/
/*=============================================================
Footer
==============================================================*/
footer {
  padding: 8rem 0;
  background-color: #3a2212;
  text-align: center; }
  footer h3, footer p, footer a {
    color: #bfbfbf !important; }
  footer h3 {
    font-size: 2.2rem;
    margin-bottom: 2.2rem; }
  footer p {
    margin-bottom: 0 !important; }
    footer p .bold {
      margin-right: 7px; }
    footer p .bar {
      margin: 0 7px; }
    footer p a {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      footer p a:hover {
        text-decoration: underline; }
  footer .firma {
    margin-top: 2rem;
    font-size: 1.4rem; }

/* Fin de Footer  ============================================*/
