/*
Theme Name: global
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/

/*

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.bai-jamjuree-bold {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bai-jamjuree-bold-italic {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-style: italic;
}

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


html {
	  font-family: "Noto Sans", serif;
  	  font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
      font-size: 10px;
	line-height: 120%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #2f2b30;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1, h2, h3 {
	font-family: "Bai Jamjuree";
  font-weight: 700;
  margin:0;
  padding:0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	text-align: left;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	text-align: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333233;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.66;
}


h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  padding:0;
  margin:0;
}

h1{
	font-size: 5rem;
}
h2{
	font-size: 4rem;
}

h3 {
	font-size: 1.6rem;
}


p {
	font-size: 1.6rem;
	line-height: 160%;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 2rem;
	font-weight: 300;
}

a{
	text-decoration: none;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

select {
	color: #DCD5D8;
    text-transform: uppercase;
    width: auto;
    letter-spacing: .1rem;
    padding: 2rem 1rem;
    height: auto;
    border: solid 1px #DCD5D8;
    border-radius: 0rem;
    background: transparent;
    font-weight: 500;
}

option{
	color:#E2000F;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #661d6a;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: .5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75rem 2rem;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
}

:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #DCD5D8;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

section{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin:0px auto;
	padding:0;
	padding-bottom: 5rem;
}

strong{
	font-weight: 700;
}

#wpadminbar{
	bottom:0;
	top:auto;
	position: fixed;
}



/*PANTALLA y CONTENEDOR*/
div#pantalla{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin:0;
	padding:0;
}

div#contenedor{
	width: 1200px;
	height: auto;
	position: relative;
	overflow:hidden;
	margin:0px auto;
	padding:0;
}

/*HEADER*/
header#header{
	width: 100%;
	height: auto;
	position: sticky;
	top: 0;
	background: #fff;
	border-radius: 1px;
	z-index: 10;
}

header#header div.menu-superior{
	background-color: #AF251D;
	color:white;
	margin:0 auto;
	padding:1rem 0;
}

header#header div.menu-superior div#contenedor div,
header#header div.menu-superior div#contenedor div ul,
header#header div.menu-superior div#contenedor div ul li,
header#header div.menu-superior div#contenedor div ul li a{
	margin:0;
	padding:0;
	font-size: 1.4rem;
	color:white;
}
header#header div.menu-superior div#contenedor div ul{
	width: 100%;
	height: auto;
}
header#header div.menu-superior div#contenedor div ul li{
	width: 33%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

header#header div.menu-superior div#contenedor div ul li:nth-of-type(2){
	text-align: center;
}

header#header div.menu-superior div#contenedor div ul li:nth-of-type(3){
	text-align: right;
}

header#header div.menu-superior div#contenedor div ul li a{
	transition: .5s;
}

header#header div.menu-superior div#contenedor div ul li a:hover{
	opacity: .5;
	transition: .5s;
}

header#header div.menu{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
background-image: linear-gradient(to right, #192735 20%, white 20%);
position: relative;
overflow: hidden;
}

header#header div.menu h1{
	width: 23rem;
	height: auto;
	margin:0;
	padding:  1.5rem 7rem 1.5rem 0;
	background-color: #192735;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

header#header div.menu h1{
	line-height: 0;
}

header#header div.menu h1 img{
	width: 100%;
	height: auto;
}

header#header div.menu div.menu-menu-container{
	display: inline-block;
	vertical-align: middle;
	margin: 0 2.5rem;
}

header#header div.menu div.menu-menu-container ul,
header#header div.menu div.menu-menu-container ul li{
	margin:0;
	padding:0;
	list-style: none;
}

header#header div.menu div.menu-menu-container ul li{
	display: inline-block;
	vertical-align: middle;
}

header#header div.menu div.menu-menu-container ul li a{
	display: block;
	padding:2.5rem;
	font-size: 1.6rem;
	color:#192735;
	transition: .5s;
}
header#header div.menu div.menu-menu-container ul li a:hover{
	transition: .5s;
	color:gray;
}

header#header div.menu form{
	position: absolute;
	right: 0;
	top: 3.2rem;
	width: 27rem;
	text-align: right;
}

header#header div.menu form:before{
	content: '';
	background: url('//globalsystemsa.com.ar/img/buscar.png') no-repeat;
	background-size: 100% auto;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: .7rem;
    bottom: .7rem;
}

