/*
@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: */
.esconder {
    display: none !important;
}
.mostrar {
    display: block !important; 
}
.mostrarTR {
	display:table-row;
}
#divLinguas {
    color: #37383f;
    font-size: 12px;
    width: 250px;
    float: right;
    text-align: right;
    margin-top: 113px;
}
#pre-inscricao td {
    text-align: center;
	border:1px solid;
	border-color:#dedee3;
}

.programa {
	font-size:95%;
	color:#808080;
}
.blog-posts a, .post a, .entry-content a {
	color: #F87F11;
}
.texto ul, .texto ol, .single-service ul, .single-service ol {
    list-style: inherit;
	padding: 0 25px;
}
.texto ol li .single-service ol li {
    padding-left: 0px;
}
ul.latim, ol.latim {
    list-style: lower-latin !important;
}
.single-service a {
	color:#F87F11;
}

/* altura min */
.minh-50{  min-height:50px; }
.minh-75{  min-height:75px; }
.minh-100{  min-height:100px; }
.minh-150{  min-height:150px; }
.minh-200{  min-height:200px; }

.center { text-align:center; }

