h2{
    font-family: Racing, Impact, Haettenschweiler;
}

#BannerInicio{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(90deg,#1b2c55,#3d85a9,#63cac8,#b8edff); background: linear-gradient(90deg,#1b2c55,#3d85a9,#63cac8,#b8edff);
    padding: 80px 0px;
}

#BannerInicio img{
    padding: 40px 80px 40px 0px;
    width: 50%;
}

#BannerInicio div{
    color: white;
    max-width: 500px;
    text-shadow: #111 0 0 10px;
}

#BannerInicio h2{
    font-size: 60px;
}

#BannerInicio p{
    font-size: 25px;
    padding-top: 10px;
}


#acercade{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #000000;
    color: white;
}

#acercade img{
    width: 50%;
    max-width: fit-content;
    max-height: 500px;
}

#acercade div{
    padding: 120px;
    width: 50%;
    height: auto;
    text-align: center;
}

#acercade h2{
    color: rgb(24, 233, 24);
    margin-bottom: 30px;
    font-size: 40px;
}

#acercade p{
    font-size: 20px;
}