.contact-a {
    width: 100%;
    height: auto;
   
    padding: 2rem 1rem 8rem 1rem;
}

.container-contact {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1rem;
}

.box-contact {
    width: 270px;
    height: 170px;
    background-color: #424447d8;
    margin: 10px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #36383b;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.253);
    color: white;
    border-bottom: 4px solid #3794ff;
}

.box-contact2 {
    width: 270px;
    height: 170px;
    background-color: #424447d8;
    margin: 10px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #36383b;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.253);
    color: white;
    border-bottom: 4px solid #3794ff;
}

.box-contact h3 {
    line-height: 1.4;
    text-align: center;
    font-size: 18px;
}

.box-contact2 h3 {
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
}

.box-contact a {
    max-width: 280px;
    text-align: center;
    line-height: 1;
    color: rgb(197, 228, 255);
    font-size: 16px;
}

.box-contact2 a {
    max-width: 280px;
    text-align: center;
    line-height: 1;
    color: rgb(197, 228, 255);
    font-size: 16px;
}

.box-contact img {
    width: 40px;
}

.box-contact2 img {
    width: 90px;
}


.title-content {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0rem;
    text-align: center;
    background-color: #152b74ef;
}

.redes-contact {
    display: flex;
    padding: 1rem;
    gap: 1rem;
}

.redes-contact2 {
    display: flex;
    padding: 1rem;
    gap: 1rem;
}


.ubi-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 950px;
    justify-content: center;
    align-items: center;
    margin: 12px auto;
}


.item-ubi1 {
    flex: 0 0 15%;
    background-color: #3794ff;
    padding: 10px;
    box-sizing: border-box;
    height: 100px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 5px ;
    border-bottom-left-radius: 5px ;
}

.item-ubi1 img {
    width: 80px;
    margin: 0 auto;
}

.item-ubi2 {
    flex: 0 0 75%;
    background-color: #424447d8;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 5px ;
    border-bottom-right-radius: 5px ;
    
}

.item-ubi2 a {
color: rgb(197, 228, 255);;
}

.item-ubi2 p {
    line-height: 1.4;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.item-ubi2 a {
    max-width: 280px;
    text-align: center;
    line-height: 1;
    color: rgb(197, 228, 255);
    font-size: 16px;
    font-weight: 500;
}


.item-ubi2 p {
    color: white;
    max-width: 270px;
    font-weight: 650;
}




.item-ubi3 {
    flex: 0 0 75%;
    background-color: #424447d8;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    /*gap: 3rem*/;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 5px ;
    border-bottom-right-radius: 5px ;
    
}

.item-ubi3 a {
color: rgb(197, 228, 255);;
}

.item-ubi3 p {
    line-height: 1.3;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.item-ubi3 a {
    max-width: 280px;
    text-align: center;
    line-height: 1;
    color: rgb(197, 228, 255);
    font-size: 16px;
    font-weight: 500;
}


.item-ubi3 p {
    color: white;
    /*max-width: 270px*/;
    font-weight: 650;
}







@media screen and (max-width: 800px) {
    .ubi-contact {
        flex-direction: column;
        max-width: 270px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }



    .item-ubi1 {
        width: 100%;
        border-bottom-left-radius: 0px ;
        border-top-right-radius: 5px;
    }

    .item-ubi2 {
        flex-direction: column;
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        gap: 1rem;
   

    }
}