/*
Theme Name: Rokam
Description: Based on HTML5 Blank WordPress Theme
Version: 3.0
Author: Villaka

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/


@font-face {
    font-family: 'kiona';
    src: url('fonts/Kiona-Regular.ttf');
}
@font-face {
    font-family: 'kiona';
    src: url('fonts/Kiona-Itallic.ttf');
    font-style: italic;
}
@font-face {
    font-family: 'MyGotham';
    font-weight: normal;
    src: url('fonts/GothamBook.otf') format('opentype');
}
@font-face {
    font-family: 'MyGotham';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/GothamBookItalic.otf') format('opentype');
}
@font-face {
    font-family: 'MyGotham';
    font-weight: bold;
    src: url('fonts/GothamBold.otf') format('opentype');
}


/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#544e4a;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#524e4b;
    text-decoration:none;
}
a:hover {
    color:#524e4b;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width:1280px;
    width:95%;
    margin:0 auto;
    position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
    margin-bottom: 40px;
}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
PAGES
\*------------------------------------*/



/*------------------------------------*\
IMAGES
\*------------------------------------*/



/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

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

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

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}



/*------------------------------------*\
VILLAKA
\*------------------------------------*/
body{
    font-family: 'MyGotham', sans-serif;
    font-weight: 400;
}
.mayus{
    font-weight: 600;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, #menu{
    font-family: 'MyGotham', sans-serif;
    text-transform: uppercase;
}
h1{
    font-size: 18px;
}
.header {
    width: 230px;
    position: absolute;
    top: 0;
    padding: 35px;
    z-index: 40;
}
#menu{
    margin-bottom: 60px;
}
main{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.header nav ul{
    list-style: none;
    padding: 0;
}

.header nav ul a{
    color:#524e4b;
    font-size: 16px;
    line-height: 20px;
}
#lang_sel_list {
    background: none;
    border: none;
    padding: 0;
}
#lang_sel_list li a{
    color:#524e4b;
    font-size: 14px;
    line-height: 16px;
    padding: 0 5px 0 15px;
}
.header nav ul a:hover, .header nav ul .current-menu-item a, #lang_sel_list li a:hover, #lang_sel_list li a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:hover{
    color:#534f4c;
}

#lang_sel_list li:after, #lang_sel_list li:before{
    color:#b2b2b2;
}
#lang_sel_list li:after{
    content: "|";
    position: absolute !important;
    right: -7px !important;
    top: -2px !important;
}
#lang_sel_list li:last-child:after {
	display:none;
}
.header nav ul li.small a{
    font-size: 12px;
    line-height: 18px;
}
.header nav ul li.division:after {
    content: "";
    display: block;
    height:8px;
    background-image: url("https://rokam.com.mx/wp-content/uploads/2022/02/menu-border-1.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
	margin: 5px 0 10px -12px;
}
footer{
    background: #534f4c;
    text-align: center;
    padding: 5em;
    color:#fff;
    font-size: 16px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #008a39;
}

a:hover{
    color:#008a39;
}

.no-marginbottom{
    margin-bottom: 0;
}
.no-margintop{
    margin-top: 0;
}
#header-social{
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}
#footer-social{
    margin-top: 20px;
}
.social-icon{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-indent: -9999px;
    margin-right: 10px;
}
.terms-side{
	display: block;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 10px;
}
#header-social .spotify{
    background: url(img/spotify.png);
    background-size: contain;
    margin-right: 0;
}
#header-social .tiktok{
    background: url(img/tiktok.png);
    background-size: contain;
}
#header-social .facebook{
    background: url(img/facebook-gray.png);
    background-size: contain;
}
#header-social .instagram{
    background: url(img/instagram-gray.png);
    background-size: contain;
}
#header-social .youtube{
    background: url(img/youtube-gray.png);
    background-size: contain;
}

.home .wpb_revslider_element.wpb_content_element{
    margin: 0;
}
.tp-leftarrow{
    display: none;
}
.tparrows:before {
    color: ;
}
#menu, #header-social{
    display: none;
}
#menu.show, #header-social.show{
    display: block;
}
#toggle-menu {
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: 35px;
    right: 35px;
    z-index: 35;
    border-bottom: 0;
}
#toggle-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #008a39;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;

}

#toggle-menu span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#toggle-menu span:nth-child(2) {
    top: 10px;
    transform-origin: left center;
}

#toggle-menu span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
}

