.scrollbar::-webkit-scrollbar {
    width: 5px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 100px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.seccion{
  color: #9E9E9E;
  font-family: 'Muli', sans-serif;
}

.subseccion{
  font-family: 'Muli', sans-serif;
  font-size: 30px;
  color: #555555;
}

.fondoGris{
	background: #CCCCCC;
	padding: 15px;
}

.fondoVerde{
	background: #0C973A;
}

.fondoVerde:hover {
	background: #095322;
}

.verdeOscuro{
	background: #095322;
}

.verdeOscuro:hover {
	background: #0C973A;
}

.botonCuadrado{
	color: white;
	height: 130px;
}

.padding10 {
	margin: 10px;
}

.iconoNavegacion {
	height: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
}

#pdf {
	width: 100%; 
	height: 800px;
}

a:hover {
	cursor:pointer;
}

/* Links */
.links_secciones div{
    padding: 0px !important;
}

.links_secciones div div{
    padding: 15px !important;
    text-align: center;
}

.links_secciones div div a{
    display: block;
    height: 100%;
    background-color: #0C973A;
    color: white;
    width: 100%;
    padding: 40px;
    text-align: center;
    border-radius: 2px;
}

.links_secciones div div a:hover{
    opacity: 0.9;
    background-color: #095322;
}

.links_secciones div div img{
    width: 100%;
}

.links_secciones div div span{
    width: 100%;
    font-family: Frutiger;
    font-size: 16px;
    bottom: -40px;
    color: #3C3F50;
}

@media (min-width: 996px) and (max-width: 1600px){
    .links_secciones div div a{
        padding: 25px;
    }

    .links_secciones div div span{
        font-size: 10px;
    }
}

@media (min-width: 401px) and (max-width: 995px){
    .links_secciones div div a{
        padding: 30px;
    }

    .links_secciones div div span{
        font-size: 9px;
    }
}

@media (max-width: 400px){
    .links_secciones div div a{
        padding: 15px;
    }

    .links_secciones div div span{
        font-size: 6px;
    }
}