/*
Theme Name: LVV
Theme URI: https://thebold.design
Author: Roger Morató
Author URI: https://rogermorato.com
Description: Theme de wordpress desarrollado a medida por The Bold Strategic Design para la iniciativa "Las Vacas Vuelan".
Version: 1.0
Text Domain: lvv
*/


/*RESET*/

* { margin: 0; padding: 0; border: 0;}


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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* display-role Etiquetes HTML5 per navegadors antics */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

a {

text-decoration: none;
color: inherit;

}

div, article, section, li, ul{
	box-sizing:border-box;
}

/*-----FINAL DEL RESET-----------------*/

/* Generals */

body{
	background-color: #F2F2F2;
	font-family: 'Roboto', sans-serif;
}

.simob{
	display: none;
}
.suau{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.adaptada{
	max-width: 100%;
	height: auto;
}

.adaptada.gran{
	width: 100%;
	height: auto;
}

.fixed{
	position: fixed;
}

.mig{
	width: 47.5%;
	margin-right: 5%;
}

.quint{
	width: 20%;
}

.dos-quints{
	width: 40%;
}

.mig:nth-child(even){
	margin-right: 0;
}

.ters{
	width: 33%;
}

.fleft{
	float: left;
}

/* Menu */

nav {
	/*background-color: #F2F2F2;*/
	z-index: 1000;
	position: fixed;
	width: 100%;
	height: 180px;
	transition:all 0.2s ease-in-out;
}

nav.bggris, nav.bg-gris{
	background-color: #F2F2F2;
	height: 85px;
	background-color: #6DB9FF;

}

nav a.logo-top{
	width: 208px;
	height: auto;
	margin:10px 20px;
	display: block;
	float: left;
	margin-left: 10%;
	opacity:0;
}

nav a.mail-top{
	width: 32px;
	height: auto;
	display: block;
	float: right;
	margin-top: 35px;
	margin-right: 10%;
	opacity:0;
}

nav.bggris a.logo-top, nav.bggris a.mail-top, nav.bg-gris a.logo-top, nav.bg-gris a.mail-top{
	opacity:1;
}


nav #scroll-menu{
	display: inline-block;
	float: left;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	width: 228px;
	margin: 0 auto;
	left:0px; right:0px;
	position: absolute;
    float:clear;
	background-color: transparent;
	z-index: 999;
	font-weight: 400;
	opacity: 1;
	transition:opacity 0.1s ease-in-out;
	moz-transition:opacity 0.1s ease-in-out;
}

nav.bggris #scroll-menu, nav.bg-gris #scroll-menu{
	padding-top: 48px!important;
}

nav #scroll-menu:hover{
	opacity: 1;
	/*transition:all 0.4s ease-in-out;*/
}

nav #scroll-menu li{
	float: left;
	display: inline-block;
	width: 38px;
	text-align: center;
	box-sizing: border-box;
	opacity: 1;
	/*transition:all 0.3s ease-in-out;*/
}

nav #scroll-menu li:hover{
	opacity: 1;
}

nav #srcoll-menu li a{
	position: relative;
	width: 100%;
	text-align: center!important;
}

nav #scroll-menu li > span{
	opacity: 0;
	position: absolute;
	display: block;
	width: 100%;
	padding-bottom: 5px;
	top: 115px;
	width: 300px;
	text-align: center!important;
	text-transform: uppercase;
	font-weight: 400;
	transform: translateX(-131px);
	/*transition:all 0.3s ease-in-out;*/
	line-height: 1.2em;

}

nav.bggris #scroll-menu li > span, nav.bg-gris #scroll-menu li > span{
	top:100px;
}

nav.bggris #scroll-menu li > span.dot, nav.bg-gris #scroll-menu li > span.dot{
	top:25px;
	color: black!important;
}

nav #scroll-menu li > span.dot{
	opacity: .6;
	top:50px;
	width: 38px;
	transform: translateX(0);
	font-weight: 600;

}

nav #scroll-menu li:hover > span{
	opacity: 1;
}

/* MENU MOB */

span.hamburg, span.x, a.mail-mob{
	display: none;
}

#menu-mob{
	height:0;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	background-color: #6DB9FF;
}

#menu-mob.open{
	height: 100vh;
}

#menu-mob li a{
	color: white;
	font-size: 28px;
	line-height: 34px;
	font-weight: 900;
}

#menu-mob li{
	margin-left: 30px;
}

#menu-mob li:first-child{
	margin-top: 115px;
}

#menu-mob li:last-child img{
	width: 65%;
	margin-left: calc(22.5% - 30px);
	margin-top: 30px;
}


/* The hero image */

