/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    overflow-x: hidden;
    /*background-color: white;*/
    /*background-color: rgb(27, 31, 42);*/
    background-image: url(../img/slideAbajo.jpg);
    background-attachment: fixed;
    background-size: cover;
}

body.driver{
    background-image: url(../img/slideAbajo2.jpg) !important;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.control-label{
    color: #2B2627;
    font-weight: 300;
    font-size: 16px;
}

.label-black{
    color: black;
    font-size: 16px;
}

.txt-rojo{
    color: #be212f;
}
.txtl{text-align: left;}
.txtr{text-align: right;}
.txtc{text-align: center;}
.txtj{text-align: justify;}
.imgr{width: 100%;}
.imgc{margin: 0 auto; display: block;}
.light {
    font-weight: 400;
}

.blue{
    color: rgb(27, 31, 42);
}
#menu{
    margin-top: 10px;
}
#menu ul li:last-child:after { content: "" !important; padding: 0 .1.5em; }
#menu ul li:after { content: "|"; padding: 0 .1.5em; }
#menu ul li a {display: inline-block !important; }

#mainsearch{
    padding-left: 24px;
    background-color: #343740;
    border-radius: 10px;
    height: 30px;
    width: 120px;
    border: none;
    margin-top: 8px;
}

@media(max-width:1200px) {
    #mainnav{
        /*min-height: 150px;*/
        height: auto;
    }
}
/*#mainnav{
    height: 100px;
}
*/
.nav>li>a {
    padding: 10px 28px !important;
}

.navbar-custom {
    margin-bottom: 0;
    border-top: 10px solid #FAC000;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #1B1F2A !important;
    height: 100px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-weight: 300;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    /*background-color: rgba(255,255,255,.3);*/
    font-weight: 700;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        padding-right: 20px;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: rgba(0,0,0,.4);
        /*height: 100px;*/
        padding-top: 10px;
        padding-right: 20px;
    }
}

.navbar-header{

}

.navbar-brand{
    height: 65px;
}

.navbar-brand{
    padding: 0px 15px !important;
}

.section {
    display: table;
    width: 100%;
    height: auto !important;
    padding: 100px 0px 0px;
    text-align: center;
    color: #fff;
    /*background: url(../img/inicio-sm.jpg) no-repeat bottom center scroll;*/
    /*background-color: #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.halfsection{
    height: 386px !important;
    /*padding-top: 130px !important;*/
}

.halfsection2 {
    height: 386px !important;
    padding-top: 75px !important;
}

@media(max-width:768px) {
    
    #home {
        margin-top: 50px !important;
        padding: 10px 0px 0px;
    }

    #home .rslides li {
        width: 100% !important;
        height: 100% !important;
        background-size: 160% 80% !important;
        background-repeat: no-repeat;
        background-position: center top !important;
    }

}
@media(max-width:990px) {
    #home {
        margin-top: 80px;
        /*max-height: 75%;*/
        min-height: 460px;
    }
}

#home{
    background-color: gray;
    height: 100% !important;
    /*background-image: url(../img/home-bg.jpg);*/
    /*content: "http://placehold.it/1500X1100";*/
}
#home .section-body{
    height: 100%;
}

#home .slides-home{
    height: 100%;
}

#home .rslides li{
    width: 100% !important; 
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#about{
    background-color: #1B1F2A;;
    background-image: url(../img/fondo.png);
    content: "http://placehold.it/1500X1100";
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    color: #1B1F2A;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1000px){
    #about {
        background-image: none;
    }
}

#services{
    padding-top: 0px !important;
    background-color: #F3F3F3;
    color: #1B1F2A;
}
#services p{
    font-size: 14px;
}

#services .container{
    padding-top: 20px;
    padding-bottom: 20px;
}

#roads{
    /*background-color: gray;
    background-image: url(../img/roads-bg.jpg);
    content: "http://placehold.it/1500x550";*/
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    padding-bottom: 80px;
}

#contact{
    padding-top: 100px;
    padding-bottom: 100px;
    /*height: 700px !important;*/
    background-color: #F3F3F3;
}

#contact-bottom{
    padding-top: 50px !important;
    height: 350px !important;
    background-color: rgb(27, 31, 42);
}
#contact-bottom i{
    font-size: 75px;
    color: rgba(255,255,255, 0.2);
}
#contact-bottom i:hover{
    color: rgba(255,255,255, 1);
}

#testimonials{
    padding-top: 0px !important;
    background-color: white;
    color: #1B1F2A;
}
#testimonials .block-1{
    background-image: url(../img/fondo-testimonial-1.jpg);
    content: "/randimg/600/400/E0E0E0/";
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media(max-width:992px) {
    #testimonials .block-1{
        background-image: none !important;
    }
    #testimonials .block-2{
        background-image: none !important;
    }
}
@media(max-width:768px) {
    #testimonials .block-1{
        background-image: none !important;
    }
    #testimonials .block-2{
        background-image: none !important;
    }
}

#testimonials .block-2{
    background-image: url(../img/fondo-testimonial-2.jpg);
    content: "/randimg/600/400/E0E0E0/";
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

.testimonials{
    padding-top: 0px !important;
    background-color: white;
    color: #1B1F2A;

    background-image: url(../img/fondo-testimonial-2.png);
    content: "/randimg/700/400/E0E0E0/";
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
}

