html, body {
    margin: 0;
    padding: 0;
    font-family: 'Great Vibes';
    scroll-behavior: smooth;
    background-color: #ffffff;
}

.Cuadro1{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border: 8px solid rgb(112, 112, 112);
    border-radius: 0 20px 0 20px;
}
.Cuadro1 h1{
    width: fit-content;
    font-weight: bold;
    margin: 0;
    font-size: 40px;
    justify-content: center;
    display: flex;
}
.Cuadro1 h2{
    margin-top: 160px;
    width: fit-content;
    font-weight: bold;
    color:#7cc4fc;
    margin: 0;
    font-size: 60px;
    justify-content: center;
    display: flex;
    -webkit-text-stroke: 0.1px #005690;
}
.solapa{
    width: 300px;
    left: 0%;
    z-index: -1;
    top: 0%;
    position: absolute;
}
.solapa.animar {
    animation: subir 1s ease forwards;
}
.flores_esquina{
    width: 200px;
    height: 200px;
    transform: rotate(-90deg);
}
.flores_esquina_cont{
    position: fixed;
    z-index: 10;
    bottom: -10px;
    right: -23px;
    width: fit-content;
    height: fit-content;
}
.flores_esquina2{
    width: 200px;
    height: 200px;
    transform: rotate(90deg);
}
.flores_esquina_cont2{
    position: fixed;
    z-index: 10;
    top: -23px;
    left: -23px;
    width: fit-content;
    height: fit-content;
}
.crown{
    z-index: 5;
    width: 130px;
    height: 90px;
    animation: up-down 3s ease-in-out infinite;
}
.crown-cont{
    margin-top: 40px;
    width: fit-content;
    height: fit-content;
}
.sobre{
    width: 300px;
    height: 180px;
    border-radius: 12px;
}
.sello{
    width: 80px;
    padding: 0;
    margin: 0;
    height: 80px;
}
.sobre-cont{
    margin-top: 10px;
    width: fit-content;
    height: fit-content;
    animation: sobre 0.8s linear infinite;
}
.mariposa1{
    z-index: 10000;
    bottom: 60px;
    left: 1px;
    opacity: 0;
    position: absolute;
    width: fit-content;
    height: fit-content;
    animation: mariposa1 1.1s linear; 
}
.mariposa3{
    z-index: 10000;
    bottom: 260px;
    left: 1px;
    opacity: 0;
    position: absolute;
    width: fit-content;
    height: fit-content;
    animation: mariposa3 1.5s linear;
}
.mariposa4{
    z-index: 10000;
    bottom: 360px;
    left: 1px;
    opacity: 0;
    position: absolute;
    width: fit-content;
    height: fit-content;
    animation: mariposa4 1.2s linear;
}
.mariposa5{
    z-index: 10000;
    bottom: 460px;
    left: 1px;
    opacity: 0;
    position: absolute;
    width: fit-content;
    height: fit-content;
    animation: mariposa5 1.8s linear;
}
.mariposa{
    width: 50px;
    height: 50px;
    animation: aleteo 0.5s ease-in-out infinite;
}
.Boton_Sello{
    border-radius: 100px;
    background-color: #d8f1fa00;
    border-color: #d8f1fa00;
    position: absolute;
    top: 45%;
    right: 38.5%;
    padding: 0;
    margin: 0;
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
}
.decorado{
    position: absolute;
    z-index: 10000;
    right: 24.5%;
    height: 80px;
    width: 160px;
}
.Boton_Sello:hover{
    transform: scale(1.1);
}
.ocultar {
    opacity: 0;
}
.ocultar2 {
    display: None;
}
.luz{
    position: absolute;
    z-index: 10000;
    right: 53%;
    top: 42%;
    width: 50px;
    height: 50px;
    animation: luz 3s ease-in-out infinite;
}
.Frame {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;    
}
.Frame.visible {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86vh;    
    flex-direction: column;
}
.Frame2 {
    display: none;
    flex-direction: column;
    width: 100%;
    height: auto;    
}
.Frame2.visible {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content; 
}
.luz2{
    position: absolute;
    z-index: 10000;
    left: 42%;
    top: 10%;
    width: 50px;
    height: 50px;
    animation: luz 3s ease-in-out infinite;
}
.luz3{
    position: absolute;
    z-index: 10000;
    left: 69%;
    top: 35%;
    width: 50px;
    height: 50px;
    animation: luz 3s ease-in-out infinite;
}
seccion{
    height: 280px;
    width: 100%;
    position: relative
}
.contador{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
#seccion2,
#seccion4,
#seccion6,
#seccion8,
#seccion10{
    background-color: #a3a1a1;
}
#seccion2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
#seccion2 h1{
    font-family: "Roboto Slab";
    color: #1F3C5B;
    font-size: 50px;
    margin: 0;
}
#seccion2 h2{
    font-family: 'Dancing Script';
    color: #1F3C5B;
    font-size: 28px;
    margin: 0;
}
#seccion2 h3{
    font-family: 'Dancing Script';
    color: #1F3C5B;
    font-size: 50px;
    margin: 0;
}
#seccion3 h1{
    font-family: 'Dancing Script', sans-serif;
    color: rgb(10, 10, 10);
    text-align: center;
    font-size: 50px;
    margin: 0;
}
#seccion3 h3{
    font-family: 'Dancing Script', sans-serif;
    color: rgb(10, 10, 10);
    text-align: center;
    font-size:37px;
    margin: 0;
}
#seccion3 h4{
    font-family: "Roboto Slab", sans-serif;
    color: rgb(10, 10, 10);
    width: 70%;
    text-align: center;
    font-size: 20px;
    margin: 0;
}
#seccion3 h2{
    font-family: 'Dancing Script', sans-serif;
    color: #255b95;
    font-size: 45px;
    margin: 0;
}
#seccion3{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 630px;
    justify-content: space-evenly;
}
#seccion3 h5{
    font-family: 'Great Vibes', sans-serif;
    font-weight: 500;
    color:#ffffff;
    margin: 0;
    font-size: 65px;
    width: 70%;
}
.Laura{
    width: 80%;
    height: 35%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.Cont_Laura{
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1%;
}
.Laura3{
    width: 93%;
    height: 100%;
}
#seccion3 h5 span {
    display: block;
    margin-left: 70px;
}
.flores1{
    width: 100px;
    height: 180px;
}
.flores2{
    width: 100px;
    height: 180px;
    transform: scaleX(-1);
}
.flores1a{
    width: 100px;
    height: 180px;
    top: 64%;
    left: 0%;
    position: absolute;

}
.flores2a{
    width: 100px;
    height: 180px;
    top: 64%;
    right: 0%;
    position: absolute;
}
#seccion4{
    display: flex;
    padding: 10px 0 10px 0;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
