/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* padding */
.paddingtop-0{padding-top:0 !important;}
.paddingtop-10{padding-top:10px !important;}
.paddingtop-20{padding-top:20px !important;}
.paddingtop-30{padding-top:30px !important;}
.paddingtop-40{padding-top:40px !important;}
.paddingtop-50{padding-top:50px !important;}
.paddingtop-60{padding-top:60px !important;}
.paddingtop-70{padding-top:70px !important;}
.paddingtop-80{padding-top:80px !important;}
.paddingtop-90{padding-top:90px !important;}
.paddingtop-100{padding-top:100px !important;}

.paddingbot-0{padding-bottom:0 !important;}
.paddingbot-10{padding-bottom:10px !important;}
.paddingbot-20{padding-bottom:20px !important;}
.paddingbot-30{padding-bottom:30px !important;}
.paddingbot-40{padding-bottom:40px !important;}
.paddingbot-50{padding-bottom:50px !important;}
.paddingbot-60{padding-bottom:60px !important;}
.paddingbot-70{padding-bottom:70px !important;}
.paddingbot-80{padding-bottom:80px !important;}
.paddingbot-90{padding-bottom:90px !important;}
.paddingbot-100{padding-bottom:100px !important;}

body{
	font-family: Open Sans; 
}

#scrollToTop {
    display: none;
    position: fixed;
    right: -12px;
    bottom: 0px;
    height: 42px;
    padding: 22px;
    line-height: 3em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #f99e54;
    margin: 20px;
    border-radius: 10px
}

.seta-scrool-top{
    font-size: 42px;
    color: #fff;
    margin: -22px -12px;
    z-index: 9999;
}
.link{
    color: #d63e84;
}
.link:hover{
    color: #622940;
    font-weight: 700;
    text-decoration: none;
}
.logos{
	background-color: #efefef;
}
.logos img{
	margin: 0 auto;
}
#menu-principal{
    background-color: #f8f9fa;
}
.nav_flutuante{
	position: sticky;
    top: 0px;
    z-index: 99;
    -webkit-position: sticky;
    position: -webkit-sticky;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: #d0d0d0;
	border-bottom: 5px solid #a5416f;
}
.navbar-default .navbar-nav>li>a{
	padding: 25px 12px 25px 12px;
	text-transform: uppercase;
}

.btn_roxo {
	background: #622940;
    color: #fff !important;
    margin: 15px !important;
    border-color: #622940;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn_roxo:hover{
	background-color: #a5416f !important;
    border-color: #a5416f !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.btn_roxo:focus{
	background: #622940;
}
#enviar{
    margin-bottom: 1.5rem;
}
.modal-content{
	background-color: #d9d9d9;
}
.modal-header{
	border: none;
	text-align: center;
}
.modal-header h2{
	text-transform: uppercase;
    font-weight: bold;
    color: #d55a6f;
}
/*.modal-header .close{*/
/*    margin: 0!important;*/
/*}*/
.modal-body input{
	border: none;
	margin-bottom: 20px;
}
.modal-body select{
	margin-bottom: 20px;
}
.modal-body button{
	width: 100%;
    background-color: #d65a6e;
    text-transform: uppercase;
    margin-top: 10px;
}
.redes_sociais{
	text-align: center;
}
.redes_sociais a{
	color: #a5416f;
    font-size: 35px;
    margin-right: 10px;
}
.redes_sociais a:hover{
	color: #622940;
}
.icon_insta{
	background: #a5416f !important;
    color: #fff !important;
    padding: 1px 4px 0px 4px !important;
    border-radius: 4px !important;
    font-size: 31px !important;
}
.icon_insta:hover{
	background: #622940 !important;
}
#sobre_curso h1, #sobre_ua h1, #convenio h1, #investimento h1, #certificacao h1, #corpo_docente h1, #atividade h1, #contatos h1{
	text-align: center;
	color: #4f557e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}
