*{
    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;}



 h1{margin: .5em;
    margin-top: 1em;
    margin-left: 1em;}
    
    h2{font-weight: 200;
    margin-left: .5rem;
    border-bottom: }
    
/* propiedades activiades*/
.actividades {width: auto;
height: 150px;
padding: 10px;
margin:.5em; 
margin-top:1em;
white-space: nowrap;
overflow-y: hidden;
overflow-x: auto;}



.flechas i{color: #2A8BA4;
           font-size: 60px;
position: absolute;
top:60%;}

.flechas2 i{color: #2A8BA4;
           font-size: 60px;
position: absolute;
top:60%;
right: 5%}







.multiple{width: 100%;
height: 120px;
display: inline-block;
text-align: center;
line-height: 40px;
color: #2A8BA4;
font-family: "oswald";
font-size: 25px;     
}

.multiple img {height: 90%;}
.multiple a {text-decoration: none;}

.linkact {color: #2A8BA4;
}

.linkact:hover {color: blue;}


    /* propiedades de la galeria */
    
    
    
    
.banner {
    position: relative;   
    margin-top:0;
    margin-bottom: 20px;
    width: 340px;
    height: 260px;
    background-color: rgba(0,0,0,.5);   
}

.banner .move {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move ul,
.move ul li {
    position: absolute;
}

.ctrl {
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
}

.ctrl .libs {
    display: contents;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    z-index: 50;
    cursor: pointer; 
}

.ctrl span.active {
    background-color: #2A8BA4;
}

.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px 'Oswald';
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl .next {
    top: -140px;
    right: 0;
}

.ctrl .prev {
    top: -140px;
    left: 0;
}

.ctrl .arrow:hover {
    opacity: 1;
}

   figcaption {
    background-color: rgba(0,0,0,.5);
    border: solid 2px rgba(0,0,0,0);
    border-radius: 0 0 0 0;
    color: white;
    padding: .5em;
    line-height: 1.25em;
    position: absolute;
    height: 30%;
    top: calc(100% - 5em);
    left: 0;
    right: 0; }



/* propiedades del banner*/
    
.example-1 {
  overflow: hidden;
  width: 100%;
  position: relative;    
}

.example-1 ul {
  overflow: hidden;
  margin: 0;
  zoom: 1;
}

.example-1 ul li { float: left; }

.example-1 ul li img { width: 100%; }


.example-1 {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.example-1 ul {
  overflow: hidden;
  margin: 0;
  zoom: 1;
}

.example-1 ul li { float: left; }

.example-1 ul li img { width: 100%; }

.dots-1 {
  position: absolute;
  bottom: 10%;
  right: 40%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dots-1 li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
 border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #2A8BA4;
  cursor: pointer;
}

.dots-1 li:hover, .dots-1 li.active { background: #FFF; }



   
    .titulos {background: radial-gradient(#2A8BA4,#000000); 
    color: white;
    width: 100%;
    padding: .5em;
}  

.titulos h2{text-align: center;}

.demo {padding: 2em;
margin: 2em;
margin-left: 20%; }
    
.demo div i{color: #2A8BA4;
            font-size: 6em;   }



 footer {
      width: 100%;     
      text-align: center;
      background: radial-gradient(#2A8BA4, #000000);
      color: white;
      padding: 2em;
    }

input {text-align: center;}

.myButton {
	-moz-box-shadow:inset 0px 0px 14px -3px #f2fadc;
	-webkit-box-shadow:inset 0px 0px 14px -3px #f2fadc;
	box-shadow:inset 0px 0px 14px -3px #f2fadc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dbe6c4), color-stop(1, #9ba892));
	background:-moz-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-webkit-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-o-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-ms-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:linear-gradient(to bottom, #dbe6c4 5%, #9ba892 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe6c4', endColorstr='#9ba892',GradientType=0);
	background-color:#dbe6c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b2b8ad;
	display:inline-block;
	cursor:pointer;
	color:#757d6f;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;
}





 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
    }


@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:340px;
		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: 95%;}    
    
   
 
	.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: 0;
        top: 80px;
        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;}
    
    
   
    