/*
Theme Name: Unico
Author: Diego Paim
Author URI: http://youline.com.br/
Description: Tema desenvolvido para UniCo 
Version: 1

*/

i {
    border: solid #d0d0d0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

*{
	transition: all linear 0.2s;

}
textarea, select, input, button { outline: none; }
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body,html{
	height: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
	padding-top:80px;
}
header{
	top:0px;
	background: #fff;
	color: #000;
	width: 100%;
	height: 80px;
	position: fixed;
	transition: all linear 0.2s;
	z-index: 9;
	box-shadow: 0px 0px 10px #000;
	padding:10px 20px
}
footer{
	padding: 20px 0;
}
footer img{
	margin-bottom: 10px;
	}
.logo{
	float:left;
	display:inline-block;
	height: 100%;
}
.logo img{
	height: 100%;
	width: auto;
}
.menu{
	float:right;
	list-style:none;
	padding:0px;
}
.menu li{
	float:left;
	
	padding:18px 10px;
}
.menu li a{
	color:#333;
	text-transform:uppercase;	
	padding:0px;
	display:block;
	margin:0 1px;
	font-weight:300;
	border-bottom:3px solid #ffffff;
	
}
.menu li a.active,.menu li a:hover{
	color:#1f3f8f;

	text-decoration: none;
	border-bottom:3px solid #1F3F8F;
}
.icons-social,
.idioma {
	float:right;
	height:45px;
	margin:8px 15px;
	position: relative;
}
.idioma label{
	border:1px solid #d6d6d6;
	border-radius:30px;
	height:100%;
	padding:0 15px;
	display:block;
	font-weight:300;
	line-height:45px;
}
.idioma label span img{
	margin-left:-7px;
	margin-top:6px;
	width:30px;
	height:auto;
	margin-right:10px;
	float:left;
}
.idioma label i{
	    margin-left: 5px;
    margin-bottom: 2px;
}
.icons-social img{
	height:30px;
	margin:8px 4px;
	opacity:0.5;
}
.button-menu{
	display: none;
}
.icons-social-mobile,.idioma-mobile{
	display: none;
}
.fechar-menu{
	display: none;
}

.drop-idioma {
    position: absolute;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    transform: translate(-0%,0);
    width: 100%;
    background:#FFF;
    box-shadow:0px 0px 10px #dfdfdf;
    margin-top:5px;
    display:none;
    padding-top: 10px;
    z-index: 2;
}
.drop-idioma.active {
	display:block;
}
.drop-idioma:before {
	content:'';
	z-index:-10;
	left:calc(50% - 5px);
	top:4px;
	position:absolute;
	margin-top:-8px;
	border: solid #d0d0d0;
    border-width: 0 1px 1px 0;
    display: inline-block;
    background:white;
    padding: 3px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.drop-idioma a{
	width:100%;
	border-radius:10px;
	background:white;
	display:block;
	padding:7px 10px;
	color:#000;
	font-weight:300;
	text-decoration: none;
	line-height:9px;
}
.drop-idioma a img{
	margin-right:5px;
	height: 20px;
	margin-top: -3px;
}
.owl-stage,.owl-stage-outer{
	height: 100%;
}
.owl-theme{
	min-height: 300px;
	height: 100%;
}
.owl-theme .owl-item{
	height: 100%;

}
.owl-theme .item{
	height: 100%;
}
.owl-theme .item:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(26, 59, 142, 0.6) !important

	}
.owl-theme .item figure {
    margin: 0px;
    position: absolute;
    width: 100%;
    height: 100%;

	background-size: cover !important;
	background-position: center !important;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%);
}	
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -27px !important;
    z-index: 1;
    position: absolute;
    width: 100%;
}
.content-slide{
	z-index: 5;
	color: #fff;
	width: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 300;
	transform: translate(-50%,-80%);
	text-align: center;
}
.content-slide h4{
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 30px;
}
.content-slide{
	font-size: 24px
}
.s-text-center{
	text-align: center;
	padding: 50px 0;
}
.s-text-center h2{
	color: #1D3B90;
	font-size: 45px;
	margin-bottom: 30px;
	}
	.s-text-center p{
			font-size: 20px;
			line-height: 37px;
			color: #535353;
	}



.text-destaque{
	position: relative;
	background: #576997;
	min-height: 350px;
	font-size: 40px;
	letter-spacing: 3px;
	color: #fff;
}
.text-destaque:before{
		content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;;
	background: rgba(26, 59, 142, 0.6) !important

}
.text-destaque figure{
	position:absolute;
	width:100%;
	height:100%;
	background-position:center!important;
	background-size:cover !important;
	filter:grayscale(100%);

}
.text-destaque span{
	top: 50%;
	z-index:5;
	left: 50%;
	position: absolute;
	font-weight: 700;
	transform: translate(-50%,-50%);
}

.box-form-contato{
	background: #37529C;
	color: #fff;
	padding: 40px;
}
.box-form-contato h2{

	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 35px;
}
.box-form-contato button,.box-form-contato input[type=submit] {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 23px;
    border-radius: 21px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}
.box-form-contato button:hover {
	background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
	}
