@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto-Bold.eot?") format("eot"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.eot?") format("eot"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

#contenedor {
    min-height: 100%;
}

.pad {
    padding-left: 0px;
    padding-right: 0px;
}

.clear {
    clear: both;
}

header {
    background: #fff;
}

html, body {
    height: 100%;
}

#barra-menu {
    min-height: 54px;
    background: #c01b23;
}

#menu {
    padding-bottom: none;
    background: transparent;
    width: 100%;
    margin-bottom: 0;
    border: none;
    font-family: "Roboto Bold";
    min-height: 10px;
}

.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.menu li {
    text-align: center;
}

nav .me {
    text-align: center;
    margin: auto;
    padding-bottom: 1px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.icon-bar {
    width: 36px !important;
}

#telefono {
    display: inline-block;
    margin-top: 40px;
}

#navbar a {
    color: #fff;
    font-size: 17px;
    float: left;
    position: relative;
    padding: 2px 10px;
    margin-left: 20px;
    text-decoration: none !important;
    margin-top: 18px;
}

#navbar a span {
    display: none;
    width: 100%;
    position: absolute;
    text-align: center;
    top: -10px;
    left: 0px;
}

#navbar a:hover {
    border-bottom: solid 2px #fff;
}

#navbar .selec {
    border-bottom: solid 2px #fff;
}

#navbar a:hover span {
    display: block;
}

#navbar .selec span {
    display: block;
}

#buscar {
    width: 250px;
    float: left;
    position: relative;
    background: #fff;
    padding: 0px 5px;
}

#buscar input {
    border: none;
    background: #000;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}

#buscar button {
    border: none;
    color: #fff;
    background: #000;
    font-size: 16px;
    border-radius: 0px;
}

#btns-carrito a {
    padding: 5px;
    display: inline-block;
    font-family: "Roboto Regular";
    color: #000;
}

.borde {
    border-left: solid 1px #000;
}

.caption {
    position: absolute;
    right: 13%;
    bottom: 70px;
}

#carousel-home .carousel-indicators {
    text-align: right;
    width: auto;
    float: right;
    padding: 6px;
    margin-left: 0px;
    left: auto;
    right: 13%;
    bottom: 0px;
}

#carousel-home .carousel-indicators li {
    width: 16px;
    height: 16px;
    background: #000;
    border-color: #000;
}

#carousel-home .carousel-indicators .active {
    background: #b21f17;
    border-color: #b21f17;
}

#home {
    background: url(../img/img-home.jpg) no-repeat left;
    padding: 148px 0px;
}

#home h1 {
    font-family: "Roboto Bold";
    font-size: 36px;
    color: #fff;
}

#home p {
    font-family: "Roboto Regular";
    font-size: 18px;
    color: #FFF;
    margin-top: 20px;
}

#home a {
    float: left;
    position: relative;
    padding: 7px 12px;
    margin-top: 25px;
    background: #c61e25;
    text-decoration: none;
    color: #fff;
}

#home a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

#home-pro {
    background: url(../img/bg.jpg);
    padding: 70px 0px;
}

#home-pro h1 {
    text-align: center;
    font-family: "Roboto Bold";
    font-size: 60px;
    color: #000;
}

.home-pro {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 40px;
    text-decoration: none !important;
}

.home-pro span {
    padding: 30px 40px;
    display: block;
    background: #000;
    text-align: center;
    margin-top: -30px;
}

.home-pro h2 {
    font-family: "Roboto Bold";
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.home-pro h3 {
    font-family: "Roboto Regular";
    font-size: 22px;
    margin-top: 10px;
    color: #FFF;
}

.home-pro:hover span {
    background: #c01b23;
}

#carousel-home2 .carousel-indicators {
    bottom: -50px;
}

#carousel-home2 .carousel-indicators li {
    width: 15px;
    height: 15px;
    background: #FFF;
    border-color: #FFF;
}

#carousel-home2 .carousel-indicators .active {
    background: #c01b23;
    border-color: #c01b23;
}

footer {
    background: #c01b23;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
}

