@charset "UTF-8";
html {
  font-size: 16px;
  /* scroll-behavior: smooth; */
}

body {
  font-family: "Raleway", sans-serif;
  background-color: #f1f1f1;
}

.icono {
  background-image: url("../img/icon_tab.svg");
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
}

.break {
  display: block;
  content: "";
}

.padd_content_top {
  padding-top: 12rem;
}

.padd_content_bottom {
  padding-bottom: 12rem;
}

.padd_small_top {
  padding-top: 7rem;
}

.padd_small_bottom {
  padding-bottom: 7rem;
}

.margin_content_top {
  margin-top: 12rem;
}

.margin_content_bottom {
  margin-bottom: 12rem;
}

.margin_small_top {
  margin-top: 7rem;
}

.margin_small_bottom {
  margin-bottom: 7rem;
}

.bg_azul {
  background-color: #0739a0;
}

.bg_gris {
  background-color: #f1f1f1;
}

.bg_celeste {
  background-color: #0b54eb;
}

.bg_amarillo {
  background-color: #fec400;
}

.color_azul {
  color: #0739a0;
}

.color_gris {
  color: #f1f1f1;
}

.color_celeste {
  color: #0b54eb;
}

.color_amarillo {
  color: #fec400;
}

.bold {
  font-weight: 700;
}

.btn_gral a {
  text-decoration: none !important;
  background: white;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: #0739a0;
  text-transform: uppercase;
  z-index: 1;
  border: solid 2px #0739a0;
  text-align: center;
}

.pos_btn {
  position: absolute;
  bottom: 0;
}

.btn_gral a:hover {
  background-color: #0739a0;
  color: white;
}

.btn_gral:focus {
  outline: 0px;
}