header#header div.menu form input[type="search"]{
	padding:0rem 1.5rem;
	padding-left: 3rem;
	border-radius: 3rem;
	border:solid 1px #192735;
	outline: none;
	text-align: left;
	width: 100%;
}

header#header div.menu form button{
	display: none;
}

header#header div#hamb{
	position: absolute;
	right: 0;
	top: 0;
	padding:4rem;
	background-color: #fff;
	display: none;
}

header#header div#hamb hr {
    width: 3rem;
    height: .3rem;
    background-color: #192735;
    border: 0;
    border-radius: 1rem;
    margin: 0;
    margin-bottom: .51rem;
}


header#header div.menu-hamb{
	display: none;
}

/* anchors internos */
.menu-item a[href*="#"] {
    font-weight: 300;
}

.menu-item a[href*="#"].click {
    font-weight: 900;
}

/* páginas reales */
.current-menu-item a:not([href*="#"]) {
    font-weight: 900;
}

/*SLIDES*/
article#galeria{
	position: relative;
	overflow: hidden;
}
article.carrusel-home div.thumbnail{
	width: 100%;
	height: 130vh;
}

article.carrusel-home div.thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
article.carrusel-home div.txt{
	width: 51rem;
	height: auto;
	background-color: #AF251D;
	padding:6rem;
	margin:0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

article.carrusel-home div.txt span.title{
	padding:.5rem 1rem;
	color:#192735;
	background: white;
	margin:0;
	text-transform: uppercase;
	letter-spacing: .3rem;
	font-family: "Noto Sans", serif;
	font-size: 1.6rem;
	font-weight: 600;
}

article.carrusel-home div.txt h1,
article.carrusel-home div.txt h2{
	line-height: 6rem;
	color:white;
	margin:3rem 0;
	padding:0;
	text-align: left;
}

article.carrusel-home div.txt p{
	font-size: 2.4rem;
	line-height: 3.4rem;
	color:#fff;
	margin:0;
	padding:0;
	margin-bottom: 4rem;
	font-weight: 300;
}

article.carrusel-home div.txt div.wp-block-buttons div.wp-block-button a.wp-block-button__link{
    background-color: white !important;
    border: solid 2px white;
    border-radius: 3rem;
    font-size: 2.4rem;
    margin: 0;
    padding: .5rem 7rem;
}

article.carrusel-home div.txt div.wp-block-buttons div.wp-block-button a.wp-block-button__link:hover{
	 background: transparent !important;
	 color: white;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 3%;
    display: block;
    width: 6rem;
    height: 6rem;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: .5;
}

.slick-prev
{
    left: 3%;
}
[dir='rtl'] .slick-prev
{
    right: 3%;
    left: auto;
}
.slick-prev:before
{
    content: '';
    background: url("//globalsystemsa.com.ar/img/izq.png") no-repeat;
    background-size: 100% auto;
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    background: url("//globalsystemsa.com.ar/img/izq.png") no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-next
{
    right: 3%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 3%;
}
.slick-next:before
{
      content: '';
    background: url("//globalsystemsa.com.ar/img/izq.png") no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
[dir='rtl'] .slick-next:before
{
  content: '';
    background: url("//globalsystemsa.com.ar/img/izq.png") no-repeat;
    background-size: 100% auto;
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*MARCAS*/
section#marcas{
	text-align: center;
}
section#marcas figure.wp-block-image {
	width: 18rem;
	height: 18rem;
	margin:2rem;
	padding:0;
	display: inline-block;
	vertical-align: middle;
}

section#marcas figure.wp-block-image img{
	width: 18rem;
	height: 18rem;
	object-fit: contain;
	object-position: center;
	opacity: .5;
	transition: 1s;
}

section#marcas figure.wp-block-image img:hover{
		opacity: 1;
	transition: 1s;
}

/*NOSOTROS*/
section#nosotros{
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #192735;
}
section#nosotros img.attachment-post-thumbnail{
	position: absolute;
	left:0;
		top: 50%;
	transform: translateY(-50%);
}

section#nosotros div.display-content{
	position: relative;
	width: 80%;
	padding-left: 20%;
}

section#nosotros div.display-content h1,
section#nosotros div.display-content p{
	width: 48rem;
	color:white;
	text-align: left;
}

section#nosotros div.display-content h1{
	margin:0;
	padding:0;
	padding-top: 10rem;
	margin-bottom: 5rem;
}

