/* colores */
@font-face {
  font-family: "vaughan-bold";
  src: url("../fonts/vaughan/Vaughan-Bold.otf") format("opentype");
}
@font-face {
  font-family: "vaughan-semibold";
  src: url("../fonts/vaughan/Vaughan-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "vaughan-light";
  src: url("../fonts/vaughan/Vaughan-Light.otf") format("opentype");
}
.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

a {
  color: #5E3C32;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover {
  color: #1F1801;
  text-decoration: underline;
}

body {
  color: #151515;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #efefef;
  overflow-x: hidden;
}
body strong {
  font-weight: 700;
}

#mensaje-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  max-height: 80px;
  background-color: #eb3838;
  color: #efefef;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  z-index: 99999;
}

#mensaje-in-image {
  z-index: 99999;
  position: absolute;
  bottom: 30px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 1.5rem;
}

h1 {
  font-family: "vaughan-semibold";
  line-height: 120%;
  color: #5E3C32;
  text-transform: uppercase;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem; /* 24 */
}

.rallita {
  height: 3px;
  width: 100px;
  background-color: #BD8342;
}

p {
  font-size: 16px;
  font-weight: 100;
  padding: 0px;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.subtitulo {
  font-size: 1rem;
}

.banda {
  height: auto;
  width: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.content__map {
  height: 600px;
  overflow: hidden;
  border-top: 2px solid #5E3C32;
}

.logo {
  width: 85px;
}

#col-info {
  background-color: #E3DFD6;
  display: flex;
  flex-direction: column;
}

.col-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-control,
.input-group-text,
.form-check-label {
  border-radius: 3px !important;
  font-size: 0.8rem;
  border-color: #151515;
}

.input-group-text {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: #efefef !important;
}

.form-control[type=email] {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.form-check-label,
.wpcf7-list-item {
  font-size: 0.8rem;
}
.form-check-label label,
.wpcf7-list-item label {
  line-height: 220%;
}
.form-check-label a,
.wpcf7-list-item a {
  color: #151515;
  transition: all 0.5s ease;
}
.form-check-label a:hover,
.wpcf7-list-item a:hover {
  color: #5E3C32;
}

.form-check-input {
  border-radius: 0 !important;
  border-color: #5E3C32;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn {
  border-radius: 0 !important;
}
.btn.btn-primary {
  background-color: #5E3C32;
  border: 1px solid #5E3C32;
  color: #efefef;
  transition: all 0.5s ease;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 3px !important;
  padding-top: 8px;
  font-family: "Montserrat", sans-serif;
}
.btn.btn-primary span {
  padding: 0 10px;
}
.btn.btn-primary:hover {
  border: 1px solid #5E3C32;
  background-color: #efefef;
  color: #5E3C32;
  text-decoration: none;
}

input[type=submit] {
  height: 35px;
}

input[type=text],
input[type=email],
input[type=tel] {
  text-indent: 5px;
  height: 33px;
}

textarea {
  height: 100px;
  border: 1px solid #ccc !important;
}

.form-check {
  padding-left: 10px;
  margin-top: 10px;
}

#close {
  position: absolute;
  top: 15px;
  right: 20px;
}
#close i {
  font-size: 1.2rem;
  color: #999;
  transition: all 0.5s ease;
}
#close:hover i {
  color: #5E3C32;
}

footer {
  background-color: #E3DFD6;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  border-top: 2px solid #5E3C32;
}
footer a {
  display: inline-block;
  color: #5E3C32;
  font-weight: 700;
}
footer a:visited {
  color: #5E3C32;
}
footer a:hover {
  color: #151515;
}

.footer-border-top {
  border-top: 2px solid #5E3C32;
}

.footer-border-top a {
  color: #151515;
  text-decoration: none;
}

.iti__flag {
  margin-right: 5px;
  background-color: #efefef;
}

.iti__selected-dial-code {
  font-size: 0.8rem;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #efefef;
}

.iti--separate-dial-code {
  width: 100%;
}

#logo {
  flex-shrink: 0;
}

#language {
  position: absolute;
  top: 20px;
  right: 35px;
}
#language.language_mobile {
  top: 40px;
  right: 30px;
}
#language a img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
#language a:hover img {
  filter: none;
}
#language a.active img {
  filter: none;
}

.txt-green {
  color: #5E3C32;
}

