@charset "UTF-8";
@font-face {
  font-family: 'ITC-Modern';
  src: url('../font/itc_modern.woff2') format('woff2'),
  url('../font/itc_modern.woff') format('woff');
}


.ITC-Modern {
  font-family: 'ITC-Modern';
}


/*agregadas 2021*/
@font-face {
  font-family: 'Bookman-Old-Style-V2';
  src: url('../font/Bookman/BookmanOldStyleV2.woff2') format('woff2'),
  url('../font/Bookman/BookmanOldStyleV2.woff') format('woff');
}
.bookman {
  font-family: 'Bookman-Old-Style-V2';
}

@font-face {
  font-family: 'Georgia';
  src: url('../font/Georgia/Georgia.woff2') format('woff2'),
  url('../font/Georgia/Georgia.woff') format('woff');
}
.georgia {
  font-family: 'Montserrat', sans-serif;
}

@font-face {
  font-family: 'Elephant';
  src: url('../font/Elephant/Elephant.woff2') format('woff2'),
  url('../font/Elephant/Elephant.woff') format('woff');
}
.elephant {
  font-family: 'Elephant';
}

@font-face {
  font-family: 'ScriptMtBold';
  src: url('../font/ScriptMtBold/ScriptMtBold.woff') format('woff');
}
.scriptMtBold {
  font-family: 'ScriptMtBold';
}

