main{
    overflow: hidden;
    padding-bottom: 15vh;
}

span{
    font-size: 1.2rem;
}

:root{
    --color1: #013cff;
}

body{
    background-image: url("/static/img/Cumple/juguetes/comunes/fondoblanco.webp");
    width: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    min-height: 100vh;
    width: 100vw;
}

.img-fondo-section{
    position: absolute;
    height: 100%;
    width: 490px;
    z-index: -1;
}

main section{
    position: relative;
    overflow-x: visible;
    text-align: center;
    margin: auto;
    height: 100vh ;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*justify-content: center;*/
    width: 100%;
    max-height: 800px;
}

#img-1{
    left: 50%;
    transform: translateX(-264px);
    top: -40px;
}

#img-2{
    left: 50%;
    transform: translateX(-221px);
    /*left: -19%;*/
}

#img-3{
    left: 50%;
    transform: translateX(-185px);
    /* left: -4%; */
    width: 550px;
    top: 100px;
}

.s-3{
    padding-top: 40px;
}

.s-2, .s-3{
    justify-content: start;
}

.sevillana-regular {
  font-family: "Sevillana", cursive;
  font-weight: 400;
  font-style: normal;
}

.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

.title{
    font-size: 2.5rem;
    color: var(--color1);
    margin-top: 15vh;
}

.title-s1{
    color: var(--color1);
    font-size: 3rem;
}

.text-s1{
    font-size: 1.4rem;
    color: var(--color1);
    width: 50%;
    max-width: 200px;
}

.title-s2{
    /*margin-top: 100px;*/
}

.title-s3{
    /*margin-top: 0;*/
}

.subtitle-s3{
    color: var(--color1);
}

.mapa{
    width: 100px;
}

.mapa img{
    margin: 1px;
    width: 100%;
    height: 100%;
}

/*@media (min-width: 1024px) {
    .img-fondo-section{
    position: absolute;
    height: 100%;
    width: 600px;
    z-index: -1;
}
}*/