@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: #F7F2E2;
    font-family: "Roboto", sans-serif;
}
li{
    font-weight: 400;
    font-size: 17px;
}
.header {
    background-image: url(./img/bg-d.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cajaImgHeader {
    display: flex;
    justify-content: center;
 
}

.headerImg {
width: 200px;
position: relative;
top: 90px;
    
}
.cajaSection {
    margin-top: 125px;
}


.titleLista {
    font-size: 21px;
    font-weight: bold;
}

.logorappi {
    width: 80px;
}


.footer {
    background-color: black;
margin-top: 100px;}

    .footerImg {
        width: 140px;
        position: relative;
        bottom: 60px;
            
        }

        .cajaImgFooter {
            display: flex;
            justify-content: center;
         
        }

        .versionEspanol{
            background-color: black;
            color: white;
            padding: 0.5rem;
            text-decoration: none;
            font-weight: 800;
         
            width: 5vw;
            border-radius: 10px;
            margin: 0 auto;
        }


        @media (max-width: 768px) {

            .header {
                background-image: url(./img/bg-m.webp);
                background-repeat: no-repeat;
                background-size: cover;
                height: 350px;
            }

            .headerImg {
            
                position: relative;
                top: 283px;
                width: 144px;
            }

            .footerImg {
                width: 105px;
                position: relative;
                bottom: 43px;
            }

            .cajaSection {
                margin-top: 94px;
            }
            .footer {
                background-color: black;
                margin-top: 76px;
            }

            .versionEspanol{
                background-color: black;
                color: white;
                padding: 0.5rem;
                text-decoration: none;
                font-weight: 800;
             
                width: 20vw;
                border-radius: 10px;
                margin: 0 auto;
            }
        }