#modulo-alerta-3  {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: visible;
    width: 100%;
    justify-content: space-around;
    -webkit-transform: translateZ(0);
    margin-top: 0;
    margin-bottom: 160px;
    height: 350px;
}

#modulo-alerta-3  video {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 250px;
    z-index: 0;
    -webkit-transform: translateZ(0);
}

#modulo-alerta-3  .titulo {
    font-size: 38px;
    line-height: 1.2em;
    z-index: 1;
    font-weight: 700;
    color: black;
    padding: 20px 30px;
}

#modulo-alerta-3  .mensaje {
    font-size:26px;
    line-height: 1.2em;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    color: black;
}

#modulo-alerta-3  .mensajeFijo {
    font-size: 1.3em;
    line-height: 1.1em;
    z-index: 1;
    width: 90%;
    margin: 0 auto 15px;
}

#modulo-alerta-3  .parte-izq {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

#modulo-alerta-3  .parte-der {
    width: 40%;
    padding: 12px 16px 2px;
    border-radius: 8px;
    z-index: 1;
}

#modulo-alerta-3 .alerta-contenedor{
    text-align: center;
    width: 30%;
    margin: auto;
    box-shadow:  0 2px 2px #C8C8C8;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px 10px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
}

#modulo-alerta-3 button{
    padding: 10px 30px;
    margin: 10px 0;
    width: 90%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 5px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    background-color: var(--background1);
    color: var(--color1);
}

#modulo-alerta-3  .botonValorar {
    font-size:14px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

#modulo-alerta-3  .botonValorar:hover {
    filter: brightness(140%);
}

@media only screen and (max-width: 1440px){
    #modulo-alerta-2{
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 1024px){
    #modulo-alerta-2{
        height: 250px;
        margin-bottom: 100px;
    }
    #modulo-alerta-3 .alerta-contenedor{
        width: 40%;
    }

    #modulo-alerta-3  .mensaje{
        margin: auto;
        font-size: 1.5em;
    }
    #modulo-alerta-3  .titulo{
        font-size: 3em;
    }
}

@media only screen and (max-width: 800px){
    #modulo-alerta-3 .alerta-contenedor{
        width: 45%;
    }
    #modulo-alerta-3 .alerta-contenedor{
        padding: 10px 5px;
    }
    #modulo-alerta-3  .mensaje{
        font-size: 1.4em;
    }
    #modulo-alerta-3  .titulo{
        font-size: 2.5em;
    }
}

@media (max-width: 600px) {
    #modulo-alerta-3  video {
        width: auto;
        min-height: 100%;
    }

    #modulo-alerta-3  {
        flex-direction: column;
        padding: 40px 25px 30px;
    }

    #modulo-alerta-3  .parte-der, #modulo-alerta-3  .parte-izq {
        width: 100%;
    }

    #modulo-alerta-3  .titulo {
        padding-bottom: 50px;
        font-size: 3em;
    }
}

@media only screen and (max-width: 480px){
    #modulo-alerta-3 .alerta-contenedor{
        width: 65%;
    }
    #modulo-alerta-3  .titulo{
        font-size: 2em;
    }

    #modulo-alerta-3  .mensaje{
        font-size: 1.1em;
    }
}