footer{
    background-color: #F3F3F3;
    border-top: 10px solid #FAC000;
    height: 165px;
    padding-top: 10px;
}

.centerit{
    text-align: center;
}

@media (max-width: 1200px){
    footer {
        height: 315px;
    }
}



.link{
    display: block;
    padding: 10px;
    border: 1px solid white;
    display: inline-block;
}

.border-right-decorated{
    border-right: 2px solid #be212f;
}


#contactoModal .modal-content{
    background: url(../img/contacto-form-sm.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

div.contacto-modal-body{
    padding-top: 150px !important;
}

.texto-contacto{
    border-left: 2px solid #be212f;
    min-height: 180px;
    padding-top: 35px;
}

.contact-info{
    width: 270px;
    text-align: left;
    color: #be212f;
    font-size: 15px;
}

.contact-info span{
    margin-left: 10px;
    display: inline-block;
    color: black;
    font-weight: 300;
}

.contact-form-btn{
    background-color: transparent;
    border: none;
    color: #2B2627;
    font-size: 14px;
    font-weight: 300;
}

.section .section-body {
    display: table-cell;
    vertical-align: middle;
}

.section .section-body .brand-heading {
    font-size: 40px;
}

h1.intro-text {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
}
h1.contact-text{
    font-size: 18px;
}

@media(min-width:768px) {
    .section {
        height: 100%;
        padding: 0;
    }

    .section .section-body .brand-heading {
        font-size: 100px;
    }

    h1.intro-text {
        font-size: 46px;
        font-weight: 300;
    }
    h1.contact-text {
        font-size: 100px;
    }
}
@media(max-width:768px) {
    .section {
        height: 100%;
        padding: 0 !important;
    }
}

.social span{
      background-color: white;
      width: 30px;
      height: 30px;
      display: block;
      border-radius: 20px;
      color: transparent !important;
      padding-top: 5px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-pilot{
    background-color: #FFC428;
    color: white;
    border-radius: 5px;
    width: 280px;
    text-align: center;
    font-weight: bolder;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}


footer{

}

footer p {
    margin: 0;
}

ul.footerlinks{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.footerlinks li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}
ul.footerlinks li:after {
    content: "|";
    color: #1B1F2A;
    padding: 2px;
}
ul.footerlinks li:last-child:after {
    content: "";
    color: #1B1F2A;
}
ul.footerlinks li a{
    color: #1B1F2A;
    font-weight: 600;
    font-size: 16px;
}

@media(max-width:991px) {
    .fnav {
        padding-top: 0px !important;
    }
}

.fnav{
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}




::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




.modal-open .modal{
    padding-right: 0px !important;
}


.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.scroll-to-top.affix {
    opacity: 0.3;
}

.scroll-to-top{
    opacity: 0;
    position: fixed;
    top: auto;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    z-index: 10;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    cursor: pointer;    
}

a, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle .icon-bar, #header, #header #logo img, #header #main-nav, #header #main-nav > ul, .scroll-to-top {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal{
    color: black;
}

.usr-change{
    float: right;
    margin-top: 5px;
}   

.usr-usrlogin{
    margin-top: 5px;
}

.bannerinfo{
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bannerinfo h1{
    color: white;
    font-weight: bolder;
    margin: 0;
    padding-top: 11px;
    text-align: left;
    padding-left: 35px;
}


#bannerh1{
    background-color: black;
    height: 60px;
    position: relative;
    left: 65%;
}

#bannerp{
    /*background-color: #ffc428;*/
    background-color: #ffffff;
    min-height: 75px;
    position: relative;
    left: 67%;
    text-align: left;
    padding-left: 15px;
    color: black;
    font-size: 17px;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 75%;
    padding-bottom: 15px;
}

#bannerp2 {
    background-color: #ffc428;
    text-align: left;
    padding-left: 15px;
    color: black;
    font-size: 17px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 115px;
    position: relative;
}

#bannerp a{
    color:black;
}

#bannerp2 a{
    color:black;
}



#bannerp2 p{
    color:black;
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
}

#bannerp2 p{
    text-align: center;
}

.bannerinfosmallbig2 {
    background: black;
    position: absolute;
    bottom: 0px;
    height: auto;
    right: 0;
    text-align: center;
    padding-left: 0;
    padding-top: 0px;
    vertical-align: bottom;
    display: block;
    width: 100%;
}

.bannerinfosmallbig2 h1{
    margin-bottom: 10px;
}

#ourteam{
    color:black;
    padding-top: 15px;
    background: #F3F3F3;
}

#ourteam h4{
    margin: 0;
    font-size: 15px;
}

#ourteam p{
    font-size: 13px;
}

@media (min-width: 768px){
    .navbar-nav {
        float: right;
        margin: 0 -41px;
    }
}

.section_space{
    height: 100px;
    background-color: transparent;
    margin-bottom: -100px;
    position: relative;
    top: -100px;
    z-index: -1;
}

.bannerinfosmallbig{
    background: black;
    position: relative;
    bottom: -80%;
    height: 49px;
    right: -10%;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
}

.bannerinfosmall{
    background: black;
    position: relative;
    bottom: -80%;
    height: 49px;
    right: -45%;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
}

