button.accordion {
    width: 100%;
    line-height: 23px;
    font-family: 'GloberBold';
    border-radius: 3px;
    font-size: 17px !important;
    background-color: #f1f1f1;
    color: #6b6b6b;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-weight: 700;
    padding: 5px;
    text-align: left;
    outline:none;
    -webkit-transition: background-color 1s cubic-bezier(0, 0, 0, 0.44); /* Safari */
    transition: background-color 1s cubic-bezier(0, 0, 0, 0.44);
    -webkit-box-shadow: 0 2px 0px 0px #d2d2d2;
    -moz-box-shadow: 0 2px 0px 0px #d2d2d2;
    -ms-box-shadow: 0 2px 0px 0px #d2d2d2;
    -o-box-shadow: 0 2px 0px 0px #d2d2d2;
    box-shadow: 0 2px 0px 0px #d2d2d2;
    }
button.accordion span {
    color: #85c14d;
    font-size: 14px;
    }
button.accordion:active {
    background-color: #333;
    color: #fff;
    position: relative;
}
button.accordion:hover{
    color: #333;
    position: relative;
}

button.accordion:before {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin: 1px 10px 0px 2px;
    /*border-radius: 4px;*/
    transition: margin 1s, border-radius 1s;
    -webkit-transition: margin 1s, border-radius 1s;
    height:38px;
}
button.accordion.active {
    background-color: #333;
    /*z-index: 500;*/
    border-bottom:none;
    position: relative;
    color:#fff;
}
button.accordion.active:before {
    content: "\2715";
    /*background: #fff;*/
    color: #ffffff;
    padding: 3px;
    font-size: 14px;
    margin: -5px 10px 0px 0px;
    position: inherit;
    /*border: 1px solid #85c14d;*/
    height:38px;
}
button.accordion.active.ffb-show {
    position: relative;
    z-index: 500;
}

div.panel {
    background-color: #ffffff;
    max-height: 0;
    /*padding: 1px 15px 0px 15px;*/
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
     -webkit-box-shadow: 0 2px 1px 0px #b9b9b9;
    -moz-box-shadow: 0 2px 1px 0px #b9b9b9;
    -ms-box-shadow: 0 2px 1px 0px #b9b9b9;
    -o-box-shadow: 0 2px 1px 0px #b9b9b9;
    box-shadow: 0 2px 1px 0px #b9b9b9;
}

.panel p {
    font-size: 14px;
}
.panel ul li { 
    padding-left: 3px; 
    font-size: 14px;
} 

.panel ul li:before {
    content: "-"; /* Insert content that looks like bullets */
    padding-right: 3px;
    color: #85c14d; /* Or a color you prefer */
    font-weight: bold;
}

div#informacionbajar{
    transition: margin-top 0.5s ease-out;
    -webkit-transition:  margin-top 0.5s ease-out;
}

.panel ul li a {
    font-size: 14px;
	}

.panel ul{
    list-style: none; /* Remove HTML bullets */
    font-size: 14px;
}

.panel .children li span{
	display: block;
    margin: 25px 20px;
    color: #008a5d;
    font-size: 22px;
    font-weight: 700;
}

.panel .children li span span{
    display: -webkit-box;
    margin: 15px 20px;
}


.grid-product__image-wrapper {
    height: 0px !important;
}
h2#sobre_ {
    padding: 1px 0 4px 10px;
    background: url(https://contacto.utel.edu.mx/static/img/pleca-verde-compressor.jpg) left -20px no-repeat;
    color: #008a5d;
    line-height: 1.15em;
    border-bottom: 1px solid #676767;
    text-align: left;
    font-size: 15px;
    margin: 10px 0px 10px 0px;
}

@media only screen and (max-width: 569px){ 
  button.accordion {
    font-size: 13px !important;
  }
}