@charset "UTF-8";
/* CSS Document */



body {
background-color:fff; 
}



.container {
width:80%;
max-width:1200px;
background: #fff; 
margin:auto;
overflow:hidden;
}

.header {
	background-color:#FFFFFF;
	margin: 20px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:medium;
	text-align:center;	
	
}

.header img {
	width: 100%;
	box-sizing:border-box;
	height: auto;
	margin-top:5px;
}

#navegation {

width:100%;
background-color:#9bad2e;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size:24PX;
margin:0;
}

#btn-menu{
display:none;
}

#navegation label{
display:none;
width:50px;
height:10px;
border-right:1px solid #A2A2A2;
padding: 15px 15px;
color:#CACACA;
text-align:center;
text-decoration:none;
	
	
}

#navegation label:hover {
cursor:pointer;
background: rgba(0,0,0,0.3);

}

.menu ul{
margin:0;
list-style:none;
padding:0;
display:flex;
justify-content:center;
background-color:#9bad2e;
}


.menu li{
flex-grow:1;
text-align:center;
border-right: 1px solid #A2A2A2;
}

.menu li:hover{
background: rgba(0,0,0,0.3);
}


.menu li a{
display:block;
padding: 15px 20px;

text-decoration:none;
}

.main {
	width: 100%;
	background:#FFFFFF;
	float: left;
	box-sizing: border-box;
	margin-bottom: 40px;
	
	
}

.main video {
	width: 100%;
	height: auto;
	background:#fff;
	margin-bottom:60px;
		
}

.projects img {
	width: 100%;
	justify-content: center;
}

.projects p {
	margin-top: 40px; 
margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:22px;
	color:#5B5959;

}

.YouTube {
	margin-top: 50px; 
margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:22px;
	
	
}

h1 {

	width: 100%;
	height: auto;
	font-size:xx-large;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#ea5d31;
	
}

.info__title {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#9bad2e;
	padding-bottom: 1px;
	padding-top: 1px;
			
}

.gallery{
	
	width: 100%;
	background:white;
	display: flex;

	justify-content: center;
	padding-bottom: 30px;
	padding-top: 30px;
	
	
}


.ideas_marketing {
	
	width:750px;
margin: auto;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 5px;
}
	
	.news__column {
	
	color: #484646;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	margin-top: 5px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: large;
	text-align: center;
}

.news__title {
	width: 100%;
    height: auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#ea5d31;
	text-align:center;	
}
.news__img {
	width: 100%;
	height: auto;
	
	
}

.news__img_article{
	width: 100%;
	height: auto;
	
	
}

.footer{
	margin-top:100px;
width:100%;
background:#97b132;
padding:10px;
box-sizing:border-box;
}

.social ul{
background:#97b132;
margin:0;
list-style:none;
padding:0;
display:flex;
justify-content:center;	

}

.social li:hover{
background:#97b132;
}

.social li{
	text-align: center;
	margin: 10px;
	text-decoration: none;
	padding-right: 0px;
	padding-top: 0px;
}



.autor{
	background:#829924;
	color:#484747;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: small;
	justify-content: center;
	display:flex;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom:4px;
	
}

@media (max-width : 319px ){
	
	.container {
width:100%;
background:#FFFFFF;
margin:auto;
overflow:hidden;
}
	
#navegation label{
display:block;
font-size:small;
}

.menu {
position:absolute;
background:#001A83;
width:50%;
margin-left:-90%;
transition:all 0.5s;
}
	
.menu ul{
flex-direction:column;	
}

.menu li{
border-top: 1px solid #A2A2A2;
font-size:small;
}

#btn-menu:checked ~ .menu {
margin: 0;

}
	.ideas_marketing {
	background:#bde7fd;
	width:100%;
margin: auto;
	}
	
	.projects p {
	
    margin-top: 1px;
    margin-left: 5px;
	margin-right: 5px;
	text-align:left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:16px;
	color:#5B5959;
	}
	
} 


@media (min-width:320px) and (max-width:479px){
	
	
	.container {
width:100%;
background:#FFFFFF;
margin:auto;
overflow:hidden;
}
	
	#navegation label{
display:block;
font-size:small;
}

.menu {
position:absolute;
background:#001A83;
width:50%;
margin-left:-90%;
transition:all 0.5s;
}
	
.menu ul{
flex-direction:column;	
}

.menu li{
border-top: 1px solid #A2A2A2;
font-size:small;
}

#btn-menu:checked ~ .menu {
margin: 0;
}
	
	.ideas_marketing {
	background:#bde7fd;
	width:100%;
margin: auto;
	}
	.projects p {
	
    margin-top: 1px;
    margin-left: 5px;
	margin-right: 5px;
	text-align:left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:16px;
	color:#5B5959;
	}
	
	}


@media (min-width:480px) and (max-width:767px){
	
	
	
	#navegation label{
display:block;
font-size:small;
}

.menu {
position:absolute;
background:#001A83;
width:50%;
margin-left:-90%;
transition:all 0.5s;
}
	
.menu ul{
flex-direction:column;	
}

.menu li{
border-top: 1px solid #A2A2A2;
font-size:small;
}


#btn-menu:checked ~ .menu {
margin: 0;

}
	
	.ideas_marketing {
	background:#bde7fd;
	width:100%;
margin: auto;
	}

}


@media (min-width:768px) and (max-width:1199px){
.info {
	display:flex;
	justify-content:space-between;
}
.info__column {
	width:30%;
	text-align:center;
}
.info__title {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#9bad2e;

}

}
@media (min-width:1200px) and (max-width:1600px){
	
	.info {
	display:flex;
	justify-content:space-between;
}
.info__column {
	width:30%;
	text-align:center;
}
.info__title {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#9bad2e;
}
	

}
@media (min-width:1601px) and (max-width:3000px){
.ideas_marketing {
	background:#bde7fd;
	width:100%;
margin: auto;
	}
	
	.info__title {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#9bad2e;
}
	}