@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Ephesis&display=swap');


:root {
    --color-buttom: #aabf96;

}

.fondo {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    /* max-height: 1080px; */
    background-color: white;
    padding: 0;
    margin: 0;
    overflow: hidden;

}

.textBonito {
    align-content: center;
    background-image: url(./img/pruebaFolio.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.textBonito>h2 {
    height: 18vh;
    margin: 0;
    align-content: end;
    align-items: end;
}

h1,
.textBonito>h2 {
    font-family: "Ephesis", cursive;
    font-style: normal;
    font-weight: 400;
}

h1 {
    font-size: xxx-large;
}

p {
    font-size: x-large;
}

h2,
h3,
p,
#text {
    font-family: "Cookie", cursive;
    font-style: normal;
    font-weight: 400;

}

a {
    font-family: "Cookie", cursive;
    font-style: normal;
    font-weight: 400;
    color: black;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
}

.fondo2 {
    width: 100%;
    height: 95vh;
    text-align: center;
    /* line-height: 50vh; */
}

.fondo2>h1 {
    animation-duration: 3s;

}

.fondo2>div {
    position: relative;
    height: 50vh;
    margin: 0;
}

.fondo2>.texto1 {

    animation-duration: 3s;
    animation-name: slidein;

}


.divButton {
    align-content: center;
    align-content: end;
}


.divButton>.button {
    margin-bottom: 20vh;
}

@keyframes slidein {
    from {
        translate: 0 -50%;
        /* padding-left: 50%; */
        /* width: 300%; */
    }

    to {
        translate: 0 0;
        /* padding-left: 0; */
        /* width: 100%; */
    }
}


@keyframes contactoNuestro {
    from {
        opacity: 0;
        translate: 15%;
        /* padding-left: 50%; */
        /* width: 300%; */
    }

    to {
        opacity: 1;
        translate: 0%;
        /* padding-left: 0; */
        /* width: 100%; */
    }
}

@keyframes cambiarColor {
    from {
        background-color: transparent;
        /* padding-left: 50%; */
        /* width: 300%; */
    }

    to {
        background-color: var(--color-buttom);
        /* padding-left: 0; */
        /* width: 100%; */
    }
}

@keyframes contactoNuestro2 {
    from {
        opacity: 0;
        translate: -15%;
        /* padding-left: 50%; */
        /* width: 300%; */
    }

    to {
        opacity: 1;
        translate: 0%;
        /* padding-left: 0; */
        /* width: 100%; */
    }
}

@keyframes rotar {
    from {
        transform: rotate(-10deg);
    }

    to {
        transform: rotate(10deg);
    }
}

#uno {
    background-image: url("./img/OYTY5549-3.jpeg");
    /* background-color: rgba(0, 0, 0, 0.5); */
    opacity: 0.5;

    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    pointer-events: none;
    margin-bottom: -100vh;
}

#tres {
    background-image: url("./img/SDKG8816-2.jpg");
    /* opacity: 0.5; */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 60vh;
}

.contacto {
    width: 100%;
    text-align: center;
}

.contactoNuestro {
    text-align: center;
    width: 50%;
}





.contactoNuestro1 {
    animation-duration: 3s;
    animation-name: contactoNuestro;
}

.contactoNuestro2 {
    animation-duration: 3s;
    animation-name: contactoNuestro2;
}

@media screen and (max-width: 850px) {}

@media screen and (max-width: 1400px) {
    #uno {
        background-image: url("./img/OYTY5549-2.jpeg");
    }
}

@media screen and (max-width: 700px) {}

.falta {
    background: linear-gradient(180deg, #ffffff 10%, #DFD7D4);
    background-color: #DFD7D4;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faltaCirculo {
    border-radius: 30%;
    width: 97%;
    height: 84%;
    max-width: 450px;
    background-image: url("img/flores-tiempo.png");
    background-size: contain;
    align-content: center;
    background-repeat: no-repeat;
    background-position: center;
}

.faltaCirculo>h1 {
    text-align: center;
    margin: 0;
}

.faltaDias>span {
    text-align: center;
    margin-right: 10px;
}

.faltaDias {
    display: flex;
    justify-content: center;
}

.dress {
    background-color: #DFD7D4;
    text-align: center;
}

.dress>h1 {
    padding-top: 5vh;
}

.dress>h1,
.dress>h3 {
    margin: 0;
}

.dress>h2 {
    font-family: "Ephesis", cursive;
    font-style: normal;
    font-weight: 400;
}

.dressImg {
    display: flex;
    justify-content: center;
}

.dressImg>img {
    height: 15vh;
}

.horario {
    background: linear-gradient(180deg, #DFD7D4, #cac6be);
    display: flex;
    justify-content: center;
}

.horario>h1 {

    margin: 0;
}

.timeLine {
    display: grid;
    justify-content: center;
    align-content: center;
}


.circulo {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 45%;
    text-align: center;
    align-content: center;
}

.linea {
    width: 4px;
    background-color: transparent;
    height: 100px;
    margin-left: 24px;
    margin-right: 24px;
}

.timeLineText {
    display: grid;
    text-align: center;
    align-content: space-between;
    align-items: center;
    justify-items: center;
}

.timeLineText>div {
    height: 50px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.timeLineText>div img {
    height: 80%;
}

.timeLineText button {
    height: 200%;
    border-radius: 34%;
    border-width: 0;
    background-color: transparent;
    margin-left: 10px;
    border-color: var(--color-buttom);
    animation: rotar 3s infinite alternate;
}

.timeLineText button:hover {
    background-color: var(--color-buttom);
    /* translate: 10px; */
}

.timeLineText button:active {
    background-color: black;
}

.cambiarColor {
    animation-duration: 3s;
    animation-name: cambiarColor;
    background-color: var(--color-buttom);
}

.horarioText {
    background-color: #DED7D3;
    text-align: center;
    min-height: 50vh;
    align-content: center;
    padding-top: 5vh;
}

.horarioText>h1 {
    margin: 0;

}

.horarioText>span {
    font-size: xx-small;
}

.confirm {
    background-color: #cac6be;
    text-align: center;

}

.confirm>h1 {
    margin: 0;
    padding-top: 5vh;
}


#pc {
    text-align: center;
}

:modal {
    border-width: thin;
    width: 70%;
    max-height: 90vh;
    background-color: #D8D5D0;
}

form {
    background-color: #D8D5D0;
    text-align: center;
}

.descripcion>* {
    margin: 0;
    font-size: medium;
    width: 90%;
    text-align: center;
}

.descripcion {
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 5vh;
    background-color: #DFD7D4;
}