/*::selection{background:#DCDCDC; color:#28282D;}
::-moz-selection{background:#DCDCDC; color:#28282D;}
::-webkit-selection{background:#DCDCDC; color:#28282D;}
*/

::-webkit-scrollbar {
	width:10px;
	height:10px;
}
 
::-webkit-scrollbar-track {
	background:rgba(100,100,100,0.1);
}
 
::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,0.6);
	border-radius:10px;
}

::-webkit-scrollbar-thumb:hover {
	background:rgba(0,0,0,0.2);
}

body{
	font-family: 'Open Sans', sans-serif;
	background-color:#FFFFFF;
}

html, body{
	height:100%;
}

*{
	margin:0px;
	padding:0px;
	outline:none;
}

img{
	border:0px;
	margin:0px;
}

body, p{
	font-size:14px;
	color:#6E6E78;
}

p{
	line-height:22px;
	margin-bottom:32px;
}

p:last-child{
	margin-bottom:0px;
}

a{
	text-decoration:none;
	color:#00AABE;
}

address{
	font-style:normal;
}
/**************************************************************************************************************/
.bg-color-01{background-color:#00AABE;}
.bg-color-02{background-color:#F0F0F7;}
.bg-color-03{background-color:#1E1E28;}

.bg-gradient-01{
	background:rgb(250,250,253);
	background:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(250,250,253,1) 100%);
}

.bg-dotted-green{
	background-color:#00AABE;
	background-image:url(../images/bg-dotted-green.jpg);
	background-repeat:repeat;
	background-attachment:fixed;	
}

.bg-dotted-black{
	background-color:#1E1E28;
	background-image:url(../images/bg-dotted-black.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
/**************************************************************************************************************/
h2{
	font-size:40px;
	line-height:50px;
	letter-spacing:-0.03em;
}

h2 span{
	font-weight:300;
}

h1, h2, h3, h4, h5{
	color:#1E1E28;
}

.bg-color-01 p, .bg-color-01 h1, .bg-color-01 h2, .bg-color-01 h3, .bg-color-01 h4, .bg-color-01 h5,
.bg-color-03 h1, .bg-color-03 h2, .bg-color-03 h3, .bg-color-03 h4, .bg-color-03 h5{
	color:#FFFFFF;
}

.bg-color-03, .bg-color-03 p{
	color:#9696A0;
}
/**************************************************************************************************************/
.transition, .trans-opacity, a, img, li, .btn, input, textarea, svg{
	-webkit-transition:all 0.40s ease;
	-moz-transition:all 0.40s ease;
	-o-transition:all 0.40s ease;
	-ms-transition:all 0.40s ease;
	transition:all 0.40s ease;
}

.shadow-01{
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,40,0.05);
	-moz-box-shadow: 	0px 2px 5px 2px rgba(0,0,40,0.05);
	box-shadow: 		0px 2px 5px 2px rgba(0,0,40,0.05);
}

.shadow-02{
	-webkit-box-shadow: 0px 6px 10px 6px rgba(0,0,40,0.05);
	-moz-box-shadow: 	0px 6px 10px 6px rgba(0,0,40,0.05);
	box-shadow: 		0px 6px 10px 6px rgba(0,0,40,0.05);
}

.shadow-02-hover:hover{
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,40,0.1);
	-moz-box-shadow: 	0px 2px 10px 2px rgba(0,0,40,0.1);
	box-shadow: 		0px 2px 10px 2px rgba(0,0,40,0.1);
}
/**************************************************************************************************************/
main,
form,
section,
.twoColumns{
	width:100%;
	display:table;
}

.content{
	margin:auto;
	display:table;
	width:80%;
	max-width:1820px;
}

.twoColumns .col,
.content{
	padding:150px 0;
}

.center-align{
	text-align:center;
}

.twoColumns .col h2,
.center-align h2{
	margin-bottom:50px;
}
/**************************************************************************************************************/
.twoColumns .col{
	width:50%;
	float:left;
	display:table;
}

.twoColumns .col:last-child{
	float:right;
}

.twoColumns .col div{
	width:70%;
	max-width:700px;
	display:table;
}

.twoColumns .col:last-child div{
	margin-left:10%;
}

.twoColumns .col div img{
	width:100%;
	height:auto;
}

.twoColumns .col:first-child div{
	float:right;
	margin-right:10%;
}

.twoColumns .col div div,
.twoColumns .col div:first-child div,
.twoColumns .col div:last-child div{
	width:100%;
	margin:0;
}

.twoColumns .col:last-child div div{
	width:100%;
	margin-left:0;
}

.threeColumns{
	width:100%;
	display:table;
	list-style:none;
	text-align:left;
}

.threeColumns li{
	float:left;
	width:22%;
	padding:4%;
	margin-bottom:5%;
}

.threeColumns li:nth-child(3n-1){
	margin:0 5%;
}

.fourColumns{
	width:100%;
	display:table;
	list-style:none;
	text-align:left;
}

.fourColumns li{
	float:left;
	width:20%;
	padding:2%;
	margin-bottom:1.3%;
	margin-right:1.3%;
}

.fourColumns li:nth-child(4n){
	margin-right:0;
}
/**************************************************************************************************************/
header{
	margin:auto;
	width:100%;
	position:fixed;
	z-index:8;
	background-color:#FFF;
}

header .content{
	padding:10px 0;
}

header .content .col{
	float:left;
}

header .content .col:last-child{
	float:right;
}

header .logo{
	width:auto;		
	height:70px;
	float:left;
}

header .btn{
	text-align:center;
	width:auto;
	height:10px;
	padding:40px 37px;
	border-radius:0;
	position:fixed;
	top:0;
	right:0;
	font-size:14px;
}
/**************************************************************************************************************/
footer,
footer p,
footer a{
	color:#6E6E78;
	font-size:13px;
	line-height:20px;
}

footer a:hover{
	color:#00AABE;
}

footer,
footer .info,
footer .credits{
	width:100%;
	display:table;
}

footer .content{
	padding:100px 0;
}

footer .logo{
	width:auto;		
	height:80px;
}

footer .info div{
	float:left;
	margin-right:4%;
}

footer .info div .phone{
	font-weight:bold;
}

footer .info div span{
	display:block;
	font-weight:bold;
	margin-bottom:8px;
}

footer .info div:last-child{
	float:right;
	margin-right:0;
}

footer .credits{
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid rgba(0,0,0,0.1);
}

footer .credits div{
	float:left;
}

footer .credits div:last-child{
	float:right;
}
/**************************************************************************************************************/
.object-fit{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    object-fit:cover;
}

.featured-image{
	width:100%;
	height:100%;
    overflow:hidden;
    position:relative;
}

.featured-image img{
	height:100%;
    width:100%;
    left:-50%;
    right:-50%;
    vertical-align:middle;
    border-style:none;
}

.hzoom:hover img,
.hzoom:active img,
.hzoom:focus img,
li:hover .hzoom img,
li:active .hzoom img,
li:focus .hzoom img{
	height:105%;
    width:105%;
}

.social-icon {
	display:table;
}

.social-icon li{
	list-style:none;
	float:left;
	margin-right:6px;
	border-radius:50%;
	border:1px solid rgba(30,30,40,0.3);
}

.social-icon li:hover{
	border:1px solid rgba(30,30,40,0.8);
}

.social-icon li a{
	width:16px;
	height:16px;
	padding:10px;
	display:block;
}

.social-icon li:last-child{
	margin-right:0;
}

.social-icon li img{
	width:16px;
	height:16px;
	opacity:0.3;
}

.social-icon li:hover img{
	opacity:0.8;
}

.btn{
	cursor:pointer;
	display:inline-block;
	padding:18px 32px;
	border-radius:12px;
	line-height:10px;
	background-color:#00AABE;
}

.btn:active,
.btn:hover,
.btn:focus{
	background-color:#00BED2;
}

.btn,
.btn:active,
.btn:hover,
.btn:focus,
.btn-color-02:active,
.btn-color-02:hover,
.btn-color-02:focus{
	color:#FFF;
}

.btn-border{
	border:1px solid #00BED2;
	color:#00BED2;
	background-color:transparent;
}

.bg-color-01 .btn-border,
.bg-color-03 .btn-border{
	border:1px solid rgba(255,255,255,1);
	color:#FFF;
	background-color:transparent;
}

.bg-color-01 .btn-border:hover,
.bg-color-03 .btn-border:hover{
	border:1px solid rgba(255,255,255,0.3);
	color:#FFF;
	background-color:transparent;
}

.btn-color-02{
	background-color:#F0F0F7;
	color:#6E6E78;
}

.btn-close{
	position:fixed;
	z-index:999;
	right:5%;
	top:30px;
	width:30px;
	height:30px;
	cursor:pointer;
}

.btn-close span{
	width:100%;
	height:2px;
	position:absolute;
	top:14px;
	right:0px;
	background-color:rgba(180,180,200,1);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 0.40s ease;
	-moz-transition:all 0.40s ease;
	-o-transition:all 0.40s ease;
	-ms-transition:all 0.40s ease;
	transition:all 0.40s ease;
}

.btn-close span:last-child{
	-ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.btn-close:hover span{
	-ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}


.phone{
	display:block;
}

.waApp{
	display:none;
}

.waWeb{
	display:block;
}

.phone:before{
	content:'';
	display:block;
	float:left;
	margin-right:5px;
	width:16px;
	height:16px;
	padding-top:2px;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0.5;
}

.phone:before{
	background-image:url(../images/icon-phone.svg);
}

.waApp:before,
.waWeb:before{
	background-image:url(../images/icon-whatsapp.svg);
}
/**************************************************************************************************************/
.highlight-txt{
	font-size:32px;
	font-weight:300;
	font-style:italic;
	color:#00AABE;
}

.img-organic{
	display:block;
	width:80%;
	padding:10%;
	margin:auto;	
	text-align:center;
	background: rgba(230,230,240,0.2);
	background:linear-gradient(45deg, rgba(230,230,240,0.2) 0%, rgba(230,230,240,0.6) 100%);
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.img-organic img{
	border-radius: 60% 40% 30% 70% / 40% 70% 30% 60%;
}
/**************************************************************************************************************/
.banner{
	width:100%;
	height:100%;
}

.banner .content{
	padding:0;
	position:absolute;
	z-index:2;
	width:80%;
	left:auto;
	left:10%;
	top:50%;
	height:280px;
	margin-top:-100px;
}

.banner .content .tooltip{
	width:auto;
	display:inline-block;
	padding:15px 30px;
	border-radius:30px;
	border-bottom-left-radius:0;
	background-color:#FFF;
	color:#00AABE;
	font-style:italic;
	margin-bottom:20px;
}

.banner .content .btn{
	margin-top:40px;
}

.banner .content h1{
	color:#FFF;
	font-size:50px;
	line-height:60px;
	letter-spacing:-0.03em;
	width:450px;
}
/**************************************************************************************************************/
/**************************************************************************************************************/
/*SERVICES*/
.services-list ul li{
	list-style:none;
	float:left;
}

.services-list a{
	display:block;
	border-radius:25px;
	text-align:center;
	background-color:#FFF;
}

.services-list li a:hover{
	background-color:#00AABE;
}

.services-list li:hover p,
.services-list li:hover h2{
	color:#FFF;
}

.services-list li img{
	width:50%;
	height:auto;
	border-radius:100%;
}

.cta-service .twoColumns .col:first-child div{
	padding-bottom:100px;
	border-bottom:1px solid rgba(0,0,0,0.1);	
}


.cta-service p span{
	display:none;
}

.cta-service .phone{
	font-size:18px;
	font-weight:600;
	margin-bottom:8px;
}


.cta-service .phone:before{
	width:18px;
	height:18px;
}
/**************************************************************************************************************/
/**************************************************************************************************************/
/*SLIDERS*/
.slider-testemonials .gen-slider,
.slider-testemonials .gen-slider .slider,
.slider-testemonials .gen-slider .slider .dep{
	width:900px;
	margin:auto;
	text-align:center;
	display:table;
}

.slider-testemonials .gen-slider .slider p{
	width:80%;
	margin:auto;
}

.slider-testemonials .gen-slider .slider p{
	font-style:italic;
}

.slider-testemonials .gen-slider .slider .author{
	font-style:normal;
	color:#FFF;
}

.slider-testemonials .gen-slider .slider .author:before{
	content:'';
	display:block;
	width:1px;
	height:20px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFF;
}

.slider-testemonials .gen-slider .flickity-page-dots .dot {
	background: rgba(255,255,255,0.3);
}

.slider-testemonials .gen-slider .flickity-page-dots .dot:hover,
.slider-testemonials .gen-slider .flickity-page-dots .dot.is-selected {
	background: rgba(0,170,190,1);
}

.services-slider{
	padding:140px 0;
}

.services-slider .flickity-page-dots{
	display:none;
}

.services-slider p{	
	display:none;
}

.services-slider li h2{
	font-size:15px;
	line-height:15px;
	margin-bottom:0;
	margin-top:10px;
}

.services-slider li{
	width:260px;
	margin-right:30px;
	margin-bottom:40px;
}

.services-slider li a{
	padding:40px 20px;
}

.services-slider li img{
	width:40%;
}
/**************************************************************************************************************/
/**************************************************************************************************************/
/*VIDEO*/
.video .thumb-video{
	width:60%;
	height:auto;
	margin:auto;
	position:relative;
}

.video .thumb-video img{
	width:100%;
	height:auto;
}

.video .play-video{
	cursor:pointer;
	position:absolute;
	width:40%;
	left:30%;
	height:110px;
	top:50%;
	margin-top:-55px;
	text-align:center;
}

.video .play-video img{
	width:50px;
	height:50px;
	background-color:rgba(0,170,190,0.8);
	padding:30px;
	border-radius:100%;
}

.video .play-video img:hover{
	padding:35px;
	margin-top:-5px;
	background-color:rgba(0,170,190,1);	
}

#view-video{
	width:100%;
	height:100%;
	position:fixed;
	right:0;
	top:0;
	z-index:999999;
}


#view-video iframe{
	position:absolute;
	width:60%;
	left:20%;
	height:460px;
	top:50%;
	margin-top:-230px;
	background:transparent;
}
/**************************************************************************************************************/
/**************************************************************************************************************/
/*HOME*/
.services-home ul li{
	width:30%;
	margin-bottom:5%;
}

.services-home ul li:nth-child(3n-1){
	margin:0 5%;
}

.services-home a{
	padding:15%;
}

.services-home li p{
	min-height:110px;
}

.services-home li h2{
	font-size:18px;
	line-height:24px;
	margin:30px 0;
}

.services-home li svg{
	padding:30px;
	background-color:#F5F5FA;
	border:1px solid rgba(255,255,255,0);	
	border-radius:100%;
}

.services-home li:hover svg{
	background-color:transparent;
	border:1px solid rgba(255,255,255,1);
}

.folder-segments #selectSubject{
	margin-bottom:10px;
	text-align:left;
}

.folder-segments #selectSubject input[type="radio"] + label{
	line-height:30px;
}

