#galeriaClinicas{
    position: relative;
    text-align: center;
    border: 0px solid pink;
}
#galeriaClinicas img{
    margin:0 auto;
    width:0;
	height: 800px;
    transition: width 700ms ease-in;
    
}
#galeriaClinicas img:first-child{
    width:1200px
}
.desplegada{
    width:1200px;
}
.control{
    cursor: pointer;
    font-size: 2.5em;
    display: inline-block;
    color: white;
    background-color: rgba(255, 185, 0, 0.83);
    padding: 13px;
    margin: 50px;
    width: 25px;
    border-radius: 50px;
    line-height: 15px;
    bottom: 48%;
    position: absolute;
    height: 25px;
}
.control:hover{
    background-color:rgba(183, 255, 0, 0.69);
}
#imgn_indicador{
    top: 7%;
    position: absolute;
    display: flex;
    left: 45%;
}
#imgn_indicador li{
    padding: 0px !important; 
    margin:0px !important;
    border: 0px !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    list-style-type: none !important;
    color:rgba(0,0,0,0.6);
    font-size: 3em;
}

#imgn_indicador li:first-child{
    color:rgba(255, 185, 0, 0.89);
}