body {
    /* background:url('/img/aliser.png') no-repeat center center / 45% fixed;
    background-position: 50% 20%; */
    font-family: 'sand-serif';
    color: #174537;
}

* {
    font-family: Arial, Helvetica, sans-serif;
    
    text-decoration: none !important;
}
a{
    color: #174537 !important;
    text-decoration: none !important;
}

    .parte {
        padding: 2rem 3rem 1rem;
        text-align: end;
    }

    

    .parte2 {
        position: absolute;
        left: 5rem;
        bottom: 5rem;
    }

    .parte2 {
        text-align: center;
        width: 300px;
        margin-left: auto;
        margin-right: 0;
        font-weight: 500;

    }

    .parte2 ul {
        text-align: start;
        width: 300px;
        margin-left: auto;
        margin-right: 0;
        font-weight: 500;
        font-size: 15px;
    }

    .parte2 img {
        text-align: center;
        margin: 0 auto;
        width: 100px;
    }

    .contenedor {
        display: flex;
        gap: 2rem;
        justify-content: end;
        align-items: center;
        text-decoration: none;
        color: #000;
        font-size: 20px;
        font-weight: bolder;
        font-family: 'sand-serif';
        padding: 20px;
    }

    .contenedor img {
        object-fit: contain;
        width: 5rem;
    }

    .texto {
        text-transform: uppercase;
        text-align: center;

        color: #174537;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        text-anchor: 3px;
        letter-spacing: 2px;
    }

    .texto p:nth-child(2) {
        font-size: 20px;
    }

    .texto p:nth-child(3) {
        margin-top: 3rem;
    }

    .footer {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }



.main {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.main .bandera {
    width: 125px;
    display: block;
    margin: 0 auto;
}
.main .central{
    display: block;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    

     color: #174537;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        text-anchor: 3px;
        letter-spacing: 2px;

}
.main .central .logo{
    width: 40rem;
}
.main p {
    padding-top: 15px;
}


    @media screen and (max-width : 768px) {
        .main {
            display: flex;
            flex-direction: column;
            padding: 0 5px;
        }
        
        .main .central .logo{
            width: 100%;
        }
        

        .parte  {
            width: 100%;
            justify-items: center;
            align-items: center;
            text-align: center;
            padding: 40px;
        }

        .parte2 {
            display: block;
            width: 100%;
            margin: 0;
            position: relative;
            left: 0;
            bottom: 0;
        }

        .parte2 ul {
            margin: 0;
            padding: 0;
            width: 100%;
            text-align: center;
        }

        body {
            background-position: 50% 20%;
        }

        .contenedor {
            justify-content: center;
            align-items: center;
        }

        .texto {
            padding-top: 1rem;
        }

        .texto img {
            width: 90%;
        }
    }


    
    .texto p{
        padding-top: 20px;
    }

    .btn-green{
    background: #174537;
    color: white !important;
    padding: 20px 40px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 20px;
    
}