/*  
Theme Name: Yal
Theme URI: http://www.suragencia.com
Description: Tema Yal 2024 desarrollado por Suragancia.com	
Version: 2
Author: Victor Jorquera Escobar Suragencia.com 
Author URI: https://www.suragencia.com
*/

html {
	scroll-behavior: smooth;
}

.cleared {
	display:block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	height:0;
	overflow:hidden;
  }

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	text-align: justify;
	color: grey;
	padding: 0;
  	margin:0;
	background-color: white;
	background-image: url('images/Bottom_texture.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 100%;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0px;
	color: white;
	line-height: 95%;
	text-align: left;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 0px;
	color: rgb(255, 255, 255);
	line-height: 90%;
	text-align: left;
	margin: -10px 0
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 43px;
	font-weight: 400;
	letter-spacing: 0px;
	color: black;
	border-bottom: 5px solid #E79400;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: -20px;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	color: #E96033;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
}

h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	color: black;
	margin-bottom: 10px;
}

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

p {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 150%;
	font-size: 17px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	color: grey;
}
 
p a,p a:link,p a:visited {
	color: grey;
	text-decoration: none;
}

p a:hover {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a, a:visited {
	color: black;
	text-decoration: underline;
}

/*------ header ------  */

.header {
	position: -webkit-sticky; /* Compatibilidad con Safari */
  	position: sticky;
  	top: 0; /* El elemento se pega en la parte superior */
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 auto;
	padding: 0;
	z-index: 999999;
	width: 100%;
}

.header-wrap {
	position: relative;
	width:95%;
	min-width: 100px;
	max-width: 1400px;
	height: 120px;
	margin: 0 auto;
	text-align: right;
	color: black;
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left {
	width: 45%;
	text-align: left;
	padding: 0;
}

.header-right {
	width: 45%;
	text-align: right;
	padding: 0;
}

.header-logos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: auto;
	gap: 5px;
	overflow: hidden;
}

/*------ nav ------  */

.nav {
	position: -webkit-sticky; /* Compatibilidad con Safari */
  	position: sticky;
  	top: 0; /* El elemento se pega en la parte superior */
	width: 100%;
	margin: 0 auto 0px auto;
	z-index: 999999;
	background-color: #E79400;
	border-bottom: 0px solid #b97500;
	/* background-image: url('images/nav.png'); */
	background-position: center center;
}

.nav-wrap {
	width:95%;
	min-height: 60px;
	min-width: 100px;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.nav-left {
	width: 165px;
	height: 50px;
	text-align: left;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0px;
}

.nav-center {
	display: none;
	max-width: 70%;
	height: 30px;
	margin: 0;
	text-align: right;
	flex-grow: 1;
	background-color: #E79400;
	float: right;
}

.nav-right {
	width: 60px;
	height: 60px;
	text-align: right;
	background-color: #E79400;
	float: right;
}

/*------ nav barra ------  */

.nav-barra {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	width: 100%;
	height: 30px;
}

/*------ Menubar2 ------  */

.menu-barra {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	width: 100%;
	background-color: white;
	border-top: 1px solid lightgrey;
}

.menu-barra-wrap {
	position: relative;
	width:90%;
	min-width: 100px;
	max-width: 1400px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	color: gray;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-barra-left {
	width: 80%;
	float: left;
	text-align: left;
	background-color: greenyellow;
}

.menu-barra-right {
	width: 20%;
	float: right;
	text-align: right;
	background-color: aqua;
}

/*------ Menu Horizontal ------  */

/* Estilos para el menú principal */
.menu_principal {
	width: 100%;
    list-style: none;
    padding: 0px;
    margin: 3px 0;
    display: flex;
	justify-content: space-around;
    align-items: center;
    flex-direction: row;
	font-size: 17px;
}

.menu_principal li {
    position: relative;
}

.menu_principal li:not(:last-child) {
    border-right: 1px solid rgba(2, 2, 2, 0.149);
}

.menu_principal a {
    display: block;
	width: auto;
	text-align: center;
    padding: 2px 15px;
    color: black;
    text-decoration: none;
	white-space: nowrap;
	border-bottom: 0px solid transparent;
}

.menu_principal a:hover {
	color: white;
    background-color: transparent;
	border-bottom: 0px solid lightgray;
}

/* Estilos para los submenús */
.menu_principal .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.sub-menu {
	background-color: white;
	left: -35% !important;
	font-size: 14px;
	color: gray;
}

.menu_principal .sub-menu li {
    width: 100%;
}

.menu_principal .sub-menu a {
	padding: 10px 15px;
}

.menu_principal .sub-menu a:hover {
    background-color: #ececec;
}

/* Mostrar el submenú al pasar el ratón */
.menu_principal li:hover > .sub-menu {
    display: block;
}

.sub-menu li:not(:last-child) {
	border-right: 0px !important;
    border-bottom: 1px solid white;
}

/* Subcategoría de una subcategoría */
.menu_principal .sub-menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    background-color: white;
	left: 100% !important;
}

.menu_principal .sub-menu .sub-menu a:hover {
    background-color: #ececec;
}

/*------ Menu Movil ------  */

.navegacion {
	opacity: 0;
	visibility: hidden;
	min-width: 260px;
	background-color: white;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 2rem;
	z-index: 9999999999999;
	box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
}

.navegacion.visible {
	opacity: 1;
	visibility: visible;
	z-index: 9999999999;
}

.menu {
	width: 100%;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: white;
}

.menu li:not(:last-child) {
    border-bottom: 1px solid lightgray;
	list-style: none;
}

.menu .menu-item {
    padding: 12px 0;
}

.menu .menu-item li:not(:last-child) {
    border-bottom: 1px solid lightgray;
	list-style: none;
}

.menu li a {
	width: 100%;
	font-size: 36px !important;
	letter-spacing: 0px;
	color: #666666;
	font-weight: 400;
	background-color: white;
	list-style: none;
	text-decoration: none;
}

.menu li a:hover {
	width: 100%;
	font-size: 36px !important;
	letter-spacing: 0px;
	color: black;
	font-weight: 400;
}

.menu li a:active {
	color: black;
}

.menu-item {
	width: 100%;
	list-style: none;
}

.menu-button {
	width: 60px;
	height: 60px;
	background-position: center center;
	background-size: cover;
	border: 0;
	cursor: pointer;
	background-color: #E79400;
}

.orderby {
	background-color: white !important;
	color: black !important;
}


#abrir {
	background-image: url('images/menu-abrir.png') !important;
	margin-top: 0px;
}

#abrir:hover {
	filter: invert(40%);
}

