@charset "UTF-8";
/*
Theme Name: Barfutura 2019
Theme URI: https://www.barfutura.com
Author: Barfutura
Author URI: https://www.barfutura.com
Description: Theme WordPress para sitio web <a href="https://www.barfutura.com">www.barfutura.com</a>
Version: 1.0
Text Domain: barfutura
*/

/* FONT FACE */

@font-face {
font-family: 'Akkurat-Mono';
src: url('/wp-content/themes/barfutura/assets/fonts/Akkurat-Mono/Akkurat-Mono.eot');
src: url('/wp-content/themes/barfutura/assets/fonts/Akkurat-Mono/Akkurat-Mono.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/barfutura/assets/fonts/Akkurat-Mono/Akkurat-Mono.woff2') format('woff2'),
url('/wp-content/themes/barfutura/assets/fonts/Akkurat-Mono/Akkurat-Mono.woff') format('woff'),
url('/wp-content/themes/barfutura/assets/fonts/Akkurat-Mono/Akkurat-Mono.ttf') format('truetype'),
url('/wp-content/themes/barfutura/assets/fonts/Akkurat-Mono/Akkurat-Mono.svg#Akkurat-Mono') format('svg');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'Nimbus Sans Bold';
src: url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Bold.eot');
src: url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Bold.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Bold.woff2') format('woff2'),
url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Bold.woff') format('woff'),
url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Bold.ttf') format('truetype'),
url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Bold.svg#NimbusSansLOT-Bold') format('svg');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Nimbus Sans Regular';
src: url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Regular.eot');
src: url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Regular.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Regular.woff2') format('woff2'),
url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Regular.woff') format('woff'),
url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Regular.ttf') format('truetype'),
url('/wp-content/themes/barfutura/assets/fonts/Nimbus/NimbusSansLOT-Regular.svg#NimbusSansLOT-Regular') format('svg');
font-weight: normal;
font-style: normal;
}

abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{
margin:0;
padding:0;
border:0;
background:0 0;
font:inherit;
font-size:100%;
vertical-align:baseline;
outline:0
}
article,aside,dialog,figure,footer,header,hgroup,main,nav,section{
display:block
}

*,::after,::before{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
-ms-touch-action:inherit;
touch-action:inherit
}

*,::after,::before{
user-select: none;
}

html{
overflow-y:scroll;
overflow:-moz-scrollbars-vertical;
box-sizing:border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-touch-action:manipulation;
touch-action:manipulation
}