.line{
	background: #612a40;
    width: 230px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 25px;
}
#sobre_curso p, #sobre_curso li, #sobre_ua p, #convenio p{
	color: #636363;
	font-size: 16px;
    line-height: 35px;
    text-align: justify;
}
#sobre_curso li{
	list-style: square;
	color: #a5416f;
}
.titulo_1{
	font-size: 28px;
    text-transform: uppercase;
    color: #90486c;
    border-bottom: 2px solid #8288b1;
    padding-bottom: 10px;
}
.largura_ul{
	width: 80%;
    margin-left: 45px;
    margin-top: 30px;
}
.topo_modulo_table{
	background: #90486c;
}
#modulo_table th{
	padding: 30px;
    color: #e6dbbc;
    text-align: center;
    border-right: 1px solid #e6dbbc;
    vertical-align: middle;
}
#modulo_table td{
	background-color: #e6dbbc;
	border-top: 2px solid #bdb190;
	padding: 20px;
}
#cronograma_table {
	text-align: center;
}
#cronograma_table th{
	color: #a5416f;
    font-size: 20px;
    vertical-align: middle;
    width: 70px;
}
#cronograma_table>tbody>tr:nth-of-type(odd){
	background-color: #ccc;
}
#cronograma_table td{
	padding: 40px 7px 40px 7px;
}
.horario{
	color: #434b7f;
    font-weight: 400;
    font-size: 18px;
}
.descricao{
	color: #757575;
}
#sobre_ua{
	background-color: #f1f1f1;
}
#sobre_ua i{
	font-size: 28px;
	color: #a5416f;
	padding: 20px;
}
.owl-prev:hover, .owl-next:hover{
	background: #e2e2e2 !important;
}
.legenda{
	font-size: 11px !important;
    line-height: 20px !important;
    text-align: center;
    margin-top: 10px;
    color: #9a9a9a !important;
}
#investimento{
	width: 100%;
	background-image: url('../img/bg_ua.jpg');
	padding-bottom: 40px;	
	padding-top: 30px;
}
#investimento h1{
	color: #fff !important;
}
.box_investimento{
	padding: 22px 25px 60px 25px;
    background: #fff;
    opacity: 0.8;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 2px 8px 4px 0px rgba(0, 0, 0, 0.38);
}
.box_investimento h3{
	color: #4f557e;
	text-align: center;
	font-size: 22px;
}
.box_investimento i{
	font-size: 53px;
	color: #602b40;
}
.box_investimento p{
	font-size: 15px;
    text-align: center;
    font-weight: 600;
}
.media-body{
	vertical-align: middle;
	font-size: 18px;
    font-weight: 600;
    color: #575757;
}
.box_valor {
    background: #343434;
    padding: 15px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-top: -35px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 2px 8px 4px 0px rgba(0, 0, 0, 0.38);
}


#certificacao p{
	font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 18px;
    text-align: justify;
}
.inscricao{
	background: #e39c59;
}
.bg-news-left{
  background-image: url('../img/bg-left.png');
  height: 106px;
  background-repeat: no-repeat;
  float: left;
  width: 19%;
  background-position: right;
}
.bg-news-right{
  background-image: url('../img/bg-right.png');
  height: 106px;
  background-repeat: no-repeat;
  float: right;
  width: 18%;
  background-position: left;
}
.inscricao .container{
	text-align: center;
}
.inscricao h3{
	font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #a5416f;
    margin-top: 8px;
}
.btn_aqui{
	font-size: 27px;
    text-transform: uppercase;
    background: #a5416f;
    border-color: #a5416f;
    padding: 2px 60px 2px 60px;
    font-weight: bold;
    color: #fff;
}
.btn_aqui:hover, .btn_aqui:focus{
	background: #612a40;
    border-color: #612a40;
    color: #fff;
}
.btn_aqui:active{
	background-color: #481e2f;
	border-color: #481e2f;
}
#corpo_docente{
	background: #d7d7d7;
}
.caixa_cd{
	background: #fff;
    padding-top: 20px;
    padding-bottom: 25px;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.4), -1px 3px 9px 0px rgba(0, 0, 0, 0.38)
}
.box {
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
}
.box:hover .overlay {
  opacity: 1;
}
.text_box {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.58);
}
.overlay p{
	color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 50%;
}
.overlay button{
	margin-left: 32px;
	background: #e39c58;
    border-color: #e39c58;
}
.box:hover .overlay {
  opacity: 1;
}
.content_curriculo{
	background: #fff;
    height: auto;
}
.titulo_modal_curriculo{
	color: #a5416f;
    font-size: 33px;
    font-weight: bold;
}
#atividade{
	background-image: url('../img/bg_atividade.webp');
	padding-bottom: 40px;	
	padding-top: 30px;
}
#atividade h1{
	color: #ffffff;
    background: #0000005e;
    padding: 8px;
}
#atividade p{
	background: #90486ce8;
    padding: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}
