*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto";
}

.center{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 2%;
}

#center-alt {
	display: flex;
    align-items: center;
    justify-content: center;
}

#center {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.clear{
	clear: both;
}

.w50{
	float: left;
	width: 50%;
	padding: 0 10px;
}

section.topo{
	/* background-image: linear-gradient(114deg, #250E8A, #00F9F7); */
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;

	width: 100%;
	height: 500px;
	z-index: 1;
	background-size: cover;
    background-position: center;
}

#topo-overlay {
	z-index: 3;
	position: relative;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51, 0.7);
	z-index: 2;
}


.logo{
	float: left;
}

.logo img{
	max-width: 300px;
}

/* MENU DESKTOP */
.menu-desktop{
	float: right;
	margin-top: 22px;
}

.menu-desktop li{
	display: inline-block;
	margin: 0 15px;
}

.menu-desktop a{
	text-decoration: none;
	color: white;
	opacity: 0.6;
}

.menu-desktop a:hover{
	opacity: 1;
}

/* MENU MOBILE */
.menu-mobile{
	display: none;
}

.menu-mobile{
	float: right;
	margin-top: 22px;
}

.menu-mobile i{
	font-size: 20px;
	color: white;
	cursor: pointer;
}

.menu-mobile ul{
	left: 0;
	/* top: 115px; */
	top: 70px;
	display: none;
	width: 100%;
	position: absolute;
	list-style-type: none;
}

.menu-mobile li{
	padding: 8px 0;
	text-align: center;
	display: block;
	width: 100%;
	background: white;
	border-bottom: 1px solid #00f9f7;
}

.menu-mobile a{
	display: block;
	text-decoration: none;
	color: #202020;
}

/* BUTTON WHATSAPP */
.btn-whats{
	font-size: 30px;
    z-index: 89;
    position: fixed;
    float: right;
    right: 20px;
    bottom: 90px;
    width: 50px;
    height: 50px;
	background-color: #25d366;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.btn-whatsapp div{
	text-align: center;
	line-height: 1.4;
}


/* BUTTON TOP */
.voltar-topo div{
	text-align: center;
	line-height: 1.4;
	margin-top: -6px;
}

