.contenedor2{
    max-width: 1000px;
    overflow: visible;
}
.titulo-serv{
    color: rgb(219,144,.5);
    font-size: 35px;
    text-align: center;    
}
.subtitulo-serv{
    text-align: center;
    color: rgb(219,144,.5);
    font-weight: 500;
}
.subtitulo-serv::after{
    content: '';
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 100px;
    height: 3px;
    background: rgb(219,144,.5);
    margin-bottom: 65px;
}
.contenedor-serv{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px;
    min-height: 100vh;
}
.car-serv{
    position: relative;
    height: 250px;
    background: #fff;
    display: flex;
    width: 45%;
    margin: 30px 0;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
}
.imgbx{
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.1); 
    transition: 0.5s ease-in-out;
} 
.imgbx img{
    max-width: 120px;
    transition: 0.5s ease-in-out;
}
.car-serv:hover .imgbx{
    width: 150px;
    height: 150px;
    left: -75px;
    top: calc(50% - 75px);
}
.content-serv{
    position: absolute;
    right: 0;
    width: calc(100% - 75px);
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

.content-serv h2{
    color: #ff0057;
    margin-bottom: 15px;
    font-size: 30px;
}

.content-serv p{
    font-size: 20px;
    margin-bottom: 10px;
}
.cont-espe{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.card-espei{
    width: 35%;
}
.img-espe{
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.card-espe{
    width: 60%;
}
.text-espe{
    font-size: 18px;
    text-align: justify;
    margin-bottom: 15px;
    color: white;
}
.card-espe-img{
    width: 44%;
    background: rgba(85,107,47,1);
    padding: 20px 0;
}
.img-espe2{
    width: 90%;
    height: 370px;
    object-fit: cover;
    margin-bottom: 20px;
}
.titulo-espe{
    font-size: 23px;
    color: #fff;
}
.text-espe2{
    font-size: 18px;
    margin-bottom: 8px;
    color: #7FFF00
}
.contenedor-caja{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
}
.card-caja{
    width: 50%;
}
.card-cajai{
    width: 45%; 
}
.titulo-caja{
    font-size: 32px;
    margin-bottom: 10px;
}
.text-caja{
    text-align: justify;
    margin-bottom: 15px;
    font-size: 18px;
}
.aplimas{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.acordeon-item{
    width: 46%;
}
.acordeon-titulo{
    padding: 10px;
    width: 200px;
}
.acordeon-contenido{
    color: black;
    font-size: 18px;
}


@media screen and (max-width:768px){
    .card-espe-img{
        width: 49%;
    }
    .img-espe2{
        height: 280px;
    }
    .caja-img{
        height: 240px;
    }
    .car-serv{
        width: 70%;
        margin: 20px auto;
    }
}

@media screen and (max-width:500px){
    .card-espei{
        width: 70%;
        margin: auto;
        margin-bottom: 30px;
    }
    .card-espe{
        width: 100%;
    }
    .card-espe-img{
        width: 90%;
        margin: auto;
    }
    .img-espe2{
        height: 330px;
        object-position: left;
    }
    .confi{
        margin-bottom: 30px;
    }
    .card-caja{
        width: 100%;
    }
    .card-cajai{
        width: 90%;
        margin: auto;
    }
    .acordeon-item{
        width: 100%;
    }
    
    .contenedor-serv{
        margin-bottom: -110px;
    }
    .car-serv{
        width: 100%;
        margin-bottom: 80px;
    }
    .imbx{
        position: relative;
    }
    .car-serv:hover .imgbx{
        top: -80px;
        left: 30%;
    }
    .content-serv{
        width: 100%;
    }
    .content-serv p{
        margin-bottom: -50px;
    }
}
@media screen and (max-width:500px){
    
}









