/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

html,
body,
header,
.view {
    height: 100%;
}

.logo{
        width: 35%
    }

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 70%;
    }
    .logo{
        width: 80%
    }
}
@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 60%;
    }
}

.top-nav-collapse {
    background-color: #B4171F !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #B4171F !important;
    }
}

.rgba-gradient {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(72, 15, 144, 0.4) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%));
    background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
}

.card {
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-como-llegar{
    background-color: rgba(0, 0, 0, 0.8);
}



.md-form label {
    color: #ffffff;
}

h6 {
    line-height: 1.7;
}

#gallery{position: relative;}

.gallery-top-wrapper{background: #B4171F; padding: 60px 0;}

.gallery-top .caption{float: left;}

.gallery-top .caption .title1{color: #fff; text-align: left;}
.gallery-top .caption .title2{text-align: left; padding-bottom: 0;}

/* ============================= main layout ====================== */
h2{color: #000; font-size: 24px; font-weight: 500; margin: 30px 0 15px;}

.gallery-top .caption .title2 {
    text-align: left;
    padding-bottom: 0;
}

.title1{font-family: 'Oswald'; text-align: center; text-transform: uppercase; letter-spacing: 0.3em; font-size: 14px; font-weight: 700; color: #B4171F; padding-bottom: 20px;}
.title2{font-family: 'Oswald'; text-align: center; text-transform: uppercase; letter-spacing: 0em; font-size: 38px; color: #110e14; padding-bottom: 40px;}
.title3{font-family: 'Roboto'; font-size: 24px; font-weight: 500; color: #222222; padding-bottom: 20px;}

/* === */

.contact-us-block {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.contact-us-block figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact-us-block{text-align: center; color: #000; margin-bottom: 30px; font-family: 'Oswald'; font-weight: 400; font-size: 16px; letter-spacing: 0.1em;}
.contact-us-block a{color: #000;}
.contact-us-block figure{position: relative; overflow: hidden; margin-bottom: 20px;}
.contact-us-block figure:before{content: ''; display: block; width: 100%; position: absolute; right: 50%; margin-right: 40px; top: 15px; background: #a4aeb0; height: 1px;}
.contact-us-block figure:after{content: ''; display: block; width: 100%; position: absolute; left: 50%; margin-left: 40px; top: 15px; background: #a4aeb0; height: 1px;}
