.centerbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table2 {
    width: 40%;
    margin-bottom: 20px;
    margin: 0 auto;
}

.centerimg {
    width: 100%;
    margin: 10px 0px;
    border: 1px solid;
    border-radius: 10px;
    transition-property: all;
    transition-duration: 0.3s;
}

.centerimg:hover {
    transform: scale(1.1);
}

.min-height {
    min-height: 74vh;
}

.banner {
    width: 100%;
    height: 335px;
}

.banner img {
    width: 100%;
    padding: 0 10px;
}

.pad {
    /* width: 1114px; */
    margin-bottom: 40px;
}

.titulos {
    color: #005aff;
    font-size: 2.5em;
    font-weight: bold;
    margin: 30px 0;
}

.titulo_idiv {
    color: #005aff;
}

.txt_indiv {
    color: #000;
}

.box_infos {
    box-sizing: border-box;
    padding: 12px;
    height: 438px;
}

@media only screen and (max-width:480px) {
    .centerimg {
        width: 94%;
        margin: 10px 10px;
    }
    .banner {
        height: 125px;
    }
    .pad {
        width: unset;
    }
    .logo_news {
        position: absolute;
        top: 6px;
    }
}