/*
    Theme Name: Gesys
    Theme URI: 
    Author: Web Everywhere
    Author URI: 
    Description: Theme Diseñado para la empresa Gesys
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Maquinado de precisión, Servicios industriales, Pailería, Impresión 3D, industrial, Soluciones automotrices, Diseño e ingeniería, Racks Minomis, Dollies industriales, Estructuras metálicas, Conveyors abatibles, Seguridad industrial, Checking fixture, Holding fixture, Gauges de precisión, Dispositivos de prueba y error, Ingeniería inversa, Fabricación de estructuras, Calibración de partes, Automatización industrial, Soluciones para el hogar
    Text Domain: Gesys
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&family=Staatliches&display=swap');

:root {
    /** Fuentes **/
    --fuente-principal: 'Raleway', sans-serif;
    --fuente-headings: 'Staatliches', cursive;

    /** Colores **/
    --primario: #ff5b00;
    --gris-oscuro: #282828;
    --gris-claro: #EBEBEB;
    --blanco: #FFF;
    --negro: #000;
    --azul-metalico: #002855; 
    --fondo-navegador: #282828;
    --color-texto: var(--gris-oscuro);
    --color-acento: var(--primario);
}

html {
    box-sizing: border-box;
    font-size: 62.5%; /* 10 PX = 1rem */
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: var(--fuente-principal);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
}

/** Headings **/
h1, h2, h3, h4 {
    font-family: var(--fuente-headings);
    margin:5rem 0;
    line-height: 1.2;
}
h1 {
    font-size: 6rem;
}
h2 {
    font-size: 4.8rem;
}
h3 {
    font-size: 3.6rem;
}
h4 {
    font-size: 2.4rem;
}

/** Globales **/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--fuente-principal);
    color: var(--color-texto);
}

p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit; /* Usa el color del padre */
    transition: color 0.3s ease;
}

a:hover {
    color: var(--color-acento);
}

ul {
    list-style: none;
}

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

hr {
    border: 1px solid var(--color-gris-claro);
    margin: 2rem 0;
}

.contenedor {
    width: min(95%, 1200px);
    margin: 0 auto;
    padding: 0 1rem; /* Asegura un pequeño espacio interno */
}

.contenido-centrado {
    width: min(95%, 800px);
    margin: 0 auto;
}

.text-center {
    text-align: center;
}
 
.intro{
	font-family: var(--fuente-principal);
	font-size: 16px;
	color: var(--negro);
}

.otro{
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}

/** Botones **/

.elementor-button span {
	color:white;
}
.form-submit .submit,
.boton {
    background-color: var(--blanco);
    color: var(--negro);
    padding: 1rem 3rem;
    display: block;
    flex: 1;
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .5rem;
    margin: 1rem 0;
    border: none;
}
@media (min-width: 768px) {
    .boton {
        display: inline-block;
        flex: 0 0 auto;
        width: auto;
    }
}
.boton-primario {
    background-color: var(--primario);
    color: var(--blanco);
}

/** Utilidades **/
.text-center {
    text-align: center;
}
.texto-primary {
    color: var(--primario);
}
sub-tit{
	color: var(--azul-metalico);
}
.text-blanco {
    color: var(--blanco);
}
.seccion {
    padding: 5rem 0;
}
/** Header **/

#mega-menu-wrap-menu-iconos #mega-menu-menu-iconos li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
    font-size:23px;
}

.woocommerce-store-notice, p.demo_store {
  background-color: black;
  display:block!important;
  max-height:50px;
  padding:10px!important;
} 
.woocommerce-store-notice a, p.demo_store a{
display:none;
}
.home {
    position: absolute!important;
    background: transparent!important;
	z-index:2;
	box-shadow:none;
}

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

    .site-header {
        width: 100%;
        background: #282828! important; /* Cambia el fondo en móviles */
        padding: 10px 0; /* Ajusta el padding si es necesario */
        box-shadow: none; /* Quita la sombra */
    }
    
    .home {
        position: relative !important;
        z-index: 1;
		box-shadow:none;
    }

