@charset "utf-8";
/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Quicksand:300,400,500,700|Roboto+Slab:100,300,400,700');
@import url("fontello.css");
@import url("reseteo.css");
@import url("header.css");
@import url("footer.css");
@import url("contacto.css");
@import url("formulario.css");
@import url("parallax.css");
@import url("maquinarias.css");
@import url("quienes-somos.css");
@import url("galeria.css");

/*
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Quicksand', sans-serif;
*/

/********************************************************************/
/************************** INDEX ***********************************/
/********************************************************************/


.areas-agropoda {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 30px 0px;
    border-top: 4px solid #45403c;        
}

.areas-agropoda h1{
    display: block;
    text-align: center;
    padding: 20px 20px 10px 20px;
    line-height: 45px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
}

.contenedor-areas {
    width: 100%;
    max-width: 1100px;
    padding: 30px 50px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.caja-area {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.caja-area img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.caja-area h2 {
    padding: 10px 0px 0px 0px;
    font-weight: 300;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.caja-area a {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    display: block;
    font-weight: 400;
    color: white;
    border: 2px solid #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

.caja-area a:hover {
    background-color: #fff;
    color: #333333;
}

.caja-area div a {
    margin:0px;
    padding: 0px;
    border: none;
}

.caja-area div a:hover {
    background: none;
    opacity: 0.5;
    transform: scale(1.1)
}

/********************/

.ventajas {
    width: 100%;
    height: auto;
    background: url(../imagenes/fondo-ventajas.jpg) 50% 0;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}

.contenedor-ventajas {
    width: 100%;
    height: 175px;
    max-width: 1100px;
    padding: 0px 50px;
    margin: auto;
    
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.caja-ventajas {
    width: 30%;
    max-width: 300px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.caja-ventajas h1{
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Oswald', sans-serif;
}

.caja-ventajas span{
    font-size: 100px;
    color: #ccff00;
    padding: 0px;
    margin: 0px;
}
/********************/

.viveros-index {
    width: 100%;
    height: auto;
    margin: auto;
}

.contenedor-viveros-index {
    width: 100%;
    max-width: 1100px;
    padding: 0px 50px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.caja-viveros-index {
    width: 400px;
    height: 450px;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}

.caja-viveros-index h1 {
    font-size: 30px;
    color: #945e4e;
    font-weight: bold;
    line-height: 35px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
}

.caja-viveros-index h2 {
    font-size: 30px;
    color: #945e4e;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}


.caja-viveros-index a {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    display: block;
    font-weight: 400;
    color: #945e4e;
    border: 2px solid #945e4e;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

.caja-viveros-index a:hover {
    background-color: #945e4e;
    color: #fff;
}


/**********************************/


.seccion-contacto {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
}

.contenedor-contacto {
    width: 100%;
    max-width: 1100px;
    padding: 20px 50px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    gap: 100px;
}

.caja-contacto {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    
}

.caja-contacto p {
    text-align: left;    
    color: #202020;
    font-size: 14px;
    padding: 0px;
}

.texto-bloque-contacto {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 2px 0px;
}

.texto-bloque-contacto i{
	font-size: 25px;
    color: #45403c;
}

.texto-bloque-contacto a{
	font-size: 14px;
    color: #50601a;
}

.texto-bloque-contacto a:hover {
    color: #ccc;
}

.titulo-bloque-contacto {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.titulo-bloque-contacto img {
    margin-right: 10px;
}

.titulo-bloque-contacto h3{
	font-size: 20px;
    line-height: 20px;
	display: block;
	color: #50601a;  
    font-weight: 600;
    margin:0px;
    font-family: 'Oswald', sans-serif;
}

.titulo-bloque-contacto i{
	font-size: 30px;
	color: #945e4e;  
}



/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/

@media (max-width: 1000px) {

.areas-agropoda h1{
    display: block;
    text-align: center;
    padding: 0px 20px;
    font-size: 25px;
}    
    
.caja-area {
    width: 25%;
}

.caja-area h2 {
    font-size: 20px;
}

.caja-area p {
    font-size: 14px;
}
    

/*************************/


.caja-ventajas h1{
    font-size: 20px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif !important;
}

.caja-ventajas span{
    font-size: 50px;
}
 
    
/****************************/
    
.contenedor-contacto {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
}
    
.caja-contacto {
    width: 100%;
    padding-bottom: 20px;
    
}
    
}


/***************************************/
/***************************************/

@media (max-width: 600px) {

.caja-area h2 {
    font-size: 16px;
    line-height: 20px;
}
    
.caja-ventajas h1{
    font-size: 16px;
    line-height: 20px;
}

.caja-ventajas span{
    font-size: 30px;
}
    
.caja-viveros-index {
    width: 250px;
    height: 350px;
}    

.caja-viveros-index h1 {
    font-size: 20px;
    line-height: 25px;
}

.caja-viveros-index h2 {
    font-size: 20px;
    line-height: 25px;
    font-family: inherit;
}  
    /****newsletteer****/
    .flex-form-newsletter .form-control{
        width: 50% !important;
    }
    
}


/***************************************/
/***************************************/

@media (max-width: 450px) {

.contenedor-areas {
    width: 100%;
    max-width: 1100px;
    padding: 30px 0px 0px 0px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
    
.caja-area {
    width: 100%;
    height: auto;
    padding: 0px 10px 40px 10px;
}

.caja-area img {
    width: 80%;
    height: auto;
}

.caja-area a {
    font-size: 12px;
    padding: 10px;
}
    
.caja-area h2 {
    font-size: 25px;
    line-height: 30px;
}

/*************/

.areas-agropoda h1{
    font-size: 18px;
    line-height: 18px;
}    
    
.caja-contacto p {
    text-align: center;    
    font-size: 12px;
}
    
.contenedor-contacto {
    padding: 20px 10px;
    margin: auto;
}

.centrado {
    justify-content: center;
}
    
.texto-bloque-contacto a{
	font-size: 12px;
    color: #50601a;
}
    
/************************************/
    
.contenedor-ventajas {
    width: 100%;
    height: 175px;
    max-width: 1100px;
    padding: 0px 20px;
    margin: auto;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.caja-ventajas {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
    
.caja-ventajas h1{
    font-size: 20px;
    line-height: 25px;
}

.caja-ventajas span{
    font-size: 30px;
}
    
.caja-viveros-index {
    width: 100%;
    height: 350px;
}
/**** newletters ****/
    .caja-newsletter h1{
        text-align: center;
        margin: 15px;
    }
    .caja-newsletter p{
        text-align: center;
        margin: 15px;
    }
    .flex-form-newsletter{
        flex-direction: column;
        align-items: center;
    }
    .flex-form-newsletter .form-control{
        width: 70% !important;
    }

    /**** bloque contacto ****/
    .contenedor-contacto{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .caja-contacto{
        width: 60% !important;
    }
    .titulo-bloque-contacto{
        justify-content: center;
    }

    }
@media (max-width: 375px) {
    .titulo-bloque-contacto .icon-right-open{
        margin-right: 20px !important;
    }
    
}
.contenedor-newsletter{
    width: 100%;
}

.caja-newsletter{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 20px 50px;
    margin: auto;
    padding-bottom: 50px;
}
.flex-form-newsletter{
    display: flex;
    gap: 20px;
    justify-content: center;
}


.btn-newsletter {
    width:85px;
    height:40px;
    border:none;
    cursor:pointer;
    display:block;
    background-color:#008800;
}
.caja-newsletter h1{
    color: #50601a;
    font-family: 'Oswald', sans-serif;
}
.btn-primary{
    color: white !important;
    background-color: #945e4e !important;
    border-color: #945e4e !important;
    font-weight:bold !important;
}
.flex-form-newsletter .form-control{
   width: 30%;
}

/****** alerta formulario contacto *******/
.size-alert{
    text-align: center;
    width: 98%;
    margin: auto;
}


@charset "utf-8";
/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Quicksand:300,400,500,700|Roboto+Slab:100,300,400,700');
@import url("fontello.css");
@import url("reseteo.css");
@import url("header.css");
@import url("footer.css");
@import url("contacto.css");
@import url("formulario.css");
@import url("parallax.css");
@import url("maquinarias.css");
@import url("quienes-somos.css");
@import url("galeria.css");

/*
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Quicksand', sans-serif;
*/

/********************************************************************/
/************************** INDEX ***********************************/
/********************************************************************/


.areas-agropoda {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 30px 0px;
    border-top: 4px solid #45403c;        
}

.areas-agropoda h1{
    display: block;
    text-align: center;
    padding: 20px 20px 10px 20px;
    line-height: 45px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
}

.contenedor-areas {
    width: 100%;
    max-width: 1100px;
    padding: 30px 50px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.caja-area {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.caja-area img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.caja-area h2 {
    padding: 10px 0px 0px 0px;
    font-weight: 300;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.caja-area a {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    display: block;
    font-weight: 400;
    color: white;
    border: 2px solid #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

.caja-area a:hover {
    background-color: #fff;
    color: #333333;
}

.caja-area div a {
    margin:0px;
    padding: 0px;
    border: none;
}

.caja-area div a:hover {
    background: none;
    opacity: 0.5;
    transform: scale(1.1)
}

/********************/

.ventajas {
    width: 100%;
    height: auto;
    background: url(../imagenes/fondo-ventajas.jpg) 50% 0;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}

.contenedor-ventajas {
    width: 100%;
    height: 175px;
    max-width: 1100px;
    padding: 0px 50px;
    margin: auto;
    
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.caja-ventajas {
    width: 30%;
    max-width: 300px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.caja-ventajas h1{
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Oswald', sans-serif;
}

.caja-ventajas span{
    font-size: 100px;
    color: #ccff00;
    padding: 0px;
    margin: 0px;
}
/********************/

.viveros-index {
    width: 100%;
    height: auto;
    margin: auto;
}

.contenedor-viveros-index {
    width: 100%;
    max-width: 1100px;
    padding: 0px 50px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.caja-viveros-index {
    width: 400px;
    height: 450px;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}

.caja-viveros-index h1 {
    font-size: 30px;
    color: #945e4e;
    font-weight: bold;
    line-height: 35px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
}

.caja-viveros-index h2 {
    font-size: 30px;
    color: #945e4e;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}


.caja-viveros-index a {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    display: block;
    font-weight: 400;
    color: #945e4e;
    border: 2px solid #945e4e;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

.caja-viveros-index a:hover {
    background-color: #945e4e;
    color: #fff;
}


/**********************************/


.seccion-contacto {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
}

.contenedor-contacto {
    width: 100%;
    max-width: 1100px;
    padding: 20px 50px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    gap: 100px;
}

.caja-contacto {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    
}

.caja-contacto p {
    text-align: left;    
    color: #202020;
    font-size: 14px;
    padding: 0px;
}

.texto-bloque-contacto {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 2px 0px;
}

.texto-bloque-contacto i{
	font-size: 25px;
    color: #45403c;
}

.texto-bloque-contacto a{
	font-size: 14px;
    color: #50601a;
}

.texto-bloque-contacto a:hover {
    color: #ccc;
}

.titulo-bloque-contacto {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.titulo-bloque-contacto img {
    margin-right: 10px;
}

.titulo-bloque-contacto h3{
	font-size: 20px;
    line-height: 20px;
	display: block;
	color: #50601a;  
    font-weight: 600;
    margin:0px;
    font-family: 'Oswald', sans-serif;
}

.titulo-bloque-contacto i{
	font-size: 30px;
	color: #945e4e;  
}



/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/

@media (max-width: 1000px) {

.areas-agropoda h1{
    display: block;
    text-align: center;
    padding: 0px 20px;
    font-size: 25px;
}    
    
.caja-area {
    width: 25%;
}

.caja-area h2 {
    font-size: 20px;
}

.caja-area p {
    font-size: 14px;
}
    

/*************************/


.caja-ventajas h1{
    font-size: 20px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif !important;
}

.caja-ventajas span{
    font-size: 50px;
}
 
    
/****************************/
    
.contenedor-contacto {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
}
    
.caja-contacto {
    width: 100%;
    padding-bottom: 20px;
    
}
    
}


/***************************************/
/***************************************/

@media (max-width: 600px) {

.caja-area h2 {
    font-size: 16px;
    line-height: 20px;
}
    
.caja-ventajas h1{
    font-size: 16px;
    line-height: 20px;
}

.caja-ventajas span{
    font-size: 30px;
}
    
.caja-viveros-index {
    width: 250px;
    height: 350px;
}    

.caja-viveros-index h1 {
    font-size: 20px;
    line-height: 25px;
}

.caja-viveros-index h2 {
    font-size: 20px;
    line-height: 25px;
    font-family: inherit;
}  
    /****newsletteer****/
    .flex-form-newsletter .form-control{
        width: 50% !important;
    }
    
}


/***************************************/
/***************************************/

@media (max-width: 450px) {

.contenedor-areas {
    width: 100%;
    max-width: 1100px;
    padding: 30px 0px 0px 0px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
    
.caja-area {
    width: 100%;
    height: auto;
    padding: 0px 10px 40px 10px;
}

.caja-area img {
    width: 80%;
    height: auto;
}

.caja-area a {
    font-size: 12px;
    padding: 10px;
}
    
.caja-area h2 {
    font-size: 25px;
    line-height: 30px;
}

/*************/

.areas-agropoda h1{
    font-size: 18px;
    line-height: 18px;
}    
    
.caja-contacto p {
    text-align: center;    
    font-size: 12px;
}
    
.contenedor-contacto {
    padding: 20px 10px;
    margin: auto;
}

.centrado {
    justify-content: center;
}
    
.texto-bloque-contacto a{
	font-size: 12px;
    color: #50601a;
}
    
/************************************/
    
.contenedor-ventajas {
    width: 100%;
    height: 175px;
    max-width: 1100px;
    padding: 0px 20px;
    margin: auto;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.caja-ventajas {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
    
.caja-ventajas h1{
    font-size: 20px;
    line-height: 25px;
}

.caja-ventajas span{
    font-size: 30px;
}
    
.caja-viveros-index {
    width: 100%;
    height: 350px;
}
/**** newletters ****/
    .caja-newsletter h1{
        text-align: center;
        margin: 15px;
    }
    .caja-newsletter p{
        text-align: center;
        margin: 15px;
    }
    .flex-form-newsletter{
        flex-direction: column;
        align-items: center;
    }
    .flex-form-newsletter .form-control{
        width: 70% !important;
    }

    /**** bloque contacto ****/
    .contenedor-contacto{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .caja-contacto{
        width: 60% !important;
    }
    .titulo-bloque-contacto{
        justify-content: center;
    }

    }
@media (max-width: 375px) {
    .titulo-bloque-contacto .icon-right-open{
        margin-right: 20px !important;
    }
    
}
.contenedor-newsletter{
    width: 100%;
}

.caja-newsletter{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 20px 50px;
    margin: auto;
    padding-bottom: 50px;
}
.flex-form-newsletter{
    display: flex;
    gap: 20px;
    justify-content: center;
}


.btn-newsletter {
    width:85px;
    height:40px;
    border:none;
    cursor:pointer;
    display:block;
    background-color:#008800;
}
.caja-newsletter h1{
    color: #50601a;
    font-family: 'Oswald', sans-serif;
}
.btn-primary{
    color: white !important;
    background-color: #945e4e !important;
    border-color: #945e4e !important;
    font-weight:bold !important;
}
.flex-form-newsletter .form-control{
   width: 30%;
}

/****** alerta formulario contacto *******/
.size-alert{
    text-align: center;
    width: 98%;
    margin: auto;
}


