.mudanza{
    width: 100%;
	font-size: 1.5em;
	font-family: sans-serif !important;
    background-color: #d5eeff;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.banner{
    width: 100%;
    display: grid;
    grid-template-columns: 100% 0%;
    grid-template-rows: 80% 20%;
}

.banner-titulo{
    background-image: url("../images/full-star.png"), url("../images/full-star.png"), url("../images/full-star.png");
    background-repeat: no-repeat;
    background-position: 10px 100%, 100% 0, 88% 25%;
    background-size: 18%, 18%, 8%;
    background-color: #d5ccff;
    grid-column: 1/2;
    grid-row: 1/2;
    justify-content: center;
    flex-direction: column;
}

/*móviles*/
@media screen and (max-width:640px) {
	.banner{
		height: 40vh;
	}
    .banner-titulo h1{
        font-size: 3.7em;
    }
    .banner-titulo h2{
        font-weight: 400;
        font-size: 1em;
    }
    .banner-pie h4{
        font-weight: 300;
        font-size: 1em;
    }
	.superior {
		clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
		padding: 30px;
	}
	.inferior {
		background-position: calc(100% + 2%) 20px, 0% 100%;
	}
	.fecha {
		font-size: 0.6em !important;
	}
	.proximamente {
		font-size: 1.2em !important;
	}
	.proximamente > img {
		height: 0.8em !important;
	}
	.inferior > p { 
		font-size: 2em;
		padding: 12px;		
	}
	p img {
		height: 32px;
	}

  }
/*tablets*/
@media screen and (min-width: 640px) and (max-width:1280px) {
	.banner{
		height: 80vh;
	}
	.banner-titulo h1{
		font-size: 6em;
	}
	.banner-titulo h2{
		font-weight: 400;
		font-size: 1.5em;
	}
	.banner-pie h4{
		font-weight: 300;
		font-size: 1.3em;
	}
	.superior {
		clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
		padding: 40px;
	}
	.inferior {
		background-position: calc(100% + 2%) 0px, 0% 100%;
	}
	.fecha {
		font-size: 0.8em !important;
	}
	.proximamente {
		font-size: 1.5em !important;
	}
	.proximamente > img {
		height: 1em !important;
	}
	.inferior > p { 
		font-size: 2em;
		padding: 30px;
	}
	p img {
		height: 48px;
	}
  }
  /*desktop*/
  @media screen and (min-width:1280px) {
	.banner{
		height: 100vh;
	}
    .banner-titulo h1{
        font-size: 10em;
    }
    .banner-titulo h2{
        font-weight: 400;
        font-size: 2em;
    }
    .banner-pie h4{
        font-weight: 300;
        font-size: 1.8em;
    }
	.contenedor {
		min-height: 100dvh;
	}
	.superior {
		clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
		padding: 50px;
	}
	.inferior {
		background-position: calc(100% + 2%) -10px, 0% 100%;
	}
	.fecha {
		font-size: 0.8em !important;
	}
	.proximamente {
		font-size: 1.5em !important;
	}
	.proximamente > img {
		height: 1em !important;
	}
	.inferior > p { 
		font-size: 2.5em;
		padding: 30px;
	}
	.revista p {
		font-size: 1.3em;
	}
	p img {
		height: 64px;
	}
  }


.banner-pie{
    background-color: #d5ccff;
    grid-column: 1/2;
    grid-row: 2/3; 
    padding-left: 5%;
}


.banner-imagen_lateral{
    background-color: #d5ccff; /* rgb(193, 255, 193);*/
    grid-column: 2/3;
    grid-row: 1/3; 
}

.banner-titulo , .banner-pie{
    display: flex;
    align-items: center;
}

.contenedor {
    background-color: black;
    display: flex;
    flex-direction: column;
}

.superior {
    width: 100%;
    background-color: #d5ccff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.superior h2 {
    font-size: 3em;
    color: black;
    width: fit-content;
}

.inferior {
    margin-top: -50px;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background-image: url("../images/sol.png"), url("../images/bitmap-pixel-hearts-gradien.webp");
    background-repeat: no-repeat;
    background-size: 12%, 10%;
    
}
.inferior p {
    width: fit-content;
    margin: auto;
    color: white;
}
p img {
    transform: rotate(10deg);
}

.revistas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100vw;
    gap: 5%;
}

.revista img{
    width: 18vw;
}


.revista img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.revista img {
    border-radius: 24px;
    box-shadow: 8px 8px 20px #d5ccff;
}

.revista p {
    margin-top: 20px;
}