.barra-navegacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    flex-wrap: wrap; /* Permite el ajuste de los elementos */
}
.logo {
    flex: 1 1 100%; /* Ancho completo en todas las pantallas */
    text-align: center;
}
.logo img {
    height: 125px;
}
#mega-menu-wrap-menu-iconos .mega-menu-toggle + #mega-menu-menu-iconos {
    display: flex;
}
#mega-menu-wrap-menu-iconos #mega-menu-menu-iconos {
    text-align: right;
}
#mega-menu-wrap-menu-principal #mega-menu-menu-principal {
    text-align: center;
}

}
/* Estilo para escritorio */
@media screen and (min-width: 769px) {
.site-header {
    width: 100%;
    background: #282828; /* Mantiene el fondo gris */
    padding: 10px 0; /* Añade un poco de espacio arriba y abajo */
}

.barra-navegacion {
    display: flex;
    justify-content: space-between; /* Distribuye los elementos uniformemente */
    align-items: center; /* Alinea verticalmente los elementos al centro */
}

.logo {
    text-align: left; /* Alinea el logo a la izquierda */
    width:150px
}

.menu-principal {
    flex: 2; /* Ocupa más espacio para centrar el menú */
    text-align: center; /* Centra el menú */
}

.elementos-extra {
    flex: 1; /* Ocupa el espacio necesario sin romper la fila */
    display: flex;
    justify-content: flex-end; /* Alinea los iconos a la derecha */
    gap: 15px; /* Espacio entre los iconos */
}

.elementos-extra .menu-iconos {
    display: flex;
    align-items: center;
}

/* Ajustes específicos para los iconos de la barra */
#mega-menu-wrap-menu-iconos .mega-menu-toggle + #mega-menu-menu-iconos {
    display: flex;
}

#mega-menu-wrap-menu-iconos #mega-menu-menu-iconos {
    display: flex;
    justify-content: flex-end; /* Alinea los iconos a la derecha */
    gap: 15px; /* Espacio entre los iconos */
}

#mega-menu-wrap-menu-principal #mega-menu-menu-principal {
    display: flex;
    justify-content: center; /* Centra el menú principal */
    align-items: center; /* Asegura que todos los elementos estén alineados */
}
}

