/*   Estilo geral do site   */
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body,
html {
    width: 100%;
	height: 100%;
	font-family: 'Montserrat', helvetica, sans-serif;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

h2 {
	margin-top: 30px;
	color: #030e27;
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
}

p {
	text-align: justify;
	color: #030e27; 
	font-weight: 400;
	font-size: 16px;
	margin:20px 0;
	line-height: 30px;
}

textarea {
	height: 200px;
}

span {
	color: #c47a56;
}

.margin-10 {
    margin: 10px;
}

.little-p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 35px;
}

.li-space-lg li {
	margin-bottom: 8px;
}

.card-title {
	font-size: 20px;
	color: #c47a56;
}

a {
	color: #6b747b;
	text-decoration: underline;
}

a:hover {
	color: #6b747b;
	text-decoration: underline;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.label-control {
	position: absolute;
	top: 14px;
	left: 24px;
	color: #7d838a;
	opacity: 1;
	font-size: 14px;
	line-height: 22px;
	cursor: text;
	transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 2px;
	color: #6b747b;
	opacity: 1;
	font-size: 16px;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; 
	width: 100%;
	padding-top: 15px;
	padding-left: 24px;
	border: 1px solid #cbcbd1;
	background-color: #f7f7f7;
	color: #0b1b37;
	font-size: 16px;
	line-height: 35px;
	transition: all 0.2s;
	-webkit-appearance: none; 
}

.form-control-select {
	padding-top: 8px;
	padding-bottom: 8px;
	height: 52px;
	color: #7d838a;
}

select {
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

/*     Navegação     */
.nav {
	background-color: #030e27;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	box-shadow: 0 1px 6px 0 rgba(3, 14, 39, 0.08);
}

.nav .nav-id {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.nav-logo {
	text-decoration: none;
    font-size: 22px;
    color: #ffffff;
}

.nav-logo span{
	text-decoration: none;
	color: #c47a56;
}

.window-drop {
	position: fixed;
	top: 80px; 
	bottom: 0;
	left: 100%;
	width: 70%;
	padding-right: 16px;
	padding-left: 16px;
	overflow-y: auto;
	visibility: hidden;
	background-color: #030e27;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.window-drop.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav .nav-nav {
	margin-top: 12px;
	margin-bottom: 8px;
}

.nav .nav-item .nav-link {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.nav .nav-item.dropdown.show .nav-link,
.nav .nav-item .nav-link:hover,
.nav .nav-item .nav-link.active {
	color: #c47a56;
}

/* Dropdown Menu */
.nav .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; 
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.nav .dropdown-menu {
	margin-top: 4px;
	margin-bottom: 4px;
	border: none;
	background-color: #030e27;
}

.nav .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #eeeeee;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}

.nav .dropdown-item:hover {
	background-color: #030e27;
	color: #c47a56;
}

.nav .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 8px auto 8px auto;
	border: none;
	background-color: #030e27;
}

.nav .fa-stack {
	width: 2em;
	margin-right: 4px;
	font-size: 12px;
}

.nav .nav-alt {
	padding: 0;
	border: none;
	font-size: 20px;
}




/*    Header    */
.section-banner {
	padding-top: 120px;
	background-size: cover;
	text-align: center;
	max-height: 880px;
}

.section-banner img{
	width: 100%;
}

.section-banner span, .section-banner .st{
	color: #c47a56;
}

.section-banner .image-container {
	text-align: left;
}

.section-banner .text-container {
	margin-bottom: 116px;
	text-align: center;
}

/*   àreas de atuação   */
.section-services .justify {
	text-align: justify;
	color: #030e27;
}

.section-services-gray .justify {
	text-align: justify;
	color: #ffffff;
}

.section-services-gray {
	width: 100%;
	height: auto;
	background-color: rgba(3, 14, 39, 0.8);
	margin-top: -80px;
	padding: 0 0 30px 0;
}


/*     Eventos     */

.section-banner-services {
	padding-top: 120px;
	padding-bottom: 80px;
	background: url('../images/diversa-code-resultados.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.section-banner-services .text-container {
	padding: 20px;
	background-color: transparent;
}

.section-banner-services h1 {
	color: #ffffff;
	text-align: justify;
	font-size: 21px;
	font-weight: 600;
	line-height: 38px;
}

.section-services{
	margin-bottom: 100px;
	width: 100%;
}

.section-services p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
}

.box, .box-1{
	margin-top: 20px;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease-in-out;
	border: none; 
	background-color: transparent;
	/* box-shadow: 3px 8px 4px #ccc; */ 
}

.box:hover{	
transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05); 
-webkit-transform: scale(1.05,1.05);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
}

.box a {
	text-decoration: none;
}

.default {
	padding-top:10px;
	padding-bottom:70px;
	text-align: center;
}
.default .section-title,
.default .section-desc {
	text-align:center;
	text-transform: uppercase;
	font-weight: 600;
}
.default .section-title {
	font-size:20px;
}

.section-title h2 {
	color: #c47a56;
}

.default .section-desc {
	font-size:12px;
	color:#bfc4cd;
	margin-top:10px;
	margin-bottom:40px;
}
.default .section-body {
	max-width:1140px;
	margin:auto;
}
.default.light {
	background-color: #030e27;
}

.default.light .section-title,
.default.light .section-body {
	color:#ffffff;
}
/* --- Events --- */
.padding-carousel {
	padding: 0 20px;
}

.margin-right {
	margin-right: 0px;
}

.margin-left {
	margin-left: 0px;
}
	
/*     Equipe     */
.section-teams {
	position: relative;
	padding: 20px 0 60px;
}

.section-teams h2 {
	color: #c47a56;
}

.section-teams .quotes-decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
}

.section-teams .slider-container {
	position: relative;
}

.section-teams .swiper-container {
	position: static;
	width: 86%;
	text-align: center;
}

.section-teams .swiper-button-prev:focus,
.section-teams .swiper-button-next:focus {
	outline: none;
}

.section-teams .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.section-teams .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.section-teams .testimonial-image {
	width: 100%;
	margin: 20px 0;
	border-radius: 50%;
}

.section-teams .testimonial-text {
	margin-bottom: 1.75rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

.section-teams .testimonial-author {
	margin-bottom: 0.25rem;
	color: #2b2b4f;
}

.testimonials .section-body {
    max-width:initial;
}
.section-testimonials {
    overflow:hidden;
}
.section-testimonials .sliders {
    width:1000vw;
    height:100%;
}
.section-testimonials .slide {
    width:100vw;
    height:100%;
    display:inline-block;
}
.section-testimonials .slidearea {
    display:flex;
    flex-direction:column;
    height:100%;
    justify-content: center;
    align-items:center;
}

.section-testimonials--name {
    font-weight: bold;
    font-size:18px;
}
.section-testimonials--role {
    font-size:14px;
}
.section-testimonials--quoteimg {
    width:22px;
    margin-top:20px;
}

.section-testimonials--quote {
	color: #030e27;
}

.section-testimonials .sliders-pointers {
    width:100vw;
    height:20px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
}
.section-testimonials .pointer {
    width:15px;
    height:15px;
    border:2px solid #030e27;
    border-radius:8px;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}
.section-testimonials .pointer.active {
    background-color:#030e27;
}

/*     Contato    */
.section-contact {
	padding-bottom: 60px;
	background: url('../images/fundo.jpeg') center center no-repeat;
	background-size: cover;
}

.section-contact h2 {
	margin-top: 40px;
	margin-bottom: 12px;
}

.section-contact h2,
.section-contact .p-heading,
.section-contact  {
	color: #bfc4cd;
	text-align: center;
}

.section-contact i, .section-contact strong:hover {
	color: #c47a56;
}

.section-contact a, .list-unstyled{
	color: #f7f7f7;
}

.section-contact .p-heading {
	margin-bottom: 4px;
}

.section-contact .list-unstyled {
	margin-bottom: 56px;
}

.section-contact .form-control-input:focus + .label-control,
.section-contact .form-control-input.notEmpty + .label-control {
	color: #dad5d5;
}

.section-contact .label-control {
	color: #dad5d5;
}

.section-contact .form-control-input {
	border: 1px solid #585757;
	background-color: #0b1b37;
	color: #dad5d5;
}

.section-contact .form-control-input:hover {
	border-color: #817e7e;
}

.section-contact .form-control-submit-button:hover {
	border: 1px solid #f7f7f7;
	color: #f7f7f7;
}

.margin-bottom{
	margin-bottom: -40px;
}

.input {
	height: 20px;
}

.form-control-textarea {
	display: block; 
	width: 100%;
	height: 224px; 
	padding-top: 24px;
	padding-left: 21px;
	border: 1px solid #cbcbd1;
	background-color: #f7f7f7;
	color: #6b747b;
	font-size: 14px;
	line-height: 24px;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; 
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font-size: 12px;
	line-height: 20px;
}

input[type='checkbox'] {
	margin: 0 10px 0 -20px;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 52px;
	border: 1px solid #c47a56;
	background-color: #c47a56;
	color: #f7f7f7;
	font-weight: 600;
	font-size: 14px;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
	margin-top: 30px;
	margin-bottom: 0px;
}

.form-control-submit-button:hover {
	border: 1px solid #030e27;
	background-color: transparent;
	color: #030e27;
}

.section-contact label{
	color: #f7f7f7;
	font-size: 14px;
}

.section-contact a {
	text-decoration: none;
}

.terms a {
    text-transform: uppercase;
	font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.terms span {
    text-transform: uppercase;
	font-weight: 600;
    color: #000;
    text-decoration: none;
}


/*     Footer     */

.section-footer {
	padding-top: 50px;
	background-color: #030e27;
	margin-top: -2px;
}

.section-footer a {
	text-decoration: none;
}

.section-footer .footer-col {
	margin-bottom: 48px;
}

.section-footer h6 {
	margin-bottom: 10px;
	color: #c47a56;
}

.section-footer .footer-col{
	height: auto;
	max-width: 500px;
	margin: auto;
}

.section-footer p,
.section-footer a,
.section-footer ul {
	color: #bfc4cd;
}

.section-footer ul{
	list-style: none;
	font-size: 16px;
	font-weight: 600;
}

.section-footer a:hover{
	color: #c47a56;
}

.section-footer .footer-col.second .fa-stack {
	width: 2em;    
	margin-bottom: 20px;
	margin-right: 6px;
	font-size: 22px;
}

.section-footer .footer-col.second .fa-stack .fa-stack-2x {
	color: transparent;
	transition: all 0.2s ease;
}

.section-footer .footer-col.second .fa-stack .fa-stack-1x {
    color: #c47a56;
	font-size: 32px;
	transition: all 0.2s ease;
}

.section-footer .footer-col.second .fa-stack:hover .fa-stack-1x {
	color: gray;
}

.section-footer .form-control-input{
	background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 40px;
	text-align: center;
}

.section-footer .copyright {
	margin-top: 30px;
	background-color: #030e27;
	text-align: center;
}

.section-footer  .copyright p,
.section-footer  .copyright a {
	color: #bfc4cd;
	text-decoration: none;
	text-align: center;
}

.section-footer span{
	font-size: 18px;
	font-weight: 600;
	color: #c47a56;
}


/*  Voltar ao topo  */

a.back-to-top {
	position: fixed;
    z-index: 1000;
    left: 10px;
    bottom: 10px;
    display: inline;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: gray url(../images/up-arrow.png) no-repeat center 47%;
    cursor: pointer;
	display: none;
}

a.back-to-top:hover{
	background-color: #c47a56;
}

/* Botão whatsapp */

.div-fixa-whatsapp img{
	position: fixed;
	z-index: 10000;
	width:90px;
	right: 0;
	bottom: 0;
 }

/* Cookies */


.cookies-container {
	color: #f7f7f7;
	position: fixed;
	width: 100%;
	bottom: 20px;
	z-index: 10000;
  }

.cookies-container p {
	color: #ffffff;
	font-size: 14px;
}
  
  .cookies-content {
	background-color: #030e27;
	border: 1px solid #f7f7f7;
	max-width: 90%;
	border-radius: 5px;
	padding: 0 20px 10px 20px;
	margin: 0 auto;
	
  }
  
  .cookies-prefer label {
	margin-right: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
  }
  
  .cookies-save {
	cursor: pointer;
	grid-column: 2;
	grid-row: 1/3;
	padding: 20px;
	border: 1px solid #c47a56;
	background-color: #c47a56;
	color: #f7f7f7;
	font-weight: 600;
	font-size: 12px;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
	max-height: 60px;
	margin-top: 30px;
}

.cookies-save:hover {
	background-color: transparent;
	border: 1px solid #f7f7f7;
	color: #f7f7f7; 
	text-decoration: none;
}

/* Extra  */
.terms-header {
	padding-top: 120px;
	padding-bottom: 40px;
	background-color: #030e27;
}

.terms-header img {
	width: 40%;
}

/*     Outras páginas     */
.unsubscribe{
    height: 100vh;
    min-height: 500px;
	background-color: #030e27; 
	margin: auto;
}

.unsubscribe .p-suc{
	color: #c47a56;
	font-size: 22px; 
	text-align: center; 
	margin-top: 25%; 
	align-items: center;
}




/*     Media Queries     */
@media (max-width: 300px) {
	/* --- Header --- */
	.section-banner img {
		width: 70%;
		margin-left: 6px;
	} 
}

@media (max-width: 540px) {
	/* --- Header --- */
	.section-banner img {
		margin-top: 80px;
		width: 50%;
		margin-left: 20%;
	} 

	.section-banner img {
		width: 60%;
	}
	.section-banner {
		background-color: #030e27;
	}

	.section-contact {
		background-color: #838088;
	}

	.cookies-content {
	  grid-template-columns: 1fr;
	}
	
	a.back-to-top {
		position: fixed;
		z-index: 1000;
		bottom: 20px;
		display: inline;
		width: 40px;
		height: 40px;
		border-radius: 25px;
		background: gray url("../images/up-arrow.png") no-repeat center 47%;
	}
	
	.div-fixa-whatsapp img{
		position: fixed;
		z-index: 10000;
		width:90px;
	 }

	 .terms-header img {
		width: 70%;
		margin-left: 15%;
	}
  }

  @media (max-width: 767px) {
	/* --- Header --- */
	.section-banner img {
		margin-top: 30px;
    	margin-left: 20%;
    	margin-bottom: 80px;
	} 

	.section-banner img {
		width: 60%;
	}
	.section-banner {
		background-color: #030e27;
	}
}

@media (min-width: 768px) {

	/* --- Header --- */
	.section-banner img {
		margin-left: 20px;
		width: 30%;
	}

	.section-banner {
		padding-top: 160px;
		padding-bottom: 100px;
		background: url('../images/banner.png') center center no-repeat;
		background-size: cover;
	}

	.section-banner .text-container {
		margin-bottom: 116px;
		text-align: left;
	}

	.section-banner h1{
		margin-top: 0px;
    	font-size: 30px;
    	line-height: 40px;
    	color: #f7f7f7;
	}
	
	.section-banner h1 span{
		color: #f7f7f7;
	}

	.section-teams .testimonial-image {
		width: 60%;
	}
	
	/* --- Contact --- */
	.section-contact form {
		width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.section-contact .list-unstyled li {
		display: inline-block;
		margin-right: 16px;
	}
	.terms-header img {
		width: 20%;
	}
	.terms-p .back-to-top {
		position: fixed;
		z-index: 1000;
		left: 10px;
		bottom: 10px;
		display: inline;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		background: gray url(../images/up-arrow.png) no-repeat center 47%;
		cursor: pointer;
		display: block;
	}
}


@media (min-width: 992px) {
	
	/* Navegação */
	.nav {
		padding-top: 10px;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.nav.top-nav-drop {
		padding-top: 8px;
		padding-bottom: 8px;
		background-color: #030e27;
		box-shadow: 0 3px 6px 0 rgba(3, 14, 39, 0.25);
	}

	.window-drop {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.window-drop.open {
		-webkit-transform: none;
		transform: none;
	}

	.nav .nav-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.nav .nav-item .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}

	.nav .dropdown-menu {
		margin-top: 4px;
		margin-bottom: 6px;
		box-shadow: 0 3px 3px 1px rgba(3, 14, 39, 0.8);
	}

	.nav .dropdown-divider {
		width: 90%;
	}

	.nav .mid-icons {
		margin-left: 8px;
	}
	
	.nav .fa-stack {
		margin-right: 0;
		margin-left: 4px;
	}

	/* --- Header --- */

	.section-banner img {
		width: 80%;
		margin-left: 100px;
	}

	.section-banner {
		height: 100vh;
		padding-top: 200px;
		text-align: left;
	}

	.section-banner .text-container {
		margin-bottom: 130px;
	}

	.section-banner .services {
		text-align: center;
	}

	.section-banner .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}

	.section-banner .card:nth-of-type(3n+2) {
		margin-right: 24px;
		margin-left: 24px;
	}

	/* --- Events --- */
	.carousel-inner {
		position: relative;
		width: 60%;
		overflow: hidden;
		margin-left: 20%;
	}

	.padding-carousel {
		padding: 0px 130px;
	}

	.margin-right {
		margin-right: 110px;
	}

	.margin-left {
		margin-left: 110px;
	}

	/* Contact */
	.form-1 .map-responsive {
		margin-bottom: 0;
	}
	/* --- Footer --- */
	.section-footer .footer-col {
		margin-bottom: 32px;
	}

	.section-footer .footer-col.first {
		display: inline-block;
		width: 420px;
		padding: 0 0 0 100px;
		vertical-align: top;
	}
	
	.section-footer .footer-col.second {
		display: inline-block;
		width: 420px;
		padding: 0 15px;
		vertical-align: top;
		text-align: right;
	}
	
	/* --- Extra Pages --- */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 16px;
		margin-left: 16px;
	}
	.terms-header img {
		width: 40%;
	}
}

@media (min-width: 1025px)and (max-width: 1199px) {
.section-banner .logotipo {
    width: 80%;
    margin-top: 70px;
    margin-left: 50px;
    }
}



@media (min-width: 1200px) {
	
	.container {
		max-width: 1140px;
	}
	
	/* Navegação */
	.nav .container {
		max-width: 1430px;
	}

	.padding-right {
		padding-right: 100px;
	}

	.padding-left {
		padding-left: 100px;
	}
	
	/* --- Header --- */
	.section-banner {
		position: relative;
		height: 100vh;
		max-height: 850px;
		display: flex;
		align-items: center;
	}

	.section-banner .logotipo {
		width: 80%;
		margin-top: -70px;
	}
	
	.section-banner .text-container {
		margin-top: 48px;
		margin-bottom: 0;
		margin-left: 64px;
	}

	.section-banner .services {
		position: absolute;
		right: 0;
		bottom: -8rem;
		left: 0;
		width: 1180px;
		margin-right: auto;
		margin-left: auto;
	}

	.section-banner .card {
		width: 290px;
	}

	.section-banner .card:nth-of-type(3n+2) {
		margin-right: 56px;
		margin-left: 56px;
	}

	/* Testimonials */
	.section-teams .quotes-decoration {
		left: 170px;
	}

	.section-teams .slider-container {
		width: 82%;
		margin-right: auto;
		margin-left: auto;
	}

	/* --- Footer --- */
	.section-footer .footer-col.first {
		width: 540px;
		padding: 0 0 0 100px;
	}
	
	.section-footer .footer-col.second {
		width: 540px;
		text-align: right;
	}

	.footer-col.second h6{
		text-align: right;
		font-weight: 700;
	}
	.terms-header img {
		margin-left: 25%;
	}
}