.hero{
    height: 100vh;
    position: relative;
    display: block;
}

.bloc{
	height: auto;
    position: relative;
    display: block;
}

.hero > img{
    max-height: 80vh;
    margin-top: 15vh;
    text-align: center;
    padding-left: 4%;
}

.top{
    background-color: #6DB9FF;
}


.full{
	width: 100%;
}

.bloc{
	display: block;
	height: auto;
	overflow: hidden;
	/*min-height: 100vh*/
}

article{
	background-color: white;
	padding-bottom: 60px;
	display: block;
	overflow: hidden;
	height: auto;
}

article h2, article p{
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 38px;
}
article p{
	font-weight: 300;
}

article h2{
	font-weight: 800;
}

.wrapp{
	width: 90%;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

video { 
   width:100%;
   height:auto;
   margin-top: 40px;
}

/*	Bloc */

.bloc{
	
}

#dos h1, #tres h1, #cuatro h1, #cinco h1, #seis h1{
	font-size: 42px;
	color: #00B9ED;
	font-style: bold;
	font-weight: 800;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 75px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#tres{
	padding-bottom: 80px;
}

#dos article .text{
	padding: 60px;
	padding-bottom: 0;
	width: 70%;
	float: left;
}

#dos article aside{
	width: 30%;
	float: left;
	position: relative;
}

#dos article aside img{
	width: 80%;
	padding-top: 60px;

}

.inner{
	width: 80%;
	margin-left: 10%;
}

/* MASSONRY */

#feed{
	padding-bottom: 77px;
}

#feed h2{
	padding:30px;
	padding-bottom: 0;
	font-size: 40px;
	font-weight: 800;
	line-height: 42px;
}

a.botonmas{
	padding-left: 30px;
	font-size: 26px;
	color: #6DB9FF;
	font-weight: 800;
}

#feed figure{
	border:0;
	padding: 0!important;
	box-sizing: border-box;
	display: block;
}

#feed figure img{
	margin-bottom: -2px!important;
}

#feed article{
	padding-bottom: 40px;
}

.ms-item, .grid-sizer{
	width:31.33%;
	margin-bottom: 4%;
}

.gutter-sizer { width: 3%; }

.botoncentrado{
	width: 70%;
	margin-left: 15%;
	display: block;
	margin-top: 50px;
}

.botoncentradomob{
	display: none;
}

/* cuatro */

#cuatro{
	background-color: #5B4236
}

#cuatro h1, #cuatro h2 {
	color: white;
	padding-bottom: 60px;
}

#cuatro h2{
	text-align: center;
	font-size: 28px;
	line-height: 1.2em;
	padding-bottom: 30px;
	font-weight: 800;
}

#feed-dos{
	overflow: hidden;
}

#feed-dos article{
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 60px;
}
#feed-dos article h2{
	font-weight: 700;
	font-size: 26.4px;
	line-height: 29.7px;
}

#feed-dos article figure img{
	width: 100%;
}

#feed-dos article:nth-child(3n+3){
	margin-right: 0;
}

img.ciencia{
	width: 35%;
	float: right;
	margin-right: -3%;
	/*margin-right: -60px;*/
	margin-bottom: -35px;
	margin-top: -260px;
	z-index: 0;
}

#ciencia{
	z-index: 1000;
	margin-bottom: 60px;
}

.btn-pdf{
	text-align: center;
	display: block;
	color: #4C3A31!important;
	font-weight: 700;
}

.btn-pdf i{
	font-size: 1.3em;
}

#feed-dos article h2{
	color: #5C4336;
	font-size: 26px;
	width: 80%;
	text-align: center;
	margin-left: 10%;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 0;
}

#feed-dos article .categoria{
	text-align: center;
	text-transform: uppercase;
	margin-top:40px;
	margin-bottom: 10px;
	display: block;
	color: #895B44;
	font-size: 16.5px;
}

.engagement, .engagement-dos{
	position: absolute;
	border-bottom: 0;
	right: 0;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border-top: 1px solid #d8b0b4;
	padding-top: 15px;
}

.engagement li, .engagement-dos li{
	float: right;
	padding: 2px;
	padding-right: 5px;
	margin-right: 8px;
	font-size: 16.5px;
	color: #895B44;
}

.engagement li img, .engagement-dos li img{
	display: block;
	width: 30px;
	height: auto;
	float: left;
	margin-top: -4px;
	margin-right: 5px;
}

.boton-ciencia{
	color: white;
	font-size: 26.4px;
	font-weight: 700;
	border:2px solid white;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 26px;
	padding-bottom: 26px;
	width: 32%;
	margin-left: 34%;
	margin-top: 10px;
	margin-bottom: 86px;
	box-sizing: border-box;
	color: #564338;
	background-color: white;
}