a[href="#top"]{
	/* display: flex; */
	z-index: 100;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	border-radius: 60px;
	font-size: 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	/* background-color: #23188F;
	background-image: linear-gradient(114deg, #250E8A, #00F9F7);
	text-decoration:none;
	color: white;*/


	box-sizing: border-box;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	background-color: transparent;
	border: 2px solid #250E8A;
	color: #250E8A;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
		-ms-flex-item-align: center;
			align-self: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

a[href="#top"]:hover, a[href="#top"]:focus {
	color: #fff;
	outline: 0;
  }

  .btn-voltar {
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  }
  .btn-voltar:hover {
	box-shadow: 0 0 40px 40px #250E8A inset;
}

.time-descricao{
	margin: 50px 0;
	color: white;
}

.time-descricao h2{
	font-size: 45px;
}

.time-descricao p{
	font-size: 14px;
	margin-top: 10px;
	max-width: 390px;
}

/* .time-descricao a{
	font-weight: bold;
	display: inline-block;
	margin-top: 14px;
	padding: 10px 8px;
	text-decoration: none;
	color: #250E8A;
	background: #C5A91E;
	box-shadow: 0 20px 30px 0 rgba(37, 15,138, 0.2);
	border-radius: 5px;
}

.time-descricao a:hover{
	background: #ffeb3b;
}
 */

.time-descricao a{
	margin-top: 14px;
	box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #FFEB3B;
  border-radius: 0.6em;
  color: #FFEB3B;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0em 4.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.time-descricao a:hover, .time-descricao a:focus{
	color: #212121;
	outline: 0;
}

.btn-sobre {
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.btn-sobre:hover {
	box-shadow: 0 0 40px 40px #FFEB3B inset;
 }

 .time-imagem img{
	max-width: 100%;
}

.circle{
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-top:-34px;
	transform: translateX(-50%);
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0 10px 25px 0 rgba(37, 15, 139, 0.1);
}

.circle i{
	position: relative;
	top: 7px;
	font-size: 30px;
	color: #23188F;
}

section.clientes-slider{
	padding: 120px 0;
}

section.clientes-slider h2{
	color: #202020;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

section.clientes-slider .slider-container {
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 80px;
    /* margin-bottom: 80px; */
}

section.clientes-slider img{
	padding: 0 20px;
}

/****SLICK SLIDER****/
.slick-dotted ul{
	list-style-type: none;
	text-align: center;
	position: relative;
	margin-top:10px;
}

.slick-dotted li{
	display: inline-block;
	margin: 0 7px;
}

.slick-dotted button:focus{
	outline: 0;
}

.slick-dotted li button{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	color: #d8d8d8;
	border-width: 0;
	background: #d8d8d8;
	opacity: 1;
	cursor: pointer;
}

li.slick-active button{
	background: #0c3f8a;
	color: #0c3f8a;
}

.slick-slide:focus{
	outline: none;
}
/**END SLICK**/

/*DIFERENCIAIS*/
section.diferenciais{
	padding: 90px 0;
}

section.diferenciais h2{
	color: #202020;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

/* .icons-diferenciais{
	display: flex;
	flex-wrap: wrap;
	margin-top:80px;
}

.box-single-diferenciais{
	text-align: center;
	width: 33.3%;
	padding:0 10px;
	margin-bottom: 30px;
}

.box-single-diferenciais img{
	max-width: 100%;
}

.box-single-diferenciais h3{
	font-size: 17px;
	margin:10px 0;
	color: #202020;
}

.box-single-diferenciais p{
	font-size: 14px;
	color: #202020;
} */

/* Card Serviço Teste */
.card-box {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:80px;
	margin-bottom: 30px; */
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0;
    gap: 4px;
}

.card-box .card {
	border-radius: 16px;
	margin: 0 auto;
	width: 320px;
	max-width: 100%;
	min-height: 350px;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
	  0px 5px 8px 0px rgba(0, 0, 0, 0.14),
	  0px 1px 14px 0px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	/* background-image: url(https://source.unsplash.com/collection/905011/1000x1000); */
	background-size: cover;
	background-position: center;
	border: 0;
	margin-bottom: 20px;
	margin-right: 20px;
}
  
.card-box .card .info {
	position: relative;
	width: 100%;
	height: 350px;
	background-color: #fff;
	transform: translateY(100%)
	  translateY(-88px)
	  translateZ(0);
	transition: transform 0.5s ease-out;
}
  
.card-box .card .info:before {
	z-index: -1;
	display: block;
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background-image: url(https://source.unsplash.com/collection/905011/1000x1000); */
	background-image: var(--background-image-url);
	filter: blur(10px);
	background-size: cover;
	opacity: 0.25;
	transform: translateY(-100%)
	  translateY(88px)
	  translateZ(0);
	transition: transform 0.5s ease-out;
}
  
.card-box .card:hover .info,
.card-box .card:hover .info:before {
	transform: translateY(0) translateZ(0);
}
  
.card-box .card .title {
	margin: 0;
	padding: 30px 24px;
	font-size: 24px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.87);
}
  
.card-box .card .description {
	margin: 0;
	padding: 0 24px 24px;
	font-size: 18px;
	line-height: 1.5;
}

/* SOBRE TIME */
section.sobre-time{
	padding: 40px 0;
	background-color: #f4f9fd;

}

.img-time img{
	max-width: 100%;
}

.time-descricao-2{
	padding: 80px 20px;
}

.time-descricao-2 h2{
	width: 70%;
	color: #202020;
	line-height: 35px;
	font-size: 24px;
	margin-bottom: 30px;
}

.time-descricao-2 p{
	color: #272727;
	padding-right: 30px;
	font-size: 15px;
}

section.sobre-time a{
	box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #250E8A;
  border-radius: 0.6em;
  color: #250E8A;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0em 4.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
	margin-top: 8px;
}

section.sobre-time a:hover, section.sobre-time a:focus {
	color: #fff;
	outline: 0;
}

/* .btn-contato {
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
  .btn-contato:hover {
	box-shadow: 0 0 40px 40px #250E8A inset;
} */

/* DEPOIMENTOS */
section.depoimentos{
	padding: 100px 0;
	/* background-color: #23188f; */
	background-image: linear-gradient(114deg, #250E8A, #00F9F7);
	text-align: center;
}

.depoimentos a{
	margin-top: 14px;
	box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #FFEB3B;
  border-radius: 0.6em;
  color: #FFEB3B;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0em 4.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.depoimentos a:hover, .depoimentos a:focus{
	color: #212121;
	outline: 0;
}

.btn-depoimentos {
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.btn-depoimentos:hover {
	box-shadow: 0 0 40px 40px #FFEB3B inset;
}


section.depoimentos h2{
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 30px;
}

.depoimentos-box{
	margin:10px auto;
	max-width: 800px;
	overflow: hidden;
	width: 100%;
	display: block;
}
.depoimento-single{
	width: 100%;
	display: inline-block;
}

.depoimento-single p{
	text-align: center;
	margin-bottom: 15px;
	color: white;
}

.depoimento-single img{
	width: 70px;
	height: 70px;
	display: block;
	margin: 10px auto;
	border-radius: 50%;
}

.depoimentos p.alert {
    text-align: left;
}

#newTestimonials {
    z-index: 99999 !important;
}

#newTestimonials .modal-body {
	text-align: left;
}

#newTestimonials h2 {
	color: #212121;
	font-size: 2rem;
}

#newTestimonials #form-control label {
    font-size: 16px;
}

#newTestimonials #form-control .counter {
    font-size: 14px;
    margin-bottom: 10px;
}

#newTestimonials .form-default #form-control input[type="file"] {
    padding: 4px;
}