.folder-segments #selectSubject label{
	margin-right:1%;
	width:21.2%;
	padding:20px 1.5%;
	line-height:20px;
}

.folder-segments #selectSubject label:last-child{
	margin-right:0;
}

.folder-segments .information{
	text-align:left;
	width:90%;
	display:table;
	padding:5%;
	border-radius:25px;
}

.folder-segments .information div{
	display:table;
	float:left;
	width:45%;
}

.folder-segments .information div:nth-child(2){
	float:right;
	text-align:center;
}

.folder-segments .information div h3{
	font-size:32px;
	margin-bottom:30px;
}

.folder-segments .information .highlight-txt{
	font-size:24px;
}

.folder-segments .information div:nth-child(2) img{
	width:70%;
	height:auto;
}

.home-g2d .content .col{
	float:left;
}

.home-g2d .content .col:nth-child(1){
	width:15%;
}

.home-g2d .content .col:nth-child(2){
	width:40%;
	margin:0 5%;
	text-align:center;
}

.home-g2d .content .col:nth-child(3){
	width:35%;
}

.home-g2d .content .col:nth-child(3) h2{
	margin-bottom:30px;
}

.home-g2d .content .col:nth-child(1),
.home-g2d .content .col:nth-child(3){
	margin-top:5%;
}