/** Información meta **/
.meta-info {
    background-color: var(--gris-claro);
    padding: 2rem;
}
@media (min-width: 992px) {
    .meta-info {
        display: flex;
        justify-content: space-between;
    }
}
.meta-info p,
.meta-info a {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--negro);
}
.meta-info span {
    color: var(--primario);
}
.meta-info .categoria {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.meta-info .post-categories {
    display: flex;
    gap: 1rem;
}
.term-description{
	text-align:center;
}

/** Formulario de Contacto **/

.wpcf7-form label {
    font-weight: 700;
}
.wpcf7-form .wpcf7-form-control {
    width: 100%;
    border: 1px solid var(--gris-claro);
    padding: 1rem;
}
.wpcf7-form .wpcf7-submit {
    background-color: var(--primario);
    font-size: 2rem;
    font-family: var(--fuente-headings);
    padding: 1.2rem;
    color: var(--blanco);
}
.wpcf7-form .wpcf7-submit:hover {
    cursor: pointer;
}
.wpcf7-form .wpcf7-not-valid-tip {
    background-color: rgb(200, 6, 6);
    color: var(--blanco);
    padding: .5rem;
    margin: .5rem 0;
    display: block;
    font-size: 1.4rem;
}
.wpcf7-form .ajax-loader {
    display: block;
    margin: 2rem auto 0 auto;
}
.wpcf7-form .wpcf7-spinner {
    display: block;
    margin: 2rem auto 0 auto;
    background-color: var(--primario);
    opacity: 1;
}

.mapa {
    margin-bottom: 5rem;
}

/** Página Principal **/
.bienvenida p {
    max-width: 80rem;
    margin: 0 auto;
}

.areas {
    display: grid;
    grid-template-columns: 1fr;
}
@media (min-width: 480px) {
    .areas {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 768px) {
    .areas {
        grid-template-columns: repeat(4, 1fr);
    }
}

.area {
    height: 25rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.area::after {
    content: '';
    background-image: linear-gradient( rgb(0 0 0 / .6), rgb(0 0 0 / .5));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.area img {
    height: 25rem;
    width: 50rem;
    object-fit: cover;
}
@media (min-width: 768px) {
    .area,
    .area img {
        height: 30rem;
    }
}

.area p {
    position: absolute;
    color: var(--blanco);
    z-index: 100;
    font-weight: 900;
	padding:10px;
}
@media (min-width: 768px) {
    .area p {
        opacity: 0;
        transition: opacity .5s ease-out;
    }
    .area:hover p {
        opacity: 1;
    }
}
/*TABS*/
.pcss3t > ul,
.pcss3t > ul > li {
    height: 1350px; /* Altura predeterminada para pantallas de escritorio */
    width: auto;
}

/* Estilos para tabletas en orientación vertical */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .pcss3t > ul,
    .pcss3t > ul > li {
        height: 1400px; /* Ajusta este valor según el tamaño que prefieras para tabletas en vertical */
        width: auto;
    }
}

/* Estilos para dispositivos móviles */
@media only screen and (max-width: 767px) {
    .pcss3t > ul,
    .pcss3t > ul > li {
        height: 1500; /* Ajusta este valor para dispositivos móviles */
        width: auto;
    }
}

.pcss3t {
	margin-top:30px;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}

.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px  0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 15%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
	color: var(--negro);
}

.pcss3t .typography h1 {
	font-size: 40px;
	line-height: 60px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.pcss3t .typography h2 {
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}
.pcss3t .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.pcss3t .typography ol {
	counter-reset: list1;
}
.pcss3t .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
	display: block;
}
.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.pcss3t .typography .link:hover {
	text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}
.pcss3t .typography .text-center {
	text-align: center;
}
.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}


/**/
/* font awesome */
/**/




/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {

	

}
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 13px;
	line-height: 49px;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: var(--blanco);
}
.pcss3t > ul {
	background: #fff;
	text-align: left;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: var(--fondo-navegador);
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: var(--blanco);
	opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
	background: var(--primario);
	opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color:  var(--azul-metalico);
	opacity: 1;
}
.pcss3t-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
	padding: 5px;
	background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
	margin-right: 0;
	margin-bottom: 0;
	background: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-2 > label:hover {
	background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
	padding-bottom: 0;
	background: #fff;
	background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #822bd9;
}
.pcss3t-theme-2 > ul {
	margin: 0 -5px -5px;
	border-radius: 0;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-2 > ul {
		margin-top: 5px;
	}
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
	background: rgba(0,0,0,0.8);	
}
.pcss3t-theme-3 > label {
	background: none;
	border-right: 1px dotted rgba(255,255,255,0.5);
	text-align: center;
	color: #fff;
	opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
	background: none;
	color: #d9d92b;
	opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
	background: #d9d92b;
	color: #000;
	opacity: 1;
}
.pcss3t-theme-3 > ul {
	border-top: 4px solid #d9d92b;
	border-bottom: 4px solid #d9d92b;
	border-radius: 0;
	box-shadow: none;
}


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
	margin: 0 10px 10px 0;
	border-radius: 5px;
	background: #78c5fd;
	background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
	background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
	box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
	line-height: 39px;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	color: #fff;
}
.pcss3t-theme-4 > label:hover {
	background: #90cffc;
	background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
	background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
	top: 1px;
	background: #5f9dc9;
	background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
	background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
	text-shadow: none;
}
.pcss3t-theme-4 > ul {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-4 > label {
		margin-right: 0;
	}
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
	padding: 15px;
	border-radius: 5px;
	background: #ad6395;
	background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
	background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
	margin-right: 10px;
	margin-bottom: 15px;
	background: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-5 > label:hover {
	background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
	background: rgba(255,255,255,0.3);
	color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 10px;
	margin-left: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
	margin: 0 -15px -15px;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-5 > input:checked + label:after {
		display: none;
	}
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/


.ag-format-container {
	width: 1142px;
	margin: 0 auto;
  }

  .ag-courses_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  
	padding: 50px 0;
  }
  .ag-courses_item {
	-ms-flex-preferred-size: calc(33.33333% - 30px);
	flex-basis: calc(33.33333% - 30px);
  
	margin: 0 15px 30px;
  
	overflow: hidden;
  
	border-radius: 28px;
  }
  .ag-courses-item_link {
	display: block;
	padding: 30px 20px;
	background-color:  var(--gris-oscuro);
  
	overflow: hidden;
  
	position: relative;
  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover .ag-courses-item_date {
	text-decoration: none;
	color: #FFF;
  }
  .ag-courses-item_link:hover .ag-courses-item_bg {
	-webkit-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
  }
  .ag-courses-item_title {
	margin: 0 0 ;
  
	overflow: hidden;
  
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
  
	z-index: 2;
	position: relative;
  }
  .ag-courses-item_date-box {
	font-size: 18px;
	color: #FFF;
  
	z-index: 2;
	position: relative;
  }
  .ag-courses-item_date {
	font-weight: bold;
	color: #f9b234;
  
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
  }
  .ag-courses-item_bg {
	height: 128px;
	width: 128px;
	background-color: var(--azul-metalico);
  
	z-index: 1;
	position: absolute;
	top: -75px;
	right: -75px;
  
	border-radius: 50%;
  
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
  }
  .ag-courses_item:nth-child(2n) .ag-courses-item_bg {
	background-color: var(--primario);
  }
  .ag-courses_item:nth-child(3n) .ag-courses-item_bg {
	background-color: var(--azul-metalico);
  }
  .ag-courses_item:nth-child(4n) .ag-courses-item_bg {
	background-color: var(--primario);
  }
  .ag-courses_item:nth-child(5n) .ag-courses-item_bg {
	background-color: var(--azul-metalico);
  }
  .ag-courses_item:nth-child(6n) .ag-courses-item_bg {
	background-color: var(--primario);
  }
  
  
  
  @media only screen and (max-width: 979px) {
	.ag-courses_item {
	  -ms-flex-preferred-size: calc(50% - 30px);
	  flex-basis: calc(50% - 30px);
	}
	.ag-courses-item_title {
	  font-size: 24px;
	  text-align:center;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.ag-format-container {
	  width: 96%;
	}
  
  }
  @media only screen and (max-width: 639px) {
	.ag-courses_item {
	  -ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
	}
	.ag-courses-item_title {
	  min-height: 72px;
	  line-height: 1;
  
	  font-size: 24px;
	}
	.ag-courses-item_link {
	  padding: 22px 40px;
	}
	.ag-courses-item_date-box {
	  font-size: 16px;
	}
  }
  ul {
    margin: 0px;
    padding: 0px;
}
/*Footer*/
#mega-menu-wrap-menu-redes #mega-menu-menu-redes {
	text-align: center;
	margin-left: 30%;

}
#mega-menu-wrap-menu-redes #mega-menu-menu-redes > li.mega-menu-item{
	clear:none!important;
	float:left;
}
.footer-section {
  background: var(--fondo-navegador);
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: var(--primario);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: var(--blanco);
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin: 30px 0  30px 18%;
}
.footer-logo img {
    max-width: 250px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: var(--blanco);
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 100%;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: var(--blanco);
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
@media (max-width: 768px) { /* Adaptar a pantallas menores de 768px */
  #mega-menu-wrap-menu-redes #mega-menu-menu-redes {
    margin-left: 0; /* Centra el contenido eliminando margen excesivo */
    display: flex; /* Mantiene elementos alineados en flex */
    flex-wrap: nowrap; /* Evita que los elementos se envuelvan */
    overflow-x: auto; /* Permite desplazamiento horizontal si es necesario */
    justify-content: center; /* Asegura que todo esté centrado */
  }

  #mega-menu-wrap-menu-redes #mega-menu-menu-redes > li.mega-menu-item {
    float: none; /* Elimina el float en pantallas pequeñas */
    flex: 0 0 auto; /* Asegura que los elementos no colapsen */
  }

  .footer-logo {
    margin: 30px auto; /* Centra el logo */
    text-align: center; /* Alinea al centro */
  }

  .footer-widget ul li {
    width: 100%; /* Asegura que los enlaces ocupen toda la línea */
    text-align: center; /* Centra los textos */
  }

  .footer-social-icon a {
    margin-right: 10px; /* Reduce espacio entre iconos */
    margin-bottom: 10px;
  }
}

