/* 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: 20%
}

@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: #FCC009 !important;
}

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

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #3c3c3c !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: #fff; padding: 60px 0;}
.gallery-top-productos{background: #E5E4E4; 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: #FAD26F; 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;}


.section{padding-top:30px;padding-bottom:10px}
.section{position:relative;overflow:hidden;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important}
.service-box:hover .icon-large,
.service-box:hover .icon-medium,.service-box:hover 
.icon-small{text-shadow:5px 5px 2px rgba(255,255,255,0)}

.service-center{text-align:center}
.service-center .service-content h4{margin-bottom:6px;font-weight:500}
.service-center .service-icon i{display:inline-block}
a.btn_servicios{background: #5cb85c;display: inline-block;text-decoration: none;color: #fff;font-size: 12px;font-weight: 300;text-transform: uppercase;padding: 6px 16px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px;transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;}
a.btn_servicios:hover {background: #444;color: #fff;}
.service-icon-left .service-icon{float:left}
.service-icon-left {padding-left:45px}
.service-icon-left-more .service-icon{float:left}
.service-icon-left-more .service-content{padding-left:60px}
.service-center .service-icon{margin-bottom:14px}

.fondo{
   background: url("../img/fondo_principal.jpg");
   height: 100vh;
   background-position: center;
   background-size: cover;
   
  
}

.tar-prod{
    padding: 10px 0;
    background-color: #115878;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 4%) inset; 
    border-bottom: 1px solid #eee;
    width:100%;
    text-align:center;color:#fff
}

.fami-group{
    width: 100%
}
.card-title{
    color:#fff;
}