@media screen and (max-width:650px){
    .botones{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center    
    }
    
}

@media (max-width: 989px) {
    .anuario-ul p, .anuario-ul ul{
        font-size: 0.6em
    }
    .anuario-ul p{
        
        display: flex;
        flex-direction: row;
    }
    .Futuro_2{
        margin-top: 50vh
    }
    .Sobre_Aylu .portafolio-container{
        font-size: 0.7em;
    }
  
}


@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
*
{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     scroll-behavior: smooth;
}
  
body{
    background-image: linear-gradient(#31155e, #90b4f0);

}
.section{
    height: 100vh;
    width: auto;
}


.Anuario {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.anuario-ul{ 
    display: flex;
    justify-content: space-evenly;
    height: 140px;
    margin: auto;
    font-family: 'Pacifico', cursive;
    
    color: #fff;
    font-size: 5em;
    line-height: 85px;
    overflow: hidden;
}

.anuario-ul li{ 
margin-bottom: 8vh;
}

.anuario-ul li:nth-child(3){
    margin-top: 10vh;
}

.Anuario ul{
    list-style: none;
    padding-left: 15px;
    animation: cambiar 7s infinite;
    padding: 25px;
  }

.Anuario ul, p {
    margin: auto;

}

@keyframes cambiar {
    0%{ margin-top: 0px;}
    15%{ margin-top: 0px;}

    25%{ margin-top: -135px;}
    35%{ margin-top: -135px;}

    45%{ margin-top: -290px;}
    55%{ margin-top: -290px;}
    
    65%{ margin-top: -443px;}
    75%{ margin-top: -443px;}

    85%{ margin-top: 0;}
    100%{ margin-top: 0;}
  
    
}

header {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    z-index: 10000;
    font-family: 'Pacifico', cursive;
}


header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row ;
}

header a {
    text-decoration: none;
    padding: 6px 15px;
    color: #fff;
    border-radius: 20px;
}

header a:hover {
    background: #fff;
    color: #2b1055;
    transition: 0.5s;
}


main{
 position: relative; 
 width: 100%;  
 height: 100vh;
 padding: 100px;
 display: flex;
 justify-content: center;
 align-items: center;
 
}


.burbuja{
    border-radius: 50%;
    background: #fff;
    opacity: .3;

    position: absolute;
    bottom: -150;
    
    animation: burbujas 3s linear infinite ;
}

.burbuja:nth-child(1){
    width: 80px;
    height: 80px;
    left: 5%;
    animation-duration: 3s;
    animation-delay: 3s;
}

.burbuja:nth-child(2){
    width: 100px;
    height: 100px;
    left: 35%;
    animation-duration: 3s;
    animation-delay: 5s;
}

.burbuja:nth-child(3){
    width: 20px;
    height: 20px;
    left: 15%;
    animation-duration: 1.5s;
    animation-delay: 7s;
}

.burbuja:nth-child(4){
    width: 50px;
    height: 50px;
    left: 90%;
    animation-duration: 6s;
    animation-delay: 3s;
}

.burbuja:nth-child(5){
    width: 70px;
    height: 70px;
    left: 65%;
    animation-duration: 3s;
    animation-delay: 1s;
}

.burbuja:nth-child(6){
    width: 20px;
    height: 20px;
    left: 50%;
    animation-duration: 4s;
    animation-delay: 5s;
}

.burbuja:nth-child(7){
    width: 20px;
    height: 20px;
    left: 50%;
    animation-duration: 4s;
    animation-delay: 5s;
}

.burbuja:nth-child(8){
    width: 100;
    height: 100px;
    left: 52%;
    animation-duration: 5s;
    animation-delay: 5s;
}

.burbuja:nth-child(9){
    width: 65px;
    height: 65px;
    left: 51%;
    animation-duration: 3s;
    animation-delay: 2s;
}

.burbuja:nth-child(10){
    width: 40px;
    height: 40px;
    left: 35%;
    animation-duration: 3s;
    animation-delay: 4s;
}


@keyframes burbujas{
    0%{
        bottom: 0;
        opacity: 0;
    }
    40%{
        transform: translateX(30px);
    }
    80%{
        opacity: .4;
    }
    100%{
        bottom: 100vh;
        opacity: 0;
    }
}

@keyframes movimiento{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(30px);
    }
    100%{
        transform: translateY(0);
    }
}
*{
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.Sobre_Aylu img{
	width: 90%;
    list-style: none;
    margin: auto;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}

.Sobre_Aylu{
    position: relative;
    margin-bottom: 10px;
    height: 100vh;
    
}

.Sobre_Aylu h2{
    font-family: 'Pacifico', cursive;
    font-size: 3.5em;
    margin-bottom: 10px;
    color: white;
    text-align: center;
}
.Sobre_Aylu h3{
    font-family: 'Pacifico', cursive;
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
}
.Sobre_Aylu p{
    font-size: 1em;
    margin-bottom: 10px;
    color: white;
    text-align: center;
}

.Sobre_Aylu .portafolio{
	width: 90%;
	max-width: 1400px;
	margin: auto;
    align-content: center;
}


.Sobre_Aylu .portafolio-container{
	display: flex;
	align-content: center;
}

.Sobre_Aylu .portafolio-item{
	width: 30%;
	position: relative;
    align-items: center;
	overflow: hidden;
}

.Sobre_Aylu .portafolio-img{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.Sobre_Aylu .portafolio-text{
	position: absolute;
	bottom: 0;
	padding: 20px;
    left: 15px;

    width: 92%;
    align-items: center;

	background: rgba(79, 15, 125, 0.667);
	color: #fff;

	-webkit-transform: translateY(100%);

	-ms-transform: translateY(100%);

	transform: translateY(100%);

	-webkit-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;
}
.Sobre_Aylu .portafolio-text p{
	text-align: center;
}

.portafolio-item:hover .portafolio-text{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.portafolio-item:hover .portafolio-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.Sobre_Aylu .portafolio-text_2{
	position: absolute;
	bottom: 0;
	padding: 25px;
    left: 15px;

    width: 92%;
    align-items: center;

	background: rgba(79, 15, 125, 0.667);
	color: #fff;

	-webkit-transform: translateY(100%);

	-ms-transform: translateY(100%);

	transform: translateY(100%);

	-webkit-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;
}
.Sobre_Aylu .portafolio-text_2 p{
	text-align: center;
}

.portafolio-item:hover .portafolio-text_2{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.Illia {
    position: relative;
    margin-bottom: 10px;
    height: 155vh;
    
    
}
.Illia h4{
    font-family: 'Pacifico', cursive;
    font-size: 3.5em;
    margin-bottom: 10px;
    color: white;
    text-align: center;
}

.Illia p{
    font-size: 1.5em;
    margin-bottom: 10px;
    color: white;
    text-align:justify;
    margin: auto;
    width: 95%;
    margin-top: 2%;
}

.imagenes_movimiento {
	width: 1450px;
    height: auto;
	margin:50px auto 0;
	overflow: hidden;
	margin: auto;
	align-items: center;
}

.imagenes_movimiento ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: slide 45s infinite alternate ease-in-out;
}

.imagenes_movimiento li {
	width: 100%;
	list-style: none;
}

.imagenes_movimiento img {
	width: 100%;
}

@keyframes slide {
    0% {margin-left: 0;}
    10% {margin-left: 0;}
        
    20% {margin-left: -35%;}
    30% {margin-left: -70%;}
    40% {margin-left: -105%;}
        
    50% {margin-left: -140%;}
    60% {margin-left: -175%;}
    70%{margin-left: -210%;}
        
    80% {margin-left: -245%;}
    90% {margin-left: -280%;}
    100% {margin-left: -300%;}
}


.Random{
    position: relative;
    height: 100vh;
    min-height: 90vh;
    width: 100vw;
    text-align: center;
    margin-top: -10vh;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    padding: auto;
}

.Random h2{
    text-align: center;
    font-family: 'Pacifico', cursive;
    font-size: 3.5em;
    margin-bottom: 10px;
    color: white;
}


.container
{
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.container .box
{
	position: relative;
	max-width: 300px;
	max-height: 300px;
	background: #fff;
	margin: 3vh 3vh 0vh 3vh;
	box-sizing: border-box;
	display: inline-block;
}
.container .box .imgBox
{
	position: relative;
	overflow: hidden;
}
.container .box .imgBox img
{
	max-width: 100%;
	transition: transform 2s;
}
.container .box:hover .imgBox img
{
	transform: scale(1.2);
}
.container .box .details
{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: rgba(30, 8, 62, 0.8);
	transform: scaleY(0);
	transition: transform .5s;
}
.container .box:hover .details
{
	transform: scaleY(1);
}
.container .box .details .content
{
	
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 15px;
	color: #fff;
}
.container .box .details .content h1
{
    font-family: 'Pacifico', cursive;
	margin: 0;
	padding: 0;
	font-size: 25px;
	color: white;
}
.container .box .details .content p
{
	margin: 10px 0 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.container {
		padding: 0;
	}
	.container .box {
	margin: 0;
	}

}

.Futuro_2{
    margin-top: 40vh;
}

.Futuro_2 h6{
    font-family: 'Pacifico', cursive;
    font-size: 3.5em;
    margin-bottom: 10px;
    color: white;
}


.Futuro_2 p{
    font-size: 1.5em;
    margin-bottom: 10px;
    color: white;
    text-align:justify;
    margin: auto;
    width: 95%;
    margin-top: 2%;
}

.foto_futuro{
    padding: 4vh 0;
    margin: auto;
    width: 50%;
    display: flex;
    align-items: center;
}