#atividade button{
	font-size: 23px;
    color: #a5416f;
    text-transform: uppercase;
    background: #f4f4f4;
    border-color: #f4f4f4;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 0;
    margin-left: 40px;
    box-shadow: -6px -2px 20px 0 rgba(0, 0, 0, 0.17), 0px 0px 0px 0px rgba(0, 0, 0, 0.38);
    margin-top: 20px;
}
#contatos{
	background:#90486c;
	padding-top: 30px;
    padding-bottom: 30px;
}
#contatos h1{
	color: #b3bae6;

}
#contatos .line {
	background: #fff;
}
#contatos i{
	color: #fff;
    font-size: 55px;
    margin-bottom: 20px;
}
#contatos p{
	 color: #fff;
    font-size: 20px;
    font-weight: 600;
}
footer{
  background: #582d40;
}
footer p{
	color: #fff;
}
.img_uny{
  float: right;
}
.icon_insta_footer{
	background: #582d40 !important;
    color: #783c5a !important;    
    padding: 1px 4px 0px 4px !important;
    border-radius: 4px !important;
    font-size: 31px !important;
}
.redes_sociais_footer{
	background-color: #773c5a;
	text-align: center;
}
.redes_sociais_footer a{
	color: #582d40;
	font-size: 35px;
    margin-right: 10px;
}
.fa-whatsapp{
	font-size: 20px !important;
    margin-right: 10px;
}
.obg_modal{
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    color: #757575;
}



/* Media queries */
@media (max-width: 1024px) {
	.navbar-default .navbar-nav>li>a{
		padding: 8px;
    	font-size: 11px;
	}
	.overlay{
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.38);
	}
	.overlay button{
		margin-left: 63px;
	}
	.btn_roxo{
		margin-top: 5px;
	    padding-top: 4px !important;
	    padding-bottom: 4px !important;
	    font-size: 12px;
	}
	.some_banner_1{
		display: none;
	}

}
@media (min-width: 1025px) {
	.some_banner_1{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	
}

@media (min-width:767px) {
	.some_2{
		display: none;
	}

}
@media (max-width:768px) {
  	.navbar-default .navbar-nav>li>a{
		padding: 8px;
    	font-size: 10px;
	}
	.modal-content{
		height: 490px;
	}
	.content_curriculo{
		height: auto;
	}
	.overlay{
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.38);
	}
	.overlay button{
		margin-left: 63px;
	}
	.some_banner_1{
		display: none;
	}

}

@media (max-width:480px) {
	.btn_roxo{
		margin-top: 8px;
	    margin-left: 15px;
	    padding-top: 5px !important;
	    padding-bottom: 5px !important;
	}
	.modal-content{
		height: 485px;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 6px;
	}
	.some_1{
		display: none;
	}
	#investimento{
		background: #7e94b9;
		height: auto;
	}
	#certificacao .media-body{
		white-space: normal;
    	display: block;
    	width: auto;
	}
	.inscricao{
		padding-bottom: 15px;
	}
	.overlay button{
		margin-left: 30px;
	}
	.content_curriculo{
		height: auto;
	}
	#atividade button{
		margin-left: 0;
	}
	.img_uny{
		margin: 0 auto;
    	display: block;
    	float: none;
	}
	.some_banner_2{
		display: none;
	}
	.some_banner_1{
		display: block;
	}
	.largura_ul{
		margin-left: 0;
		width: 90%;
	}	
}
@media (max-width:375px) {
	.overlay button{
		margin-left: 30px !important;
	}
}
@media (max-width:414px) {
	.overlay button{
		margin-left: 40px;
	}
}
@media (max-width:370px) {
	.overlay button{
		margin-left: 30px;
    	padding: 1px 3px 1px 3px;
	}
}

@media (max-width:320px) {
	.modal-content{
		height: 612px;
	}
	.overlay button{
		margin-left: 22px;
	    padding: 1px 3px 1px 3px;
	    margin-top: -9px;
	}
}
