@font-face {
  font-family: "GARAMONDPREMRPRO";
  src: url('"../Fonts/GARAMONDPREMRPRO.OTF"');
}

@font-face {
  font-family: "CLEVIA";
  src: url('"../Fonts/CLEVIA.OTF"');
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 640px) {
  .container {
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1112px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1620px;
  }
}

.grid-layout {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.grid-layout--left-bigger {
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

.grid-layout--right-bigger {
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

.grid-layout--dual {
  -ms-grid-columns: (minmax(500px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

@media (max-width: 991px) {
  .grid-layout {
    padding: 45px 0;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
}

.bg-claro {
  background-color: #EFEBDE;
}

.bg-fuerte {
  background-color: #B07D66;
}

body {
  margin: 0;
  font-size: 17px;
}

@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.full-height {
  height: 100%;
  min-height: 100vh;
}

.info {
  background-color: #4B2752;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 15px;
  z-index: 1050;
}

@media (min-width: 992px) {
  .info {
    padding: 5px 70px;
  }
}

.info .left .phone {
  margin: 0;
}

.info .left .phone a {
  color: #ffffff;
  font-family: "GARAMONDPREMRPRO";
  font-size: 1.25em;
  text-decoration: none;
}

.info .right .social-link {
  display: inline-block;
  padding: 0 10px;
  min-width: 25px;
  line-height: 25px;
}

.info .right .social-link img {
  height: 25px;
  vertical-align: middle;
}

.fondo {
  height: 100%;
  margin: 0;
  background: url("../Assets/home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}

.fondo .logo {
  position: absolute;
  width: 420px;
  left: 50%;
  top: 55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991px) {
  .fondo .logo {
    width: 320px;
  }
}

.fondo .logo img {
  max-width: 100%;
}

.color-fuerte {
  color: #B07D66;
}

.color-claro {
  color: #EFEBDE;
}

.descripcion .titulo p {
  font-family: "CLEVIA";
  font-size: 2.3em;
}

@media (max-width: 1199px) {
  .descripcion .titulo p {
    font-size: 2em;
  }
}

.descripcion .texto p {
  font-family: "GARAMONDPREMRPRO";
  font-size: 1.25em;
}

.images .galeria img {
  width: 100%;
}

.video-desc .grid-layout {
  gap: 80px;
}

@media (max-width: 1199px) {
  .video-desc .grid-layout {
    gap: 30px;
  }
}

.video-desc .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 585px;
  background: url("../Assets/para-video.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .video-desc .video {
    height: 420px;
  }
}

@media (max-width: 992px) {
  .video-desc .video {
    height: 280px;
  }
}

.video-desc .video a img {
  display: block;
  width: 90px;
  height: 90px;
}

.contacto {
  background-color: #EFEBDE;
  padding-top: 45px;
}

.contacto .logo {
  display: block;
  width: 450px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .contacto .logo {
    width: 320px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .contacto .info-contacto {
    margin-bottom: 5%;
  }
}

.contacto .info-contacto .grid-layout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.contacto .info-contacto .left .contenedor {
  margin: 0 auto;
  width: 450px;
  max-width: 100%;
  margin-bottom: 30px;
}

.contacto .info-contacto .left .contenedor .titulo p {
  margin-top: 0;
}

.contacto .info-contacto .left .contenedor .phone a {
  color: #B07D66;
  font-family: "GARAMONDPREMRPRO";
  font-size: 2.3em;
  text-decoration: none;
}

.contacto .info-contacto .left .contenedor .facebook {
  margin: 0% 25px;
  width: 25px;
  height: 25px;
  border: none !important;
}

.contacto .info-contacto .left .contenedor .instagram {
  margin: 0% auto;
  width: 25px;
  height: 25px;
}

.contacto .info-contacto .right .formulario {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .contacto .info-contacto .right .formulario {
    width: 560px;
    margin: 0 auto;
    max-width: 100%;
  }
}

.contacto .info-contacto .right .formulario input {
  background: #FFFFFF;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  border: 0;
  border: 1px solid transparent;
  border-color: #B07D66;
  color: #B07D66;
  font-family: "GARAMONDPREMRPRO";
  font-size: 1.25em;
  height: 50px;
  outline: none;
}

.contacto .info-contacto .right .formulario input::-webkit-input-placeholder {
  color: #B07D66;
}

.contacto .info-contacto .right .formulario input:-ms-input-placeholder {
  color: #B07D66;
}

.contacto .info-contacto .right .formulario input::-ms-input-placeholder {
  color: #B07D66;
}

.contacto .info-contacto .right .formulario input::placeholder {
  color: #B07D66;
}

.contacto .info-contacto .right .formulario p {
  font-family: "GARAMONDPREMRPRO";
  color: #B07D66;
  font-size: 17px;
}

.contacto .info-contacto .right .formulario .contenedor {
  float: right;
}

.contacto .info-contacto .right .formulario .contenedor .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contacto .info-contacto .right .formulario .contenedor .checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.contacto .info-contacto .right .formulario .contenedor .checkbox input[type=checkbox]:checked ~ .check {
  background-color: #B07D66;
  -webkit-box-shadow: inset 0 0 1px 1px #EFEBDE;
          box-shadow: inset 0 0 1px 1px #EFEBDE;
}

.contacto .info-contacto .right .formulario .contenedor .checkbox .check {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #B07D66;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contacto .info-contacto .right .formulario .contenedor .condiciones {
  border-color: #B07D66;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 15px;
  height: 15px;
  cursor: default;
  -webkit-appearance: checkbox;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.contacto .info-contacto .right .formulario .boton {
  float: right;
  background: #B07D66;
  font-family: "GARAMONDPREMRPRO";
  font-size: 1.25em;
  color: #EFEBDE;
  width: 200px;
  cursor: pointer;
  padding: 5px;
}

.contacto .info-contacto .right .formulario :hover {
  background: #EFEBDE;
  color: #B07D66;
}

.footer {
  background: #B07D66;
  color: #EFEBDE;
  padding: 5px;
}

.footer p {
  font-family: "GARAMONDPREMRPRO";
  font-size: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
}

.cuarto-contenedor {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*# sourceMappingURL=app.css.map */