section#nosotros div.display-content p{
	margin:0;
	margin-top: 0rem;
	padding-bottom: 10rem;
	position: relative;
	z-index: 1;
}

section#nosotros div.display-content figure{
	width: fit-content;
    position: absolute;
    top: 0;
    right: 0rem;
    bottom: 0;
    margin: 0;
    padding: 0;
}

section#nosotros div.display-content figure img{
	height: 100%;
	object-fit: cover;
}


/*CATEGORIAS HOME*/
section#categorias{
	padding: 5rem 0;
}


h1.wp-block-heading{
	width: 100%;
	text-align: center;
	color:#192735;
	margin:5rem auto;
}

section#categorias ul,
section#categorias ul li{
	margin:0;
	padding:0;
}

section#categorias ul{
	text-align:center;
}

section#categorias ul li:first-child{
	margin-left:0 !important;
}

section#categorias ul li:last-child{
	margin-right:0 !important;
}
section#categorias ul li{
		width: 21.3rem !important;
		height: auto !important;
		margin: 1.4rem !important;
		text-align: left;
		padding:0 !important;
		border:0 !important;
}

section#categorias ul li a{
	display: block;
		width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;

}

section#categorias ul li a:after{
	content: '';
	width:100%;
	height: 10rem;
	background-color: #AF251D;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 1rem;
	z-index: 0;
	transition: .5s;
}

section#categorias ul li a:hover:after{
	bottom: 1rem;
	transition: .5s;
}
section#categorias ul li img{
    width: 8rem;
    height: 16rem;
    object-fit: cover;
    object-position: top right;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    margin: 0;
}

section#categorias ul li h2{
    font-size: 2rem;
    line-height: 2.4rem;
    width: 12rem;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1rem;
    color: white;
    z-index: 1;
    position: relative;
    padding-top: 7rem;
}

section#categorias mark.count{
	display: none;
}

/*LOOP DE PRODUCTOS*/
span.porciento{
	position: absolute;
	height: 2.5rem;
	left:0;
	top: 0;
	font-size: 1.6rem;
	font-weight: 600;
	color:white;
	padding:.5rem;
	padding-left: 2rem;
	padding-right: .5rem;
	background: #AF251D;
	 font-family: "Noto Sans", sans-serif;
}

span.porciento:after{
content: '';
    width: 3rem;
    height: 3.5rem;
    position: absolute;
    background: #AF251D;
    top: 0px;
    right: -28px;
    clip-path: polygon(0% 0%, 100% 0%, 30% 100%, 0% 100%);
}

.woocommerce .products ul li, .woocommerce ul.products li{
width: 20.7% !important;
    height: 40rem !important;
    padding: 2% !important;
    border: solid 1px lightgray !important;
    border-top: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 28rem;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    object-fit: cover;
    object-position: center;
    transition: 1s;
}

h2.woocommerce-loop-product__title{
    font-size: 1.6rem !important;
    font-weight: 300;
    color: #192735;
    line-height: 2.6rem;
    margin: 0 !important;
    padding: 2rem 0 !important;
    padding-bottom: 0 !important;
    font-family: "Noto Sans", sans-serif;
    position: relative;
    height: 6rem;
}

h2.woocommerce-loop-product__title:after{
	content: '';
	width: 7rem;
	height: .3rem;
	background: #AF251D;
	position: absolute;
	top: 0;
	left: 0;
}

span.price{
	font-size: 2.4rem !important;
	color:#192735;
	margin:0 !important;
	pdding:0 !important;
	font-family: "Noto Sans", sans-serif;
}

.woocommerce ul.products li.product .button {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 5rem;
    background: #AF251D;
    font-size: 2.4rem;
    color: white;
    line-height: 2.4rem;
    font-weight: 500;
    padding: 1rem 0;
    font-family: "Noto Sans", sans-serif;
    opacity: 0;
    transition: 1s;
}

.woocommerce ul.products li.product:hover a img {
    height: 20rem;
    transition: 1s;
}

.woocommerce ul.products li.product:hover .button{
	transition: 1s;
	opacity: 1;
}

section#productos-destacados div.wp-block-buttons{
	width: fit-content;
	margin:0 auto;
}

a.wp-block-button__link{
	font-size: 2.4rem !important;
	background-color: transparent !important;
	border-radius:3rem;
	border:solid 2px #AF251D;
	color:#AF251D;
	text-transform: uppercase;
	margin: 0;
    padding: 1rem 3rem !important;
    transition: .5s !important;
}

