@import url('https://fonts.googleapis.com/css2?family=Playwrite+PT:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 100vh;
    /*background-color: #fff;*/
    background-color: #3499c5;
    background-image: url(../images/bg1.png);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

header h1 {
    font-family: "Playwrite PT", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 44pt;
    color: #fff;
    line-height: 1.5;
    /*color: #6cd8d0;*/
}
header h2 {
    font-size: 22pt;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-top: 12px;
}

header h3 {
    font-size: 16pt;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-top: 8px;
}

#logo_totoro {
    width: 220px;
}

#footer_fin {
    width: 100%;
    height: 200px;
    background-image: url(../images/azul_bg.png);
    background-repeat: repeat;
    background-size: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer_fin img {
    width: auto;
}

section {
    width: 100%;
    height: 100vh;
}
section h1 {
    font-size: 36pt;
    font-family: "Playwrite PT", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    margin-top: 8px;
    text-align: center;
    line-height: 1.5;
}
section h2 {
    font-size: 18pt;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 8px;
}

section iframe {
    margin-top: 28px;
}

#sec_presentacion, #sec_fiesta {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;   
    background-attachment: fixed; 
}

#sec_presentacion {
    background-image: url(../images/bg_1.jpg);
    background-size: cover;
    background-position: bottom center;
}

#sec_fiesta {
    background-image: url(../images/bg_2.jpg);
    background-size: cover;
    background-position: bottom center;
}

/*#bg2 {
    width: 600px;
    height: 600px;
    background: url(../images/kami.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/

#cintillo {
    background-color: #6cd8d0;
    background-image: url(../images/bg_pelusas.png);
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cintillo div {
    background-color: rgba(255, 255, 255, 0.96);
    background-image: url(../images/wooden.jpg);
    border-radius: 32px;
    padding: 28px;
    border: 1px solid transparent;
    text-align: center;
}

#cintillo div h1 {
    color: #fff;
    text-shadow: 2px 1px 3px #000;
    font-size: 40pt;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

#cintillo div h1 span {
    color: #79b5cf;;
}

#cintillo div img {
    width: 420px;
    margin-top: 24px;
}

footer h1 {
    color: #fff;
    text-shadow: 2px 1px 3px #000;
    font-size: 17pt;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    margin-top: -35px !important;
}

#page-end {
    width: 100%;
    height: 220px;
    background-color: #ec9422;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/end_totoro.gif);
    background-repeat: repeat-x;
    background-size: contain;
}

.date-time {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.date-time img {
    width: 68px;
}

.location {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}
.location img {
    width: 68px;
}

.contentainer {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 23px;
}

.iframeMap {
    position: relative;
}

.iframeMap img {
    width: 98px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.gallery {
    background-image: url(../images/bg_pelusas.png);
    background-size: cover;
    background-position: bottom center;
}

.cintillo_jardin {
    width: 100%;
    height: 24px;
    background-image: url(../images/wooden.jpg);
    background-size: inherit;
    background-repeat: repeat-x;
}


@media only screen and (max-width: 900px) {
    header {
        background-size: 640px;
        background-position: bottom center;
        background-attachment: unset;
    }
    header div {
        margin-top: -280px !important;
    }
    header h1 {
        font-size: 32pt;        
    }
    header h2 {
        font-size: 18pt;
        margin-top: 12px;
    }
    
    header h3 {
        font-size: 13pt;
        margin-top: 8px;
    }
    
    #logo_totoro {
        width: 130px;
    }   

    #footer_fin {
        height: 110px;
    }
    
    #footer_fin img {
        width: 100%;
    }

    section {
        min-height: 100vh;
        height: auto;
        padding-top: 33px;
        padding-bottom: 33px;
    }

    section h1 {
        font-size: 26pt;
        margin-top: 0px;
    }
    section h2 {
        font-size: 14pt;
    }
    
    section iframe {
        max-width: 100%;
        margin-top: 12px;
    }

    #cintillo div {
        width: 90%;
        border-radius: 16px;
        padding: 12px;
    }
    
    #cintillo div h1 {
        font-size: 26pt;
    }
    
    #cintillo div img {
        width: 320px;
        margin-top: 24px;
    }

    footer h1 {
        font-size: 14pt;
        text-align: center;
    }

    .date-time {
        gap: 4px;
    }
    
    .date-time img {
        width: 60px;
    }
    
    .location {
        gap: 4px;
    }
    .location img {
        width: 60px;
    }
    
    .contentainer {
        width: 90%;
        padding: 8px;
    }
    
    #iframeMap {
        text-align: center;
    }

    #iframeMap img {
        width: 105px;
    }
}

@media only screen and (max-width: 600px) {
    section h1 {
        font-size: 22pt;
    }
    section h2 {
        font-size: 12pt;
    }
    
    #cintillo div h1 {
        font-size: 25pt;
    }
    footer h1 {
        font-size: 13pt;
        text-align: center;
    }
}