/*****   Boton para abrir el formulario   ******/
.btn-open-form {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  /* border-radius: 25px 0 25px 0; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #5E3C32;
  transition: border 0.3s ease-in-out;
}
.btn-open-form .cta-text {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
  line-height: 1.1;
  padding: 0px 40px 0px 40px;
}
.btn-open-form .cta-text .cta-title {
  font-family: "vaughan-bold";
  font-weight: 800;
  letter-spacing: 1px;
  color: #5E3C32;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.btn-open-form .cta-text .cta-sub {
  font-size: 0.78rem;
  color: #6c757d;
  margin-top: 4px;
}
.btn-open-form .cta-icon {
  background: #5E3C32;
  color: #E3DFD6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  height: 100%;
  position: relative;
  font-size: 1.3rem;
  overflow: hidden;
  border-left: 1px solid #5E3C32;
  transition: all 0.3s ease-in-out;
}
.btn-open-form .cta-icon:after {
  content: "";
  position: absolute;
  top: -230px;
  left: -230px;
  width: 200%;
  height: 200%;
  background-color: #E3DFD6;
  transform: rotate(45deg);
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.btn-open-form .cta-icon i {
  transition: all 0.4s ease-in-out;
  z-index: 9999;
}
.btn-open-form:hover {
  border: 1px solid #5E3C32;
  text-decoration: none;
}
.btn-open-form:hover .cta-icon {
  background: #E3DFD6;
  color: #5E3C32;
}
.btn-open-form:hover .cta-icon i {
  margin-left: -5px;
  margin-right: 5px;
  transform: rotate(44deg);
}
.btn-open-form:hover .cta-icon:after {
  top: -30px;
  left: -30px;
}

.licencia {
  display: block;
  color: #5E3C32;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
}

#content__form {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 500px;
  min-height: 400px;
  background-color: #fdfdfd;
  z-index: -1;
  transition: all 0.5s ease;
  padding: 50px;
  border-top-right-radius: 10px;
  box-shadow: inset 5px 0 10px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
#content__form.open {
  left: 0%;
  z-index: 999;
}

.wpcf7-form-control-wrap {
  flex-grow: 1;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-validates-as-email {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.7rem;
}

.col-email .wpcf7-not-valid-tip {
  margin-left: -37px;
}

.form-control,
.input-group-text,
.form-check-label {
  border-color: #ccc;
}

.wpcf7-spinner {
  top: -30px !important;
}

.languages {
  position: absolute;
  z-index: 9;
}
.languages ul li {
  display: inline-block;
  border: 2px solid #5E3C32;
  padding: 0px 5px 2px 5px;
  background-color: transparent;
}
.languages ul li img {
  width: 25px;
  height: auto;
}

.contenidor_info h2 {
  padding-top: 30px;
}

/** 
 * Scroll flechas 
 * [https://codepen.io/xonic/pen/KWMaqe] */
.scroll-arrows {
  position: absolute;
  right: 0;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5%;
  z-index: 9;
  width: 24px;
  height: 24px;
}
.scroll-arrows a {
  display: block;
  height: 60px;
  width: 30px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 4px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
/* SECTION MOBILE:   VERTICAL  */
#resp {
  width: auto;
  height: 20px;
  background-color: red;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#resp:after {
  content: "xs";
  color: white;
  font-size: 0.7rem;
}

.content-primary {
  padding: 0;
}
.content-primary .col-info {
  padding-top: 20px;
}

#mensaje-in-image {
  right: 0;
}

#logo img {
  width: 150px;
}

#logo-int {
  width: 120px;
}

h1 {
  font-size: 1.3rem;
}

.languages {
  top: 30px;
  right: 25px;
}

.licencia {
  font-size: 0.8rem;
}

#col-info {
  height: 100%;
}

.contenido-centrado {
  flex-grow: 1;
  height: 100%;
}

.iconos h6 {
  font-size: 0.8rem;
}