a.wp-block-button__link:hover{
	background-color: #AF251D !important;
	color:#fff !important;
    transition: .5s !important;
}

/*CORTE*/
section#corte{
	text-align: center;
}

section#corte div#contenedor{
		border-radius: 1rem;
		background: #192735;
}

section#corte img.attachment-post-thumbnail{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	object-fit: cover;
	object-position: center;
	opacity: .4;
	transition: 8s;
}

section#corte:hover img.attachment-post-thumbnail{
	transform: scale(1.2);
	filter: blur(5px);
	transition: 8s;
}

section#corte div.display-content{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	padding:12rem 0;
	margin:0 auto;
	filter: blur(2px);
	transition: 3s;
}

section#corte:hover div.display-content{
	transform: scale(1.2);
	filter: blur(0px);
	transition: 3s;
}


section#corte div.display-content h1{
	color:white;
	line-height: 100%;
}


section#corte div.display-content img{
	width: 24rem;
}

/*SERVICIOS*/
section#servicios{
	margin:0;
	padding:8rem 0;
	background-color: #EDEEEF;
}

section#servicios div.wp-block-group{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5rem;
}

section#servicios div.wp-block-group figure{
	margin:0;
	padding:0;
	display: inline-block;
	vertical-align: top;
	margin-right: 5rem;
}

section#servicios div.wp-block-group figure img{
	width: 12rem;
	height: 12rem;
	object-fit: contain;
	object-position: center;
}

section#servicios div.wp-block-group p{
	display: inline-block;
	vertical-align: top;
	margin:0;
	padding:0;
	color:#192735;
	width: 37rem;
}

section#servicios div.wp-block-group p mark{
	color:white !important;
	background-color: #AF251D !important;
	padding:0rem 1rem;
	margin-bottom: 1rem;
	display: block;
	width: fit-content;
	text-transform: uppercase;
	font-weight: 500;
}


/*CONTACTO*/
section#contacto{
	margin:0;
	padding:0;
	border-bottom: solid	1rem #AF251D;
}
section#contacto div.wp-block-group{
	width: 50%;
	height: 52rem;
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #192735;
	border-right: solid	1rem #AF251D;
}

section#contacto div.wp-block-group h1,
section#contacto div.wp-block-group p,
section#contacto div.wp-block-group p a{
	color:white;
	margin:0;
	padding:0;
	text-align: left;
}

section#contacto div.wp-block-group p a{
	transition: .5s;
}
section#contacto div.wp-block-group p a:hover{
	opacity: .6;
	transition: .5s;
}

section#contacto div.wp-block-group h1{
	margin-bottom: 5rem;
}

section#contacto div.wp-block-group p{
	margin-bottom: 3rem;
}

section#contacto div.wp-block-group div.wp-block-group__inner-container{
	width: 32rem;
	margin-top: 10rem;
	margin-right: 10rem;
	float: right;
}

section#contacto iframe{
	width: 50%;
	height: 52rem;
	position: relative;
	float: right;
	overflow: hidden;
}
/*whatsapp*/
#wasap{
	position: fixed;
	bottom:1%;
	right: 1%;
	width: 8rem;
	height: auto;
	overflow: hidden;
}
#wasap ul,
#wasap ul li{
	list-style: none;
	margin:0;
	padding:0;
	width: 100%;
	height: auto;
}

#wasap a img{
	width: 100%;
	height: auto;
}
#wasap a{
	transition: .5s;
}
#wasap a:hover{
	opacity: .5;
	transition: .5s;
}

/*FOOTER*/
footer#footer{
	padding-top:8rem;
	color:#192735;
}


footer#footer ul,
footer#footer ul li{
	list-style: none;
	padding:0;
	margin:0;
}

footer#footer ul li {
	margin-bottom: 3rem;
	padding-bottom: .5rem;
	position: relative;
}

footer#footer ul li:after{
	content: '';
	width: 6rem;
	height: .3rem;
	background: #AF251D;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer#footer ul li.wc-block-product-categories-list-item:after{
	display: none;
}

footer#footer ul li.wc-block-product-categories-list-item a{
	font-weight: 500;
}

footer#footer ul.wc-block-product-categories-list{
	columns: 2;
}

footer#footer ul li a{
	color:#192735;
	font-weight: 700;
}

footer#footer section:first-child{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 5rem;
}

footer#footer section:nth-of-type(2){
	width: 26rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 14rem;
}

footer#footer section:nth-of-type(3){
	width: fit-content;
	display: inline-block;
	vertical-align: top;
	margin-right: 14rem;
}

footer#footer section:nth-of-type(4){
	width: fit-content;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
}

footer#footer section:nth-of-type(4) h5{
	font-size: 1.6rem;
	font-weight: 900;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	position: relative;
}

footer#footer section:nth-of-type(4) h5:after{
	content: '';
	width: 6rem;
	height: .3rem;
	background: #AF251D;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer#footer ul li a{
	transition: .2s;
	top: 0px;
	position: relative;
	display: block;
}
footer#footer ul li a:hover{
	top:-.3rem;
	transition: .2s;
}

footer#footer .wc-block-product-categories-list-item-count{
	display: none;
}

/*TODAS LAS PAGINAS*/
section#paginas div.entry-content h1:first-child{
	display: none;
}

section#paginas h1.titulo{
	width: 100%;
	margin:0 auto;
	padding: 5rem 0;
	text-align: center;
}

section#paginas.loop-productos h1.titulo{
	width: 100%;
	margin:0 auto;
	padding: 0;
	text-align: center;
}

nav.woocommerce-breadcrumb{
	width: 100%;
	text-align: center;
	margin:0 auto !important;
	margin-top: 5rem !important;
}

section#paginas.single nav.woocommerce-breadcrumb{
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	float: none !important;
}


.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
	float: left!important;
	margin-right: 5rem!important;
}

div.filtro-marcas{
	float: left;
	width: fit-content;
	height: auto;
}


div.filtro-marcas ul,
div.filtro-marcas ul li{
	list-style: none;
	margin:0;
	padding:0;
}

div.filtro-marcas ul li{
	display: inline-block;
	vertical-align: middle;
	border-left: solid 3px #AF251D;
	margin-top: 1rem;
}

div.filtro-marcas ul li a{
	text-transform: uppercase;
	color:#192735;
	padding:2rem;
}

.woocommerce ul.products li.product .price del, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	color:#192735 !important;
}

.woocommerce ul.products li.product .price del{
	font-weight: 300 !important;
}
.woocommerce ul.products li.product .price{
	font-weight: 600 !important;
}

.woocommerce div.product div.summary{
	position: relative;
}

section#paginas.single h1.product_title{
  font-size: 2.4rem;
  line-height: 3.4rem;
  padding-top: 6rem;
  padding-bottom: 1rem;
}

section#paginas.single div.product p.price{
    color: #192735;
    font-size: 2.4rem;
    font-weight: 900;
    position: relative;
    padding-bottom: 2rem;
}

section#paginas.single div.product p.price:after{
	content: '';
	width: 6rem;
	height: .3rem;
	background: #AF251D;
	position: absolute;
	bottom: 0;
	left:0;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    border-radius: 4rem;
    color: #AF251D;
    border: solid 3px #AF251D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.4rem;
    padding: 1rem 5rem;
    background: white;
    font-family: 'Noto Sans';
    transition: .5s;
    z-index: 1;
}

.woocommerce div.product form.cart .button:hover {
    color: #fff;
    background: #AF251D;
    transition: .5s;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    background: #AF251D;
    width: 7rem;
    height: 2.9rem;
    padding: 1rem;
    margin-right: -3.5rem;
    overflow: hidden;
    border-radius: 1rem;
}

.woocommerce .quantity .qty {
    width: 4rem;
    text-align: center;
    background: transparent;
    border: 0;
    color: white;
    font-size: 1.8rem;
}

.woocommerce div.product form.cart{
	margin:4rem 0 !important;
}

section#paginas.single div.product_meta span{
	display: block;
	font-weight: 600;
	font-size: 1.4rem;
}

section#paginas.single div.product_meta span span,
section#paginas.single div.product_meta span a{
	color:#333;
	font-weight: 300;
}
section#paginas.single div.product_meta span span{
	display: inline-block;
}

div.mis-botones-compartir{
	margin-bottom: 1rem;
}

div.mis-botones-compartir a{
	margin-right: 1rem;
}


div.mis-botones-compartir a:hover img{
	opacity: .5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #AF251D;
	color:white;
	font-size: 1.8rem !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	font-size: 1.8rem !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	box-shadow: none !important;
}

.woocommerce div.product div.woocommerce-tabs{
	padding-top: 8rem;
}

section#paginas.single section.related.products>h2{
	width: 100%;
	padding:6rem 0;
	margin-top: 2rem;
	border-top: 1px solid lightgray;
	text-align: center;	
}

.woocommerce ul.products li.product .button.added{
	top:-1rem;
	margin-bottom: -1rem;
}

.woocommerce a.added_to_cart {
    padding-top: .1rem;
    display: block;
    font-weight: 700;
    color: #192735;
}

.woocommerce a.added_to_cart:hover{
	color:gray;
}

input[type="submit"], button.wc-block-components-checkout-place-order-button{
	background-color: #192735 !important;
}

div.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container {
    margin: 0 0 16px;
    position: relative;
    text-transform: uppercase;
    background: #192735;
    border-radius: 3rem;
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Noto Sans';
    transition: .5s;
}

div.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container:hover {
	background-color: gray;
	transition: .5s;
}

div.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit a{
	color: white;
}

div.wp-block-woocommerce-cart-totals-block .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-size: 3rem;
    font-weight: 500;
}

.wc-block-cart__main .wc-block-cart-items td{
	border-top: 0!important;
}

.wc-block-components-product-name{
	color:#AF251D;
	font-size: 1.8rem !important;
}

.wc-block-components-product-name:hover{
	opacity: .5;
}

.wc-block-components-product-metadata__description p{
	font-size: 1.4rem !important;
}

div.wc-block-cart-item__prices span.price{
	font-size: 1.6rem !important;
}

div.wc-block-components-country-input{
	margin-top: 2rem;
}



/*QUERIES*/
 @media only screen and (max-width : 1510px){
 	div#contenedor{
 		width: 1200px;
 		/*background: rgba(10, 70, 130, .5);*/
 	}

section#nosotros img.attachment-post-thumbnail {
    position: relative;
    top: 0;
    transform: none;
    transform: rotate(-90deg);
    margin: 0 auto;
    left: 40%;
}

section#nosotros div.display-content {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-top:-10rem;
}

    section#nosotros div.display-content h1, section#nosotros div.display-content p {
        width: 70%;
        color: white;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 5rem;
    }


    section#nosotros div.display-content figure {
        width: 126%;
        height: 50rem;
        position: relative;
        margin: 0;
    }

    section#nosotros div.display-content figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        position: relative;
        left: -20%;
    }

 }



 /*QUERIES*/
 @media only screen and (max-width : 1210px){
 	div#contenedor{
 		width: 900px;
 		/*background: rgba(10, 170, 130, .5);*/
 	}

 	header#header h1{
 		transition: 1s;
 	}

 	header#header.scroll div.menu h1{
 		width: 10rem;
 		transition: 1s;
 	}

    header#header.scroll div.menu form {
        right: 12rem;
        top: 1.6rem;
        transition: 1s;
    }

    header#header.scroll div#hamb{
    	padding:1.6rem 4rem;
    	transition: 1s;
    }

   header#header.scroll div.menu-superior div#contenedor div ul li a{
   	font-size: 1.2rem;
   	transition: 1s;
   }
      header#header div.menu-superior div#contenedor div ul li a{
   	font-size: 1.3rem;
   	transition: 1s;
   }
    
   header#header div.menu form, header#header div#hamb, header#header div.menu-superior div#contenedor div ul li a{
   	transition: 1s;
   }

 	header#header div#hamb{
	display: block;
	cursor: pointer;
}

header#header div.menu-hamb{
	height: 0px;
	opacity: 0.5;
	transition: .5s;
	overflow: hidden;
	padding:0;
}

header#header.aparece div.menu-hamb{
	transition: .5s;
	opacity: 1;
	height: auto;
	padding:3rem;
}

header#header div.menu-hamb{
	display: block;
	text-align: center;
}

header#header div.menu-hamb ul,
header#header div.menu-hamb ul li{
	list-style: none;
	margin:0;
	padding:0;
}

header#header div.menu-hamb ul li a{
	color:#192735;
}

header#header div.menu-hamb ul li a:hover{
	color:gray;
}

header#header div.menu-hamb ul li{
	padding:1rem 0;
	margin-bottom: 2rem;
	position: relative;

}

