#callAttention {
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 149, 92, 0.3), rgba(0,0,0, 0.5)), url(../../img/fondos/naturaleza.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    height: auto; 
    justify-content: center;
    padding: 15% 16px; 
    text-align: center;
}

#callAttention h1 {
    color: white;
    font-size: 33px;
    margin: 8px 0 0 0;
}

#callAttention p {
    color: white;
    margin: 10px 0 15px 0;
    padding: 0;
}

#form-call-attention {
    background-color: transparent;
    padding: 0 16px;
}

#form-call-attention input {
    margin: 0 0 10px 0;
}

#btn-call-attention {
    margin: 0;
    width: 100%;
}

#btn-call-attention:hover {
    background-color: #004e4d;
}

#callAttention .text-danger {
    background-color: rgba(255, 0, 0, 0.6);
    font-size: 13px;
    font-weight: bold;
    margin: -5px 0 10px 0 !important;
    padding: 7px 5px 10px;
    text-align: left;
    width: auto;
}
