*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Roboto', sans-serif;
    overflow-y: hidden;
}

header{
    z-index: 1000;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 20px black;
    position: fixed;
    height: 54px;
}

header a{ 
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

nav{
    float: right;
}

h1{
    font-size: 22px;
    color: #ed7c00;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

h2{
    font-size: 18px;
    color: gray;
    text-align: center;
    font-weight: bold;
}

h3{
    font-size: 16px;
    color: gray;
    text-align: center;
    font-weight: bold;
}

h4{
    font-size: 12px;
    color: #ed7c00;
    margin-top: 5px;
    margin-left: 40px;
}

h5{
    font-size: 14px;
    display: inline-block;
    color: white;
    font-weight: 400;
}

p{
   font-size: 14px;
}

.logo{
    height: 40px;
}

.activo{
    background-color: #ed7c00;
    color: white !important;
    text-decoration: none;
}

ul, li{
    list-style: none;
}

ul li a{
    position: absolute;
    top: 0px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 100%;
    font-size: 12px;
    text-align: center;
    color: grey;
    text-decoration: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
}

.menu li a:hover{
    color: #ed7c00;
}

.menu > li{
    float: left;
}

.menu li ul{
    display: none;
    position: absolute;
    min-width: 150px;
}



article{
    text-align: center;

}

section{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 250px;
    top: 55px;
    width: calc(100% - 250px);
    height: calc(100% - 124px);
    margin: 0 auto;
    overflow-y: scroll;
}

.centrate{
    margin: 0;
    padding: 0;
    display: block;
    width: calc(800px + (50px * 4));
    height: auto;
}

.art{
    box-sizing: border-box;
    width: 200px;
    float: left;
    height: 350px;  
    background-color: #F3F5F6;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    margin: 25px;
}

.imgCatalogo{
    background-image: url(img/nofotoCatalogo.png);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    border-radius: 5px 5px 0px 0px;
    color: red;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.imgCatalogo:empty{
    background-image: url(img/nofotoCatalogo.png);
    background-color: rgba(0,0,0,.3);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.imgCatalogo .stockInner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

.imgCatalogo .stockInner span{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 600px;
    height: 30px;
    background-color: #F3F5F6;
    color: rgb(255,0,0);
    border-left: 1px #1e1e1e solid;
    border-right: 1px #1e1e1e solid;
    box-sizing: border-box;
    transform: rotate(-35deg);
}

.h3Art{
    text-align: left ;
    margin-left: 20px;
    margin-top: 20px;
}

.h4Art{
    text-align: left ;
    margin-left: 20px;
    margin-top: 20px;
}

.detalleProducto{
    text-decoration: none;
    font-size: 12px;
    padding: 8px 15px;
    background-color: #ed7c00;
    border-radius: 5px;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.detalleProducto:hover{
    text-decoration: none;
    color: #ed7c00;
    background-color: white;
}

h4 span:first-child{
    color: grey;
    font-size: 13px;
}

footer{
    height: 70px;
    width: 100%;
    background-color: black;
    margin-top: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300;
}

.telDir{  
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.telDir span{
    display: inline-flex;
    height: 100%;
}

.telDir span span {
    padding: 0px 40px;
}

.telDir span span , .telDir span a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.telDir span span img, .telDir span span a img{
    height: 32px;
    display: inline-block;
    padding: 0px 10px;
}

.filtros{
    background-color: #F3F5F6;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 250px;
    z-index: 250;
}

.buscador{
    width: 220px;
    font-size: 14px;
    border: none;
    padding: 7px;
    padding-left: 25px;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 4px;
    margin-top: 130px;
    margin-left: 13px;
    background-color: white;
    color: grey;
    margin-bottom: 20px;
}

.btnContainer{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: -20px;
    margin-top: 30px;
    cursor: pointer;
}

.btnContainer .btnBuscar{
    text-decoration: none;
    font-size: 12px;
    padding: 8px 30px;
    background-color: #ed7c00;
    border-radius: 5px;
    color: white;
}

.btnContainer .btnBuscar:hover{
    text-decoration: none;
    color: #ed7c00;
    background-color: white;
}


.checkCatalogo{
    width: 50px;
}

.check{
    margin: 13px;
}




/*MODAL MUESTRA DE DETALLE*/

.modalDetalle{
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,.5);
    z-index: 1020;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    align-items: center;
    justify-content: center;
}

.modalDetalle .inner{
    width: 700px;
    height: 350px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px  #1e1e1e;
}


.modalDetalle .inner .imgContainer{
    width: 50%;
    height: 100%;
    display: flex;   
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.info .infoInner{
    width: 100%;
    text-align: center;
}

.info .infoInner h3, .info .infoInner p, .info .infoInner h4{
    margin: 20px 0px;    
}


/*===MAPA===*/

.spanLocation{
    cursor: pointer;
    background-color: rgba(237, 124, 0, .7);
}

.spanLocation img{
    animation: ubicacionIcono 1s linear infinite alternate;
    margin-bottom: 0px;
}

.mapContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -100%;
    left: 0px;
    z-index: 299;
    width: 100%;
    height: 400px;
    transition-duration: 1s;
}

.mapContainer[data-show="true"]{
    bottom: 70px;
}

.mapContainer .mapInner{
    border: none;
    width: 70%;
    height: 100%;
    box-shadow: 0px 0px 5px 0px #1e1e1e;
    overflow: hidden;
    border: 5px;
}

.mapContainer .mapInner iframe{
    border: none;
    width: 100%;
    height: 100%;
}

.burguer{
    position: relative;
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 70px;
    left: 15px;
    z-index: 260;
}

.burguer .icon span{
    background-color: #1e1e1e;
    display: flex;
    width: 30px;
    height: 4px; 
    margin: 0px;  
    transition-duration: .3s;
    position: absolute; 
}

.burguer .icon span:nth-child(1){
    top: 0px;
}

.burguer .icon span:nth-child(2){
    top: 13px;
}

.burguer .icon span:nth-child(3){
    bottom: 0px;
}

.burguer[data-show="true"] .icon span:nth-child(1){
    position: absolute;
    top: 9px;
    left: -3px;
    transform: rotate(-45deg);
    width: 50%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.burguer[data-show="true"] .icon span:nth-child(2){
    position: absolute;
    margin: 0;
    top: 13px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.burguer[data-show="true"] .icon span:nth-child(3){
    position: absolute;
    bottom: 9px;
    left: -3px;
    transform: rotate(45deg);
    width: 50%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}


@media only screen and (max-width: 1250px){
    .centrate {    
       width: calc(600px + (50px * 3));   
    }
}

@media only screen and (max-width: 1024px){
    section{       
        left: 0px;
        width: 100%;        
    }

    .filtros{
        left: -270px;
        transition-duration: .3s;
        box-shadow: 0px 5px 10px 0px #1e1e1e;
    }

    .filtros[data-show="true"]{
        left: 0px;
    }

    .centrate {
        margin: 0;
        padding: 0;
        display: block;
        width: calc(600px + (50px * 3));
        height: auto;
    }

    .mapContainer{
        height: calc(100% - (70px + 54px));
    }

    .mapContainer .mapInner{
        border: none;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 5px 0px #1e1e1e;
    }

    .burguer{
        display: flex;
    }
}

@media only screen and (max-width: 900px){

    .telDir span span h5{
        display: none;
    }

}

@media only screen and (max-width: 750px){
    .centrate {
        margin: 0;
        padding: 0;
        display: block;
        width: calc(400px + (50px * 2));
        height: auto;
    }

     .modalDetalle .inner{
        position: relative;
        width: 250px;
        height: 400px;
        background-color: #fff;
        display: flex;
        align-items: center;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0px 0px 10px 0px  #1e1e1e;
    }


    .modalDetalle .inner .imgContainer{
        position: absolute;
        top: 0;
        width: 100%;
        height: 50%;        
    }

    .info{
        position: absolute;
        bottom: 0px;       
        width: 100%;
        height: 50%;
    }    

}

@media only screen and (max-width: 480px){

    header{
        width: 100%;
        display: flex;
        justify-content: center !important;
    }

    header a{
       margin-left: 0px;
    }
    .centrate {
        margin: 0;
        padding: 0;
        display: block;
        width: calc(200px + (50px));
        height: auto;
    }  

    .filtros{
        box-shadow: none;
        display: flex;
        justify-content: center;
        left: -100%;
        transition-duration: .3s;
        width: 100%;
    }

    .filtros[data-show="true"]{
        left: 0px;
    }   

    .btnContainer{
        justify-content: center;
    }   

}

@media only screen and (max-width: 405px){
    .telDir span span {
        padding: 0px 20px;
    }

    .telDir span span img, .telDir span span a img{
        height: 28px;
        display: inline-block;
        padding: 0px 5px;
    }
}


@keyframes ubicacionIcono{
    from{
       transform: rotate(-30deg);
    }
    to{
        transform: rotate(30deg);
    }
}