header#header div.menu-hamb ul li:after{
	content: '';
	width: 6rem;
	height: .3rem;
	background: #AF251D;
	position: absolute;
	bottom: 0;
	left: 50%;
  transform: translateX(-50%);
}

header#header div.menu div.menu-menu-container{
	display: none;
}

header#header div.menu form{
	right: 12rem;
}

header#header div#hamb hr{
	transition: .5s;
}

header#header.aparece div#hamb hr{
	transition: .5s;
}

header#header.aparece div#hamb hr:nth-of-type(1){
	transform: rotate(45deg);
	margin-bottom: -.3rem;
}

header#header.aparece div#hamb hr:nth-of-type(2){
	transform: rotate(-45deg);
}

header#header.aparece div#hamb hr:nth-of-type(3){
	opacity: 0;
}


article.carrusel-home div.txt{
	width: 70%;
	padding:3%;
	top: auto;
	transform: none;
	position: relative;
	margin-top: -30%;
}

h1.wp-block-heading{
	font-size: 4rem;
	line-height: 5rem !important;
}

article.carrusel-home div.txt p {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
article.carrusel-home div.txt span.title{
	font-size: 1.2rem;
}

a.wp-block-button__link{
	font-size: 1.8rem !important;
}

.slick-prev, .slick-next{
	bottom: 50%;
}

section#marcas figure.wp-block-gallery{
	display: block;
}

section#marcas figure.wp-block-gallery{
	display: block;
}

section#marcas figure.wp-block-gallery figure.wp-block-image{
	margin: 1rem 3rem !important;
}

section#categorias ul li{
	float: none !important;
	display: inline-block;
}

.woocommerce .products ul li, .woocommerce ul.products li{
	width: 29% !important;
	clear: none !important;
	padding-bottom: 4%!important;
}

footer#footer section:nth-of-type(2),
footer#footer section:nth-of-type(3){	
	margin-right: 7rem;
}

 section#servicios div.wp-block-group figure{
 	margin-bottom: 2rem;
 }

}

/*QUERIES*/
 @media only screen and (max-width : 940px){
 	div#contenedor{
 		width: 700px;
 		/*background: rgba(210, 170, 30, .5);*/
 	}

 	html{
 		font-size: 9px;
 	}

 	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
 		    float: left !important;
        clear: none !important;
 	}

 	section#contacto div.wp-block-group {
    width: 100%;
    height: auto;
    position: relative;
    float: none;
    overflow: hidden;
    background-color: #192735;
    border-right: 0;
    border-top: solid 1rem #AF251D;
}

section#contacto div.wp-block-group div.wp-block-group__inner-container {
    width: 700px;
    float: none;
    margin: 5rem auto;
}

section#contacto iframe{
	width: 100%;
	float: none;
}

section#contacto {
    background: #AF251D;
}

footer#footer section:nth-of-type(2), footer#footer section:nth-of-type(3), footer#footer section:nth-of-type(4){
	width: 90%;
	height: auto;
	float: none;
	display: block;
	margin:2rem auto;
	text-align: center;
}

footer#footer ul li:after, footer#footer section:nth-of-type(4) h5:after{
	left: -50%;
        margin-left: auto;
        right: -50%;
        margin-right: auto;
}

footer#footer ul.wc-block-product-categories-list {
    columns: 1;
}

div.filtro-marcas {
    margin: 3rem 0;
}

.woocommerce ul.products li.product a img{
	height: 25rem;
}

span.porciento:after{
	right: -26px;
}

.woocommerce div.product form.cart .button {
    font-size: 2.2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.woocommerce div.product div.woocommerce-tabs{
	padding-top: 1rem;
 }

 section#paginas.single section.related.products>h2{
 	padding:4rem auto;
 }



}

/*QUERIES*/
 @media only screen and (max-width : 720px){
 	div#contenedor{
 		width: 90%;
 		/*background: rgba(10, 240, 130, .5);*/
 	}

 	header#header div.menu-superior div#contenedor div ul li{
 		width: fit-content;
 		text-align: left;
 	}

 	header#header div.menu-superior div#contenedor div ul li:nth-of-type(1){
 		display:none;
 	}

 	 	header#header div.menu-superior div#contenedor div ul li:nth-of-type(3){
 		float: right;
 	}

 	header#header div.menu-superior{
 		transition: 1s;
 		top: 0rem;
        position: relative;
        margin-bottom: 0rem;
 	}

    header#header.scroll div.menu-superior {
        top: -4.5rem;
        position: relative;
        margin-bottom: -4.5rem;
        transition: 1s;
    }

 header#header div.menu h1 {
    width: 50%;
    padding-right: 5%;
}

    header#header div.menu form {
        right: 0;
        width: 30%;
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 2% 3%;
        top: 2.3rem;
    }

        header#header div#hamb {
        display: block;
        cursor: pointer;
        padding-right: 0;
        padding-left: 1%;
        width: 7%;
    }

        header#header.scroll div.menu form {
        right: 0;
        top: 1rem;
        transition: 1s;
        margin: 0 3%;
        width: 45%;
    }