.tit_gral {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.img_full {
  width: 100%;
  height: auto;
}

/*====================================================
                      M E N U
====================================================*/
.navbar {
  padding: 2rem 8rem !important;
  background-color: #0739a0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: solid 2px #0b54eb;
}

.navbar.menu {
  /* background-color: rgba(0, 0, 0, .8); */
  padding: 1rem 5rem !important;
}

.navbar-brand {
  padding-left: 1rem;
  padding-top: 0;
  margin: 0 !important;
}

.nav-link {
  color: white !important;
  text-align: center;
  outline: 0px !important;
  /*  display: block; */
  margin-left: 2rem;
}

.bot {
  color: white;
  text-align: center;
  outline: 0px !important;
  text-align: right;
  position: relative;
  /* display: block; */
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bot::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bot li a {
  text-decoration: none;
  padding: 10px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
  letter-spacing: 0.1rem;
  font-size: 0.7rem;
  display: inline-block;
  margin-left: 60px;
}

.bot li a:hover {
  color: white;
  opacity: 1;
}

.bot li a:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.nav-pills .bot.active, .nav-pills .show > .bot {
  background-color: transparent;
  color: white;
  font-weight: 500;
  opacity: 1;
  border-bottom: 3px solid white;
}

.navbar-light .navbar-toggler {
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sticky-top {
  top: 0;
  z-index: 1900;
  width: 100%;
  position: fixed !important;
}

/*====================================================
                   I N I C I O
====================================================*/
.bg_portada {
  background-image: url(../img/bg_portada.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg_box_portada_blanco {
  opacity: 0.8;
  height: 100vh;
  max-width: 380px;
  /* margin-top: 111px; */
}

.box_portada {
  background: white;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  opacity: 0.8;
}

/* .bg_box_portada{
    background: rgba(256, 256, 256,.8);
    border: solid 1px $celeste;


    position: absolute;

    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    margin-bottom: 40px;
} */
.btn_portada a {
  text-decoration: none !important;
  background: #0739a0;
  padding: 10px 21px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: white;
  text-transform: uppercase;
  z-index: 1;
  border: solid 2px #0739a0;
  text-align: center;
}

.btn_portada a:hover {
  background-color: transparent;
  color: #0739a0;
  border: solid 2px #0739a0;
}

.btn_portada:focus {
  outline: 0px;
}

.info_Rsociales_portada a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  color: #0739a0;
  font-weight: 600;
  opacity: 1;
  font-size: 1.3rem;
  padding: 0 1.5rem;
}

.info_Rsociales_portada a:hover {
  opacity: 1;
}

.tit_portada {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

.tit_ofertas {
  background-color: red;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 2rem;
  padding: 0.5rem;
}

/*====================================================
                    V I D E O
 ====================================================*/
.box_video {
  padding: 1rem;
  border: solid 2px #0739a0;
  margin: 3px;
}

/*====================================================
                   P R O Y E C T O S 
 ====================================================*/
.caluga {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.precio_calugas {
  font-size: 2.2rem;
  font-weight: 600;
  /* color: red; */
}

.precio_antes {
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
}

.oferta {
  letter-spacing: 0.1rem;
}

.precio_antes::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: red;
  top: 16px;
  left: 0;
}

.tit_card {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

.destacado_lotes {
  background: red;
  color: white;
  padding: 2px 9px;
  font-size: 0.9rem;
}

.shadow_card {
  -webkit-box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  /* min-height: 52vh; */
}

.proyectos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 2fr 2fr;
  grid-gap: 5rem;
}

.tit_sec {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  margin-left: 1rem;
  font-weight: 600;
}

.tit_sec::after {
  content: "";
  padding: 1.2rem;
  position: absolute;
  top: -70%;
  left: -1rem;
  border-top: 3px solid #0739a0;
  border-left: 3px solid #0739a0;
  border-bottom: 3px solid #0739a0;
}

/* .franja_vendido{
    width: 110%;
    height: 50px;
    background: red;
    display: block;
    top: 40%;
    left: -5%;
    transform: translate(50%, 0);
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: .5rem;
    margin: 0;
    transform: rotate(-13deg);
}
 */
/*====================================================
           P A I S A J E   P A R C E L A
 ====================================================*/
.bg_paisaje_parcela {
  /* background-image: linear-gradient(to right, #0739a0, #0740b2, #0746c5, #084dd8, #0b54eb); */
  background-image: -webkit-gradient(linear, left top, right top, from(#0739a0), color-stop(#0739a0), color-stop(#0739a0), color-stop(#0739a0), color-stop(#0739a0), color-stop(#073ba6), color-stop(#073eac), color-stop(#0740b2), color-stop(#0745c0), color-stop(#084ace), color-stop(#094fdd), to(#0b54eb));
  background-image: linear-gradient(to right, #0739a0, #0739a0, #0739a0, #0739a0, #0739a0, #073ba6, #073eac, #0740b2, #0745c0, #084ace, #094fdd, #0b54eb);
  max-width: 90%;
}

.shadow_box {
  -webkit-box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.4);
}

.tit_paisaje {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: 600;
}

.btn_paisaje a {
  text-decoration: none !important;
  background: transparent;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: white;
  text-transform: uppercase;
  z-index: 1;
  border: solid 2px white;
  text-align: center;
}

.btn_paisaje a:hover {
  background-color: white;
  color: #0739a0;
}

.btn_paisaje:focus {
  outline: 0px;
}

/*====================================================
                   F O O T E R
 ====================================================*/
.tit_contacto {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  margin-left: 1rem;
  font-weight: 600;
}

.tit_contacto::after {
  content: "";
  padding: 1.2rem;
  position: absolute;
  top: -70%;
  left: -1rem;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
}

.info_footer li {
  list-style: none;
  padding: 0.3rem 0;
}

.icon_info {
  color: white;
  font-weight: 300;
  font-size: 1rem;
}

.info_footer a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  color: white;
  font-weight: 300;
  opacity: 1;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  position: relative;
}

.info_footer a:hover {
  opacity: 1;
}

.info_footer a::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: white;
  opacity: 0;
  width: 100%;
  top: 22px;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.info_footer a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.info_Rsociales a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  color: white;
  font-weight: 600;
  opacity: 0.7;
  font-size: 1.3rem;
  /*  padding-right: 1.5rem; */
}

.info_Rsociales a:hover {
  opacity: 1;
}

.bg_piePag {
  background-color: #063189;
}

.piePagina {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
  font-weight: 300;
}

.info_piePag a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  color: white;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
}

.info_piePag a:hover {
  opacity: 0.8;
}

/*====================================================
       F O R M U L A R I O   C O N T A C T O
 ====================================================*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  background-clip: padding-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-bottom: solid 2px #0b54eb;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: white;
}

.form-control:focus {
  color: red;
  background-color: transparent;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 8px;
  height: 100%;
  padding: 0.5rem 0.75rem;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  color: white;
  font-weight: 300;
}

.form-control:focus {
  color: white;
  background-color: transparent;
  border-color: white;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.espacio_textarea {
  height: 14vh !important;
}

.btn_enviar {
  text-decoration: none !important;
  background: transparent;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: white;
  text-transform: uppercase;
  z-index: 1;
  border: solid 2px white;
  text-align: center;
}

.btn_enviar:hover {
  background-color: white;
  color: #0739a0;
}

.btn_enviar:focus {
  outline: 0px;
}

.error {
  color: red;
  font-style: italic;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
}

/*====================================================
   I M A G E N   G A L E R Í A - P R O Y E C T O S   I N T
 ====================================================*/
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image-grid a:hover img {
  opacity: 1;
}

.lightbox-modal .modal-content {
  background: #242424;
}

.lightbox-modal .btn-close {
  position: absolute;
  top: -34px;
  right: 0px;
  font-size: 1.2rem;
  z-index: 1;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.lightbox-modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
  border: solid 1px white;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
}

.aspect-ratio-1-1 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Crop the image so as not to distort it */
  -o-object-position: center;
     object-position: center;
}

.gal_predio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.franja_amarilla {
  width: 2%;
  height: auto;
}

/*====================================================
                     S L I D E 
  ====================================================*/
.slide_top {
  padding-top: 6.9rem;
}

.btn_slide a {
  text-decoration: none !important;
  background: white;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: #0739a0;
  text-transform: uppercase;
  z-index: 1;
  border: solid 2px #0739a0;
  text-align: center;
}

.btn_slide a:hover {
  background-color: #0739a0;
  color: white;
}

.btn_slide:focus {
  outline: 0px;
}

/*====================================================
                M O D A L   S L I D E R 
  ====================================================*/
.modal_cruz {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  display: block;
}

.modal-header, .modal-footer {
  border-bottom: none;
  border-top: none;
}

.borde_modal {
  border: 1px solid #0b54eb;
}

.mail_modal {
  color: #fff;
  font-size: 1rem;
}

.mail_modal a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  display: block;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.mail_modal a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 320.98px) and (max-width: 576.98px) {
  .navbar {
    padding: 1rem !important;
  }
  .navbar.menu {
    padding: 1rem !important;
  }
  .nav-link {
    text-align: left;
    width: auto;
  }
  .bot li a {
    padding: 1rem 0rem;
    margin: 2rem 0;
  }
  .proyectos {
    grid-template-columns: 1fr;
    grid-gap: 5rem;
  }
  .paisaje_parcela {
    max-width: 100%;
  }
  .box_portada {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  .gal_predio {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .slide_top {
    padding-top: 4.9rem;
  }
  .margin_content_top {
    margin-top: 7rem;
  }
  /* .shadow_card{
      min-height: auto;
  }

  .btn_gral{
      position: relative;
  } */
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar {
    padding: 1rem !important;
  }
  .navbar.menu {
    padding: 1rem !important;
  }
  .nav-link {
    text-align: right;
    width: auto;
  }
  .bot li a {
    padding: 1rem 0rem;
    margin: 2rem 0;
  }
  .max-width {
    max-width: 100%;
  }
  .proyectos {
    grid-template-columns: 1fr;
    grid-gap: 5rem;
  }
  .paisaje_parcela {
    max-width: 100%;
  }
  .box_portada {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  .gal_predio {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .slide_top {
    padding-top: 4.9rem;
  }
  .margin_content_top {
    margin-top: 7rem;
  }
  /* .shadow_card{
      min-height: auto;
  }

  .btn_gral{
      position: relative;
  } */
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    padding: 1rem !important;
  }
  .navbar.menu {
    padding: 1rem !important;
  }
  .bot li a {
    padding: 1rem 0rem;
    margin: 2rem 0;
  }
  .proyectos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 2fr;
    grid-gap: 3rem;
  }
  .paisaje_parcela {
    max-width: 90%;
  }
  .box_portada {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  .gal_predio {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .slide_top {
    padding-top: 4.9rem;
  }
  .margin_content_top {
    margin-top: 7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bot li a {
    padding-top: 10px;
  }
  .proyectos {
    grid-gap: 3rem;
  }
  .paisaje_parcela {
    max-width: 90%;
  }
  .gal_predio {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  /* .shadow_card{
      min-height: 53vh;
  } */
}
@media (min-width: 1200px) {
  .bot li a {
    padding-top: 10px;
  }
  .paisaje_parcela {
    max-width: 90%;
  }
  /* .shadow_card{
      min-height: 53vh;
  } */
}
@media (min-width: 1920px) {
  .bot li a {
    padding-top: 10px;
  }
  .paisaje_parcela {
    max-width: 60%;
  }
}/*# sourceMappingURL=site_pat_chiloe.css.map */