*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}


a {
	color: inherit;
	text-decoration: none;
}



li, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	display: block;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	background-color: white;
	position: relative;
	color:#525252;
}

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
}
header {
	width: 100%;
	position: fixed;
	height: 125px;
	left: 0;
	top: 0;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 5;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: white;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.navbar-wrapper {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.logo-wrapper {
	position: relative;
	margin-right: 25px;
}

.logo-wrapper img {
    max-width: 100%;
    -webkit-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
}



.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 50%;
    margin-left: -325px;
}

.nav li {
	margin: 0 20px;
	color: #525252;
}

.active {
	/*color: #30baeb!important;*/
}

.nav li a {
	font-size: 12px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	font-weight: 600;
	text-transform: uppercase;
	
	position: relative;
	display: block;
	padding-bottom: 1px;
}

.nav li a:before {
	width: 25px;
	height: 3px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: none;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #30baeb;
}

.nav li a:hover{
	color: #30baeb;
	padding-bottom: 25px;
}

.nav li a:hover:before{
	display: block;
}


.nav-btn_active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 19px;
    background-color: #30baeb;
    text-transform: uppercase;
    color: white;
    margin-left: 25px;
    font-size: 11px;
    
    font-weight: 600;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
	border-radius:20px; text-align:center
}


.nav-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 19px;
    background-color: #fff;
    text-transform: uppercase;
    color: #30baeb;
    margin-left: 25px;
    font-size: 11px;
    
    font-weight: 600;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
	border-radius:20px; text-align:center
}

.nav-btn img{
	margin-right: 10px;
}

.nav-btn:hover {
    background-color: #30baeb;
    text-transform: uppercase;
    color: white;
}

.header-hr {
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom: -5px;
	left: 5%;
	height: 5px;
	background-color: #30baeb;
}

#pagina-inicial {
    width: 100%;
    position: relative;
    margin-top: 90px;
}

#sliders {
	padding: 0;
}

.slText h1{
	font-size: 42px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slText h2 {
	font-size: 43px;
    font-weight: 500;
    color: white;
    
    line-height: 1.25em;
    text-transform: uppercase;
}

#quem-somos {
	background:#f3f3f3;
	padding: 85px 0 15px;
	width: 100%;
	position: relative;
}

.quem-somos {
	width: 100%;
	position: relative;
	padding-bottom: 75px;
}

.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    padding-left: 7.5%;
    padding-right: 7.5%;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
}

.section-title::after {
    width: 100px;
    height: 5px;
    background: #30baeb;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    border-radius: 40px;
    transform: translateX(-50%);
}

.quem-somos-text {
    margin-top: 50px;
    font-size: 14px;
    font-weight: 300;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.quem-somos-slider, .portfolio-slider {
	width: 100%;
	position: relative;
}

.owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.owl-prev span, .owl-next span {
	font-size: 65px;
    font-weight: 300;
    color: #272324;
}

.owl-prev span {
	margin-right: 15px;
}

button {
	outline: 0;
}

.servicos-content {
	padding: 70px 0
}

.servicos-content .tit {
	display: block;
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 50px;
	text-transform: uppercase
}

.servicos-content .servicos .col {
	text-align: center
}

.servicos-content .servicos .col .img {
    border-radius: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border: 3px solid #24abe2;
    padding:10px;
}

.servicos-content .servicos .col .img div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    transition: all .3s;
    background-color: #227d9e;
    background-blend-mode: multiply;
    border-radius: 50%;
}

.servicos-content .servicos .col .nome {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 1.3;
    margin-top: -62%;
}

.servicos-content .servicos .col .btn {
	margin-top: 30px;
	display: inline-block;
	line-height: 48px;
	padding: 0 30px;
	font-size: 14px;
	color: #ffffff;
	background-color: #138baf;
	border-radius: 100px;
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid #138baf
}

.servicos-content .servicos .col:hover .img div {
	
    background-color: #333;


}

.servicos-content .servicos .col:hover .btn {
	color: #138baf;
	background-color: transparent
}

@media (max-width: 575.98px) {
	.servicos-content .servicos .col {
		display: block
	}
.servicos-content .servicos .col:nth-child(n+2) {

    margin-top: 83px;

}
}

@media (min-width: 576px) {
	.servicos-content .servicos {
		display: flex;
		flex-wrap: wrap
	}
	.servicos-content .servicos .col {
		margin-bottom: 13%;
		margin-left: 3%
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.servicos-content .servicos .col {
		width: 48.5%
	}
	.servicos-content .servicos .col:nth-child(-n+2) {
		margin-top: 0
	}
	.servicos-content .servicos .col:nth-child(odd) {
		margin-left: 0
	}
}

@media (min-width: 768px) {
	.servicos-content .servicos .col {
		width: 22.75%
	}
	.servicos-content .servicos .col:nth-child(-n+4) {
		margin-top: 0
	}
	.servicos-content .servicos .col:nth-child(4n+1) {
		margin-left: 0
	}
}


#portfolio {
	width: 100%;
	background-color: white;
	padding: 85px 0 15px;
	position: relative;
}


.banner-owl {
	margin: 55px auto 0 auto;
	background-color: #30baeb;
	padding: 15px 25px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	
	top: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
	position: relative;
}

#contactos {
	width: 100%;
	background-color: #40bdeb;
	padding: 85px 0 55px;
	position: relative;
}

