

.acordeon{
    margin-top: -20px !important;
    text-align: center;
}


/*  PROCEDIMIENTOS  */
/*.gallery{
    width: 100%;
    text-align: center;
}

.photo{
    display: inline-block;
    width: 32%;
    height: 210px;
    margin: 2px;
    overflow: hidden;
    position: relative;
}

.photo > div{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all .5s;
    transform: scale(1.2) rotate(0deg);
}

.gallery-name{
    top: 0;
    position: absolute;
}

.gallery-name > span{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
    padding: 10px 0px;
    position: relative;
    bottom: 15px;
    transition: all .5s;
    height: 20px;
    top: calc(100% - 56px);
    font-size: 14px;
}

.photo:hover > div{
    transform: scale(1);
    cursor: pointer;
}

.photo:hover > .black-glass{
    opacity: 1;
}

.photo:hover .gallery-name > span{
    top: calc(50% - 20px);
    font-size: 21px;
    height: auto;
}

.black-glass{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}*/
/*  FIN PROCEDIMIENTOS  */


/*  ACORDEÃ“N  */


.acordeon__contenedor{
    margin: 10px 5px;
    width: 47%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
}

.acordeon__titulo {
    color: white;
    background: #4d94aa;
    line-height: 5;
    /* padding: 0 1em; */
    font-size: 16px;
    margin: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
    /* box-shadow: 0 -1px 0 0 #000 inset; */
    /* text-shadow: 1px 1px #000; */
    cursor: pointer;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    background-size: contain !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    text-align: center;
    font-size: 15px;
    position: relative;
}

.acordeon__titulo img{
    position: absolute;
    left: 15px;
    width: 50px;
    top: 14px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}

.acordeon__titulo label{
    cursor: pointer;
}

.acordeon__contenedor:hover{
    filter: drop-shadow(2px 4px 6px black);
}

.acordeon__titulo > div{
    background: linear-gradient(to right, rgba(77, 148, 170,0) 25%, rgb(17 99 124) 40%);
    width: 100%;
    height: 100%;
}

.acordeon__contenido {
    display: none;
    margin: 0;
    background: #ededed;
    padding: 1em 3em 1.5em;
    text-align: justify;
}

.acordeon__contenido ul{
    padding-inline-start: 15px;
}

.acordeon__contenido li{
    margin: 10px 0px;
}
/*  FIN ACORDEÃ“N  */





/*  PROCEDIMIENTOS  */
#background-procedure{
    /*position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(220 220 220 / 80%);
    z-index: 100;
    align-items: center;
    display: none;*/
}

#background-procedure > div{
    width: 80%;
    /*height: 86%;
    position: relative;
    top: 8%;
    left: 10%;*/
    margin: 0 auto;
}

#current-procedure{
    width: 100%;
    /*height: 100%;*/
    border: none;
}
/*  FIN PROCEDIMIENTOS  */





@media only screen and (max-width: 599px) {
    


    .acordeon__titulo{
        text-align: left;
        height: 100px;
        display: flex;
        align-items: center;
        line-height: 1.3;
    }


    .acordeon__titulo > div {
        background: linear-gradient(to right, rgba(77, 148, 170,0.5) 0%, rgba(17, 99, 124,0.5) 35%);
        width: 70%;
        height: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
    }

    .acordeon__titulo > div > label{
        margin: 0 auto;
        text-align: center;
    }

    .acordeon__contenedor{
        width: 95%;
        /*height: 100px;*/
    }

    .acordeon__contenido{
        padding: 20px;
        font-size: 13px;
    }

    
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    


    .acordeon__titulo{
        text-align: left;
        height: 80px;
        display: flex;
        align-items: center;
        line-height: 1.3;
    }

    .acordeon__titulo > div {
        background: linear-gradient(to right, rgba(77, 148, 170,0.5) 4%, rgba(17, 99, 124,0.5) 40%);
        width: 70%;
        height: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
    }

    .acordeon__titulo > div > label{
        margin: 0 auto;
        text-align: center;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}

@media only screen and (min-width: 1200px) {}