/* General Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Noto+Serif:400,400i,700,700i');


/* General Sytles */
html,body
{
    width: 100%;
    height:100%;
}

.row
{
    margin-bottom:0;
    margin-top:0;
}

.activeMenu
{
    border-bottom: 5px solid #282727;
}

.error {
    color:red;
}

/* Navbar */
nav
{
    background-color:rgba(178, 185, 87,.6);
    box-shadow: none!important;
}

.brand-logo
{
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
    color: #282727!important;
    font-size: 1em!important;
}

#logoNavbar {
    width: 70%;
    margin: 0 auto;
    padding-top: 2%;
}

.right {
    margin-right: 5%;
}


nav ul a
{
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    color:#282727;
    text-transform:uppercase;
}
nav ul a:hover
{
    background-color:#282727;
    color:rgba(178, 185, 87,.6);
}

nav ul li:nth-child(1) {
    position: relative;
    xborder-bottom: 2px solid #282727;
}

nav ul li:nth-child(2) {
    position: relative;
    xborder-bottom: 2px solid #282727;
}

nav ul li:nth-child(3) {
    position: relative;
    xborder-bottom: 2px solid #282727;
}


nav ul li:nth-child(1):after {
    content : "";
      position: absolute;
      right    : 0;
      z-index: 100;
      top  : 20%;
      width  : 1px;
      height   : 50%;  /* or 100px */
      background: #555;
}

nav ul li:nth-child(2):after {
    content : "";
      position: absolute;
      right    : 0;
      z-index: 100;
      top  : 20%;
      width  : 1px;
      height   : 50%;  /* or 100px */
      background: #555;
}

nav ul li:nth-child(3)::after {
    content : "";
      position: absolute;
      right    : 0;
      z-index: 100;
      top  : 20%;
      width  : 1px;
      height   : 50%;  /* or 100px */
      background: #555;
}

ul.side-nav
{
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    background-color:white;
}
ul.side-nav li>a
{
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    text-transform:uppercase;
    color:#282727!important;
}

#modalVideo {
  display: none;
}

.modalBtn , .closeWindow{
  background-color: #ffffff!important;
  color:#8DA660!important;
  font-family: 'Lato', sans-serif!important;
  box-shadow: none!important;
}

.videoContent {
  padding: 10%;
  float: right;
}

.videoBottom {
  padding: 10%;
  background-color: #ffffff!important;
}

#videoMain {
  width: 100%;
}