#seccion4 h1{
    font-family: 'Dancing Script', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 50px;
    margin: 0;
}
#seccion4 h2{
    font-family: 'Roboto Slab', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    margin: 0;
}
#seccion4 h3{
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: 'Roboto Slab', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 37px;
    margin: 0;
}
.fecha{
    display: flex;
    gap: 15px;
    flex-direction: row;
}
.Dia{
    width: fit-content;
    height: fit-content;
    padding: 3px 13px 3px 13px;
    border-top: 6px solid rgb(255, 255, 255);
    border-bottom: 6px solid rgb(255, 255, 255);
}
.arco1{
    width: 100%;
    height: 100%;
    transform: rotate(1deg);
}
.arco12{
    width: 23%;
    height: 14%;
    padding-right: 12px;
}
.arco{
    width: 100%;
    height: 100%;
}
.arco2{
    width: 30%;
    height: 15%;
    padding-right: 12px;
}
.faltan1{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.floresesquina1{
    width: 100px;
    height: 100px;
}
.floresesquina2{
    width: 100px;
    height: 100px;
    transform: scaleX(-1);
}
.floresesquina23{
    width: 100px;
    height: 100px;
}
.floresesquina11{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0%;
    left: 0%;    
}
.floresesquina21{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0%;
    right: 0%;  
}
.floresesquina211{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10%;
    right: 11%;  
}
.floresesquina2112{
    width: 100px;
    height: 100px;
    position: absolute;
    top:-5%;
    left: 14%;
}
.floresesquina211a{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0%;
    right: 0%;  
}
.floresesquina2112a{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 26%;
    left: 0%;
}
#seccion1{
    height: 86vh;
}
.princesa{
    width: 95%;
}
.princesa_cont{
    position: absolute;
    bottom: -1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fondo2{
    width: 100%;
    height: 86vh;
    position: absolute;
}
.hoja {
    position: fixed;
    top: -50px;
    width: 30px;
    height: 30px;
    background-image: url("img/Brillo_Bola.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: caer linear infinite;
}
.Desliza_Cont{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Desliza{
    color: #ffffff;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}
.flecha2{
    transform: scaleY(-1);
}
.Boton{
    background: linear-gradient(to left,#478cd7, #2a527c,#478cd7);
    padding: 5px 20px 5px 20px;
    color: white;
    font-family: 'Roboto Slab', sans-serif;
    border-radius: 100px;
    text-decoration: None;
    font-size: 25px;
    Border: None;
    border: 2px solid black;
}
#seccion5{
    height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#seccion5{
    background: linear-gradient(to bottom,#a3a1a1 0%, #ffffff 30%);
}
#seccion5 h2{
    font-family: 'Roboto Slab', sans-serif;
    margin: 0;
    font-size: 20px;
}
#seccion3{
    background: linear-gradient(to bottom,#a3a1a1 0%,#ffffff 15%,#ffffff 85%,#a3a1a1 100%);
}
#seccion7{
    background: linear-gradient(to bottom,#a3a1a1 0%,#ffffff 50%);
}
.cont_ubicacion{
    position: absolute;
    width: 80%;
    height: 65%;
    gap: 18px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px outset #255b95;
    border-radius: 20px;
    top: 10%;
}
#seccion5 h1{
    margin: 0;
    font-size: 28px;
}
.Cont_Edificios{
    width: 100%;
    position: absolute;
    bottom: 0%;
    height: 33%;
}
.Edificios{
    width: 100%;
    height: 100%;
}
.Codigo_Vestimenta{
    width: 70%;
    height: 55%;
}
.cuadro_vestimenta h1{
    font-size: 48px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
.cuadro_vestimenta h2{
    font-size: 32px;
    color: #ffffff;
    font-family: "Roboto Slab";
    margin: 0;
}
.cuadro_vestimenta{
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #e0e0e0, #00395f);
    border-radius: 30px;
    border: 5px dashed #000000;
}
.cuadro_lluvia{
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 5px double #000000;
}
#seccion6{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#seccion7{
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#seccion7 h1{
    font-size: 32px;
    color: #000000;
    font-family: "Roboto Slab";
    margin: 0;
}
.lluvia_img{
    width: 80%;
    height: 45%;
}
.Boton2{
    background: linear-gradient(to left,#478cd7, #2a527c,#478cd7);
    padding: 5px 20px 5px 20px;
    color: white;
    font-family: 'Roboto Slab', sans-serif;
    border-radius: 100px;
    text-decoration: None;
    font-size: 25px;
    Border: None;
    border: 2px solid black;
    position: fixed;
    bottom: 10px;
    z-index: 999;
}
#seccion1 h1{
    margin-top: 40px;
    font-size: 40px;
}
@keyframes caer {
    0% {
        transform: translateY(-50px) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(110vh) rotate(360deg);
        opacity: 0;
    }
}
@keyframes up-down {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px) scale(1.05);
    }
}
@keyframes mariposa1 {
    10% {
        opacity: 1;
    }
    100% {
        transform: translate(400px, -150px);
        opacity: 1;
    }
}
@keyframes mariposa3 {
    10% {
        opacity: 1;
    }
    100% {
        transform: translate(400px, -180px);
        opacity: 1;
    }
}
@keyframes mariposa4 {
    10% {
        opacity: 1;
    }
    100% {
        transform: translate(400px, -150px);
        opacity: 1;
    }
}
@keyframes mariposa5 {
    10% {
        opacity: 1;
    }
    100% {
        transform: translate(400px, -100px);
        opacity: 1;
    }
}
@keyframes aleteo {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(2deg);  
    }
    100% {
        transform: translateY(0) rotate(-2deg);
    }
}
@keyframes sobre {
    0%{
        transform: rotate(0deg);
    }
    33%{
        transform: rotate(0.7deg);
    }
    66%{
        transform: rotate(-0.7deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes luz {
    0%{
        transform: scale(0);
        opacity: 0;
    }
    25%{
        transform: scale(1.2);
        opacity: 1;
    }
    50%{
        transform: scale(0);
        opacity: 0;
    }
    100%{
        transform: scale(0);
    }
}
@keyframes subir {
    0%{

    }
    100%{
        transform: translateY(-100%);
    }
}