.home-g2d .content .col img{
	width:100%;
	height:auto;
}
/**************************************************************************************************************/
/*SEGMENTOS*/
.segments ul{
	display:table;
}

.segments ul li{
	list-style:none;
	display:table;
	margin-bottom:120px;
}

.segments ul li:last-child{
	margin-bottom:0;
}

.segments ul li div{
	float:left;
	width:32%;
}

.segments ul li div:nth-child(1){
	width:21%;
	padding-right:7%;
	border-right:1px solid rgba(0,0,0,0.1);
}

.segments ul li div:nth-child(2){
	margin-left:7%;
}

.segments ul li div:last-child{
	float:right;
}

.segments ul li div img{
	width:100%;
	height:auto;
}

.segments-cta{
	background-image:url(../images/bg-pillars.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
/**************************************************************************************************************/
/*SOBRE*/
.name .col:last-child div h3{
	margin-top:52px;
	margin-bottom:50px;
}

.pillars{
	background-image:url(../images/bg-pillars.jpg);
	background-position:left bottom;
	background-size:50%;
	background-repeat:no-repeat;
	background-color:#1E1E28;
}

.pillars .col:last-child{
	background-color:white;
}

.pillars h2{
	float:left;
	width:24%;
	font-size:20px;
	line-height:28px;
}

.pillars p, .pillars ul{
	border-left:1px solid rgba(0,0,0,0.8);
}

.pillars p, .pillars ul{
	float:left;	
	width:65%;
	padding-left:10%;
}

.pillars ul li{
	list-style-position:inside;
}

.pillars .col:last-child div div{
	margin-bottom:40px;
}
/**************************************************************************************************************/
/*SERVIÇOS*/
.reasons{
	background-image:url(../images/bg-reasons.jpg);
	background-repeat:no-repeat;
	background-size:55%;
	background-position:center left -20%;
}

.reasons .content .col{
	float:left;
	width:46%;
}

.reasons .content .col:last-child{
	float:right;
}

.reasons .content .col img{
	width:55%;
	height:auto;
	float:left;
	margin-top:40px;
}

.reasons .content .col h2{
	font-size:35px;
	line-height:40px;
	width:45%;
	float:right;
	text-align:right;
	margin-top:130px;
}

.reasons .content .col ul{
	display:table;
}

.reasons .content .col ul li{
	display:table;
	list-style:none;
	margin-bottom:70px;
}

.reasons .content .col ul li:last-child{
	margin-bottom:0px;
}

.reasons .content .col ul li img{
	width:20%;
	float:left;
	margin:0;
}

.reasons .content .col ul li p{
	float:right;
	width:75%;
	margin-top:20px;
}


/************************************/
/************************************/
/************************************/
.extras{
	display:none;
}

.yes{
	display:table;
}

.extraSection01 .twoColumns .col img{
}

.extraSection01 h3{
	border-top:1px solid #FFF;	
	padding-top:50px;
	margin-bottom:50px;
}

.extraSection02 .content img{
	width:100%;
	height:auto;
}

.extraSection02 .content ul li:hover img{
	width:100%;
	margin-top:15%;
	margin-bottom:5%;
	padding-bottom:5%;
}


.extraSection03 .btn{
	margin-top:50px;
}

.extraSection03 ul li{
	list-style:none;
	width:100%;
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.extraSection03 ul li:last-child{
	padding-bottom:0;
	border-bottom:0px;
}
/**************************************************************************************************************/
/**************************************************************************************************************/
/*CONTATO COMERCIAL*
.cta-contato .content{
	padding:20px 0;
}

.cta-contato .logo{
	position:absolute;
	left:10%;
	top:10px;
	width:auto;
	height:70px;
}

.cta-contato h2{
	font-size:26px;
	line-height:40px;
	display:inline-block;
	margin-bottom:0;
}

.cta-contato .steps{
	width:80%;
	display:table;
	margin:auto;
	margin-top:80px;
	background-color:red;
}

.cta-contato .steps li{
	list-style:none;	
	float:left;
	width:32%;
	padding:20px 0;
	border-radius:15px;
	background-color:#F0F0F5;
}

.cta-contato .steps li:nth-child(2){
	margin:0 2%;
}


.cta-contato .steps .active{
	background-color:#00AABE;
	color:#FFF;
}

/*
.cta-contato .close{
	position:fixed;
	z-index:999;
	right:5%;
	top:30px;
	width:30px;
	height:30px;
}

.cta-contato .close span{
	width:100%;
	height:2px;
	position:absolute;
	top:14px;
	right:0px;
	background-color:rgba(180,180,200,1);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	
	-webkit-transition:all 0.40s ease;
	-moz-transition:all 0.40s ease;
	-o-transition:all 0.40s ease;
	-ms-transition:all 0.40s ease;
	transition:all 0.40s ease;
}

.cta-contato .close span:last-child{
	-ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.cta-contato .close:hover span{
	-ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}*/
/**************************************************************************************************************/
/*CONTATO*/
.contacts .twoColumns .col:first-child div div{
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.contacts .twoColumns .col div div:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}

.contacts svg{
	width:40px;
	height:40px;
	padding:32px 0;
	float:left;
	margin-right:20px;
	fill:#00AABE;
}

.contacts .twoColumns .col div div:last-child svg{
	padding:15px 0;
}

.contacts .twoColumns .col div div span{
	display:block;
	font-weight:bold;
	margin-bottom:10px;
}

.contacts .twoColumns .col div div p{
	float:left;
}

/*.form-select #selectSubject label{
	width:30%;
	padding:20px 1%;
	margin-right:2%;
}*/

.form-select #selectSubject label{
	width:47%;
	padding:20px 1%;
	margin-right:2%;
}

.form-select #selectSubject label:last-child{
	margin-right:0;
}

.map .content .btn{
	margin-right:10px;
}
	
.map .content div {
	width:100%;
}

.map div iframe{
	width:100%;
	height:400px;
	margin-top:20px;
}
/**************************************************************************************************************/
#selectSubject,
#selectMap{
	width:100%;
	display:table;
	text-align:center;
}