@media (min-width: 577px) and (orientation: portrait) {
  #resp {
    background-color: fuchsia;
  }
  #resp:after {
    content: "sm";
    color: white;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #resp {
    background-color: rgb(92, 6, 36);
  }
  #resp:after {
    content: "sm h";
    color: white;
  }
}
@media (min-width: 768px) {
  #resp {
    background-color: green;
  }
  #resp:after {
    content: "md";
    color: white;
  }
  .languages {
    top: 30px;
    right: 45px;
  }
  #content-primary {
    padding-top: 0px;
  }
  #logo {
    margin-top: 20px;
  }
  #logo-int {
    width: 140px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  #resp {
    background-color: rgb(49, 63, 28);
  }
  #resp:after {
    content: "md h";
    color: white;
  }
}
@media (min-width: 992px) {
  #resp {
    background-color: yellow;
  }
  #resp:after {
    padding-left: 5px;
    content: "lg";
    color: black;
  }
  #contenido {
    margin-top: -50px !important;
  }
  .descripcion,
  .descripcion p {
    font-size: 0.8rem;
  }
  h1 {
    font-size: 1.3rem;
  }
  .btn-open-form .cta-icon {
    padding: 5px 20px;
  }
  .content-primary {
    padding-top: 0px;
    max-height: 100vh;
    height: 100vh;
  }
  .content-primary .col-info {
    align-items: center;
    padding-top: 50px;
  }
  #mensaje-in-image {
    right: 30px;
  }
  #logo {
    margin-top: 20px;
  }
  #logo-int {
    margin-top: 20px;
    width: 140px;
  }
  .languages {
    top: 40px;
    right: 40px;
  }
  .col-img img {
    -o-object-position: center;
       object-position: center;
  }
  .licencia {
    font-size: 0.7rem;
  }
  #col-info {
    height: 100vh;
  }
  .contenido-centrado {
    flex-grow: 1;
    height: calc(100vh - 50px); /* Ajusta 50px a la altura real de tu logo */
  }
  .iconos h6 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  #resp {
    background-color: blue;
  }
  #resp:after {
    padding-left: 5px;
    content: "xl";
    color: white;
  }
  #contenido {
    margin-top: -50px !important;
  }
  h1 {
    font-size: 1.9rem;
  }
  .content-primary {
    max-height: 100vh;
  }
  .content-primary .col-info {
    align-items: center;
  }
  .content-primary .col-img {
    height: 100vh;
  }
  .descripcion,
  .descripcion p {
    font-size: 0.9rem;
  }
  .btn-open-form .cta-icon {
    padding: 15px 20px;
  }
  .licencia {
    font-size: 0.8rem;
  }
}
@media (min-width: 1366px) {
  #resp {
    background-color: violet;
  }
  #resp:after {
    padding-left: 5px;
    content: "xl 1366";
    color: black;
  }
  h1 {
    font-size: 1.7rem;
  }
  .content-primary {
    max-height: 100vh;
  }
  .content-primary .col-info {
    align-items: center;
  }
  .content-primary .col-img {
    height: 100vh;
  }
  .descripcion,
  .descripcion p {
    font-size: 1rem;
  }
  #logo {
    margin-top: 10px;
  }
  #logo-int {
    width: 120px;
    margin-top: 10px;
  }
  .languages {
    top: 40px;
    right: 40px;
  }
  .col-img img {
    -o-object-position: center;
       object-position: center;
  }
  .descripcion,
  .descripcion p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  #resp {
    background-color: #ccc;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "xxl";
    color: black;
  }
  h1 {
    font-size: 1.8rem;
  }
  #logo {
    margin-top: 20px;
  }
  #logo-int {
    width: 130px;
    margin-top: 20px;
  }
  .col-info {
    align-items: center;
  }
}
@media (min-width: 1920px) {
  #resp {
    background-color: black;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "C";
    color: white;
  }
  #contenido {
    margin-top: -100px !important;
  }
  h1 {
    font-size: 1.7rem;
  }
  img.logo {
    margin-top: 1rem;
  }
  #logo {
    margin-top: 40px;
  }
  #logo img {
    width: 200px;
  }
  .content-primary {
    max-height: 100vh;
  }
  .col-info {
    align-items: center;
  }
  .col-img {
    height: 100vh;
  }
}
@media (min-width: 2500px) {
  #resp {
    background-color: rgb(65, 65, 65);
    border: 1px solid rgb(65, 65, 65);
  }
  #resp:after {
    padding-left: 5px;
    content: "C2";
    color: white;
  }
  h1 {
    font-size: 1.9rem;
  }
  img.logo {
    margin-left: 5rem;
    margin-top: 2rem;
    width: 200px;
  }
  .content-padding-custom {
    border: 0px solid red;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  footer .padding-custom-lx {
    padding-left: 5rem !important;
  }
  footer .padding-custom-rx {
    padding-right: 5rem !important;
  }
  p {
    font-size: 1.125rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  .form-control,
  .input-group-text,
  .form-check-label {
    font-size: 1rem;
  }
  .btn.btn-primary {
    font-size: 1.125rem;
  }
  footer {
    font-size: 1rem;
  }
  .col-info {
    align-items: center;
  }
  .col-info form {
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */