.cv_container{
    margin: 20px 0px;
}
.col-4.contenedor_imagen {
    display: flex;
    justify-content: end;
    align-items: end;
}
.nombre {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.nombre h1{
    border: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
}
.nombre h3, .nombre h4 {
    margin: 15px 0px 5px;
    font-size: 17px;
    text-transform: uppercase;
}
.nombre h3{
    font-size: 19px;
    font-weight: 600;
}
.contenedor_imagen{
    float: left;
}
img.main_imagen{
    max-width: 100%;
    border-radius: 30px;
    max-height: 30vh;
    width: auto;
}
img.empresa_current_empresa {
    width: 100px;
    border-radius: 30px;
}
.question {
    margin: 20px 0px;
    font-size: 19px;
}
.descripcion-personal {
    margin: 25px 0px;
    font-weight: 300;
}
.descripcion-personal a {
    color: #e58e2b;
}
.row .detalles .margin-interno {
    background-color: #5c5045;
    font-size: 14px;
    border-radius: 20px;
    padding: 35px 30px;
}
.cv-webs {
    margin: 60px 0px;
    width: 100%;
    overflow: hidden;
}
.cv-webs h2 {
    margin: 20px 0px 50px;
    font-size: 25px;
}
.detalles h3 {
    font-size: 25px;
    color: #fff;
}
.detalles p, .detalles p strong, .detalles a {
    font-size: 16px;
    color: #ead9c8;
}
.slider_tecnologias {
    margin: 15px 0px 40px;
    display: flex;
    align-content: space-between;
    justify-content: space-evenly;
}
.slider_tecnologias img {
    height: 50px;
}
a.enlace-cv {
    display: block;
    background: #5c5045;
    color: #ead9c8;
    width: 70px;
    margin: 20px 20px 0px;
    padding: 5px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
}
a.enlace-cv:hover {
    color: #e58e2b;
}

.clientes img{
    width: 100%;
    height: auto;
}

.swiper-container.cv-webs .swiper-slide {
    max-height: 100px;
    width: 100%; /* Cambiado de auto a 100% para ocupar todo el ancho */
    height: 100px; /* Fija la altura */
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container.cv-webs .contenedor_imagen {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container.cv-webs .contenedor_imagen img {
    height: 100px;
    width: 100%; /* Cambiado de auto a 100% para ocupar todo el ancho */
    object-fit: contain;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100px;
}

@media (max-width: 600px) {
    .nombre h1{
        margin-top: 20px;
    }
    .response {
        font-family: 'outfit';
        margin-left: 10px;
    }
}