#selectSubject input[type="radio"],
#selectMap input[type="radio"]{	
    display:none;
}

#selectSubject label,
#selectMap label{	
	float:left;
	cursor:pointer;
}

#selectSubject input[type="radio"]:checked + label,
#selectMap input[type="radio"]:checked + label{	
	background-color:#00AABE;
	color:#FFF;
}

#selectSubject input[type="radio"]:checked + label:hover,
#selectMap input[type="radio"]:checked + label:hover{
	background-color:#00BED2;
}

#selectSubject label svg,
#selectMap label svg{	
	float:left;
	width:30px;
	height:30px;
	border-right:1px solid #CCC;
	margin-right:5%;
	padding-right:5%;
	fill:#6E6E78;
}

#selectSubject label:hover svg,
#selectSubject input[type="radio"]:checked + label svg,
#selectMap label:hover svg,
#selectMap input[type="radio"]:checked + label svg{
	border-right:1px solid rgba(255,255,255,1);
	fill:#FFF;	
}

/**************************************************************************************************************/
/**************************************************************************************************************/
ul.select-service{	
	display:table;
	width:100%;
	list-style:none;
	margin-bottom:20px;
}

ul.select-service li{
  display:inline;
}

ul.select-service li label{
    display:inline-block;
	width:42%;
    border-radius:30px;
    white-space:nowrap;
    margin:1%;
    padding:15px 3%;
	font-size:12px;
	text-align:center;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent;
}

