nav
{
    background-color: black;
    
}

ul
{
    display: flex;
}
li{
    list-style: none;
    margin: 1%;
}
a
{
    text-decoration: none;
}
.text
{
    font-family: serif;
    color: white;
    
}
.navLogo
{
    min-width: 40%;
    max-width: 40%;
}
.navUl
{
    text-align: center;
    align-items: center;
}
.mainSection
{
    display: flex;
    justify-content: center;
}
.mainImg
{
    width: 70%;
    height: auto;
    position: absolute;
}

.mainDiv
{
    background-image: url(./../imagenes/inicio/main.webp);
    height: 100vh;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    display: flex;
    place-items: center;
    background-size: cover;
    margin-left: 5%;
    margin-right: 5%;
}
.aBtnMas
{
    margin-top: 29%;
    margin-right: 57%;
    margin-bottom: 0%;
    display: flex;

}
.btnMas
{
    position: absolute;
    background: none;
    border: 3px solid white;
    height: 11%;
    width: 19%;
    color:white;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5em;
}
.pMain
{
    position: absolute;
    height: 11%;
    width: 13%;
    color:white;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 24%;
    width: 80%;
}
footer
{
    background-color: black;
}
.footerText
{
    color: white;
}
.ulFooter
{
    display: flex;
    justify-content: center;
}
.liFooter
{
    text-align: justify;
}

.logoFooter
{
    max-width: 67%;
}
.divGif
{
    background-image: url(https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/83313d99912665.5efd112128380.gif);
    background-size: contain;
    height: 179vh;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin-top: 4%;
}