/*!
Theme Name: gumarobracho
Theme URI: http://underscores.me/
Author: Garcia Lara
Author URI: https://garcialara.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gumarobracho
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gumarobracho is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: unset;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #000000;
}

.woocommerce-account, .woocommerce-account a
{
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}
p.vc_custom_heading{
	margin: 0!important;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #000;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: unset;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-color: unset;
	border-radius: 10px;
	background: #fff;
	color: #000;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	font-size: 20px;
	height: 67px;
	width: 222px;
	box-sizing: border-box;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border-radius: 20px;
	border: 0px;
	padding: 3px 18px;
	width: 100%;
	background-color: #ffffff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
	height: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	padding: 14px 18px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	width: auto;
	align-items: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 0 15px;
}


.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.main-navigation a:after{
	content: "";
	width: 0;
	height: 2px;
	display: block;
	background-color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.main-navigation li:hover a:after, .main-navigation li.current-menu-item a:after{
	width: 100%;
}
/* Small menu. */


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}



.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	font-size: 0;
}
.site-header .custom-logo-link img {
    height: auto;
    max-width: 195px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: unset;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*GARCIA LARA */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282828;
  opacity: .45;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #282828;
  opacity: .45;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #282828;
  opacity: .45;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #282828;
  opacity: .45;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}