ul.select-service li input[type="checkbox"]:checked + label{
    background-color:#00AABE;
    color:#FFF;
}

ul.select-service li input[type="checkbox"]{
	display:none;
	position:absolute;
	opacity:0;
}

.form-service .portaria-remota .portaria-remota{display:none;}
.form-service .portaria-presencial .portaria-presencial{display:none;}
.form-service .limpeza-conservacao .limpeza-conservacao{display:none;}
.form-service .zeladoria .zeladoria{display:none;}
.form-service .gerencia-predial .gerencia-predial{display:none;}
.form-service .recepcao .recepcao{display:none;}
.form-service .jardinagem .jardinagem{display:none;}
.form-service .copa .copa{display:none;}
.form-service .limpeza-piscinas .limpeza-piscinas{display:none;}
/**************************************************************************************************************/
/*INPUTS*/
.form p{
	display:inline-block;
	width:100%;
	margin-top:30px;
	margin-bottom:15px;
	font-weight:700;
}

.form .obs{
	display:inline-block;
	font-style:italic;
	margin-bottom:15px;
}

.twoColumns .form-select div img{
	display:block;
	width:100%;
	height:auto;
	margin-bottom:30px;
	border-radius:15px;
}

input, textarea, label{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#6E6E78;
}

input, textarea{
	width:93.6%;
	height:30px;
	padding:10px 3%;
	margin-bottom:15px;
	text-align:left;
	float:left;
	resize:none;
	overflow:auto;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:6px;
	background-position:center right 3%;
	background-repeat:no-repeat;
	background-color:#FFF;
	background-size:12px;
}


