*{
    margin: 0;
    padding: 0;
}
html,body{
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
}
header{
    background-color: #f2f2f2;
    height: 100px;
    z-index: 100;
    width: 100%;
}
header #navbarNav{
    background-color: rgba(51, 51, 51,0.88);
}
header #navbarNav .nav-item{
    color: #fff;
    font-size: 1.5em;
    padding: 5px 15px;
}
.nav-item:hover{
    background-color: #FF0000;
}
header #navbarNav .nav-link{
    color: inherit;
}
.search{
    border: 1px solid #FF0000;
    display: flex;
    
}
.search input:hover,.search input:focus{
    outline: none;
}
.search input{
    background-color: transparent;
    color: #fff;
    padding: 3px;
    text-align: right;
}

.search > div:last-child{
    background-color: #000;
    height: 100%;
    padding: 5px 8px;
    position: relative;
}
.navbar-brand{
    width: 30%;
}
.navbar-brand img{
    height: 70px;
}
.contenedor-principal{
    background-color: #FAF9F9;
    padding-bottom: 20px;
    width: 100%;
}
.contenedor-secundario{
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 80%;
}
.section-blog{
    display: block;
    margin: 0 auto;
    width: 50% !important;
}
.section-blog p{
    text-align: justify;
}
p{
    margin: 0;
}
.top10{
    margin-top: 10px;
}
.top15{
    margin-top: 15px;
}
.top20{
    margin-top: 20px;
}
.top30{
    margin-top: 30px;
}
.top40{
    margin-top: 40px;
}
.top50{
    margin-top: 50px;
}
.top60{
    margin-top: 60px;
}
.imagen-texto{
    display: flex;
}
.imagen-texto>div:first-child{
    width: 650px;
}
.titulo-page{
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 5em;
    text-transform: uppercase;
}
.imagen-texto > div:first-child img{
    display: block;
    margin: 0 auto;
}
.texto-nosotros{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    padding: 10px 30px;
}
.titulo-item-nosotros{
    background-color: #FF0000;
    border-radius: 8px 8px 0 0 ;
    color: #fff;
    padding: 15px;
    
}
.titulo-item-nosotros2{
    background-color: #333333;
    border-radius: 8px 8px 0 0 ;
    color: #fff;
    padding: 15px;
    
}
.titulo-item-nosotros h6,.titulo-item-nosotros2 h6{
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
}
.activo{
    background-color: #FF0000;
}
.item-nosotros{
    display: block;
    flex-direction: column;
    margin-top:15px;
}
.item-nosotros div{
    flex: 1 1 auto;
}
.item-nosotros h6 img{
    margin-right: 30px;
}
.texto-item-nosotros{
    border: 1px solid #dedede;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 6px 17px -3px rgba(92,92,92,1); 
    -webkit-box-shadow: 0px 6px 17px -3px rgba(92,92,92,1);
    -moz-box-shadow: 0px 6px 17px -3px rgba(92,92,92,1);
    display: none;
    flex-direction: column;
    font-size: 1.2em;
    padding: 30px;
}
.texto-item-nosotros ul{
    list-style: square;
    list-style-position: inside;
}
.texto-item-nosotros img{
    display: block;
    margin: 40px auto 0px;
    width: 70%;
}
.servicios-img{
    background-color: antiquewhite;
    
    width: 100%;
}
.imagen-servicios{
    
}
#tecnico{
    background-image: url('../images/tecnico.png');
    background-position: center;
    background-size: cover;
    
    
    width: 100%;
}
#renta{
    background-image: url('../images/renta.png');
    background-position: center;
    background-size: cover;
    
    
    width: 100%;
}
#venta{
    background-image: url('../images/venta.png');
    background-position: center;
    background-size: cover;
    
    
    width: 100%;
}
.mask{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 70px;
    width: 80%;
}
.mask h5{
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 3em;
    margin-right: 20px;
    text-shadow: 1px 3px 2px #333333;
    text-transform: uppercase;
    width: 40%;
}
.item-post > div{
    background-color: #000;
    height: 200px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.item-post > div img{
    
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.item-post > div  div{
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mask > div{
    padding: 20px;
}
.mask > div > div{
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    margin-bottom: 15px;
    padding: 20px;
}
.mask > div > div:first-child{
    font-size: 1.2em;
}
.mask > div > div:first-child p:nth-child(odd){
    color: #B1AFAF;
}
.mask ul{
    list-style: none;
}
.mask ul li:before{
    content: '■';
    color: #FF6600;
    margin-right: 8px;
}
.item-productos{
    padding: 15px;
}
.item-productos div{
    background-color: #333333;
    cursor: pointer;
    padding: 15px;
}
.cursor{
    cursor: pointer;
}
.lined{
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}
.bckred{
    background-color: #FF0000 !important;
}
.item-productos img{
    display: block;
    margin: 0 auto;
    width: 80%;
}
.card-producto{
    display: flex;
    padding: 15px;
}
.card-producto h3{
    color: #333;
    font-size: 1.2em;
}
.card-producto > a{
    width: 100%;
}
.card-producto > a:hover{
    text-decoration: none;
    color: inherit;
}
.card-producto > a > div{
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.card-producto img{
    border-radius: 8px;
    display: block;
    height: 220px;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
}
.card-producto button{
    background-color: #333333;
    border-radius: 6px;
    color: #fff;
    margin: 10px auto;
    padding: 8px 15px;
}
.card-producto ul li:nth-child(odd){
    font-weight: bold;
    color: #333;
}
.card-producto ul{
    list-style: none;
    color: #333;
    margin-left: 0;
    padding: 0;
}
.container-contacto{
    background-color: #000;
    min-height: 300px;
    height: auto;
    width: 100%;
}
.rojo_section{
    background-color: #000;
    
}
.section_mapa{
    /*background-image: url('../images/mapa_foto.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: top;
    background-size: 50%;
    height: 50%;
    padding-bottom: 20px;
    width: 100%;
}
.mapa-img{
    display: flex;
    justify-content: center;
}
.mapa-img img{
    display: block !important;
    height: auto;
    margin: auto;
    width: 100%;
}

.section_mapa > .row{
    
    margin: 0 auto;
    width: 80%;
}
.fondo_rojo{
    background-image: url('../images/fondo_rojo.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    height: auto;
    width: 100%;
}
form button{
    background-color: #FF0000;
    color: #fff;
    padding: 12px 18px;
}
.texto{
    align-items: center;
}
.texto{
    color: #fff;
    
}
.texto > h6,.fondo_rojo h5{
    color: #fff;
    font-size: 3em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
.texto > h5{
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 70px;
}
.texto > p{
    font-size: 1.2em;
    margin-top: 40px;
}
.sucursales-container{
    margin: 0 auto;
    padding: 40px 0;
    width: 80%;
}
.sucursales-container2{
    margin: 0 auto;
    padding: 40px 0;
    width: 80%;
}
.info-sucursales{
    width: 65%;
}
.item-sucursal{
    padding: 15px;
}
.item-sucursal > div{
    color: #fff;
    background-color: #333333;
    border-radius: 8px;
    padding: auto;
    padding: 10px;
}
.item-sucursal ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.contacto-footer{
    background-color: #000;
    padding: 50px 0;;
}
.contacto-footer img{
    display: block;
    margin: 0 auto;
    width: 70%;
}
.line-legal{
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.lateral{
    background-color: #333333;
    border-radius: 8px 0 0 8px;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 12;
}
.lateral ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.lateral ul li{
    margin-bottom:15px ;
    padding: 15px;
    
}
.lateral ul li:hover{
    background-color: #666;
}
.lateral ul li:last-child{
    margin-bottom: 0;
}
.lateral img{
    display: block;
    margin: 0 auto;
}
.titulo-producto{
    background-color: #333;
    color: #fff;
    padding: 15px;
}
.titulo-producto h3{
    font-size: 2em;
    margin: 0 auto;
    width: 80%;
}
.titulo-producto button{
    background-color: #FF0000;
    color: #fff;
    font-size: 14px;
    float: right;
    padding: 6px;
}
.especificaciones{
    width: 100%;
}
.especificaciones tbody tr td{
    padding: 8px;
    width: 50%;
}
.especificaciones tbody tr:nth-child(even) td:first-child{
    background-color: #E5E5E5;
}
.especificaciones tbody tr:nth-child(odd) td:last-child{
    background-color: #E5E5E5;
}
.bars-icon{
    width: 30px;
}
.buscador-productos-pedidos{
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 8px;
    
	display: none;
	height: 190px;
	margin: 15px auto;
	overflow-y: auto;
    position: absolute !important;
    top: 25px;
    z-index: 999;
    width: 100%;
	
}
.filtros ul{
    list-style: none;
    margin: 0%;
}
.filtros ul li{
    padding: 10px;
}
.buscador-productos-pedidos > .table tbody td{
	border: none;
}
.buscador-productos-pedidos > .table tbody tr:nth-child(even){
	background-color: #ededed;
}
#buscador{
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 100%;
}
#buscador > div:first-child{
    width: 100%;
}
#buscador input{
    width: 100%;
}
#buscador input:focus{
    background-color: #fff;
    color: #000;
}
.post-item{
    padding: 10px;
}
.post-item > a > div{
    
    border-radius: 8px;
    text-align: justify;
    padding: 8px;
}
.post-item > a > div img{
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.post-item > a:hover{
    color: inherit;
    text-decoration: none;
}
.img-post{
    height: 400px;
    width: 100%;
}
.img-post img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.titulo-blog{
    font-size: 1.4em;
    font-weight: bold;
}

@media(max-width:1500px){
    .section_mapa > .row{
        width: 90%;
    }
    .section-blog{
        width: 60% !important;
    }
}
@media(max-width:1400px){
    .item-productos div{
        padding: 15px 5px;
    }
    .section-blog{
        width: 65% !important;
    }
}
@media(max-width:1300px){
    .mask{
        padding: 20px;
    }
    .titulo-page{
        font-size: 4em;
    }
    .info-sucursales{
        width: 75%;
    }
    .section-blog{
        width: 70% !important;
    }
    
}
@media(max-width:1200px){
    .section_mapa > .row{
        width: 97%;
    }
    .navbar-brand{
        width: 20%;
    }
    #logo{
        height: 60px;
    }
    header #navbarNav .nav-item{
        font-size: 1.2em;
    }
    header{
        height: 90px;
    }
    .contenedor-secundario{
        width: 90%;
    }
    .mask{
        width: 90%;
    }
    .titulo-page{
        font-size: 3em;
    }
    .texto-nosotros{
        font-size: 1em;
    }
    .imagen-texto>div:first-child{
        width: 450px;
    }
    .section-blog{
        width: 75% !important;
    }
}
@media(max-width:1100px){
    .info-sucursales{
        width: 85%;
    }
    .navbar-brand{
        width: 20%;
    }
    #logo{
        height: 50px;
    }
    header #navbarNav .nav-item{
        font-size: 1em;
    }
    header{
        height: 80px;
    }
    .section-blog{
        width: 80%  !important;
    }
}
@media(max-width:1000px){
    .mask{
        flex-direction: column;
    }
    .section_mapa{
        background-size: 80%;
    }
    .section-blog{
        width: 85%  !important;
    }
}
@media(max-width:900px){
    .imagen-texto{
        flex-direction: column;
    }
    .imagen-texto > div:first-child img{
        display: flex;
        margin: 0 auto;
    }
    .titulo-page{
        text-align: center;
    }
    .imagen-texto > div:first-child{
        margin-bottom: 20px;
        width: 100%;
    }
    .section_mapa{
        background-size: 85%;
        
    }
    .info-sucursales{
        width: 95%;
    }
}


@media(max-width:768px){
    .contacto-footer img{
        margin: 20px auto;
        
    }
    .rojo_section{
        height: auto;
    }
    .container-contacto{
        height: auto;
    }
    .section-blog{
        width: 90%  !important;
    }
}