#cerrar {
	background-image: url('images/menu-cerrar.png') !important;
	background-color: white !important;
}

#cerrar:hover {
	filter: grayscale(100%);
	background-color: white !important;
}

/* ------ barra ------ */

.barra {
	height: 240px;
	display: flex;
	align-items: center;
  	justify-content: center;
	box-sizing: border-box;
}

/* ------ transparente ------ */

#portada {
	box-sizing: border-box;
}

/* ------ body ------ */

.wrap {
	width:90%;
	min-width: 100px;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
	letter-spacing: 0px;
}

.wrap-full {
	width:96%;
	min-width: 100px;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
	letter-spacing: 0px;
	box-sizing: border-box;
}

.wrap-mini {
	width:70%;
	min-width: 100px;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
	letter-spacing: 0px;
}

#cabecera {
	margin-bottom: 60px;
}

/* ------ space ------ */

#space {
	margin-bottom: 80px !important;
}

#space-2 {
	margin-bottom: 120px !important;
}

/* ------ columns ------ */

.columna {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

.columna-1 {
	float: left;
	width: 33%;
	box-sizing: border-box;
}

.columna-2 {
	float: right;
	width: 60%;
	padding-top: 15px;
	box-sizing: border-box;
}

.columna-3 {
	float: left;
	width: 41%;
	box-sizing: border-box;
}

.columna-4 {
	float: right;
	width: 41%;
	box-sizing: border-box;
	margin: 0dvh;
}

.columns-4 {
	box-sizing: border-box;
}

/*------ flex ------  */

#FlexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#FlexLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

#FlexLeft2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}

#FlexRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

#FlexAround {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

/*------ portada ------  */

.portada {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: black;
    margin: -80px auto 0px auto;
    z-index: 1;
    box-sizing: border-box;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	flex-direction: column;
}

.portada-interno {
    position: relative;
    width: 100%;
    height: 280px;
    padding: 0;
    background-color: black;
    margin: 0 auto;
    z-index: 1;
    box-sizing: border-box;
	background-image: linear-gradient(to bottom, rgba(153, 153, 153, 0) 1%, rgba(153, 153, 153, 0.8) 100%), url('images/portada-default-interno.jpg');
	/*
	background-image: linear-gradient(to bottom, rgba(231, 148, 0, 0) 1%, rgba(231, 148, 0, 0.6) 100%), url('images/portada-default-interno.jpg');
    */
	background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	flex-direction: column;
}

.portada-footer {
	position: relative;
    width: 100%;
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9999;
}

/* Estilos para el div centrado verticalmente */
.portada-div {
	width: 40%;
	min-width: 250px;
	position: absolute;
	top: 55%;
	left: 4%;
	transform: translateY(-50%);
	text-align: left;
	z-index: 9;
}

/*------ video ------  */

video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

/*------ slider ------  */

.slider {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: white;
    margin: 0 auto;
    z-index: 1;
    box-sizing: border-box;
}

.mySlides {
    width: 100%;
    height: auto;
    padding-top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: none; /* Hide all slides initially */
    opacity: 0;
    transition: opacity 2s ease-in-out; /* Fade effect */
    z-index: 1;
	border-radius: 20px;
}

.mySlides.active {
    display: block;
    opacity: 1;
}

.textmS {
    font-size: large;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.slider-left,
.slider-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 33px;
    background-color: #000 !important;
    padding: 10px 15px;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    z-index: 2;
}

.slider-left { 
    left: 0; 
}

.slider-right { 
    right: 0; 
}

.dot-container {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    z-index: 2;
}

.dot.active {
    background-color: #b403be;
}

/*------ seccion ------  */

.seccion {
	width: 100%;
	height: 100vh;
	padding: 0;
	padding-bottom: 0;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 0px solid #d6d6d6;
	border-bottom: 0px solid #d6d6d6;
}

#seccion-1 {
	background-position: center center;
	background-size: cover;
	/* background-image: url('images/seccion-1.jpg'); */
}