.text-white p, .text-white a{
	color: #fff!important;
	text-decoration: unset;
}
.text-white p i, .text-white a i{
	margin-right: 10px;
}
.text-gray p{
	color: #6a6a6a!important;
}
.col-full, .woocommerce .site-main {
    padding: 0 30px;
}
.site-header{
	position: absolute;
	width: 100%;
	z-index: 999;
	padding-top: 25px;
}
.site-header .col-full{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vc_general.vc_btn3{

}
.vc_btn3.vc_btn3-style-modern{
	background-image:unset!important;
	border-radius: 10px !important;
	padding: 21px 0 !important;
	padding: 16px 20px !important;
	font-size: 20px !important;
	border: 0!important;
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern{
	background-color: #2f467f!important;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern{
	background-color: #c47443!important;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{
	color: #000!important;
}
.site-footer{
	background-image: url('image/banner-footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 45px;
}
.site-footer .custom-logo-link{
	display: flex;
	margin-bottom: 25px;
}
.site-footer .custom-logo-link img{
	margin: auto;
}
.site-footer .menu-menu-principal-container{
	margin-bottom: 32px;
}
.site-footer .menu-menu-principal-container ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.site-footer .menu-menu-principal-container ul li{
	padding: 0 15px;
	display: inline-block;
}
.site-footer .menu-menu-principal-container ul li a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.site-footer .menu-menu-principal-container ul li a::after {
    content: "";
    width: 0;
    height: 3px;
    display: block;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.site-footer .menu-menu-principal-container ul li:hover a::after{
    width: 100%;
}
.col-inner{
	/*overflow: auto;*/
	width: 100%;
	margin: auto;
}
.col-left, .col-right {
    display: block;
	float: left;
}
/*.col-left {
    margin-right: 15px;
    width: calc(35% - 15px);
}
.col-right {
    margin-left: 15px;
    width: calc(65% - 15px);
}*/
.wrapper-rss a{
    display: flex;
    align-items: center;
    color: #9c9c9c;
    font-size: 20px;
    font-family: 'Catamaran', sans-serif;
    text-decoration: unset;
    margin-bottom: 7px;
}
.wrapper-rss a span{
    color: #9c9c9c;
}
.wrapper-rss a i{
	color: #626262;
	margin-right: 20px;
}
.wrapper-rss a:hover, .wrapper-rss a:hover i{
	color: #fff;
}
.col-right .widget{
	color:  #ffffff;
}
.col-right .widget h2, .col-left h2{
	font-size: 20px;
	margin-bottom: 0;
	color: #fff;
	margin-bottom: 22px;
}
.col-right .widget p{
	line-height: 2;
	font-size: 16px;
}
.form-mailchimp{
	display: flex;
	align-items: center;
	border-radius: 27px;
	overflow: hidden;
}
.form-mailchimp input[type="email"]{
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	padding-left: 41px;
	background-color: #fff;
}
.form-mailchimp button[type="submit"]{
	height: 53px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 20px;
	padding-left: 0;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	width: auto;
}
.menu-menu-footer-container{
	display: flex;
	margin-bottom: 20px;
}
.menu-menu-footer-container ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.menu-menu-footer-container ul li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
    text-decoration: unset;
    display: flex;
}
.menu-menu-footer-container ul li a {
    text-decoration: unset;
    color: #fff;
}
.footer-bottom{
	padding-bottom: 30px!important;
	padding-top: 38px !important;
}
.menu-menu-footer-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
}
.menu-menu-footer-container ul li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
    text-decoration: unset;
    display: inline-block;
}
.menu-menu-footer-container ul li:last-child{
	border-right: 0;
	padding-right: 0px;
    margin-right: 0px;
}
.menu-menu-footer-container ul li a {
    text-decoration: unset;
    color: #fff;
    font-size: 16px;
}
.footer-bottom p{
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.footer-bottom p a{
	color: #fff;
	text-decoration: unset;
}
.vc_row.title-background{
	background-position: 11% 0 !important;
}
.img-flipbox .vc_column-inner{
	padding-left: 0!important;
	padding-right: 0!important;
}
.img-flipbox .vc_column-inner:before{
	position: absolute !important;
	width: 100% !important;
	content: "" !important;
	height: 100% !important;
	background-color: rgba(0 ,0 ,0 ,.3);
	left: 0;
	top: 0;
}
.img-flipbox .vc_column-inner .wpb_wrapper{
	z-index: 1;
	position: relative;
}
.img-flipbox .vc_custom_heading{
	letter-spacing: 8.84px;
}
.imagen-fuera-left-tercio {
    /*width: 33.33333333vw!important;
    margin-left: calc(33.33333333% - 33.33333333vw);*/
    padding: 0!important;
}
.imagen-fuera-left-tercio .vc_column-inner{
	padding-top: 0!important;
}
.imagen-fuera-left-tercio .wpb_wrapper,
.imagen-fuera-left-tercio .wpb_single_image,
.imagen-fuera-left-tercio .vc_single_image-wrapper{

	height: 100%;
}
.imagen-fuera-left-tercio .vc_single_image-wrapper img{
	height: 100%;
	width: auto;
	object-fit: cover;
}
.slick-next, .slick-prev{
	height: 24px!important;
	width: 24px!important;
	border: 1px solid #aaa!important;
	border-radius: 50%!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
}
ul.slick-dots {
    padding: 70px 0 10px!important;
}
#rmp_menu_trigger-218{
	position: initial!important;
	margin-left: 25px;
}
#rmp-menu-wrap-218 .rmp-menu-item{
	padding: 0!important;
}
ul.cnss-social-icon{
	justify-content: center;
}
.rmp-menu-additional-content ul.cnss-social-icon li.cn-fa-icon a{
	margin: 0px!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
}
.rmp-menu-additional-content ul.cnss-social-icon li.cn-fa-icon a:after{
	content: unset;
}
.rmp-menu-additional-content ul.cnss-social-icon li.cn-fa-icon a, 
.rmp-menu-additional-content ul.cnss-social-icon li.cn-fa-icon a:hover{
	background-color: unset!important;

}
.rmp-menu-additional-content ul.cnss-social-icon li.cn-fa-icon a i{
	font-size: 25px!important
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #fff !important;
	border-color: #fff !important;
	background-color: transparent !important;
	border: 1px solid #fff !important;
	width: 225px !important;
	line-height: 1;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#rmp-container-218{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: unset;
	align-content: flex-start;
}
.wrapper-post{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item-post {
    width: 25%;
	height: 450px;
	padding: 0 4.5px;
	margin-bottom: 7px;
}
.item-blog-post{
	padding: 0 15px;
	border-radius: 5px;
} 
.item-blog-post a{
	display: block;
	text-decoration: unset;
	color: #000;
}
.thumb-post{
	height: 450px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.item-blog-post h2{
	font-size: 20px;
	font-family: 'Catamaran', sans-serif;
	line-height: 27px;
	color: #000;
	font-weight: 700;
	margin-bottom: 22px;
	height: 54px;
}
.item-post a{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	border-radius: 10px;
	padding: 30px 22px;
	text-decoration: unset;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: unset;
	align-content: flex-start;
	justify-content: end;
	color: #fff;
	position: relative;
	overflow: hidden;
	background-blend-mode: luminosity;
	background-color: transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

} 
.item-post a:hover{
	background-color: #00838f;
}
.item-post a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+82 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 82%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 82%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 82%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index: 1;	
}

.item-post a span{
	display: block;
	z-index: 2;
}
.item-post a span.title-post-type{
	font-weight: 300;
	font-size: 14px;
}
.item-post a span.title-post{
	font-weight: 700;
	font-size: 17px;
}
.item-post a span.btn {
    font-size: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    text-align: left;
    padding: 0;
}
.item-post:hover a span.btn{
	font-size: 20px;
}
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_section, 
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section{
	padding-top: 0!important;
}

.box-shape{
	margin-bottom: 30px!important;
}
.box-shape .ult-content-box-container {
    height: 100%;
    display: block;
}

.box-shape .wpb_wrapper, .box-shape .ult-content-box{
	height: 100%!important;
}
.accordion-header a, .accordion-header span{
	display: block;
	text-decoration: unset;
	position: relative;
}
.accordion-header a{
	padding: 25px 22px;
}
.accordion-header a:after{
	background-image: unset !important;
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 12px;
	font-size: 10px;
	transform: translatey(-50%);
	height: 20px;
	width: 20px;
	background-color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #000;
}

.accordion-header a[aria-expanded="false"]::after{
	content: "\f067";
}
.accordion-header a[aria-expanded="true"]::after{
	content: "\f068";
}
.container-tabs{
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
}

.accordion-header .subtitulo_tabs{
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color:  #96989b;
}
.accordion-header .titulo_tabs{
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	color:  #fff;
}
.accordion-collapse{
	padding: 25px 22px;
}
.testimonios .slick-list{
	padding: 50px 0!important;
}
.ult-content-box .ult-item-wrap{
	position: relative!important;
}
.ult-just-icon-wrapper.icon-float{
	position: absolute;
	top: -113px;
} 
.testimonios ul.slick-dots {
    padding: 00px 0 10px !important;
}
.ult-video {
    margin: 0!important;
}
.wpcf7-form-control-wrap{
	width: 100%;
	display: block;
}
.error-404.not-found, .banner-page {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.error-404.not-found{
	background-image: url('https://gumarobracho.com/wp-content/uploads/2024/01/gumaro404.jpg');
}
.error-404 .col-full{
	width: 100%;
}

.error-404 h2{
	font-size: 50px;
	margin-bottom: 34px;
}
.error-404 p{
	font-size: 20px;
	line-height: 34px;
}
.error-404 .btn{
	border-radius: 10px;
	height:  67px;
	width: 222px;
	background-color: #2f467f;
	color: #fff;
	text-decoration: unset;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-page h2{
	font-size: 50px;
	margin-bottom: 38px;
}
body.blog, body.single-post{
	background-color: #fff;
}
.blog main{
	padding: 150px 0;
}
#menu-accesos-rapidos{
	padding: 0;
	margin: 0;
	list-style: none;
	column-count: 2;
}
#menu-accesos-rapidos li a {
	color: #fff;
	font-size: 18px;
	margin-bottom:  23px;
	text-decoration: unset;
	display: block;
}
.recent-post{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	padding-top: 40px;
}
.recent-post .item-post{
	height: auto;
	margin-bottom:  15px;
}
.recent-post .item-post a{
	padding: 0;
	border-radius: 0;
	display: flex;
	flex-direction: unset;
	align-content: unset;
	justify-content: unset;
	align-items: center;
}
.recent-post .item-post a::before{
	content: unset;
	background: unset;
}
.recent-post .item-post a:hover {
    background-color: unset;
}
.recent-post .item-post img {
    width: 60px;
    border-radius: 0;
    margin-right: 15px;
}
.recent-post .item-post a span.title-post-type{
	color: #85df79;
}
.recent-post .item-post a span.title-post{
	font-size: 16px;
}
.wrapper-newsletter{
	color: #fff;
	text-align: center;
	padding: 50px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.wrapper-newsletter:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(47, 70, 127, .3);
}
.wrapper-newsletter h2{
    color: #fff;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.page #comments{
	color: #fff;
	margin-bottom: 90px;
}
.page #comments h3{
	font-size: 30px;
	color: #fff;
} 
.page #comments input[type="text"], .page #comments input[type="email"], 
.page #comments input[type="url"], .page #comments input[type="password"], 
.page #comments input[type="search"], .page #comments input[type="number"], 
.page #comments input[type="tel"], .page #comments input[type="range"], 
.page #comments input[type="date"], .page #comments input[type="month"], 
.page #comments input[type="week"], .page #comments input[type="time"], 
.page #comments input[type="datetime"], .page #comments input[type="datetime-local"], 
.page #comments input[type="color"], .page #comments textarea{
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}
.page #comments button, 
.page #comments[type="reset"], .page #comments [type="submit"]{
	background-color: #3258c6;
	border: 1px solid #3258c6;
	color: #fff;
	height: 45px;
	width: auto;
}
.banner-tienda{
    background-size: cover;
    align-items: center;
    color: #fff;
    width: 100vw;
    position: relative;
    margin-bottom: 83px;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.col-banner h2{
	margin-bottom: 47px;
}
.col-banner p{
	font-size: 20px;
}
body.woocommerce{
	overflow-x: hidden;
	color: #fff;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
	margin: 0 0 43px;
}
.woocommerce .woocommerce-ordering select{
	border: 1px solid #fff;
	background-color: #fff;
	padding: 5px 20px;
	border-radius: 30px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 400;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price{
	color: #c47443;
	display: block;
	font-weight: 400;
	font-size: 28px;
}
.woocommerce ul.products li.product .price{
	margin-bottom: .5em;
	text-align: center;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color: #000;
	background-color: #fff;
	padding: 17px 60px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
}
.woocommerce nav.woocommerce-pagination{
	margin-bottom: 82px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 22px;
	color: #000;
	border-radius: 50px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
	background-color: #2f467f;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li{
	margin: 0 5px;
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul{
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:hover{
	background-color: unset;
	color: #fff;
}
.woocommerce span.onsale{
	background-color: #2f467f;
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 400;
}
.single-product .site-header, .woocommerce-cart .site-header,
.woocommerce-checkout .site-header{
	position: initial;
	margin-bottom: 119px;
}
.woocommerce div.product .product_title{
	font-size: 40px;
	margin-bottom: 15px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #c47443;
	width: 170px;
	box-sizing: border-box;
	height: 44px;
	padding: 0;
}
.product_meta span.sku_wrapper, .product_meta span.posted_in{
	width: 100%;
	display: block;
}
.product_meta span a{
	color: #fff;
	text-decoration: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	margin: 0px;
	margin: 0 0 29px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	content: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: 0;
	background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #fff;
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 10px;
	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	padding: 4px 54px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #000;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
	margin-bottom: 84px;
}
.woocommerce-Tabs-panel h2, .related.products h2{
	font-weight: 400;
	margin-bottom: 30px;
}
.woocommerce ul.products li.product .button{
	border-radius: 10px;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
	margin-bottom: 53px;
}
.related.products h2{

}
.woocommerce-message {
    border-top-color: #2f467f;
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	top: 50%;
	transform: translateY(-50%);
	color: #2f467f;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward{
	order: 2s;
}
.woocommerce table.shop_table{
	border: 1px solid #fff;
	color: #fff;
}
.woocommerce table.shop_table a{
	color: #fff;
	text-decoration: unset;
}
.woocommerce table.shop_table thead{
	border: 1px solid #fff;
}
.woocommerce table.shop_table th{
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;

}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, 
.woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions{
	border-top: 1px solid #fff;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	width: 172px;
	padding: 10px 10px;
	height: 50px;
}
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
	display: flex;
	align-items: center;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	width: 100%;
}
.wc-proceed-to-checkout .checkout-button{
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-weight: 400 !important;
	width: 100%!important;

}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, 
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, .woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, 
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	color: #c9c5c5;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	border-bottom:0 ;
}
.woocommerce{
	color: #fff;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
	border: 0!important;

}
.woocommerce form .woocommerce-additional-fields .form-row textarea{
	height: 10em;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background-color: transparent
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
	padding: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: transparent;
	color: #fff;
	border-top-color: #2f467f;
}
.woocommerce-order-details__title{
	margin-bottom: 30px;
}
.wrapper-newsletter .col-iner-news{
	padding: 0 30px;
	z-index: 1;
	position: relative;
}
.slick-track{
	display: flex!important;
	align-items: center;
}
.input-submit {
    clear: both;
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.input-submit input {
    background-image: url('image/wa.png');
    height: 55px;
    border: 0;
    background-color: #61d165;
    border-radius: 27px;
    padding: 0 52px 0 70px;
    color: #fff;
    font-size: 18px;
    background-position: 14% center;
    background-size: auto;
    background-repeat: no-repeat;
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.vc_row.background-center{
	background-position: top center !important;
}
.comments {
  background-color: #000;
  color: #fff;
  padding-bottom: 60px;

}
.comments a{
	color: #fff;
}
.comments .form-submit{
	
}

.wpcf7-form-control-wrap.recaptcha
{
display: block;
margin: 10px 0px;}

.ult-carousel-wrapper ul.slick-dots
{
    padding: 10px 0!important;
}

.gradiante-top:before
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
width: 100%;
	height: 100%;
	content: " "!important;
		display: block;
	position: absolute;

}

.gradiante-bottom:before
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
width: 100%;
	height: 100%;
	content: " "!important;
	display: block;
		position: absolute;

}

div.pp_pic_holder {
    z-index: 100000000!important;
}

@media (min-width: 1200px){
	.menu-menu-footer-container ul{
		display: flex;
		text-align: left;
	}

	.footer-bottom{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.menu-menu-footer-container ul li{
		display: flex;
	}


}
@media (min-width: 992px){
	.col-inner{
		width: 80%;
	}
	.menu-menu-footer-container ul{
		margin: unset;
	}
	.footer-bottom p{
		text-align: right;
	}
	.menu-menu-footer-container{
		margin-bottom: 0px;
	}

	
}
@media (min-width: 768px){
	.col-full, .woocommerce .site-main {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 1.6em;
		box-sizing: content-box;
		width: 100%;
	}
	.error-404 .page-content, .inner-banner-page {
	    width: 50%;
	}
	.item-blog-post{
		width: calc(33.33% - 30px);
	} 
	#menu-accesos-rapidos{
		column-count: 3;
	}
	.recent-post .item-post{
		width: calc(33.33% - 9px);
		margin-bottom: 0;
	}
	.wrapper-newsletter .col-iner-news{
		width: 33%;
		margin: auto;
		padding: 0;
	}
	.col-banner {
	    width: 50%;
	}
	.col-left {
	    margin-right: 15px;
	    width: calc(25% - 15px);
	}
	.col-right {
	    margin-left: 15px;
	    width: calc(75% - 15px);
	}
	.left, .right {
	    width: 50%;
	    float: left;
	}
	.left{
		padding-right: 15px;
	}
	.right{
		padding-left: 15px;
	}
}
@media (min-width: 576px){
	
	.site-footer .menu-menu-principal-container ul{
		display: flex;
		justify-content: center;
	}


}
@media (max-width: 991px){
	.item-post{
		width: 33.33%;
	}
}
@media (max-width: 767px){
	.item-post{
		width: 50%;
	}
	.img-flipbox .vc_custom_heading{
		font-size: 22px!important;
	}
}
@media (max-width: 575px){
	.item-post{
		width: 100%;
	}
	.woocommerce ul.products[class*="columns-"] li.product, 
	.woocommerce-page ul.products[class*="columns-"] li.product{
		width: 100%;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering, 
	.woocommerce .woocommerce-ordering select{
		width: 100%;
	}
	.woocommerce .woocommerce-result-count{
		margin: 0 0 25px;
	}
	.wrapper-newsletter h2{
		font-size: 40px;
	}
}