body {
    width: auto;
    height: auto;
}

.margin{
    background-color: #003589;
}

.borda{
    border-top: #003589 1px outset !important;
    margin-top: 0;
}

.arrow-left,
.arrow-right{
    color: white !important;
}

.title-main{
    top: 50px !important;
}

body{
    background-color: lightsteelblue !important;
}

.footer-bg{
    background-color: white;
}

.container-grid{
    border-color: black;
    border-radius: 5%;
    
    height: 510px;
    margin: 0;
    
}

.box_img {
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: inline-flexbox;
    height: 700px;
    width: 1150px;
    margin: 0;
    justify-content: flex-start;
    background-color: #003589;
    border-color: black;
}

.box_img h3{
    margin-left: 5px;
    margin-top: 35px;
}

.texto-principal {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    justify-content: center;
}

.texto-secundario {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    justify-content: center;
}

.img_proj {
    margin-top: 10px;
    border-width: 40px;
    margin-left: 10px;
    align-items: flex-start;
    height: 300px;
    width: 450px;
    border-color: rgba(0, 0, 0, 0.308);
    border-radius: 3%;
}