





body {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
    
}

.text-section {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 73vh; /* Ajusta la altura si es necesario */
    background-color: white;
    text-align: left;
    
}
.llamado {
    color: #F39200; /* Color naranja */
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 300;
}



.parrafo{ 
        color: #4d4d4d;
        margin-top: 20px;
        padding-top: 20px;
        width: 50%;
}
.imagen2 img{
    
    width: 500px;
    height: 300px;
    
    
}
.quienes1{
    margin-left: 10%;
    margin-right: 10%;
}
.la1{
    display: flex;
    margin-bottom: 10%;
}
.tex1{
    padding-left: 5%;
}
.tex1 p{
    color: #4d4d4d;
}
.imagen3{
    
    width: 239%;
    height: 100%;
} 

.la2 {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 600px;
}



.text-overlay {
    position: absolute;
    top: 29%;
    
    color: #333; /* Puedes cambiar este color según prefieras */
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.text-overlay h2 {
    margin: 0;
    font-weight: bold;
}

.text-overlay p {
    margin: 5px 0;
}
.contenedor-principal {
    display: flex;
    
}

.bloque-texto {
    flex: 2;

}

.bloque-texto h1 {
    font-size: 30px;
    color: #f39200;
    font-weight: 100;
}

.bloque-texto p {
    font-size: 23px;
    color: #4d4d4d;
}

.bloque-texto .resaltado {
    color: #f39200;
    font-weight: bold;
}
.peq{
    font-size: 17px !important;
}

.bloque-imagen {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.bloque-imagen img {
    width: 80%;
    height: auto;
}

.separador {
    width: 100%;
    height: 3px;
    margin: 20px 0;
}

/*-------------------------*/
.seccion-testimonios {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.titulo-testimonios {
    font-weight: normal;
    margin-bottom: 30px;
}

.titulo-testimonios strong {
    font-weight: bold;
}

.carrusel {
    position: relative;
    overflow: hidden;
}

.contenedor-testimonios {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonio {
    padding: 25px;
    border-radius: 5px;
    flex: 0 0 33.33%;
    box-sizing: border-box;
    height: 350px;
    border-top: 1px;
    border-bottom: 1px;
}

.testimonio img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.nombre-cliente {
    color: #F39200;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.cargo-cliente {
    color: #888;
    font-size: 14px;
    margin: 5px 0 10px;
    text-align: left;
}
.dis{
    padding-left: 20px;
}



/* Botones de navegación */
.boton-carrusel {
    position: absolute;
    top: 50%;
    background-image: url(../images1/boton+/BOTON\ FLECHA.png);
    background-color: #ffffff00;
    background-size: cover;
    transform: translateY(-50%);
    
    border: none;
    padding: 20px;
    cursor: pointer;
}

.prev {
    transform: rotate(-90deg);
    left: -3px;
}

.next {
    transform: rotate(90deg);
    right: -3px;
    top: 49.4%;
}
.perfil1{
    display: flex;
    padding-top: 20px;
}

@media (max-width: 970px) {
    .testimonio {
        flex: 0 0 100% !important;
    }
}
@media (max-width: 1221px) {
    .testimonio {
        flex: 0 0 50%;
    }
}

@media(max-width:970px){
    .parrafo{
        width: 360px !important;

    }
    .llamado{
        font-size: 25px !important;
    }
    .la1{
        display: block;
    }
    .imagen2{
    width: 373px;
    height: 256px;
    }
}
