/* --- Estilos de footer traídos del otro módulo --- */
#footertext {
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

footer {
    background-color: #333333;
    padding: 0;
    margin: 0;
}

footer .container-fluid {
    background-color: #333333;
    padding-top: 24px;
    padding-bottom: 24px;
}

footer img {
    max-width: 160px;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media (max-width: 767px) {
    #footertext {
        font-size: 14px;
        padding: 10px;
    }
    footer img {
        max-width: 120px;
    }
}
* {
    margin: 0;
    padding: 0;

}

.row {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.row {
    max-width: 1100px;
    
}


img {
    width: 100%;
}

.bono-img {
    max-width: 450px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

header .container-fluid {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}


header .btn {
    background-color: #80b918;
    border-color: #80b918;
    border-radius: 50px;
}

header .btn:hover {
    background-color: #018037;
    border-color: #018037;
}

.titulo1 {
    background-color: #1481c2;
    color: aliceblue;
    font-weight: 900;
    font-size: 25;
    
}

main .btn {

    background-color: #97b900;
    border-color: #97b900;
    border-radius: 50px;
}

main .btn:hover {
    background-color: #018037;
    border-color: #018037;
}