.texto-services{
    color: #fff;
    font-size: 16px;
}

/*Ancho de logo SURA*/
div.berkley1:nth-child(5) > img:nth-child(1){
    width: 100% !important;
}

.items-menu{
    font-family: "helveticaNeue";
    font-weight: 600;
    font-size: 1.25rem;
    transition: all 300ms;
}

.items-menu:hover{
    color: #0089CF;
}

.items-top{
    font-family: "helveticaNeue";
    font-weight: 600;
}

.migas-de-pan{
    font-size: 12px;
}

.swiper {
    height: 550px;
    width: 100%;
}

.swiper-slide { 
    background-size: cover; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: white; 
    font-size: 2rem; 
}
 
        .text-overlay {
            background: rgba(0, 0, 0, 0.6); /* Fondo semitransparente */
            padding: 30px 50px;
            border-radius: 10px;
            text-align: center;
            max-width: 80%;
            margin: 180 auto;
        }
        
        /* Texto bien visible */
        .slide-title {
            color: white !important;
            font-size: 2.5rem !important;
            font-weight: bold;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
        }
        
        .slide-text {
            color: white !important;
            font-size: 1.2rem !important;
            line-height: 1.6;
            margin-bottom: 20px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
        }
        
        /* Botones */
        .slide-btn {
            display: inline-block;
            padding: 12px 30px;
            background: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            margin: 0 10px;
            transition: all 0.3s;
        }
        
        .slide-btn:hover {
            background: #2980b9;
            transform: translateY(-2px);
        }

@media(max-width: 550px){
    
    /*Ancho de logo SURA*/
div.berkley1:nth-child(5) > img:nth-child(1){
    width: 60% !important;
    }
}