.header_interna {
    height: 102px;
}
.contenido {
    padding: 25px 30px 25px 30px;
}
.titulo_general_movil {
    font-size: 16px;
    margin: 16px 0;
}
.descripcion-seccion {
    font-size: 13px;
    color: #636464;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 17px 0;
}
.block-items {
    float: left;
    margin: 58px 0 54px 20%;
    width: 650px;
}
.block-items .element-item:nth-child(odd) {
    margin-right: 93px;
}
/*.lista-seguros {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}
.seguro {
    width: 50%;
}
.lista-seguros .seguro .element-item:nth-child(odd) {
    margin: 0 auto 27px auto;
}*/

.element-item {
    border: 1px solid #D5E9F5;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    transition: 0.2s all ease-in;
    padding: 15px 12px 18px 12px;
    width: 270px;
    height: 237px;
    margin-bottom: 27px;
    text-align: center;
}
.element-item:hover {
    box-shadow: 0 2px 4px 0 #164695;
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.element-item img {
    margin: 0 auto;
}
.element-item .titulo-item {
    font-size: 20px;
    color: #348DBF;
    letter-spacing: -0.21px;
    text-align: center;
    font-weight: 700;
    margin: 16px 0 23px 0;
}
.element-item .descripcion-item {
    color: #064087;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: -0.24px;
    margin-bottom: 21px;
    text-align: center;
}
.element-item .link-item {
    color: #9B9B9D;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.13px;
    margin: 0;
    text-align: center;
}
.element-item .link-item:after {
    content: "\e906";
    font-family: 'bancoppel-icons';
    font-size: 10px;
    color: #F9AC18;
    margin: 0 0 0 5px;
}

@media (max-width: 768px) {
    .block-items {
        width: 100%;
        margin: 58px 0 54px 10%;
    }
    .block-items .element-item:nth-child(odd) {
        margin-right: 5%;
    }
}

@media screen and (max-width: 559px) {
    .block-items {
        width: 100%;
        margin: 0;
    }
    .block-items .element-item:nth-child(odd) {
        margin-right: auto;
    }
    .element-item {
        float: none;
        margin: 0 auto 27px auto;
    }
}