footer p {
    font-family: "Roboto Regular";
    margin-top: 12px;
    line-height: 20px;
}

#fb {
    width: 51px;
    height: 50px;
    display: inline-block;
    background: url(../img/redes.png) left;
    margin-top: 12px;
}

#fb:hover {
    opacity: .7;
}

#ins {
    width: 51px;
    height: 50px;
    display: inline-block;
    background: url(../img/redes.png) right;
    margin-top: 12px;
    margin-left: 20px;
}

#ins:hover {
    opacity: .7;
}

#web {
    display: inline-block;
    padding-right: 145px;
    font-size: 15px;
    color: #FFF;
    background: url(../img/web.png) no-repeat right;
    margin-top: 20px;
}

#web:hover {
    text-decoration: none;
    background: url(../img/web-h.png) no-repeat right;
}

#empresa {
    background: url(../img/fondo.jpg) center top;
    background-size: cover;
    padding: 40px 0px;
}

#empresa h1 {
    border-bottom: solid 2px #000;
    padding-bottom: 5px;
    font-family: "Roboto Bold";
    font-size: 30px;
    color: #000;
}

#empresa img {
    margin-top: 40px;
}

#empresa p {
    margin-top: 120px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 23px;
}

#empresa2 {
    background: url(../img/bg-emp.jpg) center top;
    background-size: cover;
    color: #000;
    padding: 55px 0px;
}

#empresa2 h1 {
    font-family: "Roboto Bold";
    font-size: 30px;
    margin-top: 50px;
}

#empresa2 p {
    margin-top: 20px;
    line-height: 23px;
    font-size: 18px;
}

#contacto {
    background: #e1e1e1;
    background-size: cover;
    padding: 40px 0px;
}

#contacto h1 {
    border-bottom: solid 2px #000;
    padding-bottom: 5px;
    font-family: "Roboto Bold";
    font-size: 30px;
    color: #000;
}

.contacto p {
    margin-top: 60px !important;
    text-align: justify;
    font-size: 18px;
    line-height: 23px;
	font-family: "Roboto Regular";
}

#formulario {
    margin-top: 20px;
}

#formulario h2 {
    color: #000 !important;
    margin-left: 5px;
    text-transform: none;
    font-size: 20px;
    margin-top: 5px;
    font-weight: normal;
    font-family: "Roboto Bold";
}

#formulario input {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    font-family: "Roboto Bold";
    font-size: 14px;
    padding: 13px 8px;
    margin-top: 5px;
}

#formulario textarea {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    font-family: "Roboto Bold";
    font-size: 14px;
    padding: 7px 8px;
    margin-top: 5px;
    height: 115px;
}

#enviar {
	width: 105px !important;
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 22px !important;
    color: #FFF !important;
    margin-left: 10px;
    text-align: center;
    margin-top: 20px !important;
    padding: 10px 7px !important;
    background: #c01b23 !important;
    margin-right: 15px;
    border: none !important;
	font-family: "Roboto Regular" !important; 
}

#enviar:hover {
    background: #000 !important;
    color: #FFF !important;
}

#borrar {
    width: 105px !important;
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 22px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 20px !important;
    padding: 10px 0px !important;
    background: #c01b23 !important;
    border: none !important;
	font-family: "Roboto Regular" !important; 
}

#borrar:hover {
    background: #000 !important;
    color: #FFF !important;
}

.img-footer {
    z-index: 999;
    position: relative;
}

#map {
    height: 400px;
}

#ampliar {
    width: 80px;
    height: 80px;
    font-family: "Roboto Bold";
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding-top: 25px;
    position: absolute;
    right: 15%;
    top: -40px;
    text-decoration: none !important;
}

#ampliar:hover {
    background: #c01b23;
}

#back-top {
    background-image: url(../img/whatsapp.png);
    width: 72px;
    height: 72px;
    position: fixed;
    left: 15px;
    z-index: 900;
    bottom: 18px;
}

#financiar {
    background-image: url(../img/financiar.png);
    width: 121px;
    height: 116px;
    position: fixed;
    right: -3px;
    z-index: 900;
    bottom: 46%;
}

