/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.after-op0::after { opacity:0; }

table.tpad3 td { padding:3px !important; }

.pdf {
    color: FFF;
	font-size: 120%;
}
.pdf:before {
    content: "\f1c1";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: FFF;
	padding-right: 11px;
		
}

.esconder {	display:none !important; }

.mostrar {display:block !important; }

.alert-destaque {
    color: #FFF;
	background-color: #fcb040;
	border-color: #F87F11 ;
	border-radius: 25px 4px 25px 4px;
}


div.alert-destaque h3 {
    font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;	
}

div.alert-destaque a {
    color: #4b939d;
}
.texto ul, .texto ol, .single-service ul, .single-service ol {
    list-style: decimal;
	padding: 0 25px;
}
.texto ol li .single-service ol li {
    padding-left: 0px;
}


ul.latim, ol.latim {
    list-style: lower-latin !important;
}

.issuuFrame {
	width:100%; 
	height:50vw
}
.issuuFrame2 {
    width: 100%;
    height: 30vw;
}




