/*
Theme Name: La Huerta
Theme URI: https://lahuerta.cl/
Description: Tema para La huerta.
Version: 1.0
Author: Majendrix
Text Domain: lahuerta
*/
@font-face {
    font-family: 'Signo';
    src: url('Signo.woff2') format('woff2'),
        url('Signo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

  

@font-face {
    font-family: 'Signo';
    src: url('Signo-Medium.woff2') format('woff2'),
        url('Signo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Signo';
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #3a3830;
    line-height: 1.5;
    font-weight: 300;
	background-color: #fff;
}
html{
	margin: 0;
  padding: 0;
  height:100%;
}
pre {
    font-family: 'Signo';
    white-space: normal;
}
.half {
    width: 50%;
    float: left;
}
.border-top {
    padding: 30px 0;
    border-top: solid 1px #B3B3B3;
}
.border-bottom {
    padding: 30px 0;
    border-bottom: solid 1px #B3B3B3;
}
p {
    margin-bottom: 20px;
}
a {
    color: #000;
    text-decoration: none;
}
li {
    list-style: disc;
    list-style-position: inside;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
#main, .content {
  width: 100%;
  float: left;
}
#siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0;
    z-index: 10000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#siteHeader.activo {
}
.menu-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    cursor: pointer;
}
.toggle-button {
    position: absolute;
    top: 3%;
    left: 2%;
    z-index: 10001;
    background-color: transparent;
    border: none;
    width: 50px;
    height: auto;
    background: none;
    cursor: pointer;
    padding: 0;
}
.toggle-button:hover {
    background-color: transparent;
}
.bar {
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin: 9px auto;
    transition: transform 0.3s ease-in-out;
}
.activo .bar {
background-color: #313131;
}
/*.toggle-button.active .bar:nth-child(1) {
    transform: translateY(20px) rotate(45deg);
}

.toggle-button.active .bar:nth-child(2) {
    transform: scale(0);
}

.toggle-button.active .bar:nth-child(3) {
    transform: translateY(-20px) rotate(-45deg);
}*/

.nav-menu {
    margin: 0 5% 0 0;
    width: auto;
    text-align: right;
}
.nav-menu li {
    display: inline-block;
    margin: 0 0 0 2%;
}
.nav-menu li:first-of-type {
    margin: 0;
}
.nav-menu li a{
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    margin: 20px 30px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.nav-menu li a:hover, .nav-menu li.activo a{
    border-bottom: 1px solid #fff;
}
.secciones{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.centrado {
    text-align: center;
}
section {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-position: center;
}
section.section-gris{
	background-color: #fafafa;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], select {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    font-size: 0.8vw;
    border: none;
    border-bottom: 1px solid #fff;
    height: auto;
    margin-bottom: 2vw;
}
textarea {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    font-size: 0.8vw;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 2vw;
    height: 222px;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: none;
    outline: 0;
}
::-webkit-input-placeholder { /* Edge */font-family: 'DM Sans', sans-serif;
	color: #000;
	font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */font-family: 'DM Sans', sans-serif;
	color: #000;
	font-weight: 300;
}

::placeholder {font-family: 'DM Sans', sans-serif;
	color: #000;
	font-weight: 300;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #000;
	background-color: #fff;
    outline: 0;
}
.oculto {
    display: none;
}

/*CARGADOR */
/* Estilo para el contenedor del cargador */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #443126; /* Fondo semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999; /* Coloca el cargador sobre todo el contenido */
    opacity: 1; /* Inicialmente visible */
    transition: opacity 0.5s ease-in-out; /* Transición de opacidad suave */
}

/* Estilo para ocultar el cargador una vez que la página esté completamente cargada */
.loaded .loader-container {
    opacity: 0; /* Hacerlo invisible */
    pointer-events: none; /* Evitar que se puedan hacer clics en el cargador invisible */
}

/* Estilo para el contenido de la página (puedes personalizarlo) */
.content {
    padding: 20px;
}

/* Estilo para el logotipo SVG (ajusta el tamaño según tus necesidades) */
#logo-cargador {
min-width: 200px;
    height: auto;
    width: 16vw;
}

/* CARGADOR */

a.link {
    font-size: 16px;
    border: 2px solid #32A59D;
    text-decoration: none;
    display: inline-block;
    padding: 23px 70px;
    font-weight: bold;
    line-height: 20px;
}
.no-visible {
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    color: transparent;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.full {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.centrada {
    text-align: center;
}
.derecha {
    text-align: right;
}
.justificado {
    text-align: justify;
}
.row {
    width: 100%;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-bottom {
    align-items: flex-end;
}
.flex-top {
    align-items: flex-start;
}
.flex-center {
    align-items: center;
}
.flex-revert {
    flex-direction: row-reverse;
}
.vertical-bottom {
    align-items: end;
}
.dos-columnas{
	-moz-column-count: 2;
-moz-column-gap: 25px;
-webkit-column-count: 2;
-webkit-column-gap: 25px;
column-count: 2;
column-gap: 25px;
}
label {
    float: left;
    width: 100%;
    font-size: 0.8vw;
    font-weight: 300;
}
.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}
.parallax-container {
    overflow: hidden;
    position: relative;
}
.parallax-bg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
	background-image: url("images/bk-banner.jpg");
}
.imagen-superpuesta{
    position: absolute;
    margin-top: 18vh;
    left: 15%;
    z-index: 2;
    width: 20%;
}
.texto{
    position: absolute;
    z-index: 2;
    margin-top: -60vh;
    right: 18%;
}
.texto h1{
    color: #ffff;
    font-family: 'Signo';
    font-style: normal;
    font-size: 72px;
    font-weight: lighter;
    right: 30%;
}
.texto h2{
    color: #ffff;
    font-family: 'Signo';
    font-weight: bold;
    font-style: normal;
    font-size: 88px;
}

.btn{
    position: relative;
    margin: 4vh auto 0;
    display: table;
    padding: 13px 30px;
    background-color: #80BD00;
    color: #ffffff;
    font-family: 'Signo';
    font-weight: bold;
    font-style: normal;
    font-size: 19px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.btn:hover{
    background-color: #ffffff;
    color: #80BD00;
	transform: scale(1.2)
}



.header{
    position: absolute;
    padding: 10px 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    width: 100%;
    
}
.container{
    position: relative;
    max-width: 1200px;
    margin: 0;

}

.navbar ul{
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 10px;
    right: 150px;
    width: 100%;
    float: right;
    justify-content: flex-end;
    background-color: #000000;


}
.navbar ul li{
    display: flex;
    padding: 0 60px;
    font-size: 18px;
    font-family: 'Signo';
    font-style: normal;
    
}
.navbar ul li a{
    color: #ffff
    ;
}

.navbar ul li a:hover{
color: black;
}
/* VIcho code */
.about-container{
    position: relative;
    z-index: 1;
}
.about-img {
    z-index: 0;
    width: 100%;
    position: relative;
}
.about-text{
    padding: 0;
    
    
}
.about-text h2{
    color: #666666;
    font-family: 'Signo';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;

}
.about-text p{
    color: #666666;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

.alcachofa{
    width: 6vw;
    margin-top: 7vh;
    margin-left: 6vw;
}

.alimento {
    width: 40%;
    margin: 0 auto;
}

.derecho{
  
    width: 48%;
    right: -4vh;
    position: absolute;
    margin-top: -28vh;
}

.pimenton{
    width: 6vw;
    position: absolute;
    left: 84vw;
    top: 49vh;
}

.gente{
    width: 38%;
    margin-left: 10vh;

}

.text{
    color: #666666;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    justify-content: space-between;

}

.cerdo{
    width: 6%;
    position: absolute;
    margin-top: -50vh;
    margin-left: 100vh;
}
.tomate{
    width: 6%;
    position: absolute;
    margin-top: -50vh;
    margin-left: 125vh;
}
.corazon{
    width: 7%;
    width: 6%;
    position: absolute;
    margin-top: -50vh;
    margin-left: 150vh;
}

.rabano{
    width: 11vw;
    top: 88vh;
    position: absolute;
    left: 85vw;;
}

.imgfondo{
    position: relative;
    z-index: -10;
    margin-top: -1vh;
}

.pimenton2{
    width: 6vw;
    position: absolute;
    left: 10vw;
    top: 5vh;
}

.zanahoria{
    width: 9vw;
    position: absolute;
    left: 80vw;
    top: 50vh;
}

.footer-content{
    float: left;
    width: 100%;
	background: url("images/fondo.png") repeat top center;
	background-size: 100%;
    padding: 5vw 0 0;
    position: relative;
    align-items: center;
}
.footer-form {
    display: block;
    position: relative;
    z-index: 1;
}
.footer-txt {
    position: relative;
    z-index: 1;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], select, textarea{
	font-size: 15px;
    font-family: 'Signo';
    background-color:#ffffff;
    padding: 17px 35px;
    outline: none;
    color: #000000;
    border: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: normal;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.btn-2 {
    padding: 10px ;
    width: 100px;
    margin-left: 50vh;
    border: none;
    background-color: #80BD00;
    color: #fefcfb;
    border-radius: 10px ;
    text-transform: uppercase;
    -webkit-border-radius: 10px ;
    -moz-border-radius: 10px ;
    -ms-border-radius: 10px ;
    -o-border-radius: 10px ;
}

.alcachofafooter {
    width: 6vw;
    left: 9vw;
    top: 0vw;
    position: absolute;
}

.brocoli {
    width: 8vw;
    left: 40vw;
    bottom: -4vh;
    position: absolute;
}

.footer-txt h4{
    font-family: 'Signo';
    font-weight: bold;
    font-style: normal;
    font-size: 100px;
    color: #80BD00;
    line-height: 0.8;
}
.footer-txt h4 strong {
    color: #666666;
    font-size: 68%;
}
.footer-txt p{
    font-family: 'Signo';
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    color: #666666;
}

/* FIX */
.slider-home {
    align-items: center;
    padding: 14vh 0 30vh;
}
.logo_la_huerta {
    padding: 5vh 4vw;
    position: relative;
    z-index: 1;
}
.core-banner-text {
    position: relative;
    z-index: 1;
}
.core-banner-text h1 {
    color: #ffff;
    font-family: 'Signo';
    font-style: normal;
    font-size: 4vw;
    font-weight: lighter;
    line-height: 1;
    text-transform: none;
	text-align: center;
}
.core-banner-text h2 {
    color: #ffff;
    font-family: 'Signo';
    font-weight: bold;
    font-style: normal;
    font-size: 5.3vw;
    line-height: 1;
    text-transform: none;
	text-align: center;
}
.wrap-background{
    background: url(images/fondo-piedras-section-1.png) no-repeat center top;
    float: left;
    width: 100%;
    display: block;
    background-size: 100% auto;
    margin-top: -10vw;
    position: relative;
    z-index: 1;
}
.bienvenidos {
    padding: 6vw 0;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}
.disfruta {
    z-index: 1;
    padding: 0 0 4vw 0;
}
.ico-back {
    position: absolute;
    z-index: 0;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.item_disfruta {
    flex: 1;
}
.item_disfruta img {
    max-width: 89px;
    margin: 0 auto 10px;
}
.imagen-offset-right{
	margin-right: -4vw;
	float: right;
}
h3 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: normal;
}
ul.grid {
    list-style: none;
    margin: 0 5%;
    padding: 0;
    width: 90%;
    float: left;
    z-index: 1;
}
ul.grid li{
	max-width: 20vw;
	list-style: none;
}
section.galeria{
	background: url("images/fondo.png") repeat top center;
	background-size: 100%;
    padding: 5vw 0;
}
.footer-form form {
    background-color: rgba(128, 189, 0, 0.44);
    padding: 50px 40px 20px;
    box-shadow: 7px 7px 30px rgba(0,0,0,0.35);
    margin: 0;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 10px;
    width: 100px;
    float: right;
    border: none;
    background-color: #80BD00;
    color: #fefcfb;
    border-radius: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fefcfb;
    color: #80BD00;
}