*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

body {
background: #FFFFFF;
font-family: "oswald", sans-serif;
color: black;}

#escudo {display: block;
}

.menu_bar {
    display: none;}

header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
background-color: black;
}

header nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #000000;
    z-index: 1000;
    max-width: 1000px;
    width: 95%;
    margin: 20px auto;
    
}

header nav ul {
    list-style: none;
}

header nav ul li {
    display: inline-block;
    position: relative;
}

header nav ul li:hover {
    background: #2A8BA4;
}



header nav ul li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding:  20px;
}



header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#2A8BA4;
	position: absolute;
	width: 150%;
	z-index:1000;
    text-decoration: none;
}


header nav ul li .children li {
    display: block;
    width: auto;
}

header nav ul li .children li a {color: white;}



 header h1{margin: .5em;
    margin-top: 1em;
    margin-left: 1em;}
    
 header h2{font-weight: 200;
    margin-left: .5rem;
    border-bottom: }
    

@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
        z-index: 9990;
		top:0;
		background: #000000;
        display: flex;
        justify-content: space-around;
        align-items: center;
	}
    
    
    #escudo {display: none;}
    
    #escudo2 {background: #000000;
              width: 80%}    
    
   
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
    
    .menu_bar i {
        float: right;
        font-size: 40px;
        color: white;
    }
    
    
    header nav {
		width: 100%;
        height: calc(100%-90px);
        position: fixed;
		right: -100%;
        margin-top: -10px;
        top: 90px;
        background-color: rgba(0,0,0,.8);
	}
 
    header nav ul li {
		display: block;
		
	}
    
    header nav ul li a {
        display: block;
    }
    
    header nav ul li .children {
        width: 100%;
        position: relative;
    }
    
    header nav ul li:hover .children {display: none;}
    
    section {
        max-width: 1000px;
      width: 95%;
    }
    section p {
      max-width: 1000px;
      width: 95%;
     margin: 20px;
     font-size: 20px;
    }
    
    section h1 {
    
     max-width: 1000px;
     width: 100%;
     padding-top: 30px;
     text-align: center;
     font-size: 2em;
     color:#2A8BA4; 
     
    }
    
    section h2{
      max-width: 1000px;
      width: 95%;
      margin-left: 20px;
      font-size: 25px;
      text-align: le
    }
    
    section h4{
        margin-left: 20px;
        padding-top: 10px;
        font-size: 17px;
        border-top-style: ridge;
        border-top-color:#a8a8a8;
        color:rgba(0, 0, 0, 0.64);
    }
    
     section h5 {
        text-align:right;
        color:#2A8BA4;
        text-decoration-line: underline;
    }
    
    section h6{
        margin-left:25px;
        padding-top: 5px;
        font-size: 20px;
        color:rgba(0, 0, 0, 0.45);}
        
    section img {
          width: 340px;
      
    }
    
    .paginas {
        text-align: center;
    }
    
    section ul {
       display: flex;
       margin-left: ;
        width: 105%;
        padding-left: 10px;
        padding-right: 10px;
      
    }
    
    section ul li {
         width: 50%;
         border-left-style:ridge;
        border-bottom-style:ridge;
         border-color: black;
         border-width: thin;          
    }
    
    .lautaro {border-left-style:none;} 
    
    section ul li img {
        width:100%;
    }
    
    section ul li p {
        text-align: left;
        padding-right: 20px;
        font-size: 17px
    }
    
    section ul li h5{
        padding-right: 10px
    }
    
    section ul li h6{
        text-align: left;
        font-size: 17px
    }
    footer {
      max-width: 1000px;
      width: 100%;
      text-align: center;
      background:radial-gradient(#2A8BA4,#000000);
      color:white;
      padding: 2em;
   
    }
    
   