#seccion-2 {
	background-position: center center;
	background-size: cover;
	/* background-image: url('images/seccion-2.jpg'); */
}

#seccion-3 {
	background-position: center center;
	background-size: cover;
	/* background-image: url('images/seccion-3.jpg'); */
}

#seccion-4 {
	background-position: center center;
	background-size: cover;
	/* background-image: url('images/seccion-4.jpg'); */
}

#seccion-5 {
	background-position: center center;
	background-size: cover;
	/* background-image: url('images/seccion-5.jpg'); */
}

#seccion-6 {
	background-position: center center;
	background-size: cover;
	background-image: url('images/seccion-6.jpg');
	padding-bottom: 0px;
}

#seccion-7 {
	background-position: center center;
	background-size: cover;
	/* background-image: url('images/seccion-7.jpg'); */
}

/* ------ Lamina ------ */

.lamina-arriba {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: right;
	align-items: center;
	padding-bottom: 0px;
	box-sizing: border-box;
	margin-top: 70px;
}

.lamina-arriba-texto {
	width: 50%;
}

.lamina-arriba-texto p {
	text-align: left;
	color: black;
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0px;
	line-height: 90%;
}

.lamina-medio {
	position: relative;
	width: 100%;
	height: 0px;
}

.lamina-abajo {
	width: 100%;
	min-height: 360px;
}

.equipo {
	margin-bottom: 0px;
}

/* ------ grid ------ */

.grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: auto;
	gap: 1em;
	overflow: hidden;
}

.grid-1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 2em;
	overflow: hidden;
}

.grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 4em;
	overflow: hidden;
}

.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	gap: 3em;
	overflow: hidden;
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: auto;
	gap: 2em;
	overflow: hidden;
}

.grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: auto;
	gap: 2em;
	overflow: hidden;
}

.grid-6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: auto;
	gap: 2em;
	overflow: hidden;
}

.grid-8 {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-auto-rows: auto;
	gap: 2em;
	overflow: hidden;
}

/* ------ orden ------ */

.grid-5050 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: auto;
	gap: 6em;
	box-sizing: border-box;
}

.grid-6040 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-auto-rows: auto;
	gap: 6em;
	box-sizing: border-box;
}

.grid-4060 {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-auto-rows: auto;
	gap: 6em;
	box-sizing: border-box;
}

.grid-1000 {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	gap: 6em;
	box-sizing: border-box;
}

/* ------ box ------ */

.grid-box {
	width: 100%;
}

.grid-box-1 {
	border-radius: 0px;
}

.grid-box-2 {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
    flex-direction: column;
}

.grid-box-3 {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
    flex-direction: column;
}

