@charset "utf-8";
/* CSS Document */
/*******************************************************************************************************************/
/* Small screens */
@media only screen { } /* Define mobile styles */
@media only screen and (max-width: 768px) { 
    .contenedor{
        padding: 0px 20px;
    }
    .menuderecha{
        display: block;
        background: rgb(108,9,121);
        background: linear-gradient(90deg, rgba(108,9,121,1) 0%, rgba(255,0,0,1) 100%);
        position: fixed;
        z-index: 200;
        width: 100%;
        height: 100vh;
        margin: -10px 0px 0 -20px;
        left: -700px;
        top: 0px;
        padding-left: 20px;
    }
    #menu{
        margin: 0px;
    }
    #menu li{
        list-style: none;
        text-align: left !important;
    }
    #menu li a{
        border: 2px solid #fff;
        text-decoration:none;
        font-size: 1em;
        font-weight:400;
        text-align: center;
        color: #fff;
        display: block;
        width: 90%;
        padding: 10px;
        border-radius: 50px;
        margin-bottom: 5px;
    }
    #menu li a:hover{
        background-color: #0000004d;
    }
    .mresponsive{
        top: 20px;
        right: 20px;
        z-index: 201;
        position: fixed;
    }
    .mresponsive a{
        font-size: 2em;
        color: #202945;
    }

    .headermenu{
        display: none;
    }

    .bggris{
        background-color: #d1d5d9;
    }
    .redondito{
        border-radius: 10px;
    }
    .cajasearch{
        background-color: #fff;
        border-radius: 50px;
        padding: 10px;
        overflow: hidden;
        width: 100%;
    }
    .campo{
        float: left;
        width: 80%;
    }
    .busqued{
        float: right;
        width: 20%;    
    }
    .campox{
        border: none;
        width: 100%;
        padding: 8px;
        outline: none;
    }
    .lupabtn{
        background-color: #d1d5d9;
        padding: 5px 30px;
        border-radius: 50px;
        display: inline-block;
        width: 100%;
        text-align: center;
        border: none;
    }
    .btncats{
        margin: 20px 30px;
    }
    .infocarrusel h1{
        font-size: 2em;
        font-weight: 500px;
        text-align: center;
        padding-left: 50px;
        color: #514b69;
    
    }
    .infocarrusel h2{
        font-size: 1.1em;
        font-weight: 300px;
        text-align: center;
        color: #514b69;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .infomarcas{
        text-align: center;
    }
    .marcas{
        text-align: center;
    }
    .tmarcas{
        width: 50%;
    }
    .infohome{
        text-align: center;
        width: 100%;
    }
    .infohome h1{
        font-weight: 900;
        color: #514b69;
        font-size: 2em;
    }

    .lineaverti{
        width: 100%;
        margin: 20px 0px;
        background-color: #f00;
        height: 1px;
    }

    .gridproduct img{
        width: 100% !important;
    }
/*******************************************************************************************************************/   
} 
/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 769px) { }
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .contenedor{
        padding: 0px 20px;
    }
    .gridproduct h2{
        height: 25px;
    }
    .redestop{
        text-align: right;
    }
    .menuderecha{
        display: none;
    }
    .mresponsive{
        display: none;
    }
    /* menu desplegable ******************************************************* */
    #headermenu {
        margin:auto;
    }

    ul, ol {
        list-style:none;
    }
    .nav > li {
        float:left;
    }
    .nav li a {
        background-color:#f70c0c;
        color:#fff;
        text-decoration:none;
        padding:10px 5px;
        display:block;
        font-weight:600;
        font-size: .8em;
    }
    .nav li a:hover {
        background-color:#ac0101;
    }
    .nav li ul {
        display:none;
        position:absolute;
        min-width:240px;
        z-index: 101;
    }
    .nav li:hover > ul {
        display:block;
    }
    .nav li ul li {
        position:relative;
        
    }
    .nav li ul li ul {
        right:-140px;
        top:0px;
    }
    /******** / menú **********/
    .bggris{
        background-color: #d1d5d9;
    }
    .redondito{
        border-radius: 10px;
    }
    .cajasearch{
        background-color: #fff;
        border-radius: 50px;
        padding: 10px;
        overflow: hidden;
        width: 100%;
    }
    .campo{
        float: left;
        width: 70%;
    }
    .busqued{
        float: right;
        width: 30%;    
    }
    .campox{
        border: none;
        outline: none;
    }
    .lupabtn{
        background-color: #d1d5d9;
        padding: 0px 30px;
        border-radius: 50px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .infocarrusel h1{
        font-size: 2em;
        font-weight: 500px;
        text-align: right;
        padding-left: 50px;
        color: #514b69;
    
    }
    .infocarrusel h2{
        font-size: 1.1em;
        font-weight: 300px;
        text-align: right;
        padding-left: 50px;
        color: #514b69;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .tmarcas{
        width: 100%;
    }
    .spacesepa{
        width: 2px;
        margin: 0px auto;
        background-color: rgb(216, 216, 216);
        height: 500px;
    }

    .deskid{
        margin-top: 20px;
        margin-left: 32px;
    }
    .tituloscent{
        margin: 0px 10%;
    }
    .gridproduct img{
        width: 100%;
        height: 236px;
    }

    .infohome{
        position: absolute;
        z-index: 100;
    }   
    .infohome h1{
        font-weight: 900;
        color: #514b69;
        font-size: 2.5em;
    } 

    .lineaverti{
        width: 2px;
        margin: 0px auto;
        background-color: #f00;
        height: 250px;
    }
/*******************************************************************************************************************/  
}
/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 993px) { }
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .contenedor{
        padding: 0px 20px;
    } 
    .gridproduct h2{
        height:28px;
    }
    .redestop{
        text-align: right;
    }
    .menuderecha{
        display: none;
    }
    .mresponsive{
        display: none;
    }
    /* menu desplegable ******************************************************* */
    #headermenu {
        margin:auto;
    }

    ul, ol {
        list-style:none;
    }
    .nav > li {
        float:left;
    }
    .nav li a {
        background-color:#f70c0c;
        color:#fff;
        text-decoration:none;
        padding:10px 10px;
        display:block;
        font-weight:600;
        font-size: .9em;
    }
    .nav li a:hover {
        background-color:#ac0101;
    }
    .nav li ul {
        display:none;
        position:absolute;
        min-width:240px;
        z-index: 101;
    }
    .nav li:hover > ul {
        display:block;
    }
    .nav li ul li {
        position:relative;
        
    }
    .nav li ul li ul {
        right:-140px;
        top:0px;
    }
    /******** / menú **********/
    .bggris{
        background-color: #d1d5d9;
    }
    .redondito{
        border-radius: 10px;
    }
    .cajasearch{
        background-color: #fff;
        border-radius: 50px;
        padding: 10px;
        overflow: hidden;
        width: 100%;
    }
    .campo{
        float: left;
        width: 70%;
    }
    .busqued{
        float: right;
        width: 30%;    
    }
    .campox{
        border: none;
        outline: none;
    }
    .lupabtn{
        background-color: #d1d5d9;
        padding: 3px 20px;
        border-radius: 50px;
        display: inline-block;
        width: 100%;
        text-align: center;
        border: none;
    }

    .infocarrusel h1{
        font-size: 2em;
        font-weight: 500px;
        text-align: right;
        padding-left: 50px;
        color: #514b69;
    
    }
    .infocarrusel h2{
        font-size: 1.1em;
        font-weight: 300px;
        text-align: right;
        padding-left: 50px;
        color: #514b69;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .tmarcas{
        width: 100%;
    }

    .spacesepa{
        width: 2px;
        margin: 0px auto;
        background-color: rgb(216, 216, 216);
        height: 500px;
    }

    .deskid{
        margin-top: 20px;
        margin-left: 55px;
    }
    .tituloscent{
        margin: 0px 20%;
    }
    .gridproduct img{
        width: 100%;
        height: 236px;
    }

    .infohome{
        position: absolute;
        z-index: 100;
    }
    .infohome h1{
        font-weight: 900;
        color: #514b69;
        font-size: 3em;
    }

    .lineaverti{
        width: 2px;
        margin: 0px auto;
        background-color: #f00;
        height: 250px;
    }