header#header.scroll div.menu h1 {
        width: 20%;
    }

    article.carrusel-home div.thumbnail {
    width: 100%;
    height: 100vh;
}

article.carrusel-home div.thumbnail {
    height: 75vh;
}

article.carrusel-home div.txt{
	width: 80%;
	margin-top: -10rem;
}

article.carrusel-home div.txt h1, article.carrusel-home div.txt h2{
	font-size: 1rem;
}

article.carrusel-home div.txt h1, article.carrusel-home div.txt h2{
        font-size: 3rem;
        line-height: 4rem !important;
        margin: 2rem 0;
    }

    article.carrusel-home div.txt p {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 0;
    }


    article.carrusel-home div.txt div.wp-block-buttons div.wp-block-button a.wp-block-button__link{
    	margin-top: 2rem;
    	font-size: ;
    }

    a.wp-block-button__link{
    	padding:.5rem 3rem !important;
    }

  .slick-prev, .slick-next{
  	width: 4rem;
  	height: 4rem;
  }

      section#nosotros img.attachment-post-thumbnail {
        position: absolute;
        top: 0;
        transform: none;
        margin: 0 auto;
        left: 0;
        width: 18%;
        height: auto;
        object-fit: contain;
    }

        section#nosotros div.display-content {
        position: relative;
        width: 80%;
        padding-left: 20%;
        margin: 0 auto;
        margin-top: 5rem;
    }

section#nosotros div.display-content h1, section#nosotros div.display-content p{
	margin-bottom:3rem ;
	text-align: left;
	margin-left: 0;
}

section#nosotros div.display-content h1, section#nosotros div.display-content p{
	width: 85%;
}

p {
    font-size: 1.4rem;
    line-height: 160%;
}

section#nosotros div.display-content figure{
	height: auto;
}

h1.wp-block-heading {
    margin: 3rem auto;
}

    .woocommerce .products ul li, .woocommerce ul.products li {
        width: 45.5% !important;
        clear: none !important;
        padding-bottom: 4% !important;
    }

    .woocommerce ul.products li.product .button, span.price{
    	font-size: 2rem !important;
    	line-height: 2rem !important;
    }

section#servicios div.wp-block-group {
    width: fit-content;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    margin-bottom: 5rem;
    overflow: hidden;
    text-align: center;
}

section#servicios div.wp-block-group figure{
	width: 20%;
	height: auto;
	margin-right: 5%;
	margin-bottom: 0;
}

section#servicios div.wp-block-group p{
	text-align: left;
	width: 70%;
	height: auto;
}
section#servicios div.wp-block-group figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

section#corte div.display-content h1{
	font-size: 3rem;
	line-height: 4rem !important;
}

section#corte div.display-content{
	filter: none;
}

section#contacto div.wp-block-group div.wp-block-group__inner-container{
	width: 90%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    font-size: 1.4rem !important;
}

section#paginas.single section.related.products>h2{
	margin-top: 0;
}

h2{
	font-size:3rem;
}

div.woocommerce-Tabs-panel h2{
	margin-bottom: 2rem;
}


}


/*QUERIES*/
 @media only screen and (max-width : 490px){
 	div#contenedor{
 		/*background: rgba(10, 40, 130, .5);*/
 	}
    section#categorias ul li {
        float: none !important;
        display: inline-block;
        width: 90% !important;
        margin: 0 auto !important;
    }

    section#categorias ul li h2{
    	width: 70%;
    	margin-left:5%;
    }

    .woocommerce ul.products li.product .button{
    	opacity: 1;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 92% !important;
    padding: 4% !important;
    padding-bottom: 7% !important;
    border-right: none !important;
    border-left: none !important;
    margin: 0 auto !important;
    height: auto !important;
}
 }