h2{
    text-align: center;
    background-color: coral;
    width: 50%;
    margin: auto;
    padding: 5px;
    
}

h3{
    font-size: 25px;
}

.titulo_operadores{
    margin-bottom: 20px;
}



.contenido_operadores{
    background-color: rgb(245, 195, 133);
    width: 70%;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.img_operadores{
    
    width: 52%;
    margin: auto;
    margin-bottom: 15px;
}

.logicos{
    width: 45%;
    margin: auto;
    margin-bottom: 25px;
}

ul{
    text-align: center;
    font-size: 30px;
    text-align: justify;
}

.eje_operador{
    width: 65%;
    margin: auto;
}


.final_tema{
 background-color: lightseagreen;
 color: white;
    
}