body{
line-height: 1.5rem;
font-family: 'Nimbus Sans Regular';
font-size: 1rem;
font-weight: normal;
font-style: normal;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f5f4f0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
.single-description,
.page-description,
.clients p{
font-family: 'Nimbus Sans Bold';
}

i,
em{
font-style: italic;
}

u{
text-decoration: underline;
}

blockquote,q{
quotes:none
}

p{
margin-bottom: 1.5rem;
}

ol,ul{
list-style:none
}

blockquote:after,blockquote:before,q:after,q:before{
content:'';
content:none
}

table{
border-collapse:collapse;
border-spacing:0
}

img{
max-width: 100%;
height: auto;
display: block;
}

a{
color: #000;
text-decoration: none;
}

a:hover{
color: red;
}

.mb15{
margin-bottom: 1.5rem;
}

.mb3{
margin-bottom: 3rem;
}

.circle{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.fleft{
float: left;
}

.fright{
float: right;
}

.container {
width: 100%;
padding: 1rem;
margin: auto;
}

main.container{
padding-top: 150px;
}

.cky-revisit-bottom-left{
	background-color: darkgrey !important;
}

/* HEADER */

header.header{
height: 60px;
position: fixed;
width: 100%;
top: 0;
background-color: #f5f4f0;
z-index: 2;
}

@media only screen and (min-width: 900px){
	header.header{
		height: 80px;
	}
}

.header-logo{
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.logo-link{
	-ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 899px){
	.header-logo{
		-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
				-ms-flex-pack: justify;
					justify-content: space-between;
		width: calc(100% - 30px);
	}
}

@media only screen and (min-width: 900px){
	.header-logo{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
}

.header-logo img{
margin: 5px 0;
}

.wpml-ls-legacy-list-horizontal{
padding: 0;
margin-left: -1px;
border: none;
font-weight: bold;
font-size: 14px;
}

.wpml-ls-legacy-list-horizontal a{
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.wpml-ls-legacy-list-horizontal > ul{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 5px 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item-en{
	order: 2;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item-es{
	order: 1;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
color: red;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item-es a::after{
content: "/";
color: black;
margin: 0 5px;
}

/*
.wpml-ls-legacy-list-horizontal li:first-child a::before{
content: "" !important;
padding: 0 !important;
margin: 0 !important;
}
*/

.header-nav,
.menu-mobile{
display: none;
}

.menu-mobile{
position: absolute;
width: 100%;
background-color: #f5f4f0;
top: 60px;
left: 0;
z-index: 9999;
padding: 1rem;
}

.menu-mobile ul li{
border-width:1px;  
border-bottom-style:dashed;
border-color: #CCC;
}

.menu-mobile ul li:first-child{
border-width:1px;  
border-top-style:dashed;
border-color: #CCC;
}

.menu-mobile ul li a{
padding: 10px 0;
display: block;
}

.btn-menu{
float: right;
}

.btn-menu a{
display: block;
width: 20px;
height: 20px;
cursor: pointer;
margin-top: 2px;
}

/* MENU ICON */

.menu-icon{
width: 20px;
height: 20px;
display: inline-block;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDU5IDQ1OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDU5IDQ1OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJtZW51Ij4KCQk8cGF0aCBkPSJNMCwzODIuNWg0NTl2LTUxSDBWMzgyLjV6IE0wLDI1NWg0NTl2LTUxSDBWMjU1eiBNMCw3Ni41djUxaDQ1OXYtNTFIMHoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
background-size: 100%;
background-repeat: no-repeat;
background-position: right top;
}

/* ICON UP */

.scrollTop{
position: fixed;
bottom: 1rem;
right: 1rem;
background-color: #000;
width: 35px;
height: 35px;
padding: 5px;
text-align: center;
z-index: 2;
display: none;
}

.scrollTop a{
display: block;
}

.icon-up{
width: 18px;
height: 18px;
display: inline-block;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzJweCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiPgogIDxnPgogICAgPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMuMzUyLDQ4LjI5NmwyOC41Ni0yOC4zMjhsMjguNTgsMjguMzQ3YzAuMzk3LDAuMzk0LDAuOTE3LDAuNTksMS40MzYsMC41OWMwLjUyLDAsMS4wNC0wLjE5NiwxLjQzNi0wLjU5ICAgYzAuNzkzLTAuNzg3LDAuNzkzLTIuMDYyLDAtMi44NDlsLTI5Ljk4LTI5LjczNWMtMC4yLTAuMi0wLjQ5NC0wLjM3NS0wLjc1Ny0wLjQ3NWMtMC43NS0wLjI4Mi0xLjU5Ny0wLjEwNy0yLjE2NiwwLjQ1NiAgIEwwLjQ3OSw0NS40NDdjLTAuNzkzLDAuNzg3LTAuNzkzLDIuMDYyLDAsMi44NDlDMS4yNzMsNDkuMDgyLDIuNTU4LDQ5LjA4MiwzLjM1Miw0OC4yOTZ6Ii8+CiAgPC9nPgo8L3N2Zz4K);
background-size: 100%;
margin-top: 3px;
}

.page-title{
font-family: 'Nimbus Sans Bold';
font-size: 1.5rem;
line-height: 1.5rem;
letter-spacing: -1px;
margin-bottom: 10px;
}



/* SLIDE HOME */

.main-carousel{
position: relative;
margin-bottom: 50px;
}

.flickity-slider{
padding-bottom: 70.8249496981891%;
position: absolute;
top: 0;
left: 0;
}

.flickity-button{
visibility: hidden;
}

.main-carousel:hover .flickity-button{
visibility: visible;
}

.flickity-viewport{
position: relative;
}

.slide-info{
position: absolute;
top: 0;
left: 0;
padding: 20px;
color: #FFF;
font-size: 1.5rem;
}

.carousel-cell {
width: 100%;
margin-right: 10px;
}

.carousel-cell .slide-block{
padding-bottom: 70.4359673%;
position: relative;
}

.carousel-cell .slide-block img{
position: absolute;
width: 100%;
height: auto;
left: 0;
top: 0;
display: block;
}


/* GRID HOME */

.category-description{
	margin: 1.5rem 10px;
}

.grid {
width: 100%;
}

.grid:after {
content: '';
display: block;
clear: both;
}

.grid-item {
font-size: 14px;
font-weight: bold;
color: #929796;
float: left;
width: 100%;
}

.grid-sizer{
width: 50%;
}

.works-home,
.works-archive,
.listing{
margin: 0 -10px;
}

.grid-item .work-block{
position: relative;
z-index: 1;
overflow: hidden;
}

.grid-item .work-block img{
width: 100%;
height: 100%;
vertical-align: top;
z-index: 2;
position: relative;
}

.grid-item a{
display: block;
overflow: hidden;
height: 100%;
width: 100%;
position: relative;
}

.grid-item .work-info{
opacity: 1;
position: absolute;
top: 0;
left: 0;
background-color: transparent;
width: 100%;
height: 100%;
padding: 20px;
color: transparent;
z-index: 1;
transition: .3s;
}

.grid-item .work-info .work-title{
font-size: 1.5rem;
margin-bottom: 10px;
}

.grid-item .work-info span.work-cat{
display: block;
font-size: 1rem;
}

.grid-item.rows-2.cols-2 .work-padding{
/*padding-bottom: 143%;*/
padding-bottom: calc(142.8176796% - 10px);
}

.grid-item.rows-1.cols-1 .work-padding{
padding-bottom: calc(142.8176796% - 5px);
}

.grid-item.rows-1.cols-2 .work-padding,
.grid-item.rows-2.cols-4 .work-padding{
/*padding-bottom: 71.5%;*/
padding-bottom: calc(71.4088397% - 5px);
}

.grid-item.rows-1.cols-4 .work-padding{
/*padding-bottom: 35.75%;*/
padding-bottom: calc(35.2179836% - 10px);
}

.grid-item .work-padding .work-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
padding: 10px;
}

/* FICHA TRABAJO */

.single-head{
margin-bottom: 40px !important;
border-width: 1px;  
border-bottom-style: dashed;
border-color: #CCC;
}
.single-head .single-details{
margin-bottom: 1.5rem;
}
.single-head .single-details h1{
margin-bottom: 1.5rem;
}
.single-head .single-details p.details{
margin-bottom: 2px;
}


/* nuevos estilos single */

.row{
overflow: hidden;
clear: both;
margin: 0;
}

.row .content{
margin-bottom: 20px;
overflow: hidden;
}

.row .image-work a {
display: block;
overflow: hidden;
height: 100%;
width: 100%;
position: relative;
}

.row .image-work img{
width: 100%;
height: 100%;
vertical-align: top;
position: relative;
}

.video-horizontal{
position: relative;
padding-bottom: 56.25%;
clear: both;
width: 100%;
background-color: #000;
}

.video-horizontal-2x1{
position: relative;
padding-bottom: 71.4088397%;
clear: both;
width: 100%;
background-color: #000;
}

.video-vertical{
background-color: #000;
}

.video-vertical,
.image-vertical,
.image-vertical-1x1{
position: relative;
padding-bottom: 142.8176796%;
clear: both;
width: 100%;
}

.image-vertical-1x1.mix{
clear: inherit;
}

.image-vertical-1x1.mix:first-child{
margin-bottom: 20px;
}

.image-horizontal-2x1{
position: relative;
padding-bottom: 71.4088397%;
clear: both;
width: 100%;
margin-bottom: 20px;
overflow: hidden;
}

.image-horizontal-2x1.mix{
padding-bottom: calc(71.4088397% - 20px);
}

.image-horizontal-2x1:last-child{
margin-bottom: 0;
}

.image-horizontal-4x2{
position: relative;
padding-bottom: 70.4359673%;
clear: both;
width: 100%;
}

.image-horizontal-4x1{
position: relative;
padding-bottom: 35.2179836%;
clear: both;
width: 100%;
}

.image-vertical img,
.image-vertical-1x1 img,
.image-horizontal-4x2 img,
.image-horizontal-4x1 img,
.image-horizontal-2x1 img,
.video-vertical iframe,
.video-horizontal iframe,
.video-horizontal-2x1 iframe,
.map iframe{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.image-horizontal-2x1.mix img{
height: calc(100% + 10px);
}

.image-horizontal-2x1.mix > div{
padding-bottom: 10px;
}

/* pagina contacto */

.page-content.contact{
padding-top: 40px;
margin-top: 40px;
border-width:1px;  
border-top-style:dashed;
border-color: #CCC;
}

.maps{
overflow: hidden;
margin-bottom: 2rem;
border-width:1px;  
border-bottom-style:dashed;
border-color: #CCC;
}

.map{
position: relative;
padding-bottom: 71.4088397%;
clear: both;
width: 100%;
margin-bottom: 20px;
overflow: hidden;
}

@media only screen and (min-width: 650px){
	.map{
		padding-bottom: 50.00%;
	}
}

@media only screen and (min-width: 900px){
	.map{
		padding-bottom: 37.50%;
	}
}

.map .bodyContent p{
margin-bottom: 0;
}

/* FOOTER */

footer.footer{
font-family: 'Akkurat-Mono';
font-size: 14px;
text-align: center;
padding: 0;
margin-bottom: 2rem;
clear: both;
}

footer.footer .footer-content{
border-width:1px;  
border-top-style:dashed;
border-color: #CCC;
padding-top: 2rem;
}

footer.footer .copy{
margin-bottom: 1rem;
}

footer.footer .copy .brand{
text-transform: uppercase;
}

footer.footer .rrss ul li{
display: inline-block;
margin-left: 2px;
margin-right: 2px;
}

footer.footer .rrss ul li a{
display: block;
padding: 5px 2px;
}

footer.footer .terms ul li{
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}


.filter{
padding-bottom: 30px;
margin-bottom: 30px;
border-width:1px;  
border-bottom-style:dashed;
border-color: #CCC;
}

#filterList li.filter-tag,
#filterList li.menu-item{
display: inline-block;
margin-right: 10px;
}

#filterList li.filter-tag span{
cursor: pointer;
}

#filterList li.filter-tag span:hover,
#filterList li.filter-tag.is-checked,
#filterList li.filter-tag.is-checked a,
#filterList li.current-menu-item a,
li.current-menu-item a,
li.current-post-ancestor a,
li.current-category-ancestor a,
li.current_page_parent a,
body.post-type-archive-team li.menu-item-291 a,
body.post-type-archive-clients li.menu-item-291 a,
body.post-type-archive-clients li.menu-item-14590 a,
body.page-id-591 li.menu-item-291 a,
body.page-id-594 li.menu-item-291 a,
body.page-id-3155 li.menu-item-6097 a,
body.page-id-3156 li.menu-item-6097 a,
body.page-id-14523 li.menu-item-9440 a,
body.woocommerce-page li.menu-item-6097 a,
body.woocommerce-page li.menu-item-14084 a,
body.category-2 li.menu-item-14610 a,
body.category-11 li.menu-item-14610 a,
body.category-12 li.menu-item-14610 a,
body.category-13 li.menu-item-14610 a,
body.category-9 li.menu-item-14610 a,
body.category-8 li.menu-item-14573 a,
body.category-7 li.menu-item-14573 a,
body.category-5 li.menu-item-14611 a,
body.category-6 li.menu-item-14611 a,
body.category-25 li.menu-item-14612 a,
body.category-26 li.menu-item-14612 a,
body.category-24 li.menu-item-14612 a,
body.category-28 li.menu-item-14612 a,
body.category-19 li.menu-item-14613 a,
body.category-20 li.menu-item-14613 a,
body.category-23 li.menu-item-14614 a,
body.category-17 li.menu-item-14590 a,
body.category-29 li.menu-item-14590 a,
body.category-25 li.menu-item-14590 a,
body.category-26 li.menu-item-14590 a,
body.category-28 li.menu-item-14590 a,
body.category-24 li.menu-item-14590 a,
body.category-1 li.menu-item-291 a,
body.category-2 li.menu-item-291 a,
body.category-11 li.menu-item-291 a,
body.category-12 li.menu-item-291 a,
body.category-13 li.menu-item-291 a,
body.category-9 li.menu-item-291 a,
body.tax-product_cat li.menu-item-14708 a,
body.single-product li.menu-item-14708 a,
body.woocommerce-cart li.menu-item-14708 a,
body.woocommerce-checkout li.menu-item-14708 a,
body.tax-product_cat li.menu-item-14709 a,
body.single-product li.menu-item-14709 a,
body.woocommerce-cart li.menu-item-14709 a,
body.woocommerce-checkout li.menu-item-14709 a{
color: red;
}

body[class*="category-"] [class*="filter-tag category-"].active a,
body[class*="term-"] .categories-woocommerce a[class*="term-"].active {
	color: red;
}

.element-item {
position: relative;
float: left;
width: 100px;
height: 100px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}

.clients p{
margin-bottom: 5px;
}

.team .person{
margin-bottom: 4rem;
}

/* MEDIA QUERIES */

@media (min-width: 500px){
.grid-sizer,
.grid-item{
width: 50%;
}

.grid-item.cols-4 {
width: 100%;
}

.column-50{
float: left;
width: 50%;
}

.column-50 .content{
width: calc(100% - 10px);
}

.column-50:last-child .content{
float: right;
}

.image-vertical-1x1.mix{
width: calc(50% - 10px);
padding-bottom: 71.4088397%;
margin-bottom: 0 !important;
float: left;
}

.image-vertical-1x1.mix.x4{
padding-bottom: calc(71.4088397% - 10px);
}

.image-vertical-1x1.mix:nth-child(2n){
float: right;
}

.team,
.clients{
margin: 0 -10px;
}
.col-4{
width: 50%;
padding: 0 10px;
float: left;
}

.team .col-4:nth-of-type(2n+1){
clear: left;
}

/*.maps .map-madrid,
.maps .map-angeles,*/
.set-photo .text-alquiler,
.set-photo .image-alquiler,
.text-contact .text-box{
float: left;
width: 50%;
}

.int{
width: calc(100% - 2rem);
}

.map-angeles .int,
.image-alquiler .int{
float: right;
}
}

@media (min-width: 500px) and (max-width: 899px){
.clients .col-4.element-1,
.clients .col-4.element-2
{
margin-bottom: 2rem;
}
}

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

.container {
max-width: 1532px;
padding-right: 2rem;
padding-left: 2rem;
}

.grid-sizer,
.grid-item{
width: 25%;
}

.grid-item.cols-2 {
width: 50%;
}

.grid-item.cols-4 {
width: 100%;
}
.btn-menu{
display: none;
}
.header-nav{
display: block;
float: right;
}
.header-nav ul li{
display: inline-block;
margin-left: 10px;
}
.header-nav ul li a{
display: block;
font-family: 'Nimbus Sans Bold';
padding: 2px 0px;
}

.single-head{
overflow: hidden;
}

.single-head .single-details,
.single-head .single-description{
width: 50%;
}

.single-head .single-details{
float: left;
}

.single-head .single-description{
float: right;
}

.grid-item:hover .work-info{
background-color: rgba(0, 0, 0, 0.6);
color: #FFF;
z-index: 2;
}

.col-2{
width: calc(50% - 10px);
}

.team .col-4,
.clients .col-4,
.col-4{
width: 25%;
}

.team .col-4:nth-of-type(2n+1),
.clients .col-4:nth-of-type(2n+1){
clear: inherit;
}

.team .col-4:nth-of-type(4n+1),
.clients .col-4:nth-of-type(4n+1){
clear: left;
}

footer.footer .footer-content{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}

footer.footer .rrss ul li{
margin-left: 10px;
margin-right: 0;
}

footer.footer .rrss ul li a{
padding-top: 0;
padding-bottom: 0;
}
}

/* WooCommerce */

.woocommerce.columns-4 ul.products.columns-4{
	display: flex;
	margin: 0;
	clear: inherit;
}

.woocommerce.columns-4 ul.products.columns-4 li.product-category.product{
	width: auto !important;
	padding: 0;
	margin-right: 14px;
	margin-bottom: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
	font-family: 'Nimbus Sans Regular' !important;
	padding: 0 !important;
}


.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled]{
background-color: #000;
color: #FFF;
border-radius: inherit;
font-weight: inherit;
width: 180px !important;
display: inline !important;
text-align: center;
}

.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover{
background-color: red;
color: #FFF;
}

.woocommerce button.button{
border-radius: inherit;
font-weight: inherit;
}

.woocommerce ul.products li.product .price{
color: #000;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link{
display: block;
width: 100%;
position: relative;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img{
width: 100%;
height: 100%;
vertical-align: top;
z-index: 2;
position: relative;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
opacity: 1;
position: absolute;
top: 0;
left: 0;
background-color: transparent;
width: 100%;
height: 100%;
padding: 20px;
color: transparent;
z-index: 1;
font-size: 1.5rem;
transition: .3s;
}

.woocommerce ul.products{
margin: 0 -10px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
width: 100% !important;
padding: 10px;
margin: 0;
z-index: 1;
}

.woocommerce form .form-row{
padding: 3px 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
margin-bottom: 2rem;
}

.woocommerce-page .page-content h2{
margin-bottom: 2rem;
font-size: 1.2rem;
}

.legal-checkout{
border-top: 1px solid #d3ced2;
font-size: 12px;
padding-top: 1rem;
}

.woocommerce-privacy-policy-text p{
font-size: 12px;
}

.legal-checkout p,
.anr_captcha_field{
margin-bottom: 1rem;
}

.woocommerce-checkout-payment .g-recaptcha{
margin-bottom: 1rem;
}

@media screen and (min-width:500px){
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
width: 50% !important;
}
}

@media screen and (min-width:768px){
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
width: 50%;
}
}

@media screen and (min-width:900px){
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
width: 25% !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
background-color: rgba(0,0,0,.6);
color: #FFF;
z-index: 2;
}
}

.woocommerce ul.products li.product .price{
font-size: inherit;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}

.woocommerce-message,
.woocommerce-info{
border-top-color: #000;
}

.woocommerce-message::before,
.woocommerce-info::before{
color: #000;
}

.woocommerce-error{
border-top-color: red;
}

.woocommerce-error::before,
.woocommerce form .form-row.woocommerce-invalid label{
color: red;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text{
border-color: red;
}

.woocommerce-cart .page-content,
.woocommerce-checkout .page-content{
padding-top: 40px;
margin-top: 40px;
border-width: 1px;
border-top-style: dashed;
border-color: #CCC;
}

.woocommerce.single-product .page-title,
.woocommerce-page .page-description{
/*padding-bottom: 40px;*/
margin-bottom: 40px;
border-width: 1px;
border-bottom-style: dashed;
border-color: #CCC;
}

.woocommerce-page .term-description{
	padding-top: 30px;
	border-width: 1px;
	border-top-style: dashed;
	border-color: #CCC;
}

.head-single-product{
	position: relative;
	margin-bottom: 40px;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #CCC;
}

.head-single-product .page-title{
	border: 0 !important;
}

.woocommerce-page .page-description p{
margin-bottom: 1.5rem;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
display: inherit;
float: right;
font-size: inherit;
padding: .618em 1em;
margin-bottom: 0;
width: 180px;
}

h1.product_title.entry-title{
font-size: 1.5rem;
margin-bottom: 30px;
}

.woocommerce div.product p.price{
color: #000;
font-size: inherit;
}

.woocommerce div.product form.cart .variations label{
font-weight: inherit;
}

.woocommerce-product-details__short-description{
font-family: 'Nimbus Sans Bold';
}

.woocommerce-page .input-text,
.woocommerce-page .input-text input[type="email"],
.woocommerce-page .input-text input[type="password"],
.woocommerce-page .input-text input[type="search"],
.woocommerce-page .input-text input[type="tel"],
.woocommerce-page .input-text input[type="text"],
.woocommerce-page .input-text input[type="url"],
.woocommerce-page .input-text textarea {
padding: 10px;
height: 35px;
background-color: transparent;
color: #000;
outline: 0;
border: 0;
-webkit-appearance: none;
box-sizing: border-box;
font-weight: inherit;
font-size: 1rem;
box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
border:  1px solid rgba(0,0,0,.125);
font-family: 'Nimbus Sans Regular';
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field{
box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
border:  1px solid rgba(0,0,0,.125);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
background-color: #000;
}

.select2-dropdown{
border-radius: inherit;
border:  1px solid rgba(0,0,0,.125);
}

.select2-container--default .select2-selection--single{
border-radius: inherit;
height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
top: 5px;
}

.woocommerce .quantity .qty{
width: 4rem;
}

.woocommerce-cart-form__contents .product-subtotal{
text-align: right;
}

@media (min-width: 768px){
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
width: 36%;
}
}

.cart-collaterals .shop_table td,
.woocommerce-checkout-review-order-table .product-total{
text-align: right;
}

.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td{
text-align: right;
}

.woocommerce div.product form.cart .variations select{
border: 1px solid rgba(0,0,0,.125);
color: #000;
display: block;
font-size: 15px;
height: 35px;
line-height: 35px;
padding: 0 10px;
margin-bottom: 10px;
margin-right: 0;
}

.woocommerce table.shop_table{
border: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
padding-left: 0;
padding-right: 0;
}

.categories-woocommerce{
margin-bottom: 30px;
}

.categories-woocommerce a{
margin-right: 1rem;
}

.categories-woocommerce a.is-checked{
color: red;
}

a.cart-contents{
float: right;
/*position: relative;
top: -34px;*/
}

/* checkoyt payments */

.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-checkout #payment ul.payment_methods li{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce-checkout #payment ul.payment_methods li img{
	max-height: 1.618em;
}