.rossa-main-content-response{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.content-response{
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
}
.content-notice-response{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.content-notice-response img{
    width: 70%;
}
.rossa-response-content-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.rossa-img-response{
    width: 100%;
}
.data-response{
    display: flex;
    width: 50%;
    justify-content: center;
    flex-direction: column;
    margin: 0px;
}
.data-notice-response{
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
}
.rossa-title-response{
    color: #E7004c;
    font-size: 28px;
    font-weight: 800;
    padding: 0px;
}
.rossa-subtitle-response{
    color: #006068;
    font-size: 18px;
    font-weight: 800;
    padding: 0px;
}
.txt-response{
    color: #00303C;
    text-align: left;
    padding: 0px;
    margin-bottom: 10px;
}
.txt-notice-response{
    color: #00303C;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    padding: 0px;
    margin-bottom: 10px;
}
.content-btn-response{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.content-btn-response a {
    width: 50px;
}
.rossa-btn-response{
    text-decoration: none !important;
    padding: 5px 15px 5px 15px;
    margin: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background-color: #00303C;
    border-radius: 50px;
    min-width: 150px;
    text-align: center;
}
.rossa-btn-response:focus{
    box-shadow: 0 0 0 1px rgb(50 151 211 / 30%), 0 1px 1px 0 rgb(0 0 0 / 7%), 0 0 0 4px rgb(50 151 211 / 30%);
    outline: none;
    border-color: transparent;
    z-index: 2;
}
.rossa-btn-response-negative{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006068;
    background-color: #ffffff;
    border: 2px solid #00303C;
}
.rossa-btn-response-checkin{
    border: 2px solid transparent;
    background-color:#E7004c;
}
.rossa-btn-response:hover{
    color: white;
    background-color: #00303C;
}
.rossa-btn-response:focus{
    color: white;
    background-color: #006068;
}
/* Tablets en horizonal y escritorios normales */
@media screen and (min-width: 768px) and (max-width: 1199px) {

}
/* Móviles en horizontal o tablets en vertical */
@media screen and (max-width: 767px) {

}
/*Movil */
@media screen and (max-width: 480px) {
    .content-response{
        flex-direction: column;
        padding: 10px;
    } 
    .rossa-response-content-img{
        width: 100%;
    }
    .rossa-img-response{
        width: 80%;
    }
    .data-response{
        width: 100%;
    }
    .content-btn-response{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .content-btn-response a {
        width: 80%;
    }
}
