@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

body {
    background-color: rgba(230, 230, 230, 0.6);
    font-family: "lato", sans-serif;
    display: flex;
    margin: 0;
    flex-direction: column;
    min-height: 100vh;

}

main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


header {
    background-color:#549054; color: white;  
}

.escudo {
    margin: 10px;
    width: 310px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    border: 2px solid #0C732F;
    border-radius: 1em;
}

h1 {
    font-size: 1.3em;
    font-weight: 700;
}

main div p {
    font-weight: 300;
}

main div img {
    width: 20%;
    height: auto;
}

.contenedor, 
main > section {
    max-width: 115rem;
    margin: 0 auto;
    padding: 1rem;
}

header .contenedor {
    display: flex;
    justify-content: space-between;
 
}

nav {
    width:100%;
    margin-left: 1em;
}

nav ul {
    list-style: none;
    margin: 0;
    padding:0;
    width: 100%;
    display: flex;
}

nav ul li { 
    flex-basis:25%
}

nav ul li a {
    text-decoration: none; 
    color: white;
    display: block;
    text-align: center;
    padding: .25em .5em;
    
}
a:hover {
    text-decoration: underline;
}

a:active {
    color:#000000;
}

div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div ul li {
    font-weight: 300;
    font-size: 0.9em;
    text-align: left;
}

div ul li img {
    width: 25%;
    height: auto;
}

.integrantes img {
    width: 60%;
    height: auto;
    border-radius: 150px;
    border: 2px solid #0B8036;
}

#integrantes {
    margin: 0;
    width: 310px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background-color: rgba(144, 177, 156, 0.51);
    border-radius: 1em;
}



main article h2 {
    font-size: 1em;
    font-weight: 700;
}

main article div h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}



main article {
    display: flex;
    flex-direction: column;
}

.rotulo {
    margin: 0;
    width: 310px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    border: 3px solid silver;
    border-radius: 1em;
}

#mapa {
     width: 100%;
    height: auto;
}

footer {
    background-color: rgb(0, 90, 33);
    font-size: 10px;
    color: white;
    padding: 1rem;
}

footer .contenedor {
    max-width: 115rem;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between
}


/* PLAN */

.body {
	clear: both; 
	margin: 0 auto; 
	
}

.escudito {
    width: 50%;
    height: auto;
    
}

/*PANEL*/




main div img {

height: 100%;
 width: 50%;
display:block;
margin:auto;

   
  
}


/* ===========================
   ======= Area de contenido ====== 
   =========================== */

.mainContent {
	overflow: hidden;
	line-height: 25px;
	border-radius: 5px;

}

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;	
	margin-bottom: 3%;
}

.bottomcontent {
	background-color: #FFF;	
	border-radius: 5px;
	padding: 3% 5%;
}

.content {
	width: 100%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.content img {
	width: 100%;
}

.videoResponsive{
	margin:0 auto;
    height:0px;
    width:100%;
    padding-top:56.25%;
    position:relative;
 
}
.videoResponsive iframe{
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 2em;
}

/* ===========================
   ======== Barra lateral ========== 
   =========================== */

.top-sidebar {
	width: 100%;
	float: left;
    margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.96);	
	padding: 2% 3%;
	font-size: 1em;
    font-weight: 400; 
	line-height: 20px;
}

.top-sidebar ul {
	list-style-type: none;
	border: 1px solid #ccc;
	
}

.top-sidebar a {
	padding: 2%;
	font-size: 1em;
	line-height: 30px;
}

.middle-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
}

.bottom-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
    image-resolution: snap
}

.social-bar {
    width: 100%; 
    overflow:auto; 
}

.social-bar a {
    float: left; 
    text-align:center; 
    width: 20%; 
    padding: 12px 0; 
    transition: all 0.3s ease; 
    color: #333; 
    font-size: 36px; 
}

.social-bar a:hover {
    color: #ccc; 
}


