@media (max-width: 500px) {
    .hero-image-homepage{
        width: 500px;
        height: 320px;
        object-fit: cover; 
        object-position: center; 
        margin-bottom: 50px;
    }
}

.retangulo {
    background-color: #C39C42;
    padding: 30px;
    transform: translate(0%, -50%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;

}


@media (max-width: 768px) {
.retangulo {
    width: 100%;
    margin: 0;
    padding: 20px;
    margin-bottom: -250px;
}

.textSpace{
    margin-bottom: 20px;
}
}

.photonull {
min-height: 280px;
}

.card {
background-color: aliceblue;
padding-top: 20%;
}



.client-name{
    font-size: 13px;
    display: flex;
    justify-content: end;
    margin-top: -75px;
    margin-right: 10px;
    color: rgb(255, 255, 255);
    font-weight: 100;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 1); 
}
.assistence-img{
    height: auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.fourImg {
margin-top: 50px;
}

.img4 {
    position: relative;
    width: 300px;
    height: 325px; 
    margin-top: 20px;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);

}

.client-photo {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}

.iconsmargin1 {
    margin-bottom: 5px;
}

.iconsmargin2 {
    margin-bottom: 15px;
}

.sevenImg {
    margin-top: 80px;
}

.condolencia-btn {
background-color: rgb(255, 255, 255);
color: black;
position: absolute;
bottom: 0px;
right: 0px; 
border-radius: 4px ;
padding: 12px;
z-index: 1;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
font-size: 12px;

}

.condolencia-btn:hover{
    background-color: #f0eeee;
    font-weight: normal; 
}


.buttons {
    margin-top: 60px;
    background-color: #C39C42;
    width: 250px;
    height: 44px;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    color: white;
    cursor: pointer;
    margin-bottom: 90px;
    transition: background-color 0.3s ease;
}

.last_button {
    margin-bottom: 0px;
}

.buttons:hover{
    background-color: #c5972b;
    font-weight: normal; 
}


.seeMore-btn2 {
background-color: rgb(255, 255, 255);
color: black;
position: absolute;
bottom: 6px;
right: 14px;
border-radius: 4px 4px 4px 0px;
padding: 12px;
padding-left: 25px;
z-index: 1;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.001);
font-size: 12px;
}


.seeMore-btn2:hover{
    background-color: #f0eeee;
    font-weight: normal; 
}

@media (max-width: 768px) {
    .img7{
        width: 300px;
        height: 325px; 
    }
}

@media (max-width: 1399px) {
    .img4{
        width: 220px;
        height: 270px;
    }
}


@media (max-width: 991px) {
    .img4 {
        width: 300px;
        height: 325px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.servicesNav{
    opacity: 1;
    font-weight: bold;
}


.servicesNav .nav-link:hover {
    font-weight: bold;
}


.services-div {
    margin-top: 100px;
}

.imgs7-service {
    max-width: 100%;
    height: auto;
    width: 300px;
    margin-bottom: 30px;
}

.imgs7-service-assist{
    max-width: 100%;
    height: auto;
    width: 300px;
    margin-bottom: 7px;
}

.line-service {
    max-width: 100%;
    height: 3px;
    margin-bottom: 30px;
}

.div-call-service {
    /*margin-top: 50px;*/
    margin-bottom: 100px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col3, .col4 {
    flex: 1 1 300px; 
    max-width: 300px; 
    box-sizing: border-box;
    padding: 10px;
}

.titulo1{
    margin-bottom: 10px;
}


.img-container {
    position: relative;
}

.imgs7-service {
    width: 100%;
    height: auto;
}

.seeMore-btn2 {
    position: absolute;
    bottom: 35px;
    right: 2px;
    background-color: white; 
    color: white;
    padding: 12px;
    padding-left: 25px;
    border-radius: 4px 4px 4px 0px;
    text-decoration: none; 
    display: flex;
    align-items: center;
    font-size: 12px;
}

.seeMore-btn2:hover{
    background-color: #f0eeee;
    font-weight: normal; 
}
.seeMore-btn2 img {
    margin-left: 5px;
}
