main{
    overflow-x: hidden;
}

span{
    font-size: 1.2rem;
}

:root{
    --color1: #364705;
}

body{
    background-image: url("/static/img/Cumple/dinos/boy/dinoselva/dinofondo.webp");
    width: 100%;
    overflow-x: hidden;
    background-repeat: repeat;
    background-size: 150px;
    margin: 0;
    min-height: 100vh;
    width: 100vw;
    background-color: #e8ffc5;
}

.img-fondo-section{
    position: absolute;
    width: 600px;
    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(-50%);
    top: -70px;
}

#img-1-a{
    bottom: -80px;
}

#img-1-b{
    width: 420px;
    position: initial;
}

#img-2{
    left: 48%;
    transform: translateX(-50%);
    /*left: -19%;*/
    width: 800px;
}

#img-2-a{
    width: 420px;
    position: initial;
}

#img-2-b{
    bottom: -80px;
}

#img-2-c{
    top: -20px;
    z-index: -2;
}

#img-3{
    left: 50%;
    transform: translateX(-50%);
    width: 367px;
}

#img-3-a{
    width: 100%;
    max-width: 420px;
    top: 25%;
}

#img-3-b{
    bottom: -60px;
    width: 560px;
    left: 50%;
    transform: translateX(-319px);
}

#img-3-c{
    top: -85px;
    z-index: -2;
}

#img-4-a{
    bottom: -140px;
  left: 48%;
  transform: translateX(-50%);
  width: 640px;
}

#img-4-b{
    top: 0;
}

.s-4{
    justify-content: start;
    overflow: hidden;
}

.sevillana-regular {
  font-family: "Sevillana", cursive;
  font-weight: 400;
  font-style: normal;
}

.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}


.oswald-medium {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.title{
    font-size: 2.5rem;
    color: var(--color1);
    margin-top: 3rem;
}

.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;*/
}

.title-s4{
    margin-top: 20vh;
    max-width: 80%;
}

.subtitle-s4{
    max-width: 70%;
}

.subtitle-s3{
    color: var(--color1);
}

.mapa{
    width: 100px;
}

.mapa img{
    margin: 1px;
    width: 100%;
    height: 100%;
}

.box-dinocumple{
    position: relative;
    max-width: 420px;
}

#nombre-cumple{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
    bottom: 50px;
    color: var(--color1);
    font-size: 3rem;
}

#numero-anios{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    color: white;
    font-size: 3rem;
}

.box-dinocelebremos{
    position: relative;
    max-width: 420px;
}

/*@media (min-width: 1024px) {
    .img-fondo-section{
    position: absolute;
    height: 100%;
    width: 600px;
    z-index: -1;
}
}*/