font-face {
    font-family: "Nordica";
    src: url(../fonts/NordicaAdvancedRegular.otf) format("truetype");
}

@font-face {
    font-family: "Omnibus";
    src: url(../fonts/Omnibus.otf) format("truetype");
}


html{
    margin: 0;
}
body{
    margin: 0;
    background-color: #fafaf9;
    font-family: "Omnibus";
    overflow-x: hidden;
}

header{
    background-color: #9fd37d;
    padding: 1%;
}

header .seclogo{
    width: 100%;
}

header .seclogo .btnmenu{
    visibility: hidden;
    position: absolute;
    /*border: 1px solid red;*/
    width: 4%;
    float: right;
}

header .seclogo .btnmenu{
    width: 100%;
}

.menu{
    visibility: visible;
    position: relative;
}

.clear{
    clear: both;
}

header .seclogo .logo{
    width: 10%;
    margin: auto;
    margin-bottom: 1%;
}

header .seclogo .logo img{
    width: 100%;
}

header .seclogo .btns-idioma{
   /* border: 1px solid red;*/
    width: 25%;
    margin-top: -5%;
    float: right;
    position: relative;
    visibility: visible;
}

header .seclogo .btns-idioma .btn-lang{
   /* border: 1px solid blue;*/
    width: 10%;
    float: right;
    /*padding: 1%;*/
}

header .seclogo .btns-idioma .btn-lang img{
    width: 80%;
}

header .menu .btns-idioma-menu{
    width: 100%;
    padding-right: 12%;
    float: right;
    position: absolute;
    visibility: hidden;
}

header .menu .btns-idioma-menu .btn-lang{
   /* border: 1px solid blue;*/
    width: 5%;
    float: right;
    /*padding: 1%;*/
}

header .menu .btns-idioma-menu .btn-lang img{
    width: 80%;
}

header .menu ul {
    width: 80%;
    margin: auto;
    text-align: center;
}

header .menu ul li{
    list-style: none;
    display: inline;
    padding: 1% 3% 1% 3%;
}

/*header .menu ul li a{
    color: #fff;
    text-decoration: none;
}*/

header .menu ul a{
    color: #fff;
    text-decoration: none;
}

/*header .menu ul li a:hover{
    color: #115719;
}*/

header .menu ul a:hover{
    color: #115719;
}

#cookies{
    background-color: #3d9543;
    padding: 1% 0 1% 5%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
    color: #fff;
    margin-bottom: 3%;
}

#cookies .boton_cookies{
    cursor: pointer;
}

.dest{
    font-weight: bold;
}

.content{
    width: 100%;
    min-height: 450px;
}


.content .contenedor{
    width: 85%;
    margin: auto;
}

.content .contenedor .introd-page p{
    width: 75%;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 8%;
    font-size: 17px;
    /*font-family: 'Catamaran', sans-serif;*/
    /*font-family: 'Arimo', sans-serif;*/
    font-family: 'Raleway', sans-serif;
}

.content .contenedor .introd-page h1{
    text-align: center;
    color: #37492c;
    font-size: 20px;
     margin-bottom: 4%;
}

.content .contenedor .introd-page .txt2{
    text-align: center;
    font-size: 17px;
    margin-top: -2%;
}

section .contenedor .titulo_seccion{
    width: 60%;
}

section .contenedor .titulo_seccion h3{
    color: #37492c;
}

