html {
    height: 100%;
    width: 100%;
}
body {
    overflow: hidden;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/assets/imgs/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
section#introVideo {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: black;
}
.video-bg {
    height: 100%;
    width: 100%;
    opacity: .7;
}
.carousel-caption {
    display: block;
    top: 0%;
    z-index: 22;
}
.titleIntro {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10%;
    height: 70%;
    width: auto;
}
.arrow {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-animation: bounce 1.4s ease infinite;
    -moz-animation: bounce 1.4s ease infinite;
    animation: bounce 1.4s ease infinite;
}
.navbar-wrapper {
    min-height: 100px;
    width: 100%;
    z-index: 25;
}
.navbar-default {
    position: relative;
    margin-top: -5px;
    background-color: white;
}
nav .logoNav {
    height: 65px;
    width: auto;
    margin-top: 8px;
}
nav li {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 6%;
    margin-right: 10px;
    top: -20px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #96325b;
    background-color: transparent;
    transition: .3s;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: none;
}
@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        height: 100px;
    }
    nav ul {
        display: block;
        position: relative;
        margin-right: auto;
    }
    nav li {
        font-size: 1.2em;
        font-weight: 500;
        margin-top: 6%;
        margin-right: 10px;
        top: -20px;
        text-align: center;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 35px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media(max-width:767px) {
    .navbar {
        min-height: 100px;
        width: 100%;
        text-align: center;
    }
    nav .logoNav {
        height: 55px;
    }
}
section#quienes-somos {
    display: block;
    position: relative;
    max-height: 1200px;
    width: 100%;
    background-color: white;
}
section#quienes-somos .content-inner {
    position: relative;
    margin-top: 140px;
    top: -10px;
}
.logo-quienes-somos {
    display: block;
    position: relative;
    max-height: 150px;
}
p.txt-quienes-somos {
    position: relative;
    top: 80px;
    text-align: center;
    font-size: 1.3em;
    padding: 0 190px;
    color: #322e46;
}
.video-quienes-somos {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
    height: 394px;
    width: 700px;
    background-color: white;
}
@media(max-width:767px) {
    .logo-quienes-somos {
    display: none;
}
    p.txt-quienes-somos {
        padding: 0 20px;
        top: 50px;
    }
    .video-quienes-somos {
        margin-top: 20%;
        height: 270px;
        width: 481px;
    }
}
section#la-hacienda {
    display: block;
    position: relative;
    min-height: 890px;
    width: 100%;
    background-color: white;
}
.navbar-step-la-hacienda {
    position: static;
    height: 90px;
    width: 100%;
    background-color: white;
}
.txt-content {
    position: relative;
    text-align: justify;
    font-size: 1.3em;
    top: 12%;
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'lato';
    font-weight: 700;
    color: black;
    text-align: center;
}
.title-la-hacienda {
    position: relative;
    max-height: 120px;
    margin-bottom: 25%;
}
.txt-la-hacienda {
    height: 800px;
    background-color: #fcf8e3;
}
.img-txt-decoration {
    position: absolute;
    height: 800px;
    right: -180px;
    z-index: 24;
}
.img-la-hacienda {
    height: 800px;
    background-image: url(/assets/imgs/la-hacienda-f.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media(max-width:767px) {
    .img-txt-decoration {
        display: none;
    }
}
section.eventos {
    position: relative;
    background-image: url(/assets/imgs/eventos-bg.jpg);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    -moz-transition: background-position 0.5s ease-in-out;
    -o-transition: background-position 0.5s ease-in-out;
    -webkit-transition: background-position 0.5s ease-in-out;
    transition: background-position 0.5s ease-in-out;
}
section.eventos.toTop {
    background-position: top center;
}
.eventos .container {
    min-height: 800px;
}
.matrimonios,
.empresas {
    height: 100%;
}
.matrimonios button,
.empresas button {
    display: inline-block;
    position: absolute;
    top: 610px;
}
.matrimonios button:hover,
.empresas button:hover {
    color: #333;
    box-shadow: inset 0px -62px white;
}
.matrimonios button {
    left: 20%;
}
.empresas button {
    right: 20%;
}
.matrimonios-info,
.empresas-info {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 5%;
    display: none;
}
.matrimonios-info {
    width: 50%;
    right: 0;
    background-image: url(/assets/imgs/matrimonios-bg-c.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.empresas-info {
    width: 50%;
    right: 0;
    background-image: url(/assets/imgs/eventos-corporativos-b.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
h1.title-eventos {
    position: relative;
    top: 15%;
    font-size: 2.2em;
}
.empresas-info {
    width: 50%;
    left: 0;
    text-align: center;
}
.info-text {
    padding-top: 35%;
    font-size: 1.2em;
    color: #322e46;
}
.btn-cotizar {
    display: block;
    width: 55%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    z-index: 24;
    top: 155px;
    font-family: "lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    color: #322e46;
    border: solid 3px #322e46;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 40px 13px;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-cotizar:hover {
    color: white;
    box-shadow: inset 0px -62px #322e46;
}
.matrimonios-xs {
    display: block;
    position: relative;
    min-height: 850px;
    background-image: url(/assets/imgs/matrimonios-bg-xs.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.info-text-xs {
    padding-top: 25%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.2em;
    color: #322e46;
}
h1.title-eventos-xs {
    position: relative;
    top: 15%;
    font-size: 2.2em;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin-bottom: 10%;
}
.info-text-xs p,
.info-text-xs h4 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}
.btn-cotizar-xs {
    display: block;
    width: 35%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 55px;
    z-index: 24;
    font-family: "lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    color: white;
    border: solid 3px white;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 0px 13px;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-cotizar-xs:hover {
    color: #322e46;
    box-shadow: inset 0px -62px white;
}
.empresas-xs {
    display: block;
    position: relative;
    min-height: 950px;
    background-image: url(/assets/imgs/eventos-corporativos-xs.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
section#galeria {
    display: block;
    position: relative;
    max-height: 1800px;
    width: 100%;
    background-color: white;
}
.navbar-step-galeria {
    position: static;
    height: 90px;
    width: 100%;
    background-color: white;
}
.imgs-galeria {
    margin-top: 50px;
    margin-bottom: 40px;
    padding-right: 5%;
    padding-left: 7%;
}
.item-galeria {
    display: block;
    max-height: 250px;
    max-width: 250px;
    margin: 0 0 0 0!important;
    padding: 0px !important;
    width: 20% !important;
    float: left;
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    opacity: .7
}
.item-galeria:hover {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
@media(min-width:768px) and (max-width:991px) {
    section#galeria {
        height: 820px;
        width: 100%;
    }
}
section#ubicacion {
    position: relative;
    min-height: 1185px;
    width: 100%;
}
.navbar-step {
    position: static;
    height: 85px;
    width: 100%;
    background-color: white;
}
.img-ubicacion {
    position: relative;
    height: 500px;
    background-image: url(/assets/imgs/img-ubicacion-b.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.titleUbicacion {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 15%;
    height: 350px;
    width: auto;
}
.map-ubicacion {
    position: relative;
    min-height: 500px;
    width: 100%;
}
.map {
    padding: 50px;
}
.btns-ir{
    display: inline-block;
    position: relative;
    height: 250px;
    width: 100%;
    text-align: center;
}

.btns-ir .waze-icon, 
.btns-ir .maps-icon{
    height: 100px;
    width: auto;
    margin-right: 10px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12); -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12); -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
}


section#contacto {
    display: block;
    position: relative;
    min-height: 800px;
    width: 100%;
    background-color: white;
}
#contacto .col-inner {
    margin-top: 100px;
}
.logo-contacto {
    height: 250px;
    width: auto;
}
.contacto-info {
    margin-top: 50px;
}
#contacto p a {
    color: #322e46;
}
#contacto p a:hover {
    color: #88002d;
    text-decoration: none;
    transition: .3s;
}
.contacto-info p {
    margin-top: 10px;
    font-size: 16px;
}
.contacto-info i {
    font-size: 35px;
    padding-right: 20px;
}
.contacto-info i.direccion {
    position: relative;
    font-size: 40px;
    padding-right: 20px;
    left: -6px;
}
.contacto-info i.mail {
    font-size: 30px;
    padding-right: 20px;
}
.social-icons {
    margin-top: 30px;
    margin-bottom: 50px;
}
.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #322e46;
    margin: 5px 5px 5px 0;
    text-align: center;
    font-size: 28px;
    color: white;
    box-shadow: inset 0px 0px #88002d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    color: white;
    box-shadow: inset 0px -62px #88002d;
}
.title-form {
    position: relative;
    top: 0px;
    text-align: center;
    font-size: 1.4em;
}
.title-form p,
.title-form h1 {
    position: relative;
    top: 70px;
    text-align: center;
}
@media(max-width:767px) {
    .logo-contacto {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .contacto-info {
        text-align: center;
    }
    .social-icons {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
}
footer {
    background-color: #322e46;
    padding-top: 25px;
    padding-bottom: 25px;
    clear: both;
    position: relative;
    z-index: 2;
}
footer p {
    margin-top: 10px;
    font-size: 1.2em;
    color: white;
    opacity: .5;
    text-align: center;
}
