body{
     font-family: 'Open Sans', sans-serif !important;
}
/********* Banda *********/
.banda-container, nav .nav-wrapper {
    max-width: 1170px;
    margin: 0 auto
}
.banda a{
    font-size: 12px !important;
    line-height: 20px !important;
    text-transform: none;
    border-right: 1px solid #e0e0e0;
    padding: 15px 15px;
    color: #999 !important
}
.banda a:hover{
    text-decoration: underline
}
.banda .row{
    margin-bottom: 0
}
.btn,
.btn-large,
.btn-small,
.btn-flat{
    height: auto;
}
.redes a i{
    font-size: 13px
}
.redes a:hover{
    color: #777 !important
}
/********* Nav *********/
.brand-logo{
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 34px !important
}
/********* Slider *********/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* padding: 50px 0 800px; */
}
.slide2{
    position: relative;
}
.slide2 div{
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
}
.swiper-slide h2{
    font-weight: 800;
    text-transform: uppercase;
    color: #efe854;
    text-shadow: -2px 2px 5px rgb(12, 11, 11)
}
.swiper-slide h5{
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    text-shadow: -2px 2px 5px rgb(12, 11, 11)
}
/********* Cards *********/
.tarjetas h2 , .vehiculos h2, .bloqueDos h2, .bloqueTres h2, .contactos h2{
    color: rgb(51, 51, 51);
    font-weight: 300 !important;
    font-size: 33px !important;
    letter-spacing: 1px;
    line-height: 44px !important;
    text-align: center;
    text-transform: uppercase
}
.tarjetas .sub, .vehiculos .sub, .bloqueDos .sub, .bloqueTres .sub, .contactos .sub{
    display: block;
    background: rgb(30, 105, 184);
    height: 2px;
    margin: 0 auto 20px;
    width: 80px;
}
.tarjetas h5, .bloqueDos p, .bloqueTres h5{
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 34px;
    text-align: center
}
.tarjetas .card{
    text-align: center
}
.tarjetas .icono{
    font-size: 48px;
    color: #1E69B8;
    padding: 10px
}
.tarjetas .tarjeta{
    margin-top: 50px
}
.tarjetas .card-title{
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 66px;
    padding-bottom: 5px;
    text-align: center
}
.tarjetas .card .sub{
    width: 35px!important;
}
.tarjetas p{
    color: rgb(119, 119, 119);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.tarjetas .boton{
    text-align: center
}
/********* Tipos de vehiculos *********/
.vehiculos{
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch
}
.vehiculos p{
    color: rgb(119, 119, 119);
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 34px;
    text-align: center
}
.vehiculos .modelos{
    margin-top: 55px
}
.vehiculos .modelos span{
    color: rgb(119, 119, 119);
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px;
    vertical-align: top
}
.vehiculos .modelos span i{
    font-weight: 800
}
.vehiculos .boton{
    margin-bottom: 0
}

/********* Bloque Tres *********/
.bloqueTres, .auxiliar{
    margin-top: 65px
}
.auxiliar i{
    color: #0D47A1;
    font-size: 28px;
    margin: 20px;
    vertical-align: middle
}
.botonImagen{
    margin-top: 70px;
}
.botonImagen .col{
    padding: 0 !important
}
/********* Footer *********/
footer{
    background: #73767A;
    padding-bottom: 1rem;

}
footer .card-panel .black-text{
    font-size: 21px;
    line-height: 32px;
    padding: 12px 0;
    font-weight: 300;
    color: #fff !important
}
footer .card-panel .black-text span a{
    color: #fff !important
}
footer .footer .material-icons{
    font-size: 45px;
    color: #AEAFB0
}
footer .footer{
    border-bottom: 1px solid #AEAFB0
}
.tituloFooter{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}
footer .sub{
    background: #AEAFB0;
    height: 2px;
    display: block;
    width: 40px;
}
footer p{
    font-size: 14px;
    line-height: 24px;
    padding: 1px 0;
    color: #fff
}
footer .redes{
    margin-top: 50px;
    display: flex

}
footer .redes a i{
    color: #A4AAB3;
    border: 1px solid #A4AAB3;
    padding: 20px;
    margin: 0 5px
}
.footer2 i{
    vertical-align: top
}
section{
    padding: 200px 0;
}
/****************** M E D I A  Q U E R I E S ******************/
@media screen and (max-width:1000px) {
    nav ul a{
        padding: 0 10px
    }
}
@media screen and (max-width:840px) {
    footer .card-panel .black-text{
        font-size: 16px
    }
    .banda a{
        padding: 15px 10px
    }
}
@media screen and (max-width:767px) {
    .vehiculos{
        display: block
    }
    .vehiculos h2{
        margin-top: -5px;
        padding-top: 55px
    }
    .vehiculos .modelos{
        text-align: center
    }
    .banda{
        display: none
    }
}
@media screen and (max-width:676px) {
    .auxiliar{
        font-size: 12px
    }
    footer .card-panel .black-text{
        font-size: 14px
    }
}
@media screen and (max-width:600px) {
    .card .card-image{
        max-width: 300px;
        margin: 0 auto
    }
    .tarjetas .card-title{
        margin-top: 20px
    }
    .auxiliar{
        font-size: 14px
    }
    .tarjetas p{
        font-size: 16px
    }
}
@media screen and (max-width:500px) {
    .slide2 div{
        top: 0
    }
    .swiper-slide h2{
        font-size: 35px
    }
}
@media screen and (max-width:480px) {
    .vehiculos p{
        font-size: 16px
    }
    .row .col.s6 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
.swiper-slide h5 {
    font-size: 21px;
}
}

#botonContacto{
   display: flex;
   margin: auto;
   justify-content: center;
   align-items: center;
   font-size: 17px;
   margin-bottom: 2rem;
}

#Contactarse{
  margin-bottom: 2rem;
}

@media (min-width: 1024px){
    #Contacto{
        display: flex;
        justify-content: center;
        margin-left: 3vw;
    }
}