#toggle-menu.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#toggle-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#toggle-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 19px;
    left: 8px;
}
#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    background: rgb(255 255 255 / 90%);
    display: none;
}
#mask.show {
    display: block;
}
#page{
    position: absolute;
    width: 100%;
    height: 100%;
}
#main-section{
    min-height: 100%;
    padding: 10em 0 1em;
}
.home #main-section{
    padding: 0;
}
.page-template-default #logo-white, .page-template-template-galeria #logo-white, .page-template-template-video #logo-white, .error404 #logo-white, .single-proyecto #logo-white, .archive #logo-white, .single #logo-white, .woocommerce-page #logo-white, .home #logo-white{
    display: none;
}
.page-template-template-video header, .page-template-template-video #lang-header, .page-template-template-video footer, .page-template-template-video #toggle-menu, .page-template-template-video #mask {
    display: none;
}
/*
.logo.show #logo-gray{
    display: none;
}
.logo.show #logo-white{
    display: block;
}
*/
#logo-footer{
    margin: 0 auto;
    display: block;
    width: 200px;
    margin-bottom: 20px;
}
.hover-material .wpb_wrapper{
    position: relative;
}
.hover-text p{
    margin: 0;
}
.hover-text{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    text-align: center;
}
.hover-material .wpb_wrapper:hover{
    cursor: default;
}
.hover-material .wpb_wrapper .wpb_single_image{
    margin-bottom: 10px;
}
.hover-material .wpb_wrapper:hover .wpb_single_image{
    opacity: 0.3;
    transition: .5s ease;
}
.hover-material .wpb_wrapper:hover .hover-text{
    display: block;
    color:#544e4a;
}

#instagram-footer {
    padding: 0 35px 35px;
}
footer{
    clear: both;
}

.instagram_gallery {
    min-height: 105px;
}
.instagram_profile{
    display: none;
}
.single-proyecto h1{
    margin: 0;
    line-height: 1em;
    font-weight: normal;
    text-transform: none;
    font-size: 18px;
}
.single-proyecto h2{
    margin-top: 0;
    font-weight: normal;
    text-transform: none;
    font-size: 18px;
}
.project-featured, .gallery-featured{
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 10px;    
}
.project-featured-left, .project-featured-right, .gallery-featured-left, .gallery-featured-right{
    width: 66%;
    position: absolute;
}
.project-featured-left, .gallery-featured-left{
    left:0;
    top:0;
}
.project-featured-right, .gallery-featured-right{
    right:0;
    bottom: 0;
}
.project-extra{
    margin-bottom: 10px;
    width: 32%;
}

.simplegallery {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.simplegallery .content {
    background: #fff;
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.simplegallery .content img {
    max-width: 100%;
    max-height: 350px;
    margin: 0 auto;
    display: block;
}

.simplegallery .thumbnail { 
    margin-top: 8px; 
}

.simplegallery .thumbnail .thumb {
    float: left;
    width: 32%;
    height: auto;
    margin: 0 2% 2% 0;
    cursor: pointer;
}

.simplegallery .thumbnail .thumb:nth-child(3n){
	margin-right:0;
}
.simplegallery .thumbnail .thumb.last {
    margin-right: 0;
}

.simplegallery .thumbnail .thumb img {
    width: 100%;
}

.simplegallery .thumbnail .last { 
    margin: 0; 
}

.loop-list{
    padding: 0;
    list-style: none;
}
.archive h1{
    margin-top: 0;
}
.archive li.proyecto{
    width: 40%;
    margin-bottom: 40px;
}

.loop-list .grid-content{
    position: relative;
}
.loop-title{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 5px;
    display: block;
}
.loop-title a:hover{
    color:#544e4a;
}
.loop-list .grid-content img{
    opacity: 0.3;
    transition: .5s ease;
}
.loop-list .grid-content:hover img{
    opacity: 1;
    transition: .5s ease;
}
.loop-list .grid-content:hover .loop-title{
    display: block;
}
.loop-list .grid-content:hover .loop-title a{
    color:#fff;
}
.padding-mobile{
    padding: 0 35px !important;
}
.padding-left-mobile{
    padding-left: 35px !important;
}
.padding-right-mobile{
    padding-right: 35px !important;
}
#project-info {
    padding: 0 35px 35px;
}

#project-info h2{
    font-weight:bold;
}