/* Seccion I N I C I O */
#inicio
{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("../img/inicio.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 0;
}

#contactoPhone
{
    position: absolute;
    top: 10%;
    width: 100%;
    height: auto;
    padding-left: 5%;
}

#phoneContent
{
    width: 15%;
    height: auto;
}

#contactoBottom
{
    position: absolute;
    bottom: 3%;
    width: 100%;
    height: auto;
    padding-left: 5%;
}

#misionLogo
{
    width: 20%;
    height: auto;
}

#vinteLogo
{
    padding-top: 10%;
    width: 20%;
    height: auto;
    position: relative;
    left: 65%;
}

/* Seccion B I E N V E N I D O */
#bienvenido
{
    width: 100%;
    height: 100vh;
    background-image: url("../img/bienvenido.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bienvenidoMain
{
    width: 100%;
    height: 100%;
    padding-top: 20%;
}

#bienvenidoContent
{
    width: 100%;
    height: auto;
}

#bienvenidoTit h3
{
    font-family: 'Noto Serif', serif;
    color: white;
    text-transform: uppercase;
}

#bienvenidoTxt
{
    padding-left:    25%;
    padding-right:   25%;
}

#bienvenidoTxt p
{
    color: white;
    font-weight: 400;
    font-family: 'Lato', serif;
    font-size: 1.4em;
}

#bienvenidoTxt p:nth-child(3){
    text-transform: uppercase;
    font-size: 1.9em;
}

/* Seccion G A L E R I A */
#galeria
{
    width: 100%;
    height: auto;
}

#galeriaContent
{
    position: relative;
}
.owl-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    z-index: 99;
}

.galeriaPrev, .galeriaNext {
    cursor: pointer;
    width: auto;
    padding: 16px;
    margin-top: 0;
    margin-left: 15%;
    margin-right: 15%;
    color: white;
    font-weight: 100;
    font-size: 10em;
    transition: 0.6s ease;
    display: inline-block;
}

.galeriaPrev:hover, .galeriaNext:hover {
    background-color: rgba(178, 185, 87,.6);
}


/* Seccion A M E N I D A D E S */
#amenidades
{
    width: 100%;
    height: 300vh;
    background-image: url("../img/amenidades.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#amenidadContent
{
    width: 100%;
    height:100%;
    position: relative;
}

/* Seccion Plantas */
#plantaContent
{
    position: absolute;
    width: 100%;
    height: 140vh;
    background-color: rgba(255, 255, 255,.6);
    top: 8%;
    padding-top: 15%;
}
#tableFloor
{
    padding-top: 9%;
}

/* Seccion amenidades */
#amenidadSection
{
  width: 100%;
  height: auto;
  background-color: rgba(141, 166, 96, .6);
  position: absolute;
  top:60%;
  padding-top: 2%;
  padding-bottom: 5%;
}

#amenidadTitle h3
{
    font-weight: bold;
    font-family: 'Noto Serif', serif;
    font-size: 2.2em;
    color: white;
    text-transform: uppercase;
}

/* Seccion footer amenidades */
#footerAmenidad
{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 3%;
}

.promo
{
    max-width: 40%!important;
    height: auto;
}


/* Seccion C O N J U N T O */
#conjunto
{
    width: 100%;
    height: auto;
    background-color: white;
    line-height: 0;
}

#conjuntoSection
{
    width: 100%;
    height: 200vh;
    background-image: url("../img/conjunto.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;

}

#conjuntoContent
{
    width: 100%;
    height: 100%;
    padding-top: 5%;
}

#conjuntoHeader {
    width: 100%;
    height: auto;
}

#conjuntoResidencial
{
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#conjuntoTit h4
{
    color: #282727;
    font-size: 1.9em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#ubicacionSection
{
    width: 100%;
    height: auto;
    padding-top: 5%;
    margin: 0 auto;
}

#ubicacionHeader
{
    width: 90%;
    height: auto;
    position:relative;
    margin: 0 auto;
}

#ubicacionTit
{
    padding-bottom: 5%;
}

#ubicacionTit h3
{
    text-transform: uppercase;
    color: #282727;
    font-family: 'Noto Serif', serif;
}

#ubicacionTxt p
{
    color: #282727;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
}

#ubicacionFooter
{
    padding-top: 3%;
}

#ubicacionFooter p
{
    color: #282727;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

.shadowUbicacion
{
    background-color: #ffffff;
     box-shadow: 0px 15px 52.65px 12.35px rgba(0, 0, 0, 0.21);
     padding: 5%;
}

#mapaPicture
{
    padding: 3%;
}

#lugares
{
    width: 60%;
    height: auto;
    position: absolute;
    bottom: -30%;
    left: 20%;
}

/* Exclusividad*/
#exclusividadSection
{
    width: 100%;
    height: 100vh;
    /*background-color: rgba(0, 0, 0, 0.21);*/
    background-image: url("../img/amenidades01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;
}

#exclusividadContent
{
    position: relative;

    width: 100%;
    height: 100%;
}

#exclusividadTit {
    position: absolute;
    left: 22%;
    top: 25%;
    /*background-color: rgba(0, 0, 0, 0.21);*/
    width: auto;
}

#exclusividadTit h2 {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 4.1em;
}

#exclusividadText {
    /*background-color: rgba(0, 0, 0, 0.21);*/
    width: 35%;
    left: 55%;
    position: absolute;
    bottom: 30%;
    padding-left: 10%;
    padding-right: 10%;
}

#exclusividadText p {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
}

/* Seccion L A  V I S T A */
#lavista
{
    width: 100%;
    height: auto;
    line-height: 0;
}

#vistaIntro
{
    width: 100%;
    height: 100vh;
    background-image: url("../img/lavista.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#vistaBackground {
    width: 100%;
    height: 100%;
    background-image: url("../img/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 0%;
}

#vistaContent
{
    padding-top: 5%;
    height: auto;
    line-height: 1;
}

#amenidadesContent
{
    position: relative;
    padding-top: 5%;
    padding-left:    25%;
    padding-right:   25%;
    bottom: 0%;
    height: auto;
    line-height: 1;
}

#vistaTit h3
{
    color: white;
    letter-spacing: .14em;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

#vistaTxt
{
    padding-left:    25%;
    padding-right:   25%;
}

#vistaTxt p
{
    color: white;
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
}

#amenidadTit h3
{
    font-size: 2.2em;
    letter-spacing: .42em;
    white-space: nowrap;
    color: rgba(255, 255, 255,.6);
    text-transform: uppercase;
    font-weight: bold;
}

.amenidadList
{
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.amenidadList p {
    color: white;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.services
{
    max-width: 50%!important;
    height: auto;
}

/* Galeria L A  V I S T A */
#vista_photos_content
{
    position: relative;
    width: 100%;
    height: auto;
}



.vistaPrev, .vistaNext {
    cursor: pointer;
    width: auto;
    padding: 16px;
    margin-top: 0;
    margin-left: 15%;
    margin-right: 15%;
    color: white;
    font-weight: 100;
    font-size: 10em;
    transition: 0.6s ease;
    display: inline-block;
}

.vistaPrev:hover, .vistaNext:hover {
    background-color: rgba(178, 185, 87,.6);
}

/* Seccion C O N T A C T O */
#contacto
{
    width: 100%;
    height: auto;
    background-color:#ffffff;

}

#contactoForm {
    width: 100%;
    height: auto;
    background-image: url("../img/contacto.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#map
{
    width: 100%;
    height: 500px!important;
    background-color: white;
}
.contactoContent
{
    width: 35%;
    height: auto;
    background-color: rgba(255, 255, 255,.6);
    margin: 0 auto;
    padding: 3%;
}

.logoCont
{
    width: 40%;
}

.introForm
{
    font-family: 'Lato', sans-serif;
    font-size: 13.5px;
    color: #a7a7a7;
    padding: 7%;
}

.formTit
{
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    color: #a7a7a7;
}

.form-control
{
    border: 1px solid #282727!important;
    color: #282727;
    font-family: 'Lato', sans-serif;
}

.bottForm {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    color: #a7a7a7;
}

.btn-large
{
    background-color: #8DA660!important;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    box-shadow: none!important;
}

.btn-large:hover{
    box-shadow: none!important;
    color: #8DA660!important;
    background-color: #ffffff!important;
}

/* Footer */
.page-footer
{
    background-color: #ffffff!important;
    color: black;
    padding-top: 0%;
}

.page-footer .footer-copyright {
    background-color: #ffffff!important;
    color: black;
}

#footerWoorx p
{
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: black;
    font-weight: lighter;
}

.parallax-container {
  height: 50%!important;
  position: relative;
}

#parallaxContent
{
    position: absolute;
    width: 100%;
    height: auto;
}

#lineContact {
    width: 35%;
    margin: 0 auto;
    padding: 3%;
}

#faceContact {
    width: 3%;
    margin: 0 auto;
}

#logoVinte {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-top: 25%;
}

#misionInvisble {
    width: 15%;
    height: auto;
    margin: 0 auto;
}

#vistaPicture {
    width: 25%;
    height: auto;
    margin: 0 auto;
    padding-top: 15%;
}

.contactStreet {
    color: #ffffff;
    font-family: 'Noto Serif', serif;
    font-weight: 100;
}