.boton-descarga{
	width: 50%;
	margin-left: 20%;
	display: block;
	overflow: hidden;

	padding-top: 140px;
}

#ciencia-uno .boton-descarga span{
	color: #564338;
	font-size: 26.4px;
	font-weight: 700;
	text-align: center;
	display: block;
	padding-top: 26px;
	padding-bottom: 26px;
	width: 70%;
	margin-left: 0;
	box-sizing: border-box;
	background-color: white;
	color: white;
	background-color: #564338;
	position: relative;
	margin-bottom: 20px!important;
	float: left;
	z-index: 1;

}


.img-descarga{
	width: 30%;
	margin-right: -5%;

	margin-top:-18%;
	position: relative;
	float: left;
	z-index: 1000;
	display: block;
}


/* Cinco */

#cinco h1{
	padding-top: 140px;
	padding-bottom: 70px;	
	font-weight: 800;
}

#cinco h2{
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	font-size: 28px;
	line-height: 34px;
	font-weight: 800;
	line-height: 1.2em;
}

#cinco .mig{
	margin-top: 95px;
}

#cinco .mig p{
	font-weight: 300;
	width: 90%;
	font-size: 18px;
	line-height: 24px;
	margin-top: 60px;
}

#cinco .mig .link-about{
	margin-top: 40px;
	display: block;
	font-weight: 700;
	color: #6DB9FF;	
}

.rss{
	display: inline-block;
	overflow: hidden;
	height: auto;
	margin-top: 27px;
	padding-top: 27px;
	border-top: 2px solid black;
	padding-right: 60px;
}

.rss img{
	width: 25px;
	height: auto;
}
.rss li{
	float: left;
	margin-right: 15px;
}

.img-about{
	margin-top: 10px;
	margin-bottom: -10px;
	width: 30%;
	margin-left: 20%;
}

/* SEIS */

#seis{
	background-color: #6DB9FF;
	padding-bottom: 90px;
}

#seis h1{
	color: white;
}

#seis .bloque-compartir{
	overflow: hidden;
	height: auto;
}

#seis .boton-telegram{
	display: block;
	width: 30%;
	margin-left: 35%;
	clear: both;
	margin-top: 500px;
}

#seis, #seis .wrapp, .bloque-compartir{

	overflow: visible!important;
	border:1px solid transparent;
	height: auto;
}

.bloque-compartir li{
	width: 33%;
	margin-top:20px;
	margin-bottom: 20px;
	height: auto;
	float: left;
}

#seis .bloque-compartir > div:nth-child(1){
	margin-left: -15%;
	margin-right: 5%;
	width: 50%;
	overflow: visible;
} 

#seis .bloque-compartir > div:nth-child(3){
	margin-right: -15%;
	margin-left: 5%;
	width: 50%;
	overflow: visible;
}

/* Footer */

footer{
	background-color: black;
	padding:0;
	padding-top: 0;
	padding-bottom: 0!important;
	height: auto;
	overflow: hidden;
}

footer .logo{
	width: 180px;
	margin-top: 43px;
	margin-bottom: 30px;
}

footer a{
	color: white;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	display: block;
	margin-top: 50px;
}

footer .mail{
	width: 60px;
	margin-bottom: -10px;
	margin-right: 10px;
	margin-top: 30px;
}

footer .top{
	width: 44px;
	background-color: black;
	margin-top: 80px;
	float: right;
	transition: all 0.5s ease-in-out;
}

footer .top:hover{

}

/* CIENCIA */

.article-ciencia, .article-desinfo{
	max-height: 0;
	padding-bottom: 0;
	position: relative;
	transition: all 1s ease-in-out;
}

.article-ciencia a, .article-desinfo a{
	color: #6DB9FF;
}

.alto-auto{
	height: auto;
	max-height: 3500px;
	padding-bottom: 70px;
	margin-bottom: 40px;
}

.article-ciencia .botx, .article-desinfo .botx{
	width: 80px;
	height: auto;
	position: absolute;
	right: 0;
	top:0;
}

.article-ciencia .botx.xbrown{
	right: 0;
	top:0;
}

.article-ciencia .categoria, .article-desinfo .categoria{
	display: block;
	text-align: center;
	padding: 40px;
	padding-bottom: 20px;
	font-size: 16.5px;
	font-weight: 400;
	text-transform: uppercase;
	color:#895B44;
}

.article-ciencia h1, .article-desinfo h1{
	color: black!important;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	font-size: 26px;
	width:70%; 
	margin-left: 15%;
}

.article-desinfo h1{
	padding-bottom: 40px!important;
}