.grid-box-4 {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
    flex-direction: column;
	background-color: white;
	padding: 20px 80px;
}

.grid-box-5 {
	display: flex;
    flex-wrap: nowrap;
	align-items: center;
  	justify-content: center;
    overflow: hidden;
    flex-direction: column;
	background-color: #e8e8e8;
	padding: 20px;
	box-sizing: border-box;
}

.grid-box-6 {
	display: flex;
    flex-wrap: nowrap;
	align-items: center;
  	justify-content: center;
    overflow: hidden;
    flex-direction: column;
	color: white;
	background-color: #E79400;
	padding: 30px 10px;
	box-sizing: border-box;
	max-width: 300px;
}

.grid-box-6 a , a:hover, a:visited , a:active {
	color: white;
	text-decoration: none;
}

/* ------ box interno ------ */

.box-grid-1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: min-content;
	gap: 1em ;
	overflow: hidden;
}

.box-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 1em;
	overflow: hidden;
}

.box-grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: auto;
	gap: 4em;
	box-sizing: border-box;
}

.box-grid-3.left > div:first-child {
    order: 1; /* Primer div a la izquierda */
}

.box-grid-3.left > div:nth-child(2) {
    order: 2; /* Segundo div a la derecha */
}

.box-grid-3.right > div:first-child {
    order: 2; /* Primer div a la derecha */
}

.box-grid-3.right > div:nth-child(2) {
    order: 1; /* Segundo div a la izquierda */
}

.box-grid-1-image {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 16 / 9;
	background-position: center center;
	background-size: cover;
	background-color: black;
}

.box-grid-2-image {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 1 / 1;
	background-position: center center;
	background-size: cover;
	background-color: black;
}

.box-grid-3-image {
	width: 100%;
	border-radius: 0px;
	aspect-ratio: 16 / 9;
	background-position: center center;
	background-size: cover;
	background-color: black;
}

.box-grid-1-box {
	width: 100%;
	box-sizing: border-box;
}

.box-grid-2-box {
	width: 100%;
	box-sizing: border-box;
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
	box-sizing: border-box;
}

.grid-box-6 {
	max-width: 100%;
}

/* ------ box interno ------ */

.box {
	width: 100%;
	box-sizing: border-box;
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    overflow: auto;
    flex-direction: column;
}

.box h2 {
	font-size: 23px;
	color: #070838 !important;
	margin-bottom: 5px;
}

.box:hover h2 {
	color: gray !important;
}

.box-image {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 16 / 9;
	background-position: center center;
	background-size: cover;
	background-color: black;
}

.box-text {
	margin-top: 20px;
}

/* ------ iconos ------ */

.iconos {
	width: 100%;
	background-color: greenyellow;
}

.iconos:hover {
	background-color: green;
}

.iconos:hover h2 {
	color: #FF6400 !important;
}

.iconos-image {
	width: 100%;
	text-align: center;
}

.iconos-text {
	margin-top: 20px;
}

#iconos {
	margin-top: 20px;
	line-height: 110%;
	color: gray;
	text-align: center;
}

/* ------ form ------ */

.formulario {
	font-size: 16px;
	min-height: 200px;
	letter-spacing: 0px;
	text-align: left;
	border: solid 0px gray;
	padding: 0px 0px;
	box-sizing: border-box;
}

.wpcf7-not-valid-tip {
	font-size: 13px !important;
	color: #FF6400 !important;
	padding: 0;
	margin: 0;
}

.form7 {
	padding: 5px 10px;
	margin-bottom: 5px;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 17px !important;
	text-align: left;
	color: grey !important;
}

.has-spinner {
	padding: 5px 20px;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 17px !important;
	text-align: center;
	color: white !important;
	background-color: #000;
}

/*

.button {
	width: 150px;
	height: auto;
	text-align: center;
	cursor: pointer;
	color: white !important;
	background-color: black !important;
	margin: 0px auto;
}

input, select, textarea {
	border: solid 1px white;
	background-color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	color: white;
	padding: 12px;
	margin-bottom: 10px;
	width: 100%;
}

input[type=submit] {
	width: 140px;
	margin-bottom: 10px;
	border: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	color: white;
	background-color: #FF6400;
	padding: 10px;
	cursor: pointer;
}

*/

/*------ portafolio ------  */

