body{
    font-family: 'Open Sans', sans-serif;
    color: #444;
    margin: 0;
    padding: 0;
}
header{
    height: auto;
}
h1, h2, h3, h4{
    font-weight: 600;
}

p{
    font-weight: 300;
}
.slogan{
    font-weight: 600;
}
.fas{
    color: #009966;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.bg-agro{
    background-color: #009966;
}

/** Barra navegacion */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}
.nav-link {
    display: block;
    margin: 0 2rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.9);
    background-color: #01b478;
}
nav.navbar .current_page_item{
    background-color: #01b478;
}

/** Carousel */
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.slideshow{
    border-bottom: 3px solid #009966;
}
.carousel-caption{
    background-color: rgba(0,153,102,.8);
    bottom: 50px;
    padding: 2rem;
}
.carousel-caption h3{
    font-size: 2.3rem;
    font-weight: 300;
    text-transform: uppercase;
}

/** Contacto */
.contact p{
    margin-bottom: .5rem;
}
.contact{
    line-height: 1.4rem;
}
.contact .wpcf7{
    margin-top: 2rem;
}



.footer .contacto{
    line-height: 1rem;
}
.footer .contacto span{
    font-weight: 600;
}
.footer .contacto p{
    font-size: 1rem;
}
.footer .contacto a{
    color: #444;
}
.copyright{
    padding: 1rem 0;
    background-color: #009966;
    color: #fff;
    font-size: .9rem;
}
.copyright p{
    margin: 0;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    text-decoration: none;
    font-weight: 600;
}
/** Contact Form */
.contact {
    margin: 20px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
.contact .entry-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.entry-content{
    width: 100%;
}
.contact form.wpcf7-form {
    width: 100%;
    margin: 0 auto;
}
.contact label{
    width: 100%;
}
.wpcf7-form input, .wpcf7-form textarea {
    box-shadow: inset 0 0 10px #e1e1e1;
    -moz-box-shadow: inset 0 0 10px #e1e1e1;
    -webkit-box-shadow: inset 0 0 10px #e1e1e1;
    border: 1px solid #c0c0c0;
    height: 50px;
    border-radius: 5px;
    width: 100%;
}
.form-control {
    color: #fff;
    background-color: #009966;
}
.wpcf7-form input, .wpcf7-form textarea {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.wpcf7-form textarea {
    height: 170px;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.btn-agrom{
    background-color: #009966;
    color: #fff;
}
.btn-agrom:hover{
    background-color: #00b97b;
    color: #fff;
}
.wpcf7-form input.btn{
    border-radius: 0;
    width: 20%;
    border: 0;
    min-width: 15%;
}
.wpcf7-form-control-wrap input{
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc3232;
    background-color: #dc3232;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}
.wpcf7-not-valid-tip{
    background-color: #dc3232;
    color: #fff;
    padding: 0 1rem;
}

/** Page */
.titulo h2{
    position: relative;
    bottom: 3.5rem;
    left: 2rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
}

.page .footer{
    margin-top: 3rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.home .footer{
    border-top: none;
}

/** Productos */
.header-producto{
    line-height: 1rem;
}
.header-producto p{
    margin-bottom: .8rem;
}
/** Modal */
.modal-header h3.modal-title {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 400;
}
.modal-header .close {
    margin: -0.62rem -0.6rem -1rem auto;
}
.entrada-producto .modal-header {
    padding: 0.4rem 1rem;
}
.entrada-producto a h3.item-title{
	font-size: 1.2rem;
	color: #444;
    margin-top: .5rem;
}
.entrada-producto a:hover,
.entrada-producto a h3.item-title:hover{
    text-decoration: none;
}
.contenedor-img:hover .middle {
    opacity: 1;
}
.entrada-producto .middle {
    transition: 1.2s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.entrada-producto .text {
    background-color: #00b97b;
    color: white;
    font-size: 20px;
    font-weight: 500;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entrada-producto .borde-thumb-producto {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.modal-header {
    padding: 0.8rem 1rem;
}
button.close {
    background: #00b97b!important;
    padding: .7rem 1rem!important;
    opacity: 1 !important;
    color: #fff !important;
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 999;
}

/** Subir */
.subir {
	display:none;
	padding:1rem;
	background:#009966;
	font-size:2rem;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:15px;
	right:15px;
}

/** Footer */
.footer h4{
    font-size: 1.2rem;
}
.home .footer{
    margin-top: 0;
    background-color: #00b97b;
    color: #fff;
}
.home .footer a{
    color: #fff;
}

/** Redes sociales */
.redes-sociales{
    border-top: 1px solid rgba(0,0,0,.1);
}
.home .redes-sociales{
    border-top: none;
    color: #fff!important;
}
.page .redes-sociales{
    color: #00b97b;
}
.redes-sociales{
    margin-top: 2rem;
    font-size: 2rem;
}
.redes-sociales i{
    margin-right: 2rem;
    cursor: pointer;
}