/*agregadas 2022*/
@font-face {
  font-family: 'Vogue';
  src: url('../font/Vogue/Vogue.woff2') format('woff2'),
  url('../font/Vogue/Vogue.woff') format('woff');
}
.vogue {
  font-family: 'Vogue';
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

.montserrat{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
    /*
     * What follows is the result of much research on cross-browser styling.
     * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
     * Kroc Camen, and the H5BP dev community and team.
     */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
 }

html, body {
  height: 100%; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

span {
  border: none !important;
  background-color: transparent !important;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#contenedor {
  height: auto; }

.border_caja {
  border-style: solid;
  border-width: 0px -1px 27px;
  -moz-border-image: url(../images/borde.png) 0 27 27;
  -webkit-border-image: url(../images/borde.png) 0 27 27;
  -o-border-image: url(../images/borde.png) 0 27 27;
  border-image: url(../images/borde.png) 0 27 27 fill; }

.bi {
  border: double 8px #333333; }

.navigation {
  text-align: center;
  width: 100%;
  height: 190px;
  margin-top: 70px;
  margin-bottom: 20px;
  padding-top: 30px; }
  .navigation ul {
    margin-left: 62px;
    margin-top: 5px; }
    .navigation ul li {
      text-align: center;
      padding: 0 10px;
      font-size: 30px; }
      .navigation ul li a {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        /*border-top: 2px solid black;*/
        /*border-bottom: 2px solid black;*/
        display: block;
        color: #4c4b4a;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.4s; }
        .navigation ul li a:hover {
          text-decoration: none;
          color: #4D4D4D; }
      .navigation ul li img {
        width: 100px; }
      .navigation ul li a .logoviana {
        width: 350px;
        margin-top: -97px; }
p{
  margin:0 !important;
}
#menu-opener {
  display: none; }

#logocelular {
  display: none; }

.home {
  max-width: 1180px;
  margin: auto;
  padding-top: 35px; }
  .home a {
    text-decoration: none; }

  .home img.llave {
    /*margin-right: 86px;*/
    /*margin-left: 14px;*/
    width: 200px;
    margin-bottom: 20px;
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transition: all .9s ease;
    /* IE 9 */
    -ms-transition: all .9s ease;
    /* Opera */ }
    .home img.llave:hover {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
  .home img.llave-medio {
    }

  .home img.llave-medio-invertida {
    }

.home .pointer {
  cursor: pointer; }
  .home img.buscar {
    /*margin-left: -45px;*/
    width: 376px;
    margin-bottom: 80px;
    margin-top: 80px;
  }
.home img.buscar:hover {
  -webkit-transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform: rotateY(180deg);
  transform-style: preserve-3d;}

.alquiler_venta {
  margin: auto;
  padding-top: 35px;
  padding-bottom: 250px; }
  .alquiler_venta img.tipo {
    width: 210px;
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transition: all .9s ease;
    /* IE 9 */
    -ms-transition: all .9s ease;
    /* Opera */ }
    .alquiler_venta img.tipo:hover {
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  .alquiler_venta img.tipo_horizontal {
    width: 210px;
    margin-top: 100px;
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transition: all .9s ease;
    /* IE 9 */
    -ms-transition: all .9s ease;
    /* Opera */ }
    .alquiler_venta img.tipo_horizontal:hover {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg); }

.propiedades {
  /*padding-bottom: 300px; */
}
  .propiedades img.llave_acostada {
    width: 160px;
    margin-top: 15px; }

.individuales {
  box-shadow: 2px 2px 7px #4D4D4D;
  /*border-radius: 5px;*/
  border-top-right-radius: 123px;
  border-top-left-radius: 123px;
  width: 390px;
  max-height: auto;
  margin: 50px auto;
  /*border: 4px solid #4D4D4D; */
}
  .individuales .cuadro_foto {
    height: 276px;
    border-top-right-radius: 123px;
    border-top-left-radius: 123px;}
  .individuales .cuadro_texto {
    height: auto;
    line-height: 22px;
    overflow: hidden; }
    .individuales .cuadro_texto h2 {
      margin: 0;
      padding: 10px;
      font-size: 25px; }
    .individuales .cuadro_texto p {
      font-size: 16px;
      padding: 10px;
      text-align: justify;}
    .individuales .cuadro_texto .dire {
      font-family: "ITC-Modern";
      color: #343434;
      font-size: 16px;
      font-weight: bold;
    }  

.reservado {
  width: 200px;
  margin: 10px;
  -webkit-transform: translateY(-100%) rotate(340deg); /* Safari */
  -moz-transform: translateY(-100%) rotate(340deg); /* Firefox 3.6 Firefox 4 */
  /*-moz-transform-origin: right top; */
  -ms-transform: translateY(-100%) rotate(340deg); /* IE9 */
  -o-transform: translateY(-100%) rotate(340deg); /* Opera */
  transform: translateY(-100%) rotate(340deg); /* W3C */
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  position: relative;
  top: 99px;
  left: -52px;
}
.lazo{
  width: 40px;
  position: relative;
  top: -87px;
  left: 47%;
  padding: 0;
  margin: 0;
}

.precio {
  font-size: 18px !important; }

.direccion1 {
  font-family: 'Montserrat', sans-serif;
  text-align: center !important;}

.direccion {
  font-family: 'Montserrat', sans-serif;
  background-color: #4d4d4d;
  color: white;
  text-align: center !important;}

.nosotros, .contacto {
  max-width: 1180px;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 100px; }
  .nosotros a, .contacto a {
    text-decoration: none;
    color:black;}
  .nosotros img.nosotros, .contacto img.nosotros {
    width: 210px;
    margin: 0;
    padding: 0; }
  .nosotros .foto, .contacto .foto {
    width: auto;
    height: 389px;
    border: 5px solid #4d4d4d; }
  .nosotros p, .contacto p {
    font-size: 16px; }

.contacto .cuadro {
  background-color: white;
  padding: 20px 0px;
  width: auto;
  height: auto;
  border: 5px double #4d4d4d;
  font-size: 17px; }
  .contacto .cuadro span {
    font-weight: bold;
    border: none;
    margin-top: -5px; }

#location {
  border: 5px solid #4d4d4d; }

#map {
  height: 400px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }



.scroll-to-top {
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  font-size: 36px;
  color: #555; }

.scroll-to-top:hover {
  text-decoration: none;
  color: #000; }

  .envuelve_pagination{
    
    position: relative;
    top: -6%;
  }

  .pagination {
    height: 36px;
    position: relative;
    left: 40%;
    top: -1000%;
}
.pagination ul {
}
.pagination li, .pagination li.disabled span {
    display: inline;
    background-color: white !important;
}
.pagination li.active span {
  color: #B5987A;
}
.pagination a, span {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
    color: black;
    background-color: white;
}

.copyright{
  color: #e23878;
}
.copyright a{
  color: black;
}

#footer{
  margin-top: 105px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.volver {
  width: 144px; }

.border_cero {
  border: none !important;
}
.sin_underline{
  text-decoration: none !important;
}
.row {
  margin: 0; }

.lobster {
  font-family: 'Lobster Two', cursive; }

.fjalla {
  font-family: 'Fjalla One', sans-serif; }
.kaushan{
    font-family: 'Kaushan Script', cursive;
    font-family: 'Gabriela', serif;

}



.logos_contacto{
  width: 18px !important;
  text-decoration: none;
  color: black;
  float: initial;
}
.info_contacto{
  margin-top: 45px;
  float: left;
}
.strong {
  font-weight: bold; }

.white-text {
  color: white; }

.black-text {
  color: #1a1a1a; }

.black {
  background-color: #000; }

.white {
  background-color: white; }

.negro_viana {
  background-color: #4D4D4D; }

.beige {
  background-color: #B5987A; }

.aqua {
  background-color: #BBB; }

.rojo {
  background-color: #FF5D62; }

.fondo {
  /*background-color: #FFFFCC; */
  /*background-color: #e9cb88;*/
  /*background-color: #a9957b;*/
/*background-color: #eac29e;*/
/*  background-color: #f3f3df;*/

/*  licor de mani:*/
background-color: #fff;
/*  background-color: rgb(162, 165, 165); dia de lluvia*/
/*background-color: rgb(204, 204, 203); gris alpino*/
/*  background-color: rgb(204, 183, 152);*/


}

.slim {
  font-weight: 200; }

.medium {
  font-size: 1.4em; }

.large-padding {
  padding: 10px 15px; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.hidden_seba {
  display: none !important; }

.top {
  top: 1.5em; }

.bottom {
  bottom: 0; }

.right {
  right: 5em; }

.left {
  left: 0; }

.up {
  z-index: 10; }

.centro {
  text-align: center; }

.derecha {
  text-align: right; }

.izquierda {
  text-align: left; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.row {
  margin: 0; }

.no-margin {
  margin: 0px; }

.margin-arriba {
  margin-top: 50px; }

.margin-abajo {
  margin-bottom: 150px; }

.background-cover {
  background-position: center;
  background-size: cover !important; }

.subtitulo {
  font-size: 30px;
  color: #4c4b4a;
  letter-spacing: 4px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: lighter;


}
.subtitulo2{
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
  letter-spacing: 6px;
  color: #4c4b4a;
}


/*
 * Ocultar visualmente y de los lectores de pantalla
 */
.hidden {
  display: none; }

/*
 * Ocultar sólo visualmente, pero tenerlo disponible para los lectores de pantalla:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. Para contenido largo, los feeds lineales no se interpretan como espacios y pequeños anchos
 * Hace que el contenido envuelva 1 palabra por línea:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extiende la clase .visuallyhidden para permitir que el elemento
 * se pueda enfocar cuando se navega a través del teclado:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Ocultar visualmente y de los lectores de pantalla, pero mantener el diseño
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

@media only screen and (max-width: 1200px) {
  .navigation ul {
    margin-top: 5px; }
    .navigation ul li {
      font-size: 22px; }
      .navigation ul li img {
        width: 64px; }
  .individuales {
    width: 308px; }
  .margin-arriba {
    margin-top: 0; }
  .volver{
    margin-bottom: 4em;
  }

}

@media only screen and (max-width: 981px) {
  .llave_desaparece {
    display: none; } }

@media only screen and (max-width: 960px) {
  #big {
    display: none; }
  #menu-opener {
    display: block;
    font-size: 30px;
    float: right;
    margin-right: 10px;
    /*margin-top: -1123px;*/
    margin-top: -186%;

    z-index: 101; }
  #logocelular {
    display: inline-block;
    width: 300px;
    margin-top: -281px; }
  #navigation ul {
    margin-left: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
    font-size: 30px;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #FFF;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    border-bottom: 3px solid black; }
    #navigation ul.active {
      max-height: 150vh; }
  #navigation li {
    display: block;
    padding: 10px 15px; }
    #navigation li a {
      /*border-top: 1px solid black;*/
      /*border-bottom: 1px solid black;*/
      width: 40%;
      margin: auto; }
  #navigation li.logomenudesaparece {
    display: none; }
  .alquiler_venta {
    padding-bottom: 700px; }
  .home .slide {
    width: 600px;
    max-height: 375px; }
    .home .slide img.borde {
      width: 608px; }
    .home .slide .cuadro {
      width: 576px;
      height: 279px;
      top: -295px;
      left: 22px; }
  .individuales {
    width: 280px; }
  .propiedades img.llave_acostada {
    margin-bottom: 20px;
    width: 120px; }
  .subtitulo, .subtitulo2 {
    font-size: 33px;
    margin-bottom: 20px; }
  .izquierda, .derecha {
    text-align: center; }
  .nosotros .foto {
    margin-bottom: 10px; }
  #footer{
    margin-top: 75px;
  }}


@media only screen and (max-width: 778px) {
    .pagination {
    left: 34%;
    }
}

@media only screen and (max-width: 650px) {
  header {
    height: 200px; }
  .home .slide {
    display: none;
    width: 300px;
    max-height: 200px; }
    .home .slide img.borde {
      width: 304px; }
    .home .slide .cuadro {
      width: 288px;
      height: 141px;
      top: -148px;
      left: 13px;
      border: 8px solid #4D4D4D; }
  .home img.llave {
    width: 130px; } }

@media only screen and (max-width: 500px) {
  .nosotros .foto {
    height: 200px; }
  .home img.buscar {
    width: 300px; }
  #logocelular {
    width: 250px; } 
  .pagination {
    left: 15%;
    }
  }

@media only screen and (max-width: 320px) {
  .home .slide {
    margin-left: -12px; }
  .individuales {
    width: 275px; }
  #logocelular {
    width: 200px; } }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