.cuadro {
	width: 100%;
	max-width: 400px;
	aspect-ratio: auto 1 / 1;
	background-color: black;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
  	justify-content: center;
	font-size: 0px;
	color: transparent;
	border-radius: 0px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.cuadro:hover {
	/*background-image: url('images/cuadro.jpg') !important;*/
	color:white;
	letter-spacing: 1px;
	text-align: center;
}

.cuadro2 {
	width: 100%;
	max-width: 600px;
	aspect-ratio: auto 1 / 1;
	border-radius: 0px;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	line-height: 100%;
	color:gray;
}

.rectangulo {
	width: 100%;
	max-width: 600px;
	aspect-ratio: auto 2 / 1;
	background-color: white;
	background-position: center center;
	background-size: cover;
	border-radius: 0px;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	line-height: 100%;
	color:gray;
}

.rectangulo:hover {
	background-color: white;
	color:black;
	text-align: left;
	transition: all 400ms ease-in-out;
}

.titulo {
	display: block;
	min-height: 32px;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 125%;
}

.texto {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 150%;
	font-size: 16px;
	margin-top: 0;
	letter-spacing: 0px;
	color: gray;
}

.rectangulo:hover .texto {
	color: gray;
}

/*------ linea ------  */

.linea {
	display: block;
	width: 100px;
	height: 3px;
	background-color: #E79400;
	margin: 5px 0 20px 0;
}

.linea-2 {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #E79400;
	margin: 0 auto;
	margin-top: 25px;
}

/* ------ footer up ------ */

.barra-inferior {
	display: flex;
	align-items: center;
  	justify-content: center;
	width: 100%;
	padding: 70px 0;
	margin: 0px;
	margin-top: 80px;
	box-sizing: border-box;
	background-color: #F5F5F5;
	border-top: 0px solid #9c9c9c;
}

.barra-inferior-text {
	font-size: 40px;
	text-align: center;
	font-weight: 400;
	color: white;
}

.logos {
	margin-bottom: 60px;
	box-sizing: border-box;
}

/* ------ Logos Footer ------ */

.menu-inferior-logos-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 1em;
	overflow: hidden;
}

.barra-inferior-h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	color: black;
	font-weight: 700;
	font-size: 21px;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.div-logos {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#logo {
	height: auto;
	max-width: 100%;
}

/* ------ footer ------ */

.footer {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px;
	background-color: #E79400;
	overflow: hidden;
}

.footer-wrap {
	width:96%;
	min-width: 100px;
	max-width: 1360px;    
	position: relative;
	margin: 0 auto;
	padding: 0;
	color: white;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: auto;
	gap: 0 60px;
	overflow: hidden;
}

.footer-item {
	position: relative;
	text-align: left;
}

.footer-logos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: auto;
	gap: 10px;
	overflow: hidden;
}

/* ------ icon ------ */

.top-button {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	left: 30px;
	bottom: 20px;
	box-sizing: border-box;
	color: white;
	background-image: url('images/top.png');
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 100% 100%;
	z-index: 9999;
}

tas.whatsapp {
	position: fixed;
	width: 250px;
	height: 60px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	bottom: 0px;
	right: 30px;
	box-sizing: border-box;
	color: grey;
	background-image: url('images/whatsapp.png');
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 100% 100%;
	z-index: 9999;
}

.whatsapp:hover {
	background-image: url('images/whatsapp-hover.png');
	transition-duration: 500ms;
}

.whatsapp-button {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	right: 30px;
	bottom: 20px;
	background-image: url('images/navbutton-hover.png') !important;
	background-position: center center;
	background-size: cover;
	z-index: 999999;
}

.whatsapp-button:hover {
	background-image: url('images/navbutton.png') !important;
	transition-duration: 1s;
}

/* ------ social ------ */

.barra-lateral {
	position: fixed;
	right: 30px;
	bottom: 20px;
	width: 45px;
	height: auto;
	box-sizing: border-box;
	z-index:9999999999999999999999;
}

.icon {
	width: 45px;
	height: 45px;
	background-position: center center;
	background-size: cover;
	margin-top:5px;
}

.icon:hover {
	filter: invert(40%);
}

.icon-2 {
	width: 35px;
	height: 35px;
	background-position: center center;
	background-size: cover;
}

.icon-2:hover {
	filter: invert(60%);
}

#redes1 {
	background-image: url('images/redes-1.png');
}

#redes2 {
	background-image: url('images/redes-2.png');
}

#redes3 {
	background-image: url('images/redes-3.png');
}