.box-form-contato form{
	margin-bottom: 30px;

}	
form label{
    width:100%;
    font-style:italic;
    font-family:"Roboto";
    font-size:18px;
    margin-top:20px
}
form label input[type=text],form label input[type=email],form label textarea {
    width:100%;
    border:0px;
    background:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.7);
    color:#fff;
    padding:7px 0px;
    font-size:14px;
}
form label input[type=text]::-webkit-input-placeholder,
form label textarea::-webkit-input-placeholder,
form label input[type=email]::-webkit-input-placeholder  {
  color: rgba(255, 255, 255, 0.7);
}
form label input[type=text]::-moz-placeholder,
form label textarea::-moz-placeholder,
form label input[type=email]::-moz-placeholder  {
  color: rgba(255, 255, 255, 0.7);
}
form label input[type=text]:-ms-input-placeholder,
form label textarea:-ms-input-placeholder,
form label input[type=email]:-ms-input-placeholder  {
  color: rgba(255, 255, 255, 0.7);
}
form label input[type=text]:-moz-placeholder,
form label textarea:-moz-placeholder,
form label input[type=email]:-moz-placeholder  {
  color: rgba(255, 255, 255, 0.7);
}
.box-localizacao{
	background: #EDEDED;
	padding-top: 40px;
}
.text-localizacao{
	padding: 0 60px;
}
.text-localizacao h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 40px
}

.mapa{
	border-top:#c8c8c8 4px solid;
	margin-right: -15px;
	margin-left: -15px;
	height: 300px;
	margin-top: 40px

}
.mapa iframe {
    width: 100%;
    height: 100%;
}
.row-servico{
	background: #EDEDED;
	text-align: center;
	padding: 40px 0;

}
.row-servico h2{
	color: #1D3B90;
	font-size: 45px;
	margin-bottom: 50px;
	}
.bloco-servico{
	background: #fff;
	box-shadow: 0px 0px 13px #e2e2e2;
	padding: 25px;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 10px;
}
.bloco-servico figure,.modal-body figure{
	height:55px;
	margin-top:30px;
	margin-bottom:20px;
	background-size:contain!Important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.bloco-servico h3,.modal-body h2.modal-title{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #1D3990;
	}
.bloco-servico h3:after,.modal-body h2.modal-title:after{
	content: '';
	width: 40px;
	height: 5px;
	background: #1D3990;
	display: block;
	margin: 20px auto;
	}
.bloco-servico p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

span.wpcf7-not-valid-tip {
    color: #f7e700 !important;
    font-size: 15px !important;
    font-weight: normal;
    display: block;
    font-style: normal;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    background: #d80000;
    border-radius: 5px;
    border: 0px !important;
    width: auto !important;
}
a.toggle-wcta {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    background: #4dc247;
    margin-top: 10px;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0,0,0,.12941176470588237), -2px -2px 8px rgba(0,0,0,.12941176470588237);
      position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
a.toggle-wcta svg {
    fill: #fff;
    width: 41px;
    height: 50px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
}



@media (max-width: 800px){
	body{
		padding-top:50px;
	}
	.content-slide{
		width:90%;
	}
	.content-slide h4{
		font-size:35px;
	}
	.content-slide p{
		font-size:22px;
	}
	header{
		height: 50px;
		padding: 5px 15px;
	}
	.icons-social,.idioma{
		display: none;
	}
	.icons-social.icons-social-mobile,.idioma.idioma-mobile{
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin:10px 0;
	}
	.idioma.idioma-mobile label{
		width: auto;
		display: inline-block;

	}
	.content-nav{
		display: none;
		background:#f9f9f9;
		display: block;
		height:100%;
		position:fixed;
		left:-110%;
		top:0px;
		width:70%;
		border-right:1px solid #d6d6d6;
		box-shadow: 0px 0px 10px #c7c7c7;
		transition: all linear 0.2s;
	}
	.content-nav.active{
		left: 0px;

	}
	.menu{
		
		
		width:100%;
		float:left;
	}
	.menu li{
		width:100%;
		padding:0px
	}
	.menu li a{
		padding:10px 20px;		
		border-top:1px solid #d6d6d6;
		border-bottom:1px solid #fff;
		text-align: center;		
	}
	.menu li a:hover{
		background: #eee;
		border-bottom:1px solid #d6d6d6;
	}
	.menu li:nth-last-child(1) a{
		border-bottom:1px solid #d6d6d6;
	}
	/*.menu li:nth-last-child(1) a:hover{

	border-bottom:3px solid #1F3F8F;
	}*/
	.button-menu{
		display: block;
		float: right;
		
		width: 30px;
	    height: 30px;
	    border-radius: 100%;
	    padding: 8px 2px;
	    margin-top: 0px;
		
	}
	.button-menu span{
		height:3px;
		border-radius:15px;
		width:100%;
		display:block;
		background:#1c3d90;
		margin:4px 0;
	}
	a.fechar-menu {
	    color: #000;
	    padding: 15px 10px;
	    width: 100%;
	    text-align: center;
	    display: block;
	    text-decoration: none;
	}
	.drop-idioma {
	    width: 80%;
	    left: 10%;
	}
	.text-localizacao {
    	padding: 0 20px;
	}
}
