﻿.fondo {
    position: relative;
    background-image: url('../img/img_home.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}


.contenido {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.fondoRojo{
    background-color: rgb(239, 65, 53);
}

.h2{
    color: white;
}

.fondoAzul {
    background-color: rgb(30, 55, 108);
}


.p {
    color: white; /* Color del texto */
    font-weight: bold; /* Negrita */
}