#project-info h4 {
    text-transform:none;
}
.text-center{
    text-align: center;
}
.category-text{
    padding: 0 35px;
}
#lang-header {
    position: absolute;
    display: block;
    top: 80px;
    right: 40px;
    z-index: 40;

}
#lang_sel_list {
    font-family: inherit;
}
#lang_sel_list li a{
    background: none;
}
#lang-footer #lang_sel_list {
    width: fit-content;
    margin: 0 auto;
}
#lang-footer{
    display: block;
}

#lang-footer #lang_sel_list li:before {
    left: 2px !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    position: relative;
}
.wpcf7-form label {
    width: 15%;
    display: inline-block;
    text-align: left;
    padding-right: 15px;
	min-width: 100px;
}
.wpcf7-acceptance label{
	width:100%;
}
.wpcf7-acceptance input{
	width:auto !important;
}
.wpcf7-form input, .wpcf7-form textarea{
    border-radius: 0;
    border: none;
    padding: 5px;
    width: 100%;
	background:#e2e2e2;
}
.wpcf7-form input[type="submit"]{
    background: #008a39;
    color: #fff;
    border: none;
	padding: 10px 20px;
	width: 15%;
	min-width: 100px;
}
.your-consent label {
    width: 100%;
}
.your-consent input{
    width: auto !important;
    display: inline-block;
    margin-right: 10px;
}
.verde{
    color:#008a39;
}
.grid-sizer, .grid-item {
    width: 45%;
    margin-bottom: 40px;
}
.gutter-sizer { 
    width: 10%; 
}
.grecaptcha-badge { 
    visibility: hidden;
}
#cuadros-galeria{
    float: left;
    width: 100%;
}
#cuadros-galeria li{
    width: 24%;
    margin: 0 1% 1% 0;
}
#cuadros-galeria img{
    cursor: pointer;
}
#main-video{
    width: 100%;
    min-height: 100%;
    padding: 30px;
    overflow: scroll;
}

#main-video section{
    width:70%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#big-video .vc_column-inner{
    width:100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.videos-link a{
    color:#008a39;
}
.wpb_content_element.videos-link{
    margin-bottom: 0;
}
.videos-link a:hover {
    color: #444;
}
.video-image:hover{
    opacity:0.7;
}
#big-image{
    width: 40%;
    float: right;
    transition: .1s ease-in-out;
    display: none;
}
#big-video{
    display: block;
}
#cuadros-video{
    float: left;
    width: 30%;
}
#cuadros-video li{
    width: 24%;
    margin: 0 1% 1% 0;
}
#cuadros-video img{
    cursor: pointer;
}
#bigImg{
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
    display: block;
}
.flaticon-right-arrow, .flaticon-back{
    display: none !important;
}
.slick-next {
    right: -20px;
}
.slick-prev {
    left: -22px;
}
.woocommerce div.product form.cart .variations select {
    min-width: auto;
}
#quantityfor {
    height: auto;
    padding: 5px;
}
.woocommerce div.product form.cart .button {
    background: #00932d;
    color: #fff;
}
.woocommerce div.product form.cart .button:hover{
    background: #544e4a;   
}
.wpgs-nav{
    max-width: 95%;
    margin:0 auto;
}
#menu-tienda, #menu-tienda li, #lang_sel_list{
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
#menu-tienda li{
    list-style: none;
	padding: 0 10px;
}
#menu-tienda{
    margin-right: 25px;
}
.woocommerce-page #main-section, .cotizar #main-section, .terminos-y-condiciones #main-section, .videos #main-section, .single-post #main-section{
    padding: 10em 20px 1em 20px;
}
.single-post .wp-post-image{
    max-height: 400px;
}
.summary .price{
    margin: 0;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
}
.woocommerce div.product .product_title, .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-family: 'Montserrat', sans-serif;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 400;
}
.woocommerce table.shop_table {
    border: none;
    border-top: 1px solid rgb(0, 147, 45);
    border-bottom: 1px solid rgb(0, 147, 45);
    border-radius: 0;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgb(0, 147, 45);
}
.woocommerce table.cart img{
    width: 120px;
}
.related.products, #productos-tienda {
    clear: both;
    padding-top: 20px;
}
.add_to_cart_button {
    display: none !important;
}
.product_meta{
    clear: both;
    margin-top: 20px;
}
.terminos ol{
    padding: 0;
    list-style-position: inside;
    font-weight: bold;
}
.single-product .summary iframe{
    width: 100%;
}
#productos-tienda ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}
#productos-tienda ul.products li.product{
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}
#productos-tienda ul.products li.product h2{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 100;
}
#productos-tienda{
    margin: 0 20px;
}
#productos-tienda ul.products li.product:last-child {
    margin-right: 0;
}
.video-image{
    display: inline-block;
    position: relative;
}
.wpb_single_image.video-image{
    margin-bottom: 10px;
}
.cuadro-video.selected a{
    opacity: 0.5;
}

