
    .hero-section {
            background: url('../img/portada.png') no-repeat center center;
            background-size: cover;
            left: 3%;
            width: 93%;
            height: 400px;
            position: relative;
        }

        #p_titulo{
            font-weight: bold;
        }
        #p_creadores{
        
            margin-left: 20%;
            margin-right: 20%;
        }

        .speech-bubble {
    display: inline-block;
    background-color: #00c3e8; /* Color de fondo del cuadro */
    color: #fff; /* Color del texto */
    font-size: 20px; /* Tamaño del texto */
    font-weight: bold; /* Texto en negritas */
    padding: 10px 140px; /* Espaciado interno */
    border-radius: 5px; /* Bordes redondeados */
    position: relative; /* Necesario para posicionar el triángulo */
    text-align: center; /* Centra el texto */
    font-family: Arial, sans-serif; /* Fuente */
    left: 1%;
    bottom: 10px;
}

/* Triángulo inferior */
.speech-bubble::after {
    content: ''; /* Elemento vacío para crear el triángulo */
    position: absolute;
    bottom: -20px; /* Posición del triángulo */
    left: 28%; /* Centrar el triángulo horizontalmente */
    transform: translateX(-50%); /* Ajuste para centrar */
    border-width: 10px; /* Tamaño del triángulo */
    border-style: solid; /* Estilo sólido */
    border-color: #00c3e8 transparent transparent transparent; /* Color del triángulo */

}

.conten_centrado{

 margin-left: 7%;
 margin-right: 7%;
}

        /*.hero-section .overlay {
            background-color: rgba(0, 0, 0, 0.5);
            height: 100%;
            width: 100%;
            position: absolute;
        }*/
.hero-section .content 
{
        position: relative;
         color: #000000;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
 }
.section-title {
    font-weight: bold;
    color: #0078D7;
    margin-top: 20px;
}
.section-title2 {
    font-weight: bold;
    color: #black;
    margin-top: 10px;
}