#redes4 {
	background-image: url('images/redes-4.png');
}

#redes5 {
	background-image: url('images/redes-5.png');
}

/* ------ social ------ */

.contacto {
	width: 60px;
	height: 60px;
	background-position: center center;
	background-size: cover;
	float: left;
	color: #fff;
}

#whatsapp {
	background-image: url('images/whatsapp.png');
}

#fono {
	background-image: url('images/fono.png');
}

#mail {
	background-image: url('images/mail.png');
}

#formulario {
	background-image: url('images/formulario.png');
}

.contacto-texto {
	width: 120px;
	height: 60px;
	float: left;
	padding: 0 10px;
	display: flex;
	text-align: center;
	align-items: center;
  	justify-content: center;
}

.contacto-texto:hover {
	color: #FF6400;
}

/* ------ adicional ------ */

.wp-post-image {
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

#mini {
	width: 85%;
}

/* ------ boton ------ */

.boton  {
	width: 100%;
	max-width: 420px;
	height: 60px;
	display: flex;
	align-items: center;
  	justify-content: center;
	box-sizing: border-box;
	color: white;
	background-color: #FF6400;
	border-radius: 10px;
	cursor: pointer;
}

.boton:hover {
	background-color: gray;
	transition-duration: 1s;
}

/* ------ woocommerce ------ */

.woocommerce-loop-product__title {
	line-height: 150%;
	font-size: 17px;
	font-weight: 700;
	color: black;
}

.woocommerce-loop-product__title:hover {
	color: gray !important;
}

.woocommerce-Price-amount {
	color: #E96033 !important;
	font-size: 18px !important;
	font-weight: 700;
}

.wc-tabs {
	display: none;
}

.related h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.woocommerce-Tabs-panel h2 {
	font-size: 30px;
}

.orderby {
	padding: 10px 5px;
}

.qty {
	padding: 10px 4px 9px 4px;
}

.sku_wrapper,
.posted_in,
.tagged_as {
	width: 100%;
	margin: 4px 0;
	padding: 6px 0;
	display: block;
	box-sizing: border-box;
	border-bottom: 1px solid lightgray;
}

.single_add_to_cart_button,
.product_type_simple {
	background-color: black !important;
	color: white !important;
}

.added_to_cart {
	padding-left: 4px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: black !important;
	font-size: 15px !important;
	font-weight: 700;
}

/* ------ Cotizador ------ */

.af_quote_fields input,
.af_quote_fields textarea {
  padding: 10px;
  border: 1px solid gray;
} 

/* ------ Fuente ------ */

.icon-white {
	font-size: 16px !important;
	margin: 0 10px;
	color: white;
}

.icon-black {
	font-size: 16px !important;
	margin-right: 5px;
	color: #000;
}

.icon-orange {
	font-size: 16px !important;
	margin-right: 5px;
	color:#FF6400;
}

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

.nav-right {
	display: block;
}

/* ------ grid ------ */

.grid-1 {
	gap: 1em;
}

.grid-2 {
	gap: 1em;
}

.grid-3 {
	gap: 1em;
}

.grid-4 {
	gap: 1em;
}

.grid-5 {
	gap: 1em;
}

/* ------ contacto ------ */

.contacto-texto {
	display: none;
}

/* ------ space ------ */

#space-2 {
	margin-bottom: 30px !important;
}

}

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

body {
	font-size: 17px !important;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
	font-weight: 800;
	line-height: 100%;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 13px;
	padding: 20px 0 0 0;
}

h6 {
	font-size: 18px;
	font-weight: 800;
}

p {
	font-size: 15px !important;
	line-height: 90% !important;
}

#slider {
	font-size: 70px;
	line-height: 80% !important;
	margin-top: 0px;
}

#slider-interno {
	line-height: 90%;
	font-size: 50px;
}

/*------ header ------  */

.header-wrap {
	font-size: 13px;
	letter-spacing: 0px;
	background-color: transparent;
	height: 160px;
}
.header-left {
	display: none;
	visibility: hidden;
	width: 0px;
	overflow: hidden;
}

.header-right {
	width: 100%;
	padding: 0px;
	justify-content: center !important;
}

/*------ nav ------  */

.nav {
	width: 100%;
}

.nav-center {
	width: 0px;
	display: none;
}

.nav-right {
	display: block;
}

.menu_principal {
	display: none;
}

/*------ menu ------  */