/* Rejilla básica */
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }
  
  [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
  }
  
  /* Columnas por defecto (mobile-first) */
  /* Las columnas ocuparán el 100% del ancho en pantallas pequeñas */
  .col {
	flex: 1 0 0%;
	max-width: 100%;
  }
  
  .col-4 {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
  }
  
  /* Medianas (>= 768px) */
  @media (min-width: 768px) {
	.col-md-4 {
	  flex: 0 0 33.3333%; /* 4 columnas de 12 */
	  max-width: 33.3333%;
	}
  
	.col-md-6 {
	  flex: 0 0 50%; /* 6 columnas de 12 */
	  max-width: 50%;
	}
  
	.col-md-12 {
	  flex: 0 0 100%; /* 12 columnas de 12 */
	  max-width: 100%;
	}
  }
  
  /* Grandes (>= 992px) */
  @media (min-width: 992px) {
	.col-lg-4 {
	  flex: 0 0 33.3333%;
	  max-width: 33.3333%;
	}
  
	.col-lg-6 {
	  flex: 0 0 50%;
	  max-width: 50%;
	}
  
	.col-lg-12 {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
  }
  
  /* Extra Grandes (>= 1200px) */
  @media (min-width: 1200px) {
	.col-xl-4 {
	  flex: 0 0 33.3333%;
	  max-width: 33.3333%;
	}
  
	.col-xl-6 {
	  flex: 0 0 50%;
	  max-width: 50%;
	}
  
	.col-xl-12 {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
  }
  /*----------------------------------------------------------------------------*/
/*                               categoria                               */
/*----------------------------------------------------------------------------*/
/* categorias */

.woocommerce-result-count{
    color: white;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    text-align: center;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 h2{
    color: white!important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
    color: var(--primario);
    font-size: 30px;
}

.woocommerce-loop-category__title mark{
display: none;
}

.woocommerce nav.woocommerce-pagination ul li a{
    color: var(--blanco);
}

.woocommerce nav.woocommerce-pagination ul li{
    background: var(--grisClaro);
    border-right: var(--colorPrimario);
}

.woocommerce nav.woocommerce-pagination ul{
    border: 1px solid var(--colorPrimario);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
	text-align:center;
}

.woocommerce-loop-category__title .count{
	display:none!important;
}

.meta-info{
	display:none!important;
}

.comentarios{
	display:none
}


/* Producto */

.ideas-y-mas {
  background-color: var(--primario);
  color: var(--blanco);
  border: 2px solid var(--gris-oscuro);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.ideas-y-mas:hover {
  background-color: var(--gris-claro);
  color: var(--color-texto);
  transform: scale(1.05);
  border-color: var(--color-acento);
}
.reset_variations {
	display:none!important;
}
.woocommerce span.onsale{
    background: var(--colorPrimario);
    font-family: var(--fuentePrincipal);
}
.woocommerce div.product div.summary {
    border-radius: 10px;
    margin-bottom: 2em;
    margin-top: 50px;
    background: white!important;
    padding: 30px 20px;
    text-align: center;
    font-family: var(--fuenteTexto);
}
.woocommerce div.product div.summary .price{
    font-family: var(--fuentePrincipal);
	font-weight:800;
}

.woocommerce div.product form.cart div.quantity{
    width: 100%!important;
}
.woocommerce div.product form.cart{
    width: 100%;
}
.woocommerce div.product form.cart .button {
background-color: var(--primario);
width: 100%;
border-radius: 10px 0;
padding: 13px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border-radius: 10px;
    background-color: white;
    padding: 50px;
}

.products{
    clear:both!important;
    margin-top: 50px;

}

.products h2{
    padding: 10px 0!important ;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
   display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    display: none;
}
.woocommerce ul.products li.product a{
	text-align:center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	text-align:center;
}
.woocommerce ul.products li.product .button{
	background-color:var(--gris-oscuro)
	text-aling:center;
	color:white
}
.woocommerce ul.products li.product a img{
    border-radius: 10px ;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    background-color: transparent;
    border-radius: 13px  ;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    color: var(--primario);
    padding: 0 10px!important;
    font-family: var(--fuenteTexto);
}

.woocommerce ul.products li.product a .price{
    font-family: var(--fuentePrincipal)
}

.woocommerce ul.products li.product a{
    width: 100%;
    border-radius: 10px  ;
}
.woocommerce-loop-product__title{
    color:black;
    padding: 0 20px!important;
}
.added_to_cart{
    background-color: var(--grisClaro);
    text-align: center;
    justify-content: center;
    color: white;
    margin-top: 10px ;
}
/* variaciones de producto  */
.woo-variation-swatches .variable-items-wrapper{
	justify-content:center!important;
	
}

.woocommerce div.product form.cart .variations th{
	text-align:center!important;
}

.woocommerce div.product form.cart .variations{
	margin-bottom:0!important;
}