.section-title2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-left: 7.5%;
    padding-right: 7.5%;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
}

.section-title2::after {
    width: 100px;
    height: 5px;
    background: #fff;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    border-radius: 40px;
    transform: translateX(-50%);
}

.contacts-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	margin-left: 12.5%;
	position: relative;
	margin-top: 35px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.contacts-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	width: 30%;
	padding-left: 25px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contacts-left ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
}

.contacts-left ul:first-child {
	margin-top: 0;
}

.contacts-left ul li {
	font-size: 13px;
    font-weight: 300;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
}


.contacts-left ul li:first-child {
	width: 30px;
	margin-right: 20px;
}

.contacts-left ul li img {
	max-width: 100%;
}

.fix {
	display: block!important;
}

.contacts-right {
	position: relative;
	width: 70%;
}

form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.form ul {
	display: block;
	width: 48.5%;
	padding: 0!important;
}

.second li:first-child {
	margin-top: 0;
}

.form ul li {
	width: 100%;
	padding: 0!important;
	display: block;
}

.input-wrapper {
	margin-top: 3%;
}

.error-msg {
padding-left:2%; color:white; font-size:13px; display: block; margin-top: 10px;
opacity: .8;
}



.input, .mensagem, .select {
	width:100%;
	padding:25px 25px;
	border: none;
	font-size:11px;
	font-weight: 500;
	background-color: white;
	color: #838383;
	margin: 0 auto;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	display: inline-block;
}


textarea {
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
	font-size: 13px!important;
}

.submit-btn {
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin-left: 10px;
	max-width: 45px;
}

.submit-btn:hover {
	opacity: .75;
}

.goback-wrapper a:hover {
	background: white;
	color: #30baeb;
}


.goback-wrapper a {
	padding: 15px;
	border: 3px solid white;
	border-radius: 4px;	
	font-size: 16px;
	color: white;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	font-weight: 700;
}

.goback-wrapper {
	padding: 5% 10%;
}

.sucesso-text {
	text-align: left;
	padding: 3% 10%;
	font-size: 25px;
	color: white;
}

footer {
	width: 100%;
	background-color: white;
	padding: 20px 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center; background:#333;	color: #FFF;

}

.footer-left {
	font-size: 13px;
	color: #FFF;
	font-weight: 400;
	padding-right: 35px;
}

footer a img {
	max-width: 70px;
}


.back-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 7.5%;
    right: 5%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgb(54,123,201) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border-radius:50%;
}

.back-top:hover {
	background: #333 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}

#open {
	display: none;
	padding: 10px;
	color: #40bdeb;
}

.nav-btn-mobile {
	display: none;
}

.nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: fixed;
    top: 90px;
    padding: 10px;
    z-index: 3;
    right: 0;
    background-color: #40bdeb;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    text-align: center;    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav-mobile li {
	position: relative;
	color: white;
}

.nav-mobile li a {
	font-size: 13px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 600;
    text-transform: uppercase;
    
    position: relative;
    display: block;
    padding: 15px 25px 15px 15px;
}

.nav-mobile li a.nav-btn-mobile img{
	margin-right: 10px;
}

.expand {
	visibility: visible;
	opacity: 1;
}

@media all and (max-width: 520px) {
	.servicos-ul li {
		width: 98.5%!important;
	}

	.logo-wrapper img {
		max-width: 80%;
	}
}

@media all and (max-width: 900px) {
	.servicos-content {

    padding: 70px 0;
    margin-bottom: 100px;

}
		.logo-wrapper img {
		max-width: 80%;
	}
	
header {
	width: 100%;
	position: fixed;
	height: 90px;
	left: 0;
	top: 0;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 5;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: white;
}
	
	
	.quem-somos-text {

    margin-top: 50px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    margin-left: 0;
    text-align: center;

}
	
	
	
	.nav-btn {
		display: none;
	}
	.nav-btn_active {
		display: none;
	}
	

	.nav-mobile li a.nav-btn-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#open {
		display: block;
	}

	.nav {
		display: none;
	}


	.logo-wrapper {
		margin-right: 15px;
	}

	.slText h1 {
		font-size: 31px!important;
	}

	.slText h2 {
		font-size: 28px!important;
	}

	.slText {
		max-width: 280px!important;
	}

	.contacts-left {
		width: auto;
	}

	.contacts-right {
		width: 100%;
		margin-top: 40px;
	}

	.contacts-wrapper {
		margin-top: 50px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.form {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.form ul {
		width: 100%;
	}

	.submit-btn {
		margin-left: 0;
	}

	.second li:last-child {
		text-align: center;
	}

}

@media all and (max-width: 1024px) {
	.servicos-ul li {
		width: 48.5%;
		margin: 35px .75% 0 .75%!important;
	}

	.servicos-ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 25px;
	}


}

@media all and (max-width: 1200px) {
	.nav li {
		margin: 0 10px;
	}

	.container {
		width: 85%;
	}

	.contacts-wrapper {
		width: 85%;
		margin-left: 7.5%;
	}

	.slText h1 {
		font-size: 38px;
	}

	.slText h2 {
		font-size: 32px;
	}

	.nav-btn img {
		margin-right: 5px;
	}

	.servicos-ul li h3 {
		font-size: 17px;
	}

	.servicos-ul li h4 {
		font-size: 15px;
	}

	.servicos-ul li {
		margin: 0 8px;
	}

}