.article-desinfo h2{
	width: 70%;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	margin-left: 15%;
	padding-bottom: 50px;
}

.article-ciencia p, .article-desinfo p{
	font-size: 16px;
	width: 80%;
	margin-left: 10%;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 40px;
}

.article-desinfo p, .article-desinfo ol{
	margin-bottom: 30px;
	width: 70%;
	margin-left: 15%;
	font-weight: 300;
}
.article-desinfo ol{
	list-style: decimal;
}

.article-desinfo ol li{
	margin-bottom: 30px;
}




.engagement-dos{
	padding-bottom: 30px;
	bottom:0;
}

.article-ciencia .date, .article-desinfo .date{
	position: absolute;
	bottom: 30px;
	left: 5%;
	color: #592A2A;
	font-size: 14px;
}

 .article-desinfo .date{
 	color:#808080;
 }

.activar-uno:hover, .botx:hover{
	cursor:pointer;
}

.rrss-single{
	width: 96px;
	float: right;
	background-color: #564338;
	margin-right: 5%;
	opacity: 0;
	transition:all 0.3s ease-in-out;
}

.rrss-single.activo{
	opacity: 1;
}

.rrss-single li{
	float: right;
	width: 48px;
	padding:10px 12.5px;
	height: auto;
}

.show-rss:hover{
	cursor: pointer;
}

.ylvv{
	width: 75%;
	margin-left: 12.5%;
	margin-top: 160px;
	margin-bottom: 50px;
}

.article-desinfo .centrada{
	width: 45%;
	margin-left:30%; 
	margin-bottom: -2px;
	margin-top: 48px;
	height: auto;
}

.article-desinfo .rrss-single{
	background-color: #808080;
}

.article-desinfo .engagement-dos{
	border-top: 1px solid #808080;
}

.article-desinfo .engagement-dos li{
	color: #808080!important; 
}

.article-desinfo p:last-child{
	margin-bottom: 80px;
}

.moveit{
	-webkit-animation: bounce 0.8s infinite alternate;
	-moz-animation: bounce 0.8s infinite alternate;
	-o-animation: bounce 0.8s infinite alternate;
	animation: bounce 0.8s infinite alternate;
	animation-iteration-count: infinite;
}

/* Webkit, Chrome and Safari */

@keyframes bounce {
	from {
    transform: translateY(0px);
	  }
	  to {
	    transform: translateY(-8px);
	  }
}

@-webkit-keyframes bounce {
	from {
    transform: translateY(0px);
	  }
	  to {
	    transform: translateY(-8px);
	  }
}

@-moz-keyframes bounce {
	from {
    transform: translateY(0px);
	  }
	  to {
	    transform: translateY(-8px);
	  }
}

.flecha{
	width: 3%;
	position: absolute;
	bottom: 10;
	left: 48.50%;
}

.pt150{
	padding-top: 50px!important;
}

.pt180{
	padding-top:180px!important;
}

/* LOGIN */

.loginamida{
	width: 400px;
	min-height: 100vh;
	background-color: #F2F2F2;
	margin:150px auto 200px auto;
}

.login-form{
	margin-top: 30px;
}

.login-form input{
	border:1px solid white;
	margin-bottom: 30px;
	width: calc(100% - 40px);
	padding: 10px 20px;
	font-size: 16px;
	color:black;
	font-weight: 300;
	text-align: center;
}

.login-branding p{
	font-size: 38px;
    color: #00B9ED;
    font-style: bold;
    font-weight: 800;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 20px;
}

.login-msg{
	display: none;
}

.login-username label, .login-password label{
	display: none!important;
}

.login-form label{
	margin:10px 10px 10px 10px;
	display: block;
}

.login-form #wp-submit, .reset-submit, .botonerror{
	display: block;
	margin: 20px auto 20px auto;
	background-color: black;
	color:white;
	border-color:black;
	font-size: 18px;
	font-weight: 800;
	width: 170px!important;
	padding: 10px 30px;
	text-align: center!important;
}

.login-form #wp-submit:hover{
	cursor:pointer;
}

.botonerror{
	display: inline-block;
	width: auto!important;
}

.reset-submit{
	width: 200px!important;
}

p.ample{
	font-size: 24px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 20px;
	width: 500px;
	margin-left: -100px;
}

.lostpssw{
	display: block;
	margin-top: 20px;
	color: black;
	font-weight: 800;
	font-size: 14px;
	text-align: center!important;
}

/* Lost PSW */

.login .message{
	padding: 12px;
	margin-left: 0;
	background-color: #fff;
	-webkit-box-shadow: 0!important;
	box-shadow: 0!important;
} 

article.nobot{
	padding-bottom: 0!important;
}