#newTestimonials .form-default #form-control input,
#newTestimonials .form-default #form-control textarea { 
    font-size: 14px;
}

#newTestimonials #btn-modal {
	text-align: end;
}

#newTestimonials #btn-modal button {
    font-size: 14px;
}

/* METODOLOGIA */
section.metodologia{
	position: absolute;
	z-index: 10;
	top:-40px;
	left: 50%;
	width: 100%;
	transform:translateX(-50%);
	max-width: 940px;
	margin: 0 auto;
	padding:40px 0;
	background: white;
	border-top: 3px solid #ffca00;
	box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.06);
	text-align: center;
}

section.metodologia h2{
	color: #232931;
	font-size: 24px;
	font-weight: normal;
}

section.metodologia p{
	font-size: 14px;
	color: #B4B4B4;
	margin: 15px 0;
	width: 40%;
}

/* section.metodologia a{
	text-decoration: none;
	color: white;
	padding: 8px 15px;
	background-color: #23188F;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
	margin-top: 8px;
}

section.metodologia a:hover{
	background: #00F9F7;
	color: black;
} */

section.metodologia a{
	box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #250E8A;
  border-radius: 0.6em;
  color: #250E8A;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0em 4.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
	margin-top: 8px;
}

section.metodologia a:hover, section.metodologia a:focus {
	color: #fff;
	outline: 0;
}