input[type="file"] {
	line-height:30px;
	margin-bottom:5px;
}

textarea{
	padding-top:16px;
	height:120px;
}

input:hover{
	background-position:center right -30px;
}

input:focus, textarea:focus{
	border:1px solid rgba(0,0,0,0.3);
}

.btnSend{
	overflow:hidden;
	cursor:pointer;
	width:30%;
	text-align:center;
	height:48px;
	margin-bottom:0;
	border:0;
}

.btnSend:active,
.btnSend:hover,
.btnSend:focus{
	border:0;
}
/**************************************************************************************************************/
/**************************************************************************************************************/
/*PRIVACIDADE*/
.privacy h2{
	margin-bottom:50px;
}

.privacy h3{
	font-size:26px;
	margin-top:50px;
	margin-bottom:10px;
}

.privacy .line{
	width:100%;
	height:1px;
	background-color:#000;
	margin-top:50px;
}
/**************************************************************************************************************/
/**************************************************************************************************************/
/*404 + THANKYOU*/
.no-header header,
.no-header .menu-mobile{	
	display:none;
}

.center-page,
.msg-page{
	position:absolute;
	width:90%;
	left:5%;
	text-align:center;
}

.center-page{
	height:370px;
	top:50%;
	margin-top:-185px;
}

.center-page .box{
	width:400px;
	margin:auto;
	padding:80px;
	background-color:#FFF;
	border-radius:25px;	
	-webkit-box-shadow: 0px 5px 10px 2px rgba(100,100,100,0.1);
	-moz-box-shadow: 	0px 5px 10px 2px rgba(100,100,100,0.1);
	box-shadow: 		0px 5px 10px 2px rgba(100,100,100,0.1);
}

