.ag-rojo{
    color: #CF0A2C;
}
.ag-hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #CF0A2C !important;
}
.ag-pad{
    padding: 0;
    margin: 0;
}

/******Corrousel********/

#carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

#carousel-custom {
    margin: 20px auto;
    width: 400px;
    
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0; 
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: 3px solid #a5a5a5;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
    border: 5px solid #a5a5a5;
}
/********TABLA*********/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 2px solid #f45354;
    font-size: 15px;
    
}
.ag-ro {
    background-color: rgba(244, 83, 84, 0.31);
    text-align: center;
 
    
}
.ag-gr{
    background-color: rgba(203, 203, 203, 0.51);
    text-align: center;
}
.ag-top{
    font-size: 16px;
    font-weight: 600;
}
.video-container {
position: relative;
padding-bottom: 46.25%; /* Para que el contenedor tenga relación de aspecto 16/9 */
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}