#formulario_financiacion{
  padding: 75px 0px;
}

#formulario_financiacion h1 {
    border-bottom: solid 2px #000;
    padding-bottom: 5px;
    margin-bottom: 18px;
    font-family: "Roboto Bold";
    font-size: 30px;
    color: #000;
}

#formulario_financiacion input{
  width: 100%;
  background-color: #efefef;
  color: #000;
  border: 1px solid #c4c4c4;
  padding:8px 17px;
  margin-top: 5px;
  border-radius: 17px;
  font-size: 16px;
  font-family:"Roboto Regular" !important;
}


.modal-open .modal{
    background:rgba(0, 0, 0, 0.8);
    z-index:9999999999;
}

.modal-content{
    background-color:transparent;
    box-shadow:none;
    border:none;
}

.close {
    float: right;
    font-size: 53px;
    font-family: "Uqammaq_Regular";
    line-height: 1;
    color: #f00 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 3.2;
}

#marcas{
    padding: 65px 0px;

}

#seguro{
    padding: 40px 0px;
}

#seguro h1{
  font-family: "Roboto Bold";
  font-size: 33px;
  color: #000;
  margin-top: 58px;
  text-align: center;
}

#seguro p{
  font-family: "Roboto Regular";
  font-size: 18px;
  color: #000;
  margin-top: 13px;
  line-height: 23px;
  text-align: center;
}



@media (max-width: 800px) {

    #menu {
        margin-top: 5px;
        padding-bottom: 15px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        background: #cd363a !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    #navbar li {
        width: 100%;
    }

    #navbar a {
        width: 100%;
        text-align: left;
        padding: 5px;
        margin-top: 2px;
        border: none;
    }

    #btn-carrito a {
        padding: 5px 4px;
    }

    #buscar-cont {
        width: 240px;
    }

    #buscar {
        width: 100%;
    }

    #banner-home {
        padding-top: 10px;
    }

    .caption {
        font-size: 25px;
        top: 60px;
    }

    #home {
        background: url(../img/img-home.jpg) no-repeat -40px;
        background-size: cover;
    }

    #home-pro h1 {
        font-size: 45px;
    }

    #web {
        font-size: 13px;
    }

    #empresa {
        background: #bababa;
    }

    #empresa p {
        margin-top: 20px;
        margin-left: 0px;
    }

    #empresa2 {
        padding-bottom: 20px;
    }

    #contacto {
        padding-bottom: 70px;
    }
}



@media (max-width: 900px) and (min-width: 800px) {

    #navbar a {
        font-size: 17px;
    }

    .home-pro span{
        padding: 30px 11px;
    }

    .home-pro h3{
        font-size: 16px;
    }

    .caption {
        font-size: 44px;
    }

    #home-pro h1 {
        font-size: 48px;
    }

    .home-pro h2 {
        font-size: 18px;
    }

    #empresa p {
        margin-top: 50px;
        font-size: 17px;
    }

    #empresa2 p {
        font-size: 15px;
        line-height: 19px;
    }

    #web {
        font-size: 10px;
    }

    #empresa2 h1 {
        margin-top: 2px;
    }

    #empresa {
        padding: 40px 0px 78px;
    }
}


@media (max-width: 1000px) and (min-width: 900px) {

    #navbar a {
        font-size: 17px;
    }

    .home-pro span{
        padding: 30px 9px;
    }

    .home-pro h2{
        font-size: 18px;
    }

    .home-pro h3{
        font-size: 17px;
    }

    .caption {
        font-size: 50px;
    }

    #home-pro h1 {
        font-size: 49px;
    }

    #empresa p {
        font-size: 18px;
        margin-top: 55px;
    }

    #empresa2 p {
        line-height: 19px;
        font-size: 16px;
    }

    #empresa {
        padding: 40px 0px 79px;
    }
}