.video-image a:after {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  background: url('img/play.png');
  background-size: cover;
  content: '';
}
.video-image.cuadro-video a:after {
    width: 25px;
    height: 25px;
}
#html5-watermark{
    display: none !important;
}
#noticias-grid .vc_btn3-container{
    display: none;
}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
	outline: none !important;
}
.popup-image{
	margin-bottom: 0 !important;
}
.right-content{
	width: 100%;
    float: none;
    padding: 0 10% !important;
	margin: 0 !important;
}
.page-title{
	
}
.inner-title{}

.contact-info{
	font-weight:bold;
	border-right: 2px solid #008a39;
    padding-right: 8px;
    margin-right: 5px;
}
.vc_row.home-grid{
	margin-left: -5px;
    margin-right: -5px;
}
.home-grid .vc_column_container>.vc_column-inner{
	padding: 0 2%;
}
.text-home{
	text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
	color:#008a39;
	line-height: 20px;
	width: 100%;
    height: 100%;
    display: block;
}
.current-menu-item{
    font-weight: bold;
}
.menu-item{
	padding-left: 12px;
}
.menu-item-has-children .sub-menu{
	height: 0;
    text-indent: -9999px;
	padding-left: 5px !important;
}
.menu-item-has-children:hover .sub-menu{
	height: auto;
    text-indent: 0;
}
div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right{
    background: none !important;
}
#fullResImage{
    border:1px solid #fff;
}
div.pp_default .pp_content{
    background-color: transparent;
}
#projects-grid .project{
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
    margin-bottom: 30px;
}
.project-thumbnail{
    width: 80%;
    display: table-cell;
}
.project-thumbnail img{
    width:100%;
}
.project-title{
    width: 20%;
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.project.left .project-title .title-container{
    position: absolute;
    margin: 0;
    left: 5px;
    top: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    text-transform: none;
}
.project.right .project-title .title-container{
    position: absolute;
    margin: 0;
    right: 5px;
    top: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    text-transform: none;
}
.colores{
    padding: 0 10px;
}
.colores .vc_column_container>.vc_column-inner{
    padding: 0 5px;
}
.colores .wpb_text_column p{
    margin-top: 5px;
}
.colores .wpb_text_column{
    margin-bottom: 10px;
}
.colores-mobile{
	display:block;
}
.tags a, .categories a{
    color:#268839;
}
.tags a:hover, .categories a:hover{
    color:#524e4a;
}

.modal-thumbnails {
  float: left;
  width: 20%;
}

/* The Modal (background) */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: #524e4a;
}

/* The Close Button */
.close-modal {
  color: #524e4a;
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 35px;
  font-weight: bold;
    z-index: 9999;
}

.close-modal:hover,
.close-modal:focus {
  color: #268839;
  text-decoration: none;
  cursor: pointer;
}