.btn-contato {
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
  .btn-contato:hover {
	box-shadow: 0 0 40px 40px #250E8A inset;
}


/*CLIENTES*/
section.clientes{
	padding: 120px 0;
}

section.clientes h2{
	color: #202020;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

/* APAGAR */
.icons-clientes{
	display: flex;
	flex-wrap: wrap;
	margin-top:80px;
}

.box-single-clientes{
	text-align: center;
	width: 33.3%;
	padding:0 10px;
	margin-bottom: 30px;
	border: 2px solid #CCC;
    margin-right: -2px;
}

.box-single-clientes img{
	max-width: 100%;
	padding: 20px 0;
}


.box-single-clientes h3{
	font-size: 17px;
	margin:10px 0;
	color: #202020;
}

.box-single-clientes p{
	font-size: 14px;
	color: #202020;
}
/* ATÉ AQUI */

section.clientes > .center {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    max-width: none;
}

.clientes-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	width: 100%;
}

.clientes-box .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

.clientes-box .card {
	border-radius: 10px;
	filter: drop-shadow(0 5px 10px 0 #ffffff);
	width: 400px;
	height: 190px;
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	transition: 0.6s ease-in;
	margin-right: 20px;
	margin-bottom: 20px;
}
  
.clientes-box .card::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -15px;
	right: -15px;
	/* background: #7952b3; */
	background-image: linear-gradient(114deg, #250E8A, #00F9F7);
	height:220px;
	width: 25px;
	border-radius: 32px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.25s ease-out;
}
  
.clientes-box .card:hover::before{
	transition-delay:0.2s ;
	transform: scale(40);
}
  
.clientes-box .card:hover{
	color: #ffffff;
}

.clientes-box .card img {
	width: 45px;
	height: 45px;
	margin-bottom: 20px;
}

.clientes-box .card .img-logo {
	width: 150px;
}

.clientes-box .card h4 {
	font-size: 20px;
}

.clientes-box .card span{
	width: 100%;
	max-width: 170px;
	/* padding: 10px 0; */
	margin: 15px 0;
}

section.clientes a{
	box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #250E8A;
  border-radius: 0.6em;
  color: #250E8A;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0em 4.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
/* margin-top: 8px; */
}

section.clientes a:hover, section.clientes a:focus {
	color: #fff;
	outline: 0;
}

.btn-box {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.btn-more {
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.btn-more:hover {
	box-shadow: 0 0 40px 40px #250E8A inset;
}

/* FAQ */
section.faq{
	padding: 120px 0;
}

section.faq > .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.accordion-container{
	padding: 0 0 100px 0;
	z-index: 20;
}

.accordion-content{
	padding: 20px 0;
	text-align: justify;
}

[id^=accordion]:checked ~ .accordion-content {
	height: 100px;
}

.accordion{
	background-color: #EEE;
	background-image: linear-gradient(114deg, #250E8A, #00F9F7);
	color: #FFF;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #FFF;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.5s;
}

.accordion .accordion-button {
	background-image: linear-gradient(114deg, #250E8A, #00F9F7);
	color: #FFF;
}

.painel{
	padding: 0 18px;
	background-color: #FFF;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.selecionado, .accordion:hover{
	background-color: #CCC;
}

.texto-link{
	color: #212121;
	font-style: italic;
	font-weight: 600;
}

.link-acesso{
	text-decoration: none;
}

.obs-link{
	color: #C62828;
	font-style: italic;
	font-weight: 600;
	padding: 0 0 20px 0;
}

/* FOOTER */
footer{
	position: relative;
	padding-top:300px;
	padding-bottom: 27px;
	background: white;
}

footer > .center{
	display: flex;
	flex-wrap: wrap;
}

.col-footer{
	width: 30%;
}

.col-footer h2{
	color: #232931;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.col-footer a{
	color: #B4B4B4;
	font-size: 13px;
	display: block;
	margin-top: 16px;
	text-decoration: none;
}

.col-footer-copy {
    width: 100%;
	text-align: center;
    padding: 35px 0;
	border-top: 1px solid #EBEBEB;
}

.col-footer-copy .rights {
	margin-bottom: 0;
}

.col-footer-copy span{
	color: #B4B4B4;
	font-size: 14px;
}

/* DEVELOPE */
.develope{
	/* background: white; */
	background-image: linear-gradient(114deg, #250E8A, #00F9F7);
	padding: 12px 0;
}

.develope p{
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	margin-bottom: 0;
}

.develope a {
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}

.develope a:hover{
	color: #250E8A;
	transition: 0.3s;
}

/*Página sobre*/
section.sobre-equipe{
	padding: 40px 0;
	padding-top: 100px;
}

section.sobre-equipe img{max-width: 100%;}

.equipe-sobre-texto h2{
	font-size:45px;
	color: #202020;
	padding:0 20px;
}

.equipe-sobre-texto p{
	font-size: 16px;
	line-height: 32px;
	color:#202020;
	padding:0 20px;
}

section.sobre-escolha {
	padding: 100px;
	background-color:#f4f9fd;
}

section.sobre-escolha h2 {
	text-align: center;
}

.choose-us {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0;
    gap: 4px;
}
  
.choose-us .card-choose {
    position: relative;
    min-width: 338px;
    height: 360px;
    /* box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
      inset -5px -5px 15px rgba(255, 255, 255, 0.1),
      5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1); */
    border-radius: 15px;
    margin: 0;
    transition: 0.5s;
}
  
  
.choose-us .card-choose .box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    /* background: #250E8A; */
	background-image: linear-gradient(114deg, #250E8A, #00F9F7);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
  
.choose-us .card-choose .box:hover {
    transform: translateY(-40px);
}
  
.choose-us .card-choose .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.03); */
    background: rgba(0, 249, 247, 0.09);
}
  
.choose-us .card-choose .box .content {
    margin-top: 40px;
    padding: 20px;
    text-align: left;
}
  
.choose-us .card-choose .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 12rem;
    /* color: rgba(255, 255, 255, 0.1); */
    color: rgba(0, 249, 247, 0.1);
}
  
.choose-us .card-choose .box .content h3 {
    font-size: 30px;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;
}
  
.choose-us .card-choose .box .content p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    transition: 0.5s;
}
  
.choose-us .card-choose .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.choose-us .card-choose .box .content a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    color: #000;
}

section.box-servicos{
	padding: 100px 0;
	/* background-color:#f4f9fd; */
}

section.box-servicos h2 {
	text-align: center;
}

.box-servicos img{
	max-width: 100%;
}

.box-servicos .img-sobre{
	padding:0 30px;
	width: 25%;
}

.img-sobre p{
	padding: 10px 0;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

section.box-servicos a{
	box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #250E8A;
  border-radius: 0.6em;
  color: #250E8A;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0em 4.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
/* margin-top: 8px; */
}

section.box-servicos a:hover, section.box-servicos a:focus {
	color: #fff;
	outline: 0;
}

/* PÁGINA CONTATO */
section.contato{
	padding:30px 0;
	padding-top: 100px;
}

.contato-info{
	padding-top: 40px;
}

.contato-info h2{
	color: #202020;
	font-size: 43px;
	font-weight: normal;
}

.head-contact{
	font-size: 15px !important;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: .34em;
	color: #bdbdbd !important;
	padding-top: 20px;
}

.contato-info p{
	color: #202020;
	font-size: 15px;
	margin-bottom: 10px;
}

.contato-info i{
	color: #250E8A;
	font-size: 15px;
	margin-right: 15px;
}

.contato-form{
	padding:0 30px;
	margin-top: 40px;
}

.contato-form input[type=text]{
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	border: solid 1px #e3e3e3;
	padding-left: 8px;
	font-size: 16px;
	box-shadow: 0 2px 4px 0 rgba(92, 99, 110, 0.1);
}

.contato-form input[type=email]{
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	border: solid 1px #e3e3e3;
	padding-left: 8px;
	font-size: 16px;
	box-shadow: 0 2px 4px 0 rgba(92, 99, 110, 0.1);
}

.contato-form select{
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	border: solid 1px #e3e3e3;
	padding-left: 8px;
	font-size: 16px;
	box-shadow: 0 2px 4px 0 rgba(92, 99, 110, 0.1);
}

.contato-form textarea{
	width: 100%;
	height:120px;
	margin-bottom: 15px;
	border: solid 1px #e3e3e3;
	padding: 8px;
	font-size: 16px;
	box-shadow: 0 2px 4px 0 rgba(92, 99, 110, 0.1);
	resize:none;
}

.contato-form button{
	/* width: 200px;
	height: 50px;
	border-radius: 5px;
	box-shadow: 0 20px 30px 0 rgba(203, 203, 203, 0.2);
	background-color: #23188F;
	border: 0;
	cursor: pointer;
	color: white;
	font-size: 17px;
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out; */
	width: 200px;
	height: 50px;
	box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #250E8A;
  border-radius: 0.6em;
  color: #250E8A;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0em 4.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.contato-form button:hover {
	color: #FFF;
}

.contato-form button:focus {
	color: #212121;
	outline: 0;
}

/* .contato-form input[type=submit]:hover{
	background: #00F9F7;
	color: black; 
	background-image: linear-gradient(114deg, #250E8A, #00F9F7);
	transition: all 3s; 
} */

.first {
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  }
  .first:hover {
	box-shadow: 0 0 40px 40px #250E8A inset;
  }

section.map{
	width: 100%;
	padding-top: 100px;
}

section.map iframe{
	width: 100%;
	height: 600px;
}

/* Política de Cookies */
section.policy-cookies{
	padding: 60px 0;
	background-color: #f4f9fd;
}

.cookies-title{
	margin-top: 50px;
	color: white;
}

.cookies-title h2{
	font-size: 60px;
}

.cookies-title h1{
	font-size: 28px;
	color: #202020;
}

.cookies-title p{
	font-size: 14px;
	margin-top: 10px;
	max-width: 350px;
}

.cookies-title hr{
	max-width: 350px;
	padding: 3px 0;
	background-image: linear-gradient(114deg, #fbc02d, #fff59d);
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cookies-descricao p{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

.cookies-descricao h3{
	font-weight: bold;
	padding-top: 30px;
}

.cookies-descricao hr{
	margin-top: 50px;
	margin-bottom: 20px;
}

.cookies-descricao ul{
	margin-left: 30px;
}

.cookies-descricao ul li{
	margin-top: 30px;
	font-weight: bold;
}

.cookies-descricao ul li p{
	font-weight: normal;
}

.footer-policy{
	position: relative;
    padding-top: 58px;
    padding-bottom: 27px;
    background: white;
}

@media screen and (max-width: 768px){
	#center-alt {
		display: flex;
		flex-direction: column;
	}

	.w50{
		width: 100%;
	}

	section.topo{
		height: 600px;
	}
	
	footer .logo {
		float: inherit !important;
	}

	.menu-mobile ul {
		padding-left: 0;
		z-index: 40;
	}

	.card-box .card {
		margin: 20px 0;
	}

	.box-single-diferenciais{
		width: 100%;
	}

	.box-single-clientes{
		width: 100%;
	}

	.clientes-box .card {
		margin-right: 0;
	}

	.menu-desktop{
		display: none;
	}
	
	.menu-mobile{
		display: block;
	}

	/* .time-descricao {
		margin-bottom: 30px;
		margin: 50px 0;
	} */

	.time-imagem {
		display: none;
	}

	.time-descricao-2 h2 {
		width: 100%;
	}

	.img-time{
		margin-top:30px;
		display: none;
	}

	.time-descricao-2{
		padding: 0 20px;
	}

	.col-footer{
		margin-bottom: 30px;
		width: 100% !important;
		text-align: center !important;
	}
	/* .box-servicos .img-sobre{
		padding:0 30px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	} */

	section.sobre-equipe .img-about {
		display: none;
	}

	section.sobre-equipe img{
		margin-top: 20px;
	}

	/* BUTTON TOP */
	
	.voltar-topo div{
		text-align: center;
		line-height: 1.4;
		margin-top: -6px;
	}


	/* a[href="#top"]{
		display: flex;
		z-index: 100;
		justify-content: center;
		align-items: center;
		height: 50px;
		width: 50px;
		border-radius: 60px;
		font-size: 20px;
		position: fixed;
		bottom: 20px;
		right: 20px;
		cursor: pointer;
		background-color: #880E4F;
		text-decoration:none;
		color: white;
	} */

	section.policy-cookies {
		padding: 60px 30px;
	}

	.contato-form {
		padding: 0 10px;
	}

	section.metodologia p{
		width: 80%;
	}
}