* {
    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%;
}

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;
}

.titulo1 {
    background-color: #5c378d;
    color: aliceblue;
    font-weight: 900;
    font-size: 25;
    
}

main .btn {

    background-color: #9a4b96;
    border-color: #9a4b96;
    border-radius: 50px;
}

.instructivo {
    color: #333333;
    font-weight: 700;
    text-align: center;
}