@media (max-width: 1100px) and (min-width: 1000px) {


    .caption {
        font-size: 58px;
        top: 305px;
    }

    .nivel1{
        font-size: 17px !important;
    }

    #home-pro h1{
        font-size: 46px;
    }

    #home-pro h1{
        font-size: 45px;
    }

    .home-pro span{
        padding: 30px 9px;
    }

    .home-pro h2{
        font-size: 19px;
    }

    .home-pro h3{
        font-size: 18px;
    }


    #empresa p {
        margin-top: 74px;
    }

    #empresa {
        padding: 35px 0px 80px;
    }
}



@media (max-width: 1300px) and (min-width: 1100px) {


    #empresa {
        padding: 35px 0px 86px;
    }


    #home-pro h1{
        font-size: 44px;
    }

    .home-pro span{
        padding: 30px 19px;
    }

    .home-pro h2{
        font-size: 20px;
    }

    .home-pro h3{
        font-size: 18px;
    }

    #empresa p {
        margin-top: 93px;
    }

    .caption {
        font-size: 61px;
        top: 295px;
    }

     #seguro h1{
        margin-top: 0px;
        font-size: 25px;
    }

    #seguro p{
        font-size: 15px;
        line-height: 21px;
    }
}




@media (max-width: 1500px) and (min-width: 1300px) {

    #empresa p {
        margin-top: 82px;
    }

    #empresa {
        padding: 40px 0px 92px;
    }

    .caption {
        font-size: 64px;
        top: 298px;
    }

    #seguro h1{
        margin-top: 0px;
        font-size: 25px;
    }

    #seguro p{
        font-size: 14px;
    }

    #home-pro h1{
        font-size: 44px;
    }

    .home-pro span{
        padding: 27px 12px;
    }

    .home-pro h2{
        font-size: 20px;
    }

    .home-pro h3{
        font-size: 18px;
    }

    .nivel1{
        font-size: 18px !important;
    }


}

@media (max-width: 1640px) and (min-width: 1500px) {

    .texto-link {
        padding: 12px 15px;
    }

    #seguro h1{
        margin-top: 12px;
        font-size: 30px;
    }

    #seguro p{
        font-size: 15px;
    }

    #home-pro h1{
        font-size: 49px;
    }

    .home-pro span{
        padding: 30px 21px;
    }

    .home-pro h2{
        font-size: 20px;
    }

    .texto-link p {
        line-height: 18px;
        margin-top: 9px;
    }

    .datos h1 {
        padding-right: 4px;
    }

    .datos p {
        font-size: 14px;
    }

    .productos p {
        margin-top: 13px;
    }

    .caption h1 {
        font-size: 45px;

    }

    #frase h1 {
        font-size: 30px;

    }

    #escogernos1 h1 {
        font-size: 35px;

    }

    .producto{
        min-height: 472px !important;
    }

    .modal-dialog {
        width:750px;
        margin:112px auto;
    }

    .nivel1{
        font-size: 19px;
    }

}

@media (max-width: 1740px) and (min-width: 1640px) {

    .texto-link {
        padding: 12px 15px;
    }

    #seguro h1{
        margin-top: 12px;
    }

    #home-pro h1{
        font-size: 49px;
    }

    .home-pro span{
        padding: 30px 21px;
    }

    .home-pro h2{
        font-size: 20px;
    }

    .texto-link p {
        line-height: 18px;
        margin-top: 9px;
    }

    .datos h1 {
        padding-right: 4px;
    }

    .datos p {
        font-size: 14px;
    }

    .productos p {
        margin-top: 13px;
    }

    .caption h1 {
        font-size: 45px;

    }

    #frase h1 {
        font-size: 30px;

    }

    #escogernos1 h1 {
        font-size: 35px;

    }

    .producto{
        min-height: 472px !important;
    }

    .modal-dialog {
        width:750px;
        margin:112px auto;
    }

    .nivel1{
        font-size: 19px;
    }

}



@media (max-width: 1840px) and (min-width: 1740px) {

    .texto-link {
        padding: 12px 15px;
    }


    .home-pro h2{
        font-size: 22px;
    }

    .home-pro h3{
        font-size: 20px;
    }

    #home-pro h1{
        font-size: 51px;
    }

    #seguro h1{
        margin-top: 35px;
    }
}




