
.filtroPeriodo {
    text-align: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.filtroPeriodo > label {
    color: #8c8c8c;
}

.destacado{
   padding: 1rem;
   background: #f6f6f6;
   margin-bottom: 2rem!important;
}

.titulo {
    font-weight: bold;
    text-transform: uppercase;
    color: #242c4f;
    font-size: 22px;
}
h1 {
    margin: 0 0 1.12rem;
    padding: 0;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
    color: var(--color-institucional);
    font-weight: bold;
    text-transform: uppercase;
}


thead th {
	background: #242c4f none repeat scroll 0 0 !important
	text-align:center!important
}

table tr:last-child:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
    
table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

table tr:last-child th:last-child {
	border-top-right-radius: 15px;
}

table tr:last-child th:first-child {
	border-top-left-radius: 15px;
}
table tr td{

	border-bottom: 2px solid #fff !important;
	text-align:center!important
	
}

.link {
	color:#5c98bd;
}
.seccionSecParl {
    padding: 0;
}

.selectInsercion {
    float: right;
    width: 269px;
    height: 37px;
    padding: 0 10px;
    background: #6EAADD;
    color: #fff;
    border-radius: 0.6rem;
    padding: 0.5rem 1rem;
    border: 0;
}
.nota {
    border-top: 1px solid #ddd;
    margin-top: 3rem;
    padding-top: 1rem;
    font-style: italic;
    font-size: 1rem;
}
.seccionSecParl .sgrow-main_container{
	padding:0!important;
}

.stBae h3 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
@media (max-width: 767px) {
	.top-mobile {
	    background: #242c4f;
	    color: #fff;
	    padding: 1rem;
	    border-top-left-radius: 1rem;
	    border-top-right-radius: 1rem;
		margin-bottom:1.5rem;
	}
	table {
		margin:0!important;
	}
	table a {
	    color: #454246;
	    font-size: 1.5rem;
	    font-weight: bold;
	}
	table thead {
		display:none;
	}
	    table tbody tr {
	        padding: 1rem !important;
	        display: grid;
	        HEIGHT: auto;
	        background: #f6f6f6 !important;
	        margin: 0.3rem 0;
	        position:relative;
	    }
	    table tr td {
	        background-color: #f6f6f6 !important;
	        border-bottom: 0 !important;
	        display: block;
	        border: 0 !important;
	        padding:0.2rem 0!important;
	    }
	table tr td:nth-child(1):before{
	   content:"N°";
	   font-size: 1.5rem;
	    font-weight: bold;
	}
	table tr td:nth-child(2):before{
	   content:"Fecha: ";
	}
	table tr td:nth-child(3):before{
	   content:"BAE N°:";
	}
	table tr td:nth-child(4):before{
	   content:"Poder Ejecutivo: ";
	}
	table tr td:nth-child(5):before{
	   content:"Jefatura Gabinete Ministros: ";
	}
	table tr td:nth-child(6):before{
	   content:"Senado: ";
	}
	table tr td:nth-child(7):before{
	   content:"Diputados: ";
	}
	
	a.btnTramite {
	    background: #242c4f;
	    color: #fff;
	    position: absolute;
	    right: 2rem;
	    top: 1.5rem;
	    padding: 0.2rem 1rem;
	    font-size: 1.2rem;
	    border-radius: 0.5rem;
	}
	table tr:last-child {
	    border-bottom-right-radius: 1rem;
	    border-bottom-left-radius: 1rem;
	}
	
}
