
.nav.nav-tabs li a{
    background: white;
    color: black;
        padding: 10px 50px;
}

.nav.nav-tabs li.active a{
    background: #e00915;
    color: white;
}
.nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
ul.nav.nav-tabs {
    text-align: center;
}

.nav-tabs {
    border-bottom: 2px solid #e00915 !important;
    padding-bottom: 1px;
        margin: 5% 0px;
}

.panel-heading {
    background: none;
    background-color: white !important;
    border: none !important;
    border-color: rgba(255, 0, 0, 0) !important;
}

.panel.panel-default {
    border: none;
}

h4.panel-title a.collapsed {
    color: black !important;
}

h4.panel-title a {
   color: #e00915;
   /*  font-weight: bold; */
}


a:hover{
	text-decoration:none;
}

a:focus{
    color: red;
    text-decoration: none;
}

a:active{
    color: red;
    text-decoration: none;
}
.imgIconTab{
	width:14px !important;
}


.panel-group .panel-heading+.panel-collapse>.panel-body {
    background: url(../img/arrowTab.png);
    background-size: 13px 24px;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 48%;
    padding-left: 0px;
}

@media only screen and (max-width: 900px) {
	.col-lg-7.col-md-7.col-sm-7.col-xs-0.imgacordion {
	    display: none;
	}	
	.panel-group .panel-heading+.panel-collapse>.panel-body {
	    background: none;
	}

}

.titulo{
    color: #e00915;
    font-size: 70px;
    text-align: center;
    font-weight: bold;
    margin-top: -3%;
}

.cont{
    font-size: 30px;
    text-align: center;
    margin-top: -1%;
}
.textoE {
    text-align: center;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

.tool1 {
    height: auto;
    padding:80px 0px;
    text-align:justify;
}


.tool2 {
    height: auto;
    padding:0px 0px;
    text-align:justify;
}

@media (min-width: 350px) and (max-width: 374px) {
.textoE {
    text-align: center;
    font-size: 15px;
    text-align: justify;
}


.tool2 {
    height: auto;
    padding:40px 10px;
    text-align:justify;
}


}

@media (min-width: 375px) and (max-width: 800px) {


.tool1 {
    padding: 15px 0px;
}

.textoE {
    text-align: justify;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    width: 95%;
    margin-left: 4%;
}
}

@media (min-width: 320px) and (max-width: 349px) {
.textoE {
    text-align: center;
    font-size: 15px;
}
.tool1 {
    height: auto;
    padding:5px 0px;
    text-align:justify;
}

}