/*******************************************************************************************************************/  
} 
/*******************************************************************************************************************/
/* Extra Large screens */
@media only screen and (min-width: 1201px) { }
@media only screen and (min-width: 1201px){
    .contenedor{
        padding: 0px 20px;
    }
    .redestop{
        text-align: right;
    }

    .gridproduct h2{
        height: 28px;
    }
    .menuderecha{
        display: none;
    }
    .mresponsive{
        display: none;
    }
    /* menu desplegable ******************************************************* */
    #headermenu {
        margin:auto;
    }

    ul, ol {
        list-style:none;
    }
    .nav > li {
        float:left;
    }
    .nav li a {
        background-color:#f70c0c;
        color:#fff;
        text-decoration:none;
        padding:10px 15px;
        display:block;
        font-weight:600 ;
    }
    .nav li a:hover {
        background-color:#ac0101;
    }
    .nav li ul {
        display:none;
        position:absolute;
        min-width:240px;
        z-index: 101;
    }
    .nav li:hover > ul {
        display:block;
    }
    .nav li ul li {
        position:relative;
        
    }
    .nav li ul li ul {
        right:-140px;
        top:0px;
    }
    /******** / menú **********/

    .bggris{
        background-color: #d1d5d9;
    }
    .redondito{
        border-radius: 10px;
    }
    .cajasearch{
        background-color: #fff;
        border-radius: 50px;
        padding: 10px;
        overflow: hidden;
        width: 100%;
    }
    .campo{
        float: left;
        width: 70%;
    }
    .busqued{
        float: right;
        width: 30%;    
    }
    .campox{
        border: none;
        outline: none;
    }
    .lupabtn{
        background-color: #d1d5d9;
        padding: 3px 20px;
        border-radius: 50px;
        display: inline-block;
        width: 100%;
        text-align: center;
        border: none;
    }

    .infocarrusel h1{
        font-size: 2em;
        font-weight: 500px;
        text-align: right;
        padding-left: 50px;
        color: #514b69;
    
    }
    .infocarrusel h2{
        font-size: 1.1em;
        font-weight: 300px;
        text-align: right;
        padding-left: 50px;
        color: #514b69;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .tmarcas{
        width: 100%;
    }

    .spacesepa{
        width: 2px;
        margin: 0px auto;
        background-color: rgb(216, 216, 216);
        height: 500px;
    }
    .deskid{
        margin-top: 20px;
        margin-left: 55px;
    }

    .tituloscent{
        margin: 0px 20%;
    }

    .gridproduct img{
        width: 100%;
        height: 193px;
    }

    .infohome{
        position: absolute;
        z-index: 100;
    }
    .infohome h1{
        font-weight: 900;
        color: #514b69;
        font-size: 3em;
    }

    .lineaverti{
        width: 2px;
        margin: 0px auto;
        background-color: #f00;
        height: 250px;
    }
/******************************************************************************************************************/   
}
/*******************************************************************************************************************/


