
html,body {padding:0; margin:0;min-height: 100% !important;height:100%;}


a{text-decoration:none;}
*{outline:none;}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans/OpenSansRegular.eot');
    src: url('../fonts/OpenSans/OpenSansRegular.eot') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSans/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans/OpenSansBold.eot');
    src: url('../fonts/OpenSans/OpenSansBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSansBold.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSansBold.woff') format('woff'),
         url('../fonts/OpenSans/OpenSansBold.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSansBold.svg#OpenSansBold') format('svg');
}

header{
    height: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header img#logo{
    width:130px;
}


nav a{
    font-family: 'OpenSansRegular';
    font-size: 18px;
    padding: 0 8px;
    color:#000000;
    position: relative;
    display: inline-grid;
}

nav a.active:after{
    content: " ";
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        border-bottom:solid 20px #BCCEFF;
        z-index:-1;
}

#resp_button_menu{
    background-color: transparent;
    background: transparent;
    border: none;
    display: none;
    cursor:pointer;
    position: absolute;
    right: 0;
}

#banner{
    width:100%;
    height:100%;
    float: left;
    background-image:url(../images/man-and-camera.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer nav{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer p.copyrigth{
    color:#FFFFFF;
    font-family: 'OpenSansRegular';
    font-size:9px;
}

.body-width{
    width:90%;
    max-width:1200px;
    margin: auto;
}

.paddsides{
    padding: 0 20px;
    box-sizing: border-box;
}

.padd{
    padding: 50px 0;
}

.padd-top{
    padding:50px 0 0 0;
}

.padd-rest{
    margin-top:-50px;
}

.padd-10{
    padding:10px;
    box-sizing: border-box
}

.padd-20{
    padding:20px 45px;
    box-sizing: border-box
}



.mar-50-auto{
    margin:50px auto;
    box-sizing: border-box
}

.full-width{
    width:100%;
    display: inline-block;
}

.full-height{
    height:100%;
    display: inline-block;
}

#product_title{
    color:#000000;
}

#filters-search-input{
    border: none;
    background-color: #f2f2f2;
    padding: 10px 20px 10px 40px;
    border-radius: 25px;
    color: #828282;
    font-family: 'OpenSansRegular';
    font-weight: 500;
    background-image: url(../assets/search.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 15px center;
    margin: 20px 0;
}


#menu-helper{
    width:100%;
    height:100px;
    position: relative;
}

.shadow{
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

#menu-bar{
    position: fixed;
    z-index: 9999999999999999999;
    background-color: #FFFFFF;
}

.grayback{
    background-color: #F5F5F5;
}

h1,h2{
    font-family: 'OpenSansBold';
    font-size: 35px;
    color:#001F71;
}


h1:after{
    content: " ";
    display: block;
    width: 50px;
    border-bottom: solid 3px #FFBB00;
    margin: auto;
    padding: 10px 0;
}

h1.text-left:after{
    margin: auto auto auto 0 !important;
}

h1.text-right:after{
    margin: auto 0 auto auto !important;
}

.ondesk{display:inline-block}
.onmovil{display:none}

h4{
    font-family: 'OpenSansRegular';
    font-size: 22px;
    color:#828282;
}

h3{
    font-family: 'OpenSansRegular';
    font-size: 22px;
    color:#000000;
}

.divider{
    width:100%;
    border-bottom:solid 1px #828282;
}

p{
    font-family: 'OpenSansRegular';
    font-size: 18px;
    color:#828282;
}

ul.lilist li,p.lititle{
    font-family: 'OpenSansRegular';
    font-size: 18px;
    color:#000000;
}

ul.lilist{
    padding: 0;
}

ul.lilist li{
    list-style:none;
    list-style-position:outside
}

footer{
    background-color: #001F71;
    color: #FFFFFF;
    padding: 50px 0 5px 0;
}

footer .footer-resp{
    display:none;
}

footer #foologo{
    width:130px;
    margin:20px 0;
}

footer .social{
    width:16px;
    height:16px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/redes_sociales.png);
    margin:2px;
}

footer .social.fb{
    background-position:center left;
}

footer .social.is{
    background-position:center center;
}

footer .social.yt{
    background-position:center right;
}

footer section form .side{
    width: 50%;
}

footer section nav a{
    color:#FFFFFF;
    font-family: 'OpenSansRegular';
    font-size: 18px;
    margin: 4px 0;
}