.center-page .box .logo{
	width:auto;
	height:80px;
}

.center-page .box h2{
	font-size:40px;
	line-height:40px;
	margin-top:30px;
	margin-bottom:30px;		
}

.center-page .box h3{
	font-size:18px;
	font-weight:400;
}

/*.center-page .box .close{
	position:fixed;
	z-index:999;
	right:5%;
	top:30px;
	width:30px;
	height:30px;
}

.center-page .box .close span{
	width:100%;
	height:2px;
	position:absolute;
	top:14px;
	right:0px;
	background-color:rgba(180,180,200,1);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	
	-webkit-transition:all 0.40s ease;
	-moz-transition:all 0.40s ease;
	-o-transition:all 0.40s ease;
	-ms-transition:all 0.40s ease;
	transition:all 0.40s ease;
}

.center-page .box .close span:last-child{
	-ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.center-page .box .close:hover span{
	-ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}*/

.msg-page{
	bottom:5%;
}


@media screen and (min-width:0px) and (max-width: 768px)
{

.center-page{height:330px;margin-top:-165px;}
.center-page .box{width:80%;padding:50px 10%;}
.center-page .box .logo{height:60px;}
.center-page .box h2{font-size:34px;}
.center-page .box .close{right:20px;top:20px;}

}


@media screen and (min-width:0px) and (max-width: 480px)
{

.center-page{height:310px;margin-top:-155px;}
.center-page .box{width:80%;padding:50px 10%;}
.center-page .box h2{font-size:28px;line-height:34px;}
.center-page .box h3{font-size:16px;}

}