* {
    margin: 0;
	padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;		
}
html{
    scroll-behavior: smooth;
    
}
body{

    justify-content: center;
    align-items: center;
    min-height: 100vh;
	background: #f2f2f2;
    
    
}



a {
    color: black;
	text-decoration: none;
	outline: none;

}



header{
    width: 100%;
    height: 80px;
	background: #00758f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    position: sticky;
    top: 0;
    z-index: 1000;
    
}

.hamburger{
    display: none;
}

.nav-bar ul{
    display: flex;
}

.nav-bar ul li a{
    display: block;
    color: #fefefe;
    font-size: 17px;
    padding: 10px 40px;
    border-radius: 50px;
    transition: 0.2s;
    margin: 0 5px;
    text-decoration: none;
    text-align: center;
}

.nav-bar ul li a:hover{
    color:#000000;
    background: #fefefe;
}

.nav-bar ul li a.active{
    color: #f29111;
    background: #fefefe;
}

@media only screen and (max-width: 1320px){
    header{
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1100px){
    header{
        padding: 0 10x;
    }
}

@media only screen and (max-width: 900px){

    header{
        width: 100%;
        height: 80px;
        background: #00758f;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        position: sticky;
        top:0;
        z-index: 1000;
    }    

    .hamburger{
        display: block;
        cursor: pointer;
    }

    .hamburger .line{
        width: 30px;
        height: 3px;
        background: #fefefe;
        margin: 6px 0;
    }

    .nav-bar{
        height: 0;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background: #f29111;
        transition: 0.5s;
        overflow: hidden;
    }

    .nav-bar.active{
        height: 550px;
    }

    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }

    .nav-bar.active ul{
        opacity: 1;
    }

    .nav-bar ul li a{
        margin-bottom: 12px;
        font-size: 20px;
    }
   
    .imagen{
        height: 300px;
        width: 260px;

    }

    .imagen2{
        height: 100px;
        width: 90px;
    }
    .imagen3{
        height: 92px;
        width: 190px;

    }
    .imagen4{
        height: 92px;
        width: 270px;
    }

    .imagen5{
        height: 92px;
        width: 270px;
    }
    
    .imagen6{
        height: 250px;
        width: 270px;
    }

    .imagen7{
        height: 150px;
        width: 300px;
    }
    .imagen8{
        height: 92px;
        width: 300px;
    }

    .imagen9{
        height: 200px;
        width: 350px;
    }

    .imagen10{
        height: 60px;
        width: 350px;
    }
    .titulo{
        color:#fff;
        height: 100%;
        padding:5%;
        text-align: center;
        background:#f29111; 
    }
    .titulo h1{
        font-size: 6vh;
       
     
    }
  

  
}

@media only screen and (max-width: 900px){

.mmmmm{
   display:none;

}

body{
    flex-direction: column;
}



}






.contenedor {
	max-width: 1000px;
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.titulo{
    color:#fff;
    height: 100%;
    padding:40px;
    text-align: center;
    background:#f29111; 
}
.titulo h1{
    font-size: 6vh;
   
 
}
.titulo a{
    font-size: 2em;
    padding: 10px 40px;
    background: white;
    border-radius: 30px;
    border: black;
    transition: .3s ease-in-out;
}
.titulo a:hover{
    background: #013220;
	color: #fff;
	text-decoration: none;
}

.container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15vh;
    z-index: 1;
    

}

.btn {
    border: none; 
    color: white; 
    padding: 14px 28px; 
    cursor: pointer; 
    border-radius: 5px; 
    display: inline-block;
    margin: 5px;
  }
  
  .primary {background-image: linear-gradient(to right, #6200ff, #844ae2);} 

main {
	min-height: 100vh;
}

main .contenido p {
	margin-bottom: 0px;
	line-height: 30px;
	color: #525151;
   text-align: justify;

    
}

main .contenido .titulo1 {
    font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	padding-top: 40px;

}

main .contenido .fecha {
	font-size: 14px;
	color: #B5B5B5;
}


aside {
	min-width: 30%;
	margin: 40px 20px 20px 0;
	height: 100%;
	background: #00758f;
	padding: 20px;
	border-radius: 15px;
    position: sticky;
    top: 20px;
}

aside .titulo1 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 20px;
	color: #f2f2f2;
}

aside .indice a {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;

}

.acerca{
    color:#fff;
    min-height: 100%;
    width: 100%;
    padding:30px;
    text-align: center;
    background: linear-gradient(#f29111, rgb(0, 0, 0) );   
    bottom: 0;
}



.post video{
    width: 100%;
}


