/*  
Theme Name: Antigua Volcanic Cafe
Author: Cantera Estudio
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {
	text-decoration:none;
	color: #3c3c3b;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	position: relative;
	display: block;
	height: 100%;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: #000;
	color: #FFF;
}

::-moz-selection {
	background-color: #000;
	color: #FFF;
}

										/* Tipografia */

@font-face {
	font-family: 'Akrobat-Bold';
	src: url('assets/fonts/Akrobat-Bold/Akrobat-Bold.eot');
	src: url('assets/fonts/Akrobat-Bold/Akrobat-Bold.eot?#iefix') format('embedded-opentype'), 
	url('assets/fonts/Akrobat-Bold/Akrobat-Bold.woff') format('woff'), 
	url('assets/fonts/Akrobat-Bold/Akrobat-Bold.ttf') format('truetype'), 
	url('assets/fonts/Akrobat-Bold/Akrobat-Bold.svg#akrobatbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Akrobat-Regular';
	src: url('assets/fonts/Akrobat-Regular/Akrobat-Regular.eot');
	src: url('assets/fonts/Akrobat-Regular/Akrobat-Regular.eot?#iefix') format('embedded-opentype'), 
	url('assets/fonts/Akrobat-Regular/Akrobat-Regular.woff') format('woff'), 
	url('assets/fonts/Akrobat-Regular/Akrobat-Regular.ttf') format('truetype'), 
	url('assets/fonts/Akrobat-Regular/Akrobat-Regular.svg#akrobatregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Akrobat-SemiBold';
	src: url('assets/fonts/Akrobat-SemiBold/Akrobat-SemiBold.eot');
	src: url('assets/fonts/Akrobat-SemiBold/Akrobat-SemiBold.eot?#iefix') format('embedded-opentype'), 
	url('assets/fonts/Akrobat-SemiBold/Akrobat-SemiBold.woff') format('woff'), 
	url('assets/fonts/Akrobat-SemiBold/Akrobat-SemiBold.ttf') format('truetype'), 
	url('assets/fonts/Akrobat-SemiBold/Akrobat-SemiBold.svg#akrobatsemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Akrobat-ExtraBold';
	src: url('assets/fonts/Akrobat-ExtraBold/Akrobat-ExtraBold.eot');
	src: url('assets/fonts/Akrobat-ExtraBold/Akrobat-ExtraBold.eot?#iefix') format('embedded-opentype'), 
	url('assets/fonts/Akrobat-ExtraBold/Akrobat-ExtraBold.woff') format('woff'), 
	url('assets/fonts/Akrobat-ExtraBold/Akrobat-ExtraBold.ttf') format('truetype'), 
	url('assets/fonts/Akrobat-ExtraBold/Akrobat-ExtraBold.svg#akrobatextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	min-height: 100%;
	/*min-width: 900px;*/
	color: #4D4D4F;
	font-family: 'Akrobat-SemiBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 900px;
	display: block;
	margin: 0 auto;
	padding: 0 40px;
}

b, strong{ font-weight:bold; font-family: 'Akrobat-Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
i, em { font-style: italic; }
p { line-height: 130%; }

.bold { font-family: 'Akrobat-Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.semibold { font-family: 'Akrobat-SemiBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.extrabold { font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }


											/* NAVEGACIÓN-TOGGLE */
									
#navbar-toggle {
	display: block;
	z-index: 300;
	width: 27px;
	height: 36px;
	padding: 0px;
	border: none;
	background: none;
	transition: all 0.035s linear;
	clear: both;
	cursor: pointer;
	float: right;
	position: fixed;
	right: 40px;
	top: 7px;
	outline: none;
}

#navbar-toggle .icon-bar,
#navbar-toggle-submenu .icon-bar {
	display: block;
	width: 20px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-radius: 1px;
	transition: all 0.1s linear;
}

#navbar-toggle .icon-bar + .icon-bar,
#navbar-toggle-submenu .icon-bar + .icon-bar {
  	margin-top: 4px;
}

.hamburger-bun,
.hamburger-patty {
	position: relative;
}

.navbar-toggle-active .bun-top,
.navbar-toggle-active .hamburger-patty {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggle-active .bun-top {
	top: 3px;
}

.navbar-toggle-active .hamburger-patty {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.navbar-toggle-active .bun-btm {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}

button#navbar-toggle.hamburger.navbar-toggle-active .icon-bar { background-color: #FFF; }

				/* MENU */
.menu-principal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    color: #FFF;
    text-align: right;
    z-index: 20;
	-webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
	overflow: hidden;
}

.menu-principal a {
    color: #FFF;
    font-size: 50px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.redes-bottom {
    display: block;
    width: 100%;
	margin-top: 50px;
    text-align: right;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul#menu-menu-principal {
    display: block;
    padding: 128px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul#menu-menu-principal li a { font-family: 'Akrobat-Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.redes-bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
	background-image: url(assets/img/sprite-redes.png);
	background-size: 160px;
	background-repeat: no-repeat;
}

.redes-bottom a.in {
    background-image: url(assets/img/instagram.png);
    background-size: 23px;
    background-position: 0px 4px;
}

a.fb { background-position: 5px 0px; }
a.tw { background-position: -63px 0px; }
a.mail { background-position: -130px 0px; }

a.img-logo {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 100px;
    height: 100px;
	background-image: url(assets/img/logo-bco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


				/* HOME */
ul#slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 74vh;
}

ul#slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-negro {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-size: 38px;
    padding: 40px;
	font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul#slider li:before {
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 100px;
    filter: invert(1);
    right: 0;
    bottom: 0;
    background-image: url(assets/img/logo-ngo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contenedor-bloque {
    display: block;
    width: 100%;
    text-align: justify;
    height: 500px;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.video-home { z-index: 10; }

.cont-video-single {
    position: absolute;
    width: 63%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
	background-color: #000;
}

.cont-video-single iframe {
    position: absolute;
    top: -11%;
    width: 120%;
    height: 120%;
    left: -9%;
}

span.video {
    display: inline-block;
    font-size: 50px;
    color: #FFF;
    width: 230px;
    height: 230px;
    line-height: 230px;
    border: 4px solid #FFF;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
	-webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

span.video:hover {
	background-color: #000;
	color: #FFF;
	border: 4px solid #000;
}

.titulo-seccion {
    display: block;
    width: 100%;
    background-color: #000;
    text-align: left;
    color: #FFF;
    font-size: 50px;
    padding: 30px 100px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.texto-derecha {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    font-size: 14px;
    color: #FFF;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-play-video {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 238px;
}

.cont-play-video-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    width: 100%;
    height: 138px;
    text-align: right;
}

.texto-derecha h2 {
    display: block;
    width: 100%;
    font-size: 60px;
    margin-bottom: 30px;
}

.texto-derecha p {
    display: block;
    margin-bottom: 25px;
    line-height: 140%;
}

.cotenedor-farm { display: flex; }

a.contenedor-farm {
    display: inline-block;
    width: 20%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	-webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
	cursor: pointer;
}

a.contenedor-farm:hover:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.titulo-farm {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #FFF;
    font-size: 25px;
	font-family: 'Akrobat-Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.titulo-farm span {
    display: block;
    font-size: 40px;
}

.relleno-izquierda {
    display: inline-block;
    width: 54%;
    vertical-align: middle;
    height: 500px;
}

			/* FOOTER */
footer {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #FFF;
	padding: 40px 100px;
 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.logo-footer {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px 0px 60px;
	background-image: url(assets/img/logo-bco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}	

.newsletter {
    display: inline-block;
    width: 40%;
    vertical-align: top;
	font-size: 11px;
}

.newsletter small { font-size: 9px; }

form.newsletter-form {
    display: block;
    width: 300px;
    margin: 15px 0px 25px;
}

input.correo-newsletter {
    display: inline-block;
    width: 200px;
    border: 0px;
    border-bottom: 1px solid #FFF;
    padding: 7px 0px;
    color: #FFF;
    background-color: transparent;
	font-family: 'Akrobat-Regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

input.btn-newsletter {
    display: inline-block;
    border: 0px;
    background-color: transparent;
    color: #FFF;
	font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin-left: 5px;
	cursor: pointer;
}

.redes-bottom.redes-footer {
    display: inline-block;
    width: 40%;
    padding-right: 0px;
    margin: 0px;
}

.relleno-footer {
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: top;
}

.info-footer {
    display: block;
    width: 100%;
    text-align: justify;
}

.newsletter p { letter-spacing: 2px; }
.newsletter small { letter-spacing: 1px; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

				/* WHO WE ARE */
.contenedor-portada {
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}

.contenedor-portada.portada-who-we-are { 
	background-size: 120%;
	background-position: -30px center; }

.contenedor-portada p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #FFF;
    font-size: 46px;
    text-transform: uppercase;
    text-align: center;
    height: 100px;
    font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 83%;
}

.contenedor-portada.profile-portada p { width: 52%; }

.contenedor-portada small {
    display: block;
    font-size: 23px;
    color: #FFF;
    letter-spacing: 2px;
	font-family: 'Akrobat-Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.banner-negro-centro {
    display: block;
    width: 100%;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #FFF;
    font-size: 32px;
	font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

.cont-img {
    display: inline-block;
	position: relative;
	overflow: hidden;
    width: 70%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

iframe#video-profile {
    position: absolute;
    top: -50px;
    left: -40px;
    width: 108%;
    height: 121%;
}

.cont-texto {
    display: inline-block;
    width: 27%;
    vertical-align: top;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 14px;
	padding-right: 40px;
}

.contenedor-portada.portada-who-we-are p {
    position: absolute;
    margin: 0 auto;
    color: #FFF;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    height: 100px;
    font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 66%;
    top: 76%;
}


.relleno-bloque {
    display: inline-block;
    width: 100%;
}

.negro-division {
	display: block;
	width: 100%;
	height: 80px;
	background-color: #000;
}

.cont-texto h1 {
    font-size: 32px;
    display: block;
    width: 120px;
	font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}

.cont-texto p {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	line-height: 140%;
}

.cont-texto p:last-child { font-family: 'Akrobat-SemiBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

	/* FARMS */
.bloque-single { 
	height: 600px;
	margin-top: 50px; 
}

.farm-single a.contenedor-farm,
.farm-single { height: 250px; }

.farm-single a.contenedor-farm { width: 25%; }

ul#slider-single {
    position: relative;
    width: 63%;
    height: 600px;
    display: inline-block;
	background-color: #000;
}

ul#slider-single li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.texto-single {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    font-size: 14px;
	padding-right: 100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.texto-single img {
    display: block;
    width: auto;
    height: 120px;
    margin: 70px auto 50px;
}

.texto-single p {
    display: block;
    line-height: 140%;
    margin-bottom: 20px;
}

.banner-negro-centro-profile {
	display: block;
    width: 100%;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #FFF;
    font-size: 32px;
	font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 50px;
}

.banner-negro-centro-profile p {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 0 29%;
    text-transform: uppercase;
    box-sizing: border-box;
}

.texto-profile {
	padding-left: 40px;
	padding-right: 0px;
}

.texto-profile h1 { width: 100%; }

.cont-texto p {
    line-height: 170%;
}

			/* CONTACT */
.bloque-contacto {
    display: block;
    width: 100%;
    height: 90vh;
    margin-top: 50px;
	position: relative;
}

div#map {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 62%;
    height: 100%;
    z-index: 1;
}

.cont-derecha-contacto {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: #000;
    color: #FFF;
    padding: 40px 40px 40px 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.img-logo-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 23%;
    height: 50px;
}

form#contact-form {
    display: block;
    width: 100%;
    margin-top: 100px;
    font-size: 14px;
}

form#contact-form h2 {
    font-size: 20px;
    letter-spacing: 1px;
	display: block;
	margin-bottom: 30px;
}

.campo {
	display: block;
	width: 100%;
	padding: 7px 0px;
	background-color: transparent;
	color: #FFF;
	border: 0px;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	font-family: 'Akrobat-Regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
	max-width: 100%;
	height: 37px;
	max-height: 27px;
	outline: none;
}

input#enviar {
    display: block;
    background-color: transparent;
    border: 0px;
    color: #FFF;
    padding: 0px;
    cursor: pointer;
    margin-top: 60px;
    font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

a.view-maps {
    display: block;
    width: 100%;
    background-image: none;
    border: 0px;
    color: #FFF;
    padding: 0px;
    cursor: pointer;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.no-padding { 
	padding: 0px;
	text-align: left; 
}

.no-padding a {
	margin-left: 0px;
	margin-right: 20px;
}

.cont-derecha-contacto:before {
    display: none;
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: #000;
    background: -webkit-linear-gradient(left, transparent , #000);
    background: -o-linear-gradient(right, transparent, #000);
    background: -moz-linear-gradient(right, transparent, #000);
    background: linear-gradient(to right, transparent , #000);
    left: -45%;
    top: 0;
    z-index: 1;
}
		/* NEWS */
.portada-news { margin-top: 50px; }

.texto-news {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 200px;
    text-align: center;
    color: #FFF;
	font-size: 18px;
}

.texto-news h1 {
    font-size: 50px;
    display: block;
    width: 26%;
    margin: 10px auto 0;
}

.portada-news:before {
    display: block;
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    background: #000;
    background: -webkit-linear-gradient(top, transparent , #000);
    background: -o-linear-gradient(bottom, transparent, #000);
    background: -moz-linear-gradient(bottom, transparent, #000);
    background: linear-gradient(to bottom, transparent , #000);
    left: 0;
    bottom: 0;
}

.lista-news {
    display: block;
    width: 80%;
    text-align: justify;
    padding: 110px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #FFF;
    margin: 0 auto;
}

a.bloque-single-news {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin-bottom: 70px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
}

.img-news {
    display: block;
    width: 80%;
    height: 380px;
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
}

.titulo-resumen-news h2 {
    display: block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.titulo-resumen-news p {
    display: block;
    width: 60%;
    margin: 0 auto;
    line-height: 140%;
}

.relleno-bloque-news {
	display: inline-block;
	width: 31%;
	height: 1px;
	vertical-align: top;
}

.cont-texto-banner {
    display: block;
    width: 60%;
    text-align: center;
    font-size: 46px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    margin: 130px auto 0px;
	font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.banner-negro p strong { font-family: 'Akrobat-ExtraBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

p.texto-farms {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
}

p.texto-farms:nth-child(4) { margin-bottom: 140px; }

.contenedor-bloque.fondo-negro-banner {
    position: relative;
}

.contenedor-bloque.fondo-negro-banner:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000003b;
	z-index: -1;
}

.contenedor-bloque.fondo-negro-banner:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(http://canteraestudio.tech/cafe/wp-content/uploads/2017/11/AVC_Proceso_03-2.jpg);
    z-index: -2;
    background-size: cover;
    background-position: center;
}

iframe#player {
    width: 100%;
    top: -13%;
    position: absolute;
    height: 125%;
}

.cont-video-single iframe#player { 
	width: 110%;
	top: -80px; 
}

div#map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}