.modalSlide {
  display: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.modalSlide img{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.cursor {
  cursor: pointer;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Next & previous buttons */
.modal-prev,
.modal-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #524e4a;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.modal-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal-prev:hover,
.modal-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-thumbnail {
  opacity: 0.6;
}

.active,
.modal-thumbnail:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gallery-featured{
    clear: both;
    margin-bottom: 2%;
}
.gallery-grid{
    width: 102%;
    margin-left: -2%;
    margin-bottom: 2%;
}
.gallery-img{
    width: 33.3333333%;
    float: left;
    padding-left: 2%;
    padding-bottom: 2%;
}
.gallery-img img{
    width:100%;
}
.vc_row.video-row{
    margin-left: -5px;
    margin-right: -5px;
}
.vc_row.video-row .vc_column-inner{
    padding-left: 5px;
    padding-right: 5px;
}
.vc_row.video-row .wpb_single_image{
    margin-bottom: 10px;
}
.vc_row.video-row .wpb_single_image img{
    width: 100%;
    height: 100%;
}
.cat-box {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.cat-box span{
    position: absolute;
    width:100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    color:#fff;
    top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-padding .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.gallery-padding .vc_column-inner .wpb_single_image{
	margin-bottom:0px;
}
#project-gallery{
    display: none;
}
#project-gallery-mobile{
    display: block;
}
#mobile-categories{
    display: block;
}
.green-button a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
	background:#008838;
	color:#fff;
}
.single-thumb{
    display: none;
}
#noticias-grid .vc_gitem-zone{
	background-color: transparent !important;
	border: 1px solid #f4f4f4;
    border-top: none;
}
.woocommerce ul.products li.product .price {
    color: #524e4b;
    text-align: center;
    margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 2em;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce .woocommerce-ordering select, .woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty {
    padding: 5px;
	line-height:1;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #2a932d;
}
.woocommerce-info, .woocommerce-message {
    border-top-color: #2a932d;
}
.woocommerce-info::before, .woocommerce-message::before {
    color: #2a932d;
}
.vc_btn3-container.btn-wallpaper{
	margin:0;
}
.wallpaper-desktop .vc_column-inner{
	min-height:200px !important;
}
.wallpaper-mobile .vc_column-inner{
	min-height:200px !important;
}
/*------------------------------------*\
Media Queries
\*------------------------------------*/

@media (min-width: 768px){
    #menu, #header-social {
        display: block !important;
    }
    #toggle-menu:hover {
        border-bottom: 0;
    }
    #toggle-menu {
        display: none;
    }
    .header {
        width: 260px;
        padding: 5em 4em;
    }
    #header-social {
        margin-bottom: 5em;
    }

    #main-section {
        padding: 5em 0 2em 300px;
    }
    .woocommerce-page #main-section, .cotizar #main-section, .terminos-y-condiciones #main-section, .videos #main-section, .single-post #main-section  {
        padding: 5em 95px 2em 300px;
    }
    #project-gallery {
        width: 30%;
        float: left;
        padding: 29% 0 3em;
        display: block;
    }
    #project-gallery-mobile{
        display: none;
    }
    #mobile-categories{
        display: none;
    }
    #project-info {
        width: 70%;
        float: left;
        padding: 3em 5%;
    }
    .project-extra {
        width: 100%;
    }
    #project-featured {
        width: 0%;
        display: none;
    }
    .header {
        min-height: 100%;
    }
    .padding-mobile, .padding-left-mobile, .padding-right-mobile{
        padding: 0 !important;
    }
    #instagram-footer{
        padding: 0 5em 5em;
    }
    .instagram_gallery{
        min-height: 190px;
    }
    .category-text{
        padding: 0 35px 0 0;
    }
    #lang-header{
        display: block;
        top: 35px;
        right: 35px;
        z-index: 40;
    }
    #lang-footer{
        display: none;
    }
    #menu-tienda {
        margin-right: 80px;
    }
    #productos-tienda{
        margin: 0 95px 0 0;
    }
	.wpcf7-form input, .wpcf7-form textarea{
		width: 85%;
	}
	.wpcf7-form input[type="submit"]{
    	float: right;
	}
	.right-content{
		width: 90%;
		float: right;
		padding: 0 5% !important;
		max-width: 800px;
	}
    .text-home{
        font-size: 28px;
        line-height: 28px;
	}
}

@media (min-width: 1024px){
    #project-gallery {
        width: 30%;
        float: left;
        padding: 22.3% 0 3em;
        display: block;
    }
    #project-gallery-mobile{
        display: none;
    }
    #mobile-categories{
        display: none;
    }
    #project-info {
        width:70%;
        float: left;
        padding: 0 2% 3em;
        text-align: left;
    }
    #project-featured {
        width: 35%;
        float: left;
        display: block;
    }
	.gallery-padding .vc_column-inner .wpb_single_image{
		margin-bottom:10px;
	}
}
@media (min-width: 968px){
	.text-home{
		font-size: 32px;
		line-height: 32px;
	}
}
@media (min-width: 1192px){
	.text-home{
		font-size: 42px;
		line-height: 42px;
	}
	.wallpaper-desktop .vc_column-inner{
		padding:135px 0 !important;
	}
	.wallpaper-mobile .vc_column-inner{
		padding:135px 0 !important;
	}
}

@media (max-width: 767px){
	.proyecto #productos-tienda a{
		font-size: 12px;
		word-break:break-word;
	}
    .wpb_single_image.video-image.cuadro-video {
        width: 32%;
    }
    #big-video{
        padding-top: 50%;
    }
	
	
}