section .contenedor .titulo_seccion .sep{
    padding: 0.3%;
    margin: -2% 0 1% 0;
    background: linear-gradient( 270deg, #fafaf9, #9fd37d);
}


.content .contenedor .submenu{
    width: 25%;
    float: left;
    padding: 1%;
}

.content .contenedor .submenu .btnsearch{
    visibility: hidden;
    position: absolute;
}

.content .contenedor .submenu .contentsubmain{
    visibility: visible;
    position: relative;
}

.content .contenedor .submenu .mainproducts{
    /*border: 2px solid #498b51;*/
    border-radius: 7px;
    padding: 1%;
    width: 90%;
    margin-bottom: 5%;
}

.content .contenedor .submenu .mainproducts h3, .content .contenedor .submenu .categories h3{
    color: #875733;
}

.content .contenedor .submenu .mainproducts ul li, .content .contenedor .submenu .categories ul li{
    list-style: none;
    padding-left: 10%;
}

.content .contenedor .submenu .mainproducts ul li:hover, .content .contenedor .submenu .categories ul li:hover{
    color: #115719;
    cursor: pointer;
}

.content .contenedor .submenu .mainproducts h3{
    text-align: center;
}

.content .contenedor .submenu .categories{
    /*border: 2px solid #498b51;*/
    border-radius: 7px;
    padding: 1%;
    width: 90%;
}

.content .contenedor .submenu .categories h3{
    text-align: center;
}

.content .contenedor .products{
    width: 70%;
    float: right;
    padding: 1%;
}

.content .contenedor .products .productos .producto{
    width: 30%;
    float: left; 
    padding: 1%;
    min-height: 360px;
}

.content .contenedor .products .productos .producto img{
    width: 100%;
    border: 2px solid #fafaf9;
    border-radius: 7px;
}

.content .contenedor .products .productos .producto img:hover{
    cursor: pointer;
    border: 2px solid #9fd37d;
}

.content .contenedor .products .productos .producto div.info-product-list{
    width: 90%;
    margin: auto;
    text-align: center;
}

.content .contenedor .products .productos .producto div.info-product-list a.title-product-list{
    color: #37492c;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.content .contenedor .products .productos .producto div.info-product-list div.description-product-list{
    font-size: 13px;
    text-align: center;
    font-weight: normal;
}



.content .contenedor .products .secpaginacion{
    padding: 0 5% 2% 2%;
}

.content .contenedor .products .secpaginacion a{
    text-decoration: none;
    color: #fff;
}

.content .contenedor .products .secpaginacion a .btnnav{
    background-color: #9fd37d;
    border: 2px solid #fafaf9;
    width: 15%;
    padding: 1%;
    border-radius: 7px;
    text-align: center;
}

.content .contenedor .products .secpaginacion a .btnnav:hover{
    border: 2px solid #9fd37d;
    background-color: #fafaf9;
    color: #9fd37d;
}

.content .contenedor .products .secpaginacion a .btnnav:active{
    background-color: #9fd37d;
    border: 2px solid #fafaf9;
    color: #fff;
}

.content .contenedor .products .secpaginacion a .siguiente{
    float: right;
}

.content .contenedor .products .secpaginacion a .anterior{
    float: left;
}


section .contenedor .formcontacto{
    width: 40%;
    float: left;
    font-family: "Omnibus";
    padding-bottom: 2%;
}

section .contenedor .formcontacto form input{
    width: 100%;
    padding: 1%;
    border: 1px solid #d4d1ce;
    border-radius: 3px;
    font-family: "Omnibus";
}

section .contenedor .formcontacto form textarea{
    width: 100%;
    padding: 1%;
    border: 1px solid #d4d1ce;
    border-radius: 3px;
    resize: none;
    height: 60px;
}

section .contenedor .formcontacto form label{
    color: #3d9543;
}

section .contenedor .formcontacto form label span{
    color: red;
}

section .contenedor .formcontacto form span{
    font-family: "Omnibus";
    font-size: 10px;
}

section .contenedor .formcontacto form .enviar{
    border: 1px solid #fff;
    background-color: #3d9543;
    color: #fff;
}

section .contenedor .formcontacto form .enviar:hover{
    cursor: pointer;
    border: 1px solid #3d9543;
    background-color: #fff;
    color: #3d9543;
}

section .contenedor .contactrigth{
    width: 45%;
    float: right;
    padding-top: 3%;
}

section .contenedor .contactrigth .mapa iframe{
    width: 100%;
}

section .contenedor .contactrigth .info_contact{
    padding-top: 3%;
}

section .contenedor .contactrigth .info_contact table{
    width: 100%;
}

section .contenedor .contactrigth .info_contact table tr td{
    padding-left: 2%;
}

section .contenedor .contactrigth .info_contact table tr .iconcont{
    width: 6%;
}

section .contenedor .contactrigth .info_contact table tr .iconcont img{
    width:  100%;
}

section .contenedor .qs .txtqs{
    width: 40%;
    float: left;
    padding: 4%;
}

section .contenedor .qs .lgqs{
    width: 48%;
    float: right;
}

section .contenedor .qs .lgqs img{
    width: 100%;
}

section .contenedor .imgcorp{
    width: 50%;
    margin: auto;
}

section .contenedor .imgcorp h1{
    color: #8b5d39;
    text-align: center;
}

section .contenedor .imgcorp img{
    width: 100%;
}

section .contenedor .infoproduct{
    padding: 2%;
}

section .contenedor .infoproduct .imgprod{
    width: 45%;
    float: left;
}

section .contenedor .infoproduct .imgprod img{
    width: 100%;
    border-radius: 4px;
    /*position: relative;
    z-index: -2;*/
}

section .contenedor .infoproduct .detprod{
    width: 50%;
    float: right;
    font-family: 'Raleway', sans-serif;
}

section .contenedor .infoproduct .detprod .title-prod{
    font-family: "Omnibus", sans-serif;
}

section .contenedor .infoproduct .detprod div.spc-button{
    width: 80%;
    margin: auto;
    margin-top: 5%;
}    

div.spc-button button.btn-more-info{
    width: 100%;
    color: #3d9543;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    border: 2px solid #3d9543;
    border-radius: 7px;
    padding: 2% 0;
    background-color: #fafaf9;
    font-size: 16px;
}

div.spc-button button.btn-more-info:hover{
    cursor: pointer;
    background-color: rgba(61, 149, 67, 0.75);
    color: #fafaf9;
}

div.other-products-seen{
    width: 90%;
    margin: auto;
    margin-bottom: 7%;
    font-family: 'Raleway', sans-serif;
}

div.other-products-seen div.title-seen{
    width: 60%;
    color: #37492c;
}

div.other-products-seen div.title-seen div.sep-title{
    padding: 0.3%;
    margin: -2% 0 4% 0;
    background: linear-gradient( 270deg, #fafaf9, #9fd37d);
}

div.other-products-seen div.gallery-products-seen div.product-seen-list{
    width: 25%;
    float: left;
}

div.other-products-seen div.gallery-products-seen div.product-seen-list div.img-product-seen{
    width: 55%;
    margin: auto;
}

div.other-products-seen div.gallery-products-seen div.product-seen-list div.img-product-seen img{
    width: 100%;
}

div.other-products-seen div.gallery-products-seen div.product-seen-list div.info-product-seen{
    width: 90%;
    margin: auto;
    text-align: center;
}

div.other-products-seen div.gallery-products-seen div.product-seen-list div.info-product-seen a.title-product-seen{
    color: #37492c;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

div.other-products-seen div.gallery-products-seen div.product-seen-list div.info-product-seen a.title-product-seen:hover{
    text-decoration: underline;
}

div.other-products-seen div.gallery-products-seen div.product-seen-list div.info-product-seen div.description-product-seen{
    font-size: 13px;
    text-align: center;
}

.content .contenedor .imgprox{
    width: 65%;
    padding: 1%;
    margin: auto;
}

.content .contenedor .imgprox img{
    width: 100%;
}

.contenedor .formulario_info_producto{
    /*border: 1px solid;*/
    width: 50%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 9%;
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
}

.contenedor .formulario_info_producto form ol{
    list-style: none;
}

.contenedor .formulario_info_producto form ol li{
    margin-bottom: 1%;
    color: #3d9543;
    font-weight: bold;
}

.contenedor .formulario_info_producto form ol li label{
    width: 33%;
    float: left;
    padding-top: 2%;
}

.contenedor .formulario_info_producto form ol li input.btnText{
    width: 60%;
    padding: 2% 3%;
    border-radius: 4px;
    border: 1px solid #a5a3a1;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-size: 15px;
}

.contenedor .formulario_info_producto form ol li input.btnModelo{
    padding: 2% 3%;
    border-radius: 4px;
    background-color: #fafaf9;
    border: #fafaf9;
    color: #000000;
    font-size: 15px;
    width: 60%;
}

.contenedor .formulario_info_producto form ol li div.spc-button-send{
    width: 75%;
    margin: auto;
    margin-top: 3%;
}

.contenedor .formulario_info_producto form ol li div.spc-button-send input.btn-send-solicitud{
    width: 100%;
    color: #3d9543;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    border: 2px solid #3d9543;
    border-radius: 7px;
    padding: 2% 0;
    background-color: #fafaf9;
    font-size: 16px;
}

.contenedor .formulario_info_producto form ol li div.spc-button-send input.btn-send-solicitud:hover{
    cursor: pointer;
    background-color: rgba(61, 149, 67, 0.75);
    color: #fafaf9;
}

.contenedor .formulario_info_producto form ol li span.aviso{
    font-size: 10px;
    color: #000000;
}

.contenedor .formulario_info_producto form ol li span.acepto-terminos{
    font-size: 12px;
    color: #000000;
}

.contenedor .formulario_info_producto form ol li textarea{
    width: 62%;
    padding: 1%;
    border: 1px solid #a5a3a1;
    border-radius: 4px;
    resize: none;
    height: 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding-left: 3%;
}

.contenedor .formulario_info_producto form ol li.aviso-acepto{
    font-size: 12px;
    color: #e60503;
    visibility: hidden;
    position: absolute;
}

section .contenedor div.msg-sr{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 3%;
}

section .contenedor div.msg-sr p.thanks{
    font-size: 25px;
    font-weight: bold;
    color: #3d9543;
}

section .contenedor div.msg-sr p.link_sr a{
    color: #3d9543;
    text-decoration: none;
}

section .contenedor div.msg-sr p.link_sr a:hover{
    border-bottom: 1px solid #3d9543;
    padding-bottom: 0.2%;
}

section .slider {
    width: 100%;
}

section .slider .image_slider{
    width: 100%;
}

section .contenedor .espacionovedades{
    width: 80%;
    margin: auto;
}

section .contenedor .espacionovedades .novedades{
    margin-top: 2%;
    margin-bottom: 2%;
}

section .contenedor .espacionovedades .novedades h3{
    text-align: center;
    color: #37492c;
}

section .contenedor .espacionovedades .novedades .sep{
    background-color: #9fd37e;
    padding: 0.1%;
    margin-top: -1%;
    margin-bottom: -1%;
}

section .contenedor .espacionovedades .productos-novedades{
    margin-bottom: 5%;
}

section .contenedor .espacionovedades .productos-novedades .sep{
    background-color: #9fd37e;
    padding: 0.1%;
    margin: 1% 0 1% 0;
}

section .contenedor .espacionovedades .productos-novedades .producto-nov .detalles{
    width: 59%;
    float: left;
    margin-left: 4%;
}

section .contenedor .espacionovedades .productos-novedades .producto-nov .detalles p{
    font-family: 'Raleway', sans-serif;
}

section .contenedor .espacionovedades .productos-novedades .producto-nov .detalles h2 a{
    color: #37492c;
    text-decoration: none;
}

section .contenedor .espacionovedades .productos-novedades .producto-nov .img-producto{
    width: 27%;
    float: right;
    margin-right: 4%;
}

section .contenedor .espacionovedades .productos-novedades .producto-nov .img-producto .imgprod{
    width: 100%;
} 

section .contenedor .espacionovedades .productos-novedades .producto-nov .img-producto .imgprod img{
    width: 100%;
}


section .contenedor .productos-novedades .producto-nov .detalles .masinformacion{
    border: 2px solid #3d9543;
    background-color: #3d9543;
    color: #fff;
    /*font-family: "Omnibus";*/
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    padding: 0.7% 3%;
    border-radius: 7px;
}

section .contenedor .productos-novedades .producto-nov .detalles .masinformacion:hover{
    cursor: pointer;
    border: 2px solid #3d9543;
    background-color: #fff;
    color: #3d9543;
}

section .contenedor .espacionovedades .allprod{
    width: 80%;
    margin: auto;
    margin-bottom: 5%;
}

section .contenedor .espacionovedades .allprod .todosproductos{
    width: 100%;
    padding: 2%;
    border: 2px solid #3d9543;
    /*background-color: #3d9543;*/
    background-color: #fafaf9;
    color: #3d9543;
    font-family: "Omnibus";
    font-weight: bold;
    border-radius: 7px;
    font-size: 100%;
}

section .contenedor .espacionovedades .uppage{
    width: 4%;
    float: right;
    margin-top: -10%;
    margin-right: -10%;
}

section .contenedor .espacionovedades .uppage img{
    width: 100%;
}

section .contenedor .espacionovedades .uppage img:hover{
    cursor: pointer;
}

section .contenedor .espacionovedades .allprod .todosproductos:hover{
    cursor: pointer;
    border: 2px solid #3d9543;
    /*background-color: #fff;
    color: #3d9543;*/
    background-color: rgba(61, 149, 67, 0.75);
    color: #fafaf9;
}

section .contenedor .espacionovedades .productos_destacados{
    padding-left: 2%;
}

section .contenedor .espacionovedades .productos_destacados .productodestacado{
    /*width: 30%;*/
    width: 22%;
    float: left;
    margin: 1%;
}

section .contenedor .espacionovedades .productos_destacados .productodestacado img{
    width: 100%;
    border: 2px solid #fafaf9;
    border-radius: 7px;
}

section .contenedor .espacionovedades .productos_destacados .productodestacado img:hover{
    cursor: pointer;
    border: 2px solid #9fd37d;
}

section .contenedor .cntntavisolegal{
    font-size: small;
    margin-bottom: 2%;
}

/************** ESTILOS GALLERY ***************/

div.gallery-projects{
    width: 100%;
    margin-top: 1.5%;
    margin-bottom: 2%;
}

div.image-project{
    width: 33.33%;
    height: 445px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    background-size: cover;
}

div.title-project{
    width: 100%;
    height: 445px;
    background: rgba(12, 58, 6, 0.75);
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    /*margin-top: -6.5%;*/
    margin-top: -30px;
}

p.txt-project-2{
    margin-left: -120%;
    transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    -moz-transition: margin 0.6s;
}

p.txt-project-1{
    padding-top: 32%;
    margin-right: -120%;
    transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    -moz-transition: margin 0.6s;
}

p.txt-project-3{
    padding-top: 40%;
    margin-right: -120%;
    transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    -moz-transition: margin 0.6s;
}

div.image-project:hover div.title-project{
    opacity: 1;
}

div.image-project:hover p.txt-project-1{
    margin-right: 0;
}

div.image-project:hover p.txt-project-2{
    margin-left: 0;
}

div.image-project:hover p.txt-project-3{
    margin-right: 0;
}



div.cabecera-title{
    background-size: cover;
    background-position: center;
    /*padding: 10%;*/
}

div.title-det-prod{
    padding: 10% 0 10% 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.57);
}

div.cabecera-title div.title-det-prod h1{
    color: white;
    text-align: center;
}

div.info-proyecto div.descripcion{
    font-family: 'Raleway', sans-serif;
}

div.photos-project a{
    text-decoration: none;
}

div.photos-project{
    width: 95%;
    margin: auto;
    margin-top: 3%;
}

div.photos-project img.image-project-local{
    width: 32%;
    max-height: 196px;
}

div.ruta-link{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    margin-top: 1%;
}

div.ruta-link a{
    text-decoration: none;
    color: #000000;
}

div.ruta-link a:hover{
    text-decoration: underline;
}

/************** FIN GALLERY ******************/

footer{
    background-color: #37492c;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}

footer hr{
    width: 90%;
    margin: auto;
    color: red;
}

footer .socialmedia{
    color: #fafaf9;
    font-size: 30px;
    padding: 1% 1% 1% 3%;
}

footer .socialmedia img{
    width: 2.5%;
}

footer .sep{
    padding: 0.1%;
    background-color: #4f6940;
    width: 90%;
    margin: auto;
    margin-bottom: 0;
}

footer .infofoot .copy{
    width: 48%;
    float: left;
}

footer .infofoot .copy ul li{
    list-style: none;
    display: inline;
    color: #4f6940;
    padding: 0 1% 0 1%;
}

footer .infofoot .copy ul li a{
    text-decoration: none;
    color: #4f6940;
}

footer .infofoot .infdev{
    width: 45%;
    float: left;
    color: #4f6940;
    text-align: right;
    padding: 1% 3% 0 1%;
}

footer .infofoot .infdev .develop{
    width: 10%;
    float: right;
    margin-right: 8%;
    margin-bottom: 1%;
}

footer .infofoot .infdev .develop img{
    width: 100%;
}

footer .infserv{
    color: #4f6940;
    font-size: xx-small;
    width: 90%;
    margin: auto;
}

.page_not_found{
    width: 100%;
}

.page_not_found .imgnotfound{
    width: 70%;
    margin: auto;
    margin-top: 7%;
}

.page_not_found .imgnotfound img{
    width: 100%;
}

@media screen and (max-width: 1300px){
   
}

@media screen and (max-width: 1250px){
    header .menu ul {
        width: 100%;
        margin: auto;
        margin-left: -3%;
    }
    
    header .seclogo .logo{
        width: 15%;
        margin: auto;
        margin-bottom: 1%;
    }
    
    footer .infofoot .copy{
        width: 52%;
    }
    
    footer .infofoot .infdev{
        width: 38%;
    }
    
    
}

@media screen and (max-width: 1050px){    
    .contenedor .formulario_info_producto{
        width: 65%;
    }
    
    .contenedor .formulario_info_producto form ol li label{
        width: 25%;
    }
    
    .contenedor .formulario_info_producto form ol li input.btnText{
        width: 65%;
    }
    
    .contenedor .formulario_info_producto form ol li textarea{
        width: 67%;
    }
    
    section .contenedor .qs .lgqs{
        width: 52%;
    }    
    
    footer .socialmedia img{
        width: 3.5%;
    }
    
}

@media screen and (max-width: 1003px){
    header .menu .btns-idioma-menu{
        visibility: visible;
        position: relative;
    }
    
    header .seclogo .btnmenu{
        visibility: visible;
        position: relative;
        /*border: 1px solid yellow;*/
        width: 4%;
    }
    
    header .seclogo .btnmenu img{
        width: 100%;
    }
    
    header .seclogo .btnmenu img:hover{
        cursor: pointer;
    }
    
    header .seclogo .btns-idioma{
        visibility: hidden;
        position: absolute;
    }
    

    header .seclogo .logo{
        float: left;
        /*border: 1px solid blue;*/
    }

    .menu{
        visibility: hidden;
        position: absolute;
    }
    
    header .menu ul{
        width: 100%;
    }
    
    header .menu ul li{
        width: 95%;
        margin: auto;
        display: block;
        text-align: center;
        border-bottom: 1px solid #96cd73;
        /*border-top: 1px solid #8fc06f;        */
        border-collapse: collapse;
        padding: 1% 0 1% 0;
        margin-left: -2%;
    }
    
    
    .content .contenedor .submenu{
        /*border: 1px solid red;*/
        width: 40%;
        margin: auto;
    }
    
    .content .contenedor .products{
        width: 100%;
        margin: auto;
    }
    
    .content .contenedor .submenu .btnsearch{
        visibility: visible;
        position: relative;
    }
    
    .content .contenedor .submenu .btnsearch img{
        cursor: pointer;
    }

    .content .contenedor .submenu .contentsubmain{
        visibility: hidden;
        position: absolute;
    }
}

/*Tablet*/
@media screen and (max-width: 1000px){
    
    header .seclogo .logo{
        margin-left: 2%;
    }
    header .seclogo .btnmenu{
        width: 6%;
        margin-right: 2%;
    }
    
    section .contenedor .qs .txtqs{
        width: 100%;
 
    }
    
    section .contenedor .qs .lgqs{
        width: 100%;
    }
    
    section .contenedor .imgcorp{
        width: 90%;
    }
    
    section .contenedor .imgcorp h1{
        width: 100%;
    }
    
    footer .socialmedia img{
        width: 4.5%;
    }
    
    footer .infofoot .copy{
        width: 100%;
        margin-left: -3%;
        font-size:small;
    }

    footer .infofoot .infdev{
        width: 90%;
    }
    
    header .menu ul li{
        margin-left: 0;
    }
    
    .contenedor .formulario_info_producto{
        width: 80%;
        margin-bottom: 16%
    }
    
    .contenedor .formulario_info_producto form ol li label{
        width: 20%;
    }
    
    .contenedor .formulario_info_producto form ol li input.btnText{
        width: 65%;
    }
    
    .contenedor .formulario_info_producto form ol li textarea{
        width: 67%;
    }
}

/*androidph*/
@media screen and (max-width: 750px){
    header .seclogo{
        padding: 1% 0 1% 0;
    }
    header .seclogo .logo{
        width: 25%;
        margin-left: 2%;
    }
    
    header .seclogo .btnmenu{
        width: 10%;
        margin-right: 2%;
    }
        
    footer .socialmedia img{
        width: 8%;
    }
    
    footer .infofoot .copy{
        margin-left: -6%;
        font-size: x-small;
    }
    
    section .contenedor .espacionovedades .productos_destacados .productodestacado{
        width: 47%;
    }
    
    section .contenedor .formcontacto{
        width: 100%;
        margin: auto;
    }
    
    section .contenedor .contactrigth{
        width: 100%;
        margin: auto;
        margin-bottom: 10%;
    }
    
    footer .infofoot .infdev{
        font-size: x-small;
    }
    
    footer .sep{
        padding: 0.3%;
    }
    
    header .menu ul li{
        margin-left: -8%;
    }
    
    .content .contenedor .submenu{
        /*border: 1px solid red;*/
        width: 100%;
    }
    
    .content .contenedor .products .secpaginacion a .btnnav{
        width: 40%;
    }
    
    section .contenedor .infoproduct .imgprod{
        /*border: 1px solid red;*/
        width: 95%;
        float: top;
        margin: auto;
        padding: 5%;
    }

   
    section .contenedor .infoproduct .detprod{
        width: 95%;
        float: bottom;
        margin: auto;
        padding: 5%;
        font-family: 'Raleway', sans-serif;
    }
     
    
    /*section .contenedor .infoproduct .detprod p{
        font-family: 'Raleway', sans-serif;
    }*/
    
    section .contenedor .espacionovedades .productos-novedades .producto-nov .detalles{
        /*border: 1px solid red;*/
        width: 100%;
        /*float: left;*/
        float: right;
        margin: auto;
    }

    section .contenedor .espacionovedades .productos-novedades .producto-nov .img-producto{
       /* border: 1px solid blue;*/
        width: 100%;
        float: left;
        margin: auto;
    }

    section .contenedor .espacionovedades .productos-novedades .producto-nov .img-producto .imgprod{
        margin: auto;
    }
    
    section .contenedor .espacionovedades .productos-novedades .sep{
        padding: 0.4%;
        margin: 3% 0 3% 0;
    }
    
    section .contenedor .espacionovedades .novedades .sep{
        padding: 0.4%;
        margin-top: -2%;
        margin-bottom: -2%;
    }
    
    section .contenedor .espacionovedades .allprod{
        width: 100%;
        margin: auto;
        margin-bottom: 7%;
    }
    
    div.image-project{
        width: 50%;
    }
    
    div.title-project{
        font-size: 20px;
        margin-top: -20px;
    }
    
    .contenedor .formulario_info_producto{
        width: 100%;
        margin-left: -4%;
    }
    
    .contenedor .formulario_info_producto form ol li label{
        width: 35%;
    }
    
    .contenedor .formulario_info_producto form ol li input.btnText{
        width: 85%;
    }
    
    .contenedor .formulario_info_producto form ol li textarea{
        width: 86%;
    }
    
    div.other-products-seen div.title-seen{
        width: 90%;
    }
    
    div.other-products-seen div.gallery-products-seen div.product-seen-list{
        width: 90%;
        float: none;
        margin: auto;
    }
    
    .content .contenedor .products .productos .producto{
        width: 80%;
        float: none;
        margin: auto;
    }

}
/*wp8*/
@media screen and (max-width: 320px){
    footer .infofoot .copy{
        font-size: xx-small;
    }
    
    header .menu .btns-idioma-menu .btn-lang{
        width: 10%;
    }
}