footer section span.form-title{
    width:100%;
    color:#FFFFFF;
    font-family: 'OpenSansBold';
    font-size: 22px;
    margin: 5px 10px;
}

span.spc-title{
    color:#828282;
    font-size:20px;
    font-family: 'OpenSansBold';
}



footer section input[type=text],
footer section input[type=email],
footer section input[type=tel],
footer section textarea{
    width: calc(100% - 20px);
    padding:10px 20px;
    margin:5px 10px;
    box-sizing: border-box;
    font-family: 'OpenSansRegular';
    font-size: 14px;
}

footer section textarea{
    height: 149px;
    float: left;
}

footer section.padded{
    padding: 5px 10px;
}

::-webkit-input-placeholder { /* Edge */
    color:#D2D2D2;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#D2D2D2;
}

::placeholder {
color:#D2D2D2;
}


.col-1{width:calc(100% - 40px);box-sizing: border-box;margin:20px}
.col-2{width:calc(50% - 40px);box-sizing: border-box;margin:20px}
.col-4{width:calc(25% - 40px);box-sizing: border-box;margin:20px}
.col-3{width:calc(33.3% - 40px);box-sizing: border-box;margin:20px}

.col-45{width:calc(45% - 40px);box-sizing: border-box;margin:20px;overflow:hidden;}
.col-55{width:calc(55% - 40px);box-sizing: border-box;margin:20px;overflow:hidden;}

.col-45.rounded{
    border-radius:6px;
}

