

.custom-heading {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: inherit;
}

.custom-text {
    position: relative;
    text-align: center;
    color: #000F07;
    font-family: "Raleway", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    padding-top: 20px;
}

.custom-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: black;
    transform: translateX(-50%);
}

.elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 20px;
}

.elementor-column {
    width: 100%;
}

.elementor-widget-image img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 10px auto;
    border-radius: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.elementor-button-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 120px;
    font-family: "Raleway", Sans-serif;
}

.elementor-button-link {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;

}

.elementor-button-link:hover {
    background-color: #333;
}

.custom-image {
    max-width: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 90px;
}

.raya_negra::before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: black;
    transform: translateX(-50%);
}

.texto {
    padding-top: 78px;
    bottom: 0;
    left: 0;
    margin: 0;
    font-family: "Raleway", Sans-serif;
}

/*telefonos*/
@media (max-width: 926px) {

    .raya_negra,
    .Powered {
        flex-direction: column-reverse;
    }

    .custom-image {
        position: relative;
        margin-right: 0;
    }
    
    .raya_negra::before {
        top: 2460px; /* Espaciado mínimo entre la raya y el texto */
    }

    .raya_negra,
    .Powered,
    .elementor-widget-wrap {
        text-align: center;
    }

    .elementor-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

}

@media (max-width: 1024px) {
    .raya_negra,
    .Powered {
        flex-direction: column-reverse;
    }

    .custom-image {
        position: relative;
        margin-right: 0;
    }
    
    .raya_negra::before {
        top: 2460px; /* Espaciado mínimo entre la raya y el texto */
    }

    .raya_negra,
    .Powered,
    .elementor-widget-wrap {
        text-align: center;
    }
     /* Estilos para dispositivos móviles */
     .elementor-container {
        text-align: left;
    }

    .foto {
        display: block;
        margin-bottom: 10px; /* Espaciado entre la imagen y el texto en dispositivos móviles */
    }

    .elementor-widget-container {
        position: static;
        padding: 0;
        text-align: center;
    }
}


.elementor-container {
    position: relative;
    text-align: center;
    padding-top: 20px;
    
}

.foto {
    display: inline-block;
     /* Espaciado entre la imagen y el texto en dispositivos grandes */
}

.elementor-column {
    text-align: center;
}