.navegacion {
	min-width: 200px;
}

/* ------ whatsapp ------ */

.whatsapp-button {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background-image: url('images/navbutton-movil-hover.png') !important;
}

.whatsapp-button:hover {
	background-image: url('images/navbutton-movil.png') !important;
	transition-duration: 1s;
}

/* ------ portada ------ */

.portada {
    height: 100vh;
	margin: -80px auto 0px auto;
}

.portada-footer {
    margin-bottom: 50px;
}

.portada-div {
	top: 60%;
	width: 70%;
	min-width: 250px;
}

/*------ video ------  */

video {
	width: 100%;
    height: 100%;
}

/* ------ grid ------ */

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

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

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

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

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

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

/* ------ grid orden ------ */

.grid-5050 {
	grid-template-columns: 1fr;
	gap: 1em;
}

.grid-6040 {
	grid-template-columns: 1fr;
	gap: 1em;
}

.grid-4060 {
	grid-template-columns: 1fr;
	gap: 1em;
}

.grid-1000 {
	grid-template-columns: 1fr;
	gap: 1em;
}

/* ------ Lamina ------ */

.lamina-arriba {
	height: 100px;
	box-sizing: border-box;
}

.lamina-arriba-texto {
	width: 100%;
}

.lamina-arriba-texto p {
	font-size: 21px !important;
	line-height: 90%;
}

.lamina-medio {
	height: 5px;
}

.equipo {
	margin-bottom: 10px;
}

/* ------ form ------ */

input, select, textarea {
	width: 90%;
	margin-bottom: 0px;
}

/* ------ columns ------ */

.columna {
	width: 100%;
}

.columna-1 {
	width: 100%;
	margin-top: 0px;
}

.columna-2 {
	width: 100%;
	margin-top: 2px;
}

.columna-3 {
	width: 100%;
}

.columna-4 {
	width: 100%;
	margin: 40px 0 80px 0;
}

/* ------ body ------ */

.wrap {
	width:96%;
	min-width: 100px;
	max-width: 1360px;
	position: relative;
	margin: 0 auto;
	letter-spacing: 1px;
	box-sizing: border-box;
}

.wrap-mini {
	width: 100%;
}

.wrap-mini-work {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px !important;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.wrap-full {
	width:100%;
	min-width: 100px;
	max-width: 1360px;
	position: relative;
	margin: 0 auto;
	letter-spacing: 0px;
}

/* ------ decoracion ------ */

.linea {
	width: 70px;
	height: 2px;
	margin: 5px 0;
}

.itemcube {
    font-size: 11px;
}

/*------ seccion ------  */

.seccion {
	width: 100%;
	height: auto;
	padding: 40px 0;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 0px solid #d6d6d6;
	border-bottom: 0px solid #d6d6d6;
}

#seccion-6 {
	padding-bottom: 240px;
}

/*------ grid ------  */

.grid-box-4 {
	padding: 20px;
}

/*------ slider ------  */

.slider {
	margin: 0px auto 0 auto;
}

.slider-interno {
	margin: 0px auto 0px auto;
	min-height: 400px;
}

.mySlides {
	width:100%;
	min-height: 700px;
}

.mySlides-interno {
	width:100%;
	min-height: 700px;
}

/* ------ footer ------ */

.footer-left {
	width: 90%;
	float: left;
	padding: 60px 0 30px 0;
	margin: 0 5%;
}

.footer-right {
	width: 90%;
	float: right;
	padding: 30px 0 60px 0;
	margin: 0 5%;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

.footer-item {
	position: relative;
}

.footer-logos {
	gap: 10px;
}

/* ------ icon ------ */

.top {
	position: fixed;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	bottom: 0px;
	left: 10px;
	box-sizing: border-box;
	color: grey;
	background-image: url('images/top.png');
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 100% 100%;
	z-index: 9999;
}

.whatsapp {
	width: 70px;
	height: 70px;
	bottom: 0px;
	right: 10px;
	background-image: url('images/whatsapp-movil.png');
}

.whatsapp:hover {
	background-image: url('images/whatsapp-movil.png');
}

#space {
	margin-bottom: 20px !important;
}

#space-2 {
	margin-bottom: 80px !important;
}

/* ------ social ------ */

.contacto {
	width: 40px;
	height: 40px;
}

.contacto:hover {
	filter: invert(40%);
}

/* ------ adicional ------ */

#mini {
	width: 100%;
}

}