.form-dash{
    border:solid 1px #D2D2D2;
    border-radius:5px;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.form-sidebar{
    width:370px;
    background-color: #FFBB00;
}

.form-content{
    width:calc(100% - 370px);
    position: relative;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.child{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-icon{
    width:30px;
}

.form-sidebar p{
    color:#FFFFFF;
    font-family: 'OpenSansBold';
    font-size: 16px;
}

.form-sidebar a{
    color:#FFFFFF;
}

.dataset label{
    width:100%;
    text-align:left;
    color:#4D4D4D;
    font-family: 'OpenSansBold';
    font-size: 16px;
}

.form-float{width:100%;}

.form-dash input[type=text],.form-dash input[type=email],.form-dash input[type=tel],.form-dash textarea,
.form-float input[type=text],.form-float input[type=email],.form-float input[type=tel],.form-float textarea{
    width:100%;
    border:solid 1px #ACABAB;
    border-radius: 8px;
    font-family: 'OpenSansBold';
    font-size: 16px;
    padding: 12px 18px;
    box-sizing: border-box;
    margin: 5px 0;
}

.dataset textarea{
    min-height:180px;
}

.cubes-group{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.infocube{
    width:50%;
    padding: 20px;
    box-sizing: border-box;
}

button,
a.button{
    background-color:transparent;
    text-decoration: none;
    font-family: 'OpenSansRegular';
    border: solid 1px #707070;
    color: #111;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

.button.product-link{
    background-color: #001F71 !important;
    color:#FFFFFF !important;
    border:solid 1px transparent !important;
    display:inline-block;
    margin: 10px 0;
}


button.sort{
    padding: 15px 30px;
    font-weight: 900;
    cursor: pointer;
}




/*YELLOW*/

button.sort.yellow{
    background-color:transparent;
    border:solid 1px #FFBB00 !important;
    color:#001F71 !important;
}

button.sort.yellow.active{
    background-color: #FFBB00 !important;
    color:#FFFFFF !important;
}

button.yellow{
    background-color:#FFBB00;
    color:#FFFFFF !important;
}

.button.hoveryellow:hover{
    background-color:#FFBB00 !important;
    color:#FFFFFF !important;
    border:solid 1px transparent !important;
}



#btn_close_prod_prew{
    display:none;
    background-color:transparent !important;
    color:#FF0000 !important;
    text-decoration:underline;
    border: none;
    font-weight: 900;
    cursor: pointer;
}

button.sub-sort{
    background-color:transparent !important;
    color:#000000 !important;
    text-decoration:underline;
    border: none;
    font-weight: 900;
    cursor: pointer;
}

button.sub-sort.active{
    color:#FFBB00 !important;
}

button.yellow{
    background-color:#FFBB00;
    color:#FFFFFF !important;
}

button.yellow.rounded{
    border: solid 1px #FFBB00;
    border-radius: 6px;
}

/*RED*/

button.sort.red{
    background-color:transparent;
    border:solid 1px #FF0000 !important;
    color:#FF0000 !important;
}

button.sort.red.active{
    background-color: #FF0000 !important;
    color:#FFFFFF !important;
}

button.red{
    background-color:#FF0000;
    color:#FFFFFF !important;
}








.infocube .cubeframe{
    border: solid 1px #707070;
    padding: 50px 20px 20px 20px;
    border-radius: 10px;
}

.infocube .cubeframe h3,
.infocube .cubeframe p,
.infocube .cubeframe .button{
    text-align: center;
}

.infocube .cubeframe p{
    font-size: 12px;
    color:#828282;
    padding: 12px;
}

.infocube .iconframe,
.infoservice .iconframe{
    margin: 0px 0 -50px 0;
}

.infocube .iconframe .circle,
.infoservice .iconframe .circle{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    padding: 25px;
    border-radius: 100%;
    box-sizing: border-box;
    z-index:999;
}

.infocube .iconframe .circle{
    border: solid 1px #707070;
}

.infocube .iconframe .circle img,
.infoservice .iconframe .circle img{
    width: 100%;
}

.flexed-center-center{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexed-stretch{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flexed-left-center{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexed-left-top{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.flexed-center-center-column{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-right{
text-align: right
}

.text-center{
text-align: center
}

.text-left{
text-align: left !important
}

.project-box{
    width:25%;
    box-sizing: border-box;
    padding: 0px 10px 15px 10px;
}

.project-box img{
    width:100%;
    background: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}

.product-box,
.gal-elem{
    padding: 20px;
    box-sizing: border-box;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}

.product-box img{
    width:100%;
}

.gal-elem{
    width:33.3%;
}
.product-elem{
    width:25%;
}


figure{
    margin:0;
}

figure .cats{
    display:none !important
}





.gal-elem:hover{
    background-color:#DEDEDE;
}

.gal-elem:hover .gal-date{
    color:#000000;
}

.gal-elem .gal-img{
    width:100%;
}

.product-elem .product-title,
.gal-elem .gal-title{
    font-family: 'OpenSansBold';
    font-size:20px;
    color:#000000;
    text-align: center;
    width:100%;
    margin: 8px 0;
}

.product-elem .product-title{
    min-height:54px;
}

.product-datail,
.gal-elem .gal-date{
    font-family: 'OpenSansRegular';
    font-size:17px;
    color:#C2C2C2;
    text-align: center;
    width:100%;
    display: block;
    -webkit-transition: color 500ms ease-in-out;
    -moz-transition: color 500ms ease-in-out;
    -ms-transition: color 500ms ease-in-out;
    -o-transition: color 500ms ease-in-out;
    transition: color 500ms ease-in-out;
}

#close_galery{
    width:20px;
    margin: -18px -18px 10px 0;
    opacity:0.5;
    cursor: pointer
}
#close_galery:hover{
    opacity:1;
}


*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	background-color: #FFBB00;
}

ul.pagination,
.paginate{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

ul.pagination li{
    list-style: none;
}

.paginate span{
    font-family: 'OpenSansRegular';
    font-size: 18px;
    padding: 0 8px;
}

.paginate select{
    font-family: 'OpenSansRegular';
    font-size: 18px;
    padding: 0 8px;
    margin: 10px;
}

ul.pagination li.active{
    border: solid 1px #FFBB00 !important;
    color: #001F71 !important;
    font-weight: 900;
}


@media only screen and (max-width: 1100px) {
    .gal-elem{
        padding:10px;
    }
    button.sort{
        margin:5px 0;
    }
    button.sort:nth-child(1),
    button.sort:nth-child(2){
        width:calc(50% - 10px);
    }

    button.sort:nth-child(3){
        width:calc(40% - 10px);
    }
    button.sort:nth-child(4),
    button.sort:nth-child(5){
        width:calc(30% - 10px);
    }
    .col-45,.col-55{
        width:calc(50% - 40px);
    }
}

@media only screen and (max-width: 970px) {
    .padd-20{
        padding:20px;
    }
    .form-sidebar{
        width: 320px;
    }
}

@media only screen and (max-width: 900px) {
    header nav{
        position: fixed;
        width: 100%;
        top: -100%;
        z-index: 99999999999;
        background: rgba(255,255,255,0.9);
        right: 0;
        height: calc(100% - 100px);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: space-around;
        justify-content: space-around;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: inset 0px 3px 13px -8px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0px 3px 13px -8px rgba(0,0,0,0.2);
        box-shadow: inset 0px 3px 13px -8px rgba(0,0,0,0.2);
        backdrop-filter: blur(5px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .col-45,.col-55{
        width:calc(50% - 40px);
    }

    .product-elem{
        width:33.3%;
    }

    h2{font-size: 20px;}

    nav a{
        display: grid;
    }

    header img#logo{
       /* margin: auto;*/
    }
    .col-4{
        width:calc(50% - 40px);
    }
    .col-2{
        width:calc(100% - 40px);
    }
    #resp_button_menu{
        display: block;
    }
    .gal-elem{
        padding:20px;
        width:50%;
    }
    footer .footer-desk{
        display:none !important;
    }

    footer .footer-resp{
        display:block;
    }

    footer #foologo{
        width:100%;
    }

    .m-center{
        text-align: center !important;
    }
    .we-rtl.flex-rtl{
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    h1.text-left:after,
    h1.text-right:after {
        margin: auto auto auto auto !important;
    }
    .ondesk{display:none}
    .onmovil{display:inline-block}
    .mar--35{
        margin-top: -35px;
    }
    .infocube .iconframe .circle, .infoservice .iconframe .circle{
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    .infocube .iconframe, .infoservice .iconframe{
        margin: 0px 0 -35px 0;
    }
    h1{
        font-size: 24px;
    }
    .form-sidebar h1{
        margin:0;
    }
    
}


@media only screen and (max-width: 800px) {
    .col-45,.col-55{width:calc(100% - 40px);float:left;}  
    img.full-height{
        width:100%;
        height:auto;
    }
    .flex-rtl{
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .col-55.rounded .text-right{
        text-align: left !important;
    }
}

@media only screen and (max-width: 768px) {
    .form-sidebar{
        width:100%;
    }
    .form-content{
        width:100%;
    }
    .form-dash{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .dataset.col-1,
    .dataset.col-2{
        margin:20px 0;
        width:100%;
    }
}

@media only screen and (max-width: 700px) {
    .project-box{
        width:50%;
    }
    .infocube{
        width:100%;
    }
    .gal-elem{
        padding:10px;
    }
    .product-elem{
        width:50%;
    }
    button.sort:nth-child(1),
    button.sort:nth-child(2){
        width:calc(50% - 10px);
    }

    button.sort:nth-child(3){
        width:calc(50% - 10px);
    }
    button.sort:nth-child(4){
        width:calc(50% - 10px);
    }
    button.sort:nth-child(5){
        width:calc(100% - 10px);
    }
    footer{
        padding: 0 0 5px 0;
    }
}

@media only screen and (max-width: 600px) {
    .gal-elem{
        padding:20px;
        width:100%;
    }
    .product-elem{
        width:100%;
    }
    .form-sidebar p{
        font-size: 14px;
    }
    .form-sidebar div{
        /*padding: 0 20px;*/
    }



    footer section nav a{
        font-size:14px;
    }
}

@media only screen and (max-width: 530px) {
    button.sort:nth-child(1),
    button.sort:nth-child(2){
        width:calc(100% - 10px);
    }

    button.sort:nth-child(3){
        width:calc(100% - 10px);
    }
    button.sort:nth-child(4){
        width:calc(100% - 10px);
    }
    button.sort:nth-child(5){
        width:calc(100% - 10px);
    }
}

@media only screen and (max-width: 500px) {
    footer section nav a{
        font-size:12px;
    }
    .footer-resp.col-3{
        margin-right:0 !important;
        width: calc(40% - 20px);
    }
    .footer-resp.col-3:nth-child(4),
    .footer-resp.col-3:nth-child(5){
        width: calc(30% - 20px);
    }
}

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

    .footer-resp.col-3{
        margin-left:10px !important;
        width: calc(40% - 10px);
    }
    .footer-resp.col-3:nth-child(4),
    .footer-resp.col-3:nth-child(5){
        width: calc(30% - 10px);
    }
}
@media only screen and (max-width: 380px) {
    footer section nav a{
        font-size:10px;
    }
}

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

    .footer-resp.col-3:nth-child(2){
        width: calc(25% - 10px);
    }
    .footer-resp.col-3:nth-child(4),
    .footer-resp.col-3:nth-child(5){
        width: calc(37.5% - 10px);
    }
}