.container-mov-ent {
    padding: 0% 7%;
    margin: 0 -15px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 50px;
}

.title h1 {
    text-align: center;
    color: var(--color-movilidad);
    font-weight: bold;
}

.title img {
    width: 100px;
    margin-right: 20px;
}

.box_container {
    background-color: white;
    height: auto;
    width: 100%;
    box-shadow: 4px 4px 8px #000;
}


/* .box_container a:hover {
    text-decoration: none;
}

.box_container:hover {
    cursor: pointer;
    transform: scale(1.03);
} */

.box_title {
    height: 43px;
    background: var(--color-movilidad);
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_title h1 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.box_item {
    padding: 5% 0;
    margin: 0 5%;
    display: flex;
    border-bottom: 2px solid #cfd4d8;
    align-items: flex-start;
}

.box_item:hover {
    cursor: pointer;
    background: #cfd4d8;
}

.lastItem {
    border-bottom: 0px;
}

.box_item p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: start;
}

.box_item img {
    margin: 1.5% 3% 0 0;
}

.container-buttonlife {
    margin: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
}

.buttonLife {
    overflow: hidden;
    width: 320px;
    height: 110px;
    border-radius: 60px;
    background: var(--color-movilidad);
    display: flex;
    align-items: center;
    border: 0px;
}

.buttonLife h1 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 0 4%;
    text-align: start;
}

.buttonLife img {
    margin-left: 15px;
    width: 85px;
}

.buttonLife:hover {
    transform: scale(1.05);
}

.container-button-small {
    margin: 50px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
}

.container-button-small .buttonSmall {
    overflow: hidden;
    min-width: 25%;
    width: auto;
    height: 60px;
    border-radius: 60px;
    background: var(--color-coop);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    font-style: italic;
}

.container-button-small .buttonSmall:hover {
    transform: scale(1.05);
}

.container-button-small .buttonSmall img {
    margin: 0 13px 0 0px;
    width: 54px;
}


/* --------------------------------MEDIA-------------------------------- */

@media screen and (max-width: 1027px) {
    main.detalle {
        margin: 0 0 0;
    }
    .title {
        margin: 70px 20px !important;
    }
    .box_container {
        margin: 2% 0 !important;
    }
    .box_title {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .row {
        margin: 2% 2% !important;
    }
    .box_item {
        padding: 1% 0 !important;
    }
    .box_item img {
        margin: 1% 2%;
    }
    .container-button-small {
        margin: 50px 0 50px 0 !important;
    }
    .buttonLife img {
        width: 40%
    }
    .buttonLife h1 {
        font-size: 1.4rem;
    }
    .container-button-small .buttonSmall {
        font-size: 1.7rem;
    }
    .title h1{
    	font-size: 2.4rem;	
    }
}