.reacondicionamiento{

    padding:50px 0;
    height: 500px;
    background:
    linear-gradient(rgba(15, 15, 15, 0.603),rgba(15, 15, 15, 0.603)),
    url("../img/bg-11.jpg");

    background-size:cover;

    background-position:center;

}

.contenedor{

    width:80%;

    max-width:1400px;

    margin:auto;

}

.subtitulo{

    color:#9f9f9f;

    text-align:center;

    letter-spacing:2px;

    font-size:20px;

    margin-bottom:5px;

}

.titulo{

    text-align:center;

    color:#d93333;

    font-size:42px;

    margin-bottom: 50px;    

    font-weight:700;

}

.card-servicio{

    background:#fff;

    overflow:hidden;

    transition:2s;
    
    width: 350px;
    height: 450px;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}

.card-servicio:hover{

    transform:translateY(-12px);

}

.imagen{

    position:relative;

    overflow: visible;

}

.imagen img{

    width:100%;

    height: 200px !important;

    object-fit:cover;

    transition:.5s;

}

.card-servicio:hover img{

    transform:scale(1.08);

}

.icono{

    position: absolute;
    
    z-index: 100;

    bottom:-30px;

    right:30px;

    width:100px;

    height:100px;

    background:#d93333;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:65px;


}

.card-servicio:hover .icono{

    background:#a52626;

}

.contenido{

    padding:30px 35px 35px;

}

.contenido h3{

    font-size:28px;
    font-weight: bold;
    margin-bottom:15px;
    margin-top: 20px;

    color:#202020;

}

.contenido p{

    color:#666;

    line-height:1.8;

    font-size:17px;
    margin-bottom: 15px;
    margin-top: 15px;

}

.swiper{

    padding-bottom:70px;

}

.swiper-button-next,
.swiper-button-prev{

    color: #b80d0d;

}

.swiper-pagination-bullet{

    background:#fff;

}

.swiper-pagination-bullet-active{

    background:#d93333;

}