/* Max-width width 780px */
@media (max-width: 780px) {
.content {
    width: 93% !important;
    margin-left:  auto !important;
    margin-right:  auto !important;    
}
span.chevron {
  font-size: 0.8 rem !important;
  color: #0ab504;
  padding: 0 0.05rem 0 0.05rem !important;
  margin-right: 0.5rem !important;
  margin-left: 0.05rem !important;
}
td.td_link a {
    font-size: 0.9rem !important;
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;  
    display: block; 
    text-transform: none;
    text-decoration: none;    
}
td.td_link a:hover { 
    background: rgba(159, 223, 159, 0.9);
    color: #fff;
    cursor: pointer; 
    text-transform: none;
    text-decoration: none;    
}
td.td_link:hover { 
    background: rgba(159, 223, 159, 0.9);
    color: #fff;
    cursor: pointer; 
}
tr.tr_link {
    width: 100%;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;       
    margin: 0 !important;
    height: 40px;
    background-color: rgba(242, 243, 242, 0.4);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f2f2f2;
}
td.td-form {
    float: left;
    width: 100% !important;
}
#ajuda {
    margin-top: -0.5rem !important;
}
div#ajuda h2 {
    margin-left: auto !important;
    margin-right: auto !important;    
    width: 80% !important;
}
td.td_price a {
    color: #0ab504;
    font-size: 0.9rem !important;
    width: 7em !important;  
}
}

#ajuda {
    margin-top: 3rem;
}
.accordion-ajuda {
    height: 30rem !important;
}

.content {
    width: 70%;
}

.title .cont-ajuda {
    margin-top: 12rem !important;
}

.title .cont-ajuda h2 {
    margin-left: 8rem !important;
}

.container-aj {
    position: relative;
    margin-top: 14rem !important;
}
.ac-item{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    color: #000 !important;
    font: 300 1.1rem/1.3rem 'Montserrat',sans-serif;
}
.item-heading {
    cursor:pointer;
    color: #000;
    font: 500 1.1rem/1.3rem 'Montserrat',sans-serif;    
    margin:0 0 0.5rem 0;
    padding:10px;
    background:#f2f2f2;
    color:#000 !important;
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}

.icon-space{
    height: 100%;
    float: left;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    margin-right: 0.5rem;
}
.open .item-heading, .item-heading:hover {
    background-color: #d8d8d8;
}

.open .icon-space .fa-chevron-right, .item-heading:hover .icon-space .fa-chevron-right{
    color: #fff;
    transition: 0.5s;
    transform: rotate(90deg);
}

.close .icon-space .fa-chevron-right {
    color: #0ab504;
    transition: 0.5s;
    transform: rotate(0deg);
}

.close .item-content{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;
    
    
}
.open .item-content{
    padding: 0.05rem 0.05rem 0.07rem 0.05rem;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 0.5rem;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
    box-sizing: border-box;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;    
}

.open .item-heading{
    margin:0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #bdc3c7;
    color: #000 !important;
}

.item-content {
  width: 100%;   
  background-color: #fff !important;  
}

.item-content .docmtos {
  width: 100%;    
  margin: 0;
}

table {
  width: 100%;        
}
tr.tr_link {
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;    
    background-color: rgba(242, 243, 242, 0.4);
    border-top: 1px solid #fff;
    border-bottom: 2px solid #f2f2f2;
}
tr.tr_link:hover { 
    background: rgba(159, 223, 159, 0.9);
    color: #fff;    
    cursor: pointer;    
}
td.td_link a {
    color: #4d4d4d !important;    
    margin-left: 0.5rem;
    margin-right: 0.5rem;  
    display: block; 
    text-transform: none;
    text-decoration: none;    
}
td.td_link a:hover { 
    background: rgba(159, 223, 159, 0.9);
    color: #fff !important;
    cursor: pointer; 
    text-transform: none;
    text-decoration: none;    
}
td.td_link:hover { 
    background: rgba(159, 223, 159, 0.9);
    color: #fff !important;
    cursor: pointer; 
}

td.td_price a {
    color: #0ab504;    
    margin-left: 0.5rem;
    margin-right: 0.5rem;  
    display: block; 
    text-transform: none;
    text-decoration: none;    
}
td.td_price a:hover { 
    background: rgba(159, 223, 159, 0.9);
    color: #fff !important;
    cursor: pointer; 
    text-transform: none;
    text-decoration: none;    
}
td.td_price:hover { 
    background: rgba(159, 223, 159, 0.9);
    color: #fff !important;
    cursor: pointer; 
}

td.td-form {
    float: left;
    width: 70%;
}
