﻿.evento_contenedor {
    min-height: 300px;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}


.evento_control {
    margin-left: 30px;
    margin-top: 50px;
}

.evento_ul {
    list-style: none;
}

.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 50%;
    background: #37b92b;
    color: #fefefe;
    margin-left: -29px;
    margin-top: -7px;
}

.badge2 {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: 0.7rem;
    text-align: center;
    border-radius: 50%;
    background: #37b92b;
    color: #fefefe;
    margin-left: -38px;
    margin-top: -7px;
}

.evento_li2 {
    min-height: 50px;
    border-left: 4px solid #37b92b;
}

.evento_li2d {
    min-height: 50px;
}

.evento_li1 {
    min-height: 50px;
    border-left: 4px solid #ff8800;
}

.evento_li1d {
    min-height: 50px;
}

.evento_li0 {
    min-height: 50px;
    border-left: 4px solid #a0a0a0;
}

.evento_li0d {
    min-height: 50px;
}


.badge.evento_b2 {
    background: #37b92b;
    color: #fefefe;
}

.badge2.evento_b2 {
    background: #37b92b;
    color: #fefefe;
}

.badge.evento_b1 {
    background: #ff8800;
    color: #fefefe;
}

.badge2.evento_b1 {
    background: #ff8800;
    color: #fefefe;
}

.badge.evento_b0 {
    background: #a0a0a0;
    color: #fefefe;
}

.badge2.evento_b0 {
    background: #a0a0a0;
    color: #fefefe;
}


.evento_cont {
    margin-left: 20px;
    margin-top: -20px;
}

.evento_cont2 {
    margin-top: -18px;
    margin-left: 10px;
}

.evento_tit {
    /*color: #222222;*/
    font-size: 0.85rem;
}


.evento_tit_det {
    /*color: #555555;*/
    font-style: italic;
    font-size: 0.75rem;
}


.accordioneve-title {
    padding: 0.4rem 0.5rem !Important;
}

.accordioneve {
    /*background: #ffffff;*/
    border: 1px solid #ffffff;
    border-radius: 0;
    margin-left: 0;
}

.is-active > .accordioneve-title::before {
    content: '\00a0\002D\00a0';
}

.accordioneve-title::before {
    content: '\00a0+\00a0';
    position: absolute;
    /*right: -0.6rem;*/
    right: 0rem;
    top: 50%;
    margin-top: -0.5rem;
    font-weight: normal;
    font-size: 1.5rem;
}

.evento_sicon {
    content: none;
}