﻿/*
 * Imagem Blue 	: https://imagemblue.com.br/
 * Copyright	: 2011-2022
 * Author		: Paulo Simões
 * Create		: 05/2022
 * Last Update	: 08/2022 
 
 link da pagina exemplo: https://startbootstrap.com/previews/freelancer
*/ 
@charset "UTF-8";
/* Inserindo fontes ao projeto */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* local CSS variables */
:root{
	--bs-blue:#0b0d3f;
	--bs-yellow:#fcd402;
	--bs-white:#ffffff;
	--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--bs-font-bebas:'Bebas Neue',cursive;
	/*--bs-gradient:linear-gradient(90deg, rgba(11, 13, 63, 1), rgba(57, 62, 143, 1))	*/
	--bs-gradient:linear-gradient(90deg, rgba(211, 211, 211, 1), rgba(255, 255, 255, 1))	
	}

/* scroll */
html {scroll-behavior: smooth;}

body {
	padding-top: 77px;
	overflow-x: hidden;				/* O conteúdo é cortado - e nenhum mecanismo de rolagem é fornecido */
	}

/* Recuo para paragrafo */
.recuo {text-indent:2em;}

/* Texto Justificado */
.text-justify {
  margin: 0;
  text-indent: 2rem;
  text-align: justify;
}

/* Backgrounds */
.bg-custom-primary{background-color:var(--bs-blue);}
.bg-custom-secondary{background-color:var(--bs-yellow);}
.bg-gradient{background-image:var(--bs-gradient)!important}

/* Start Config NavBar */
.navbar {background-color:var(--bs-blue);}

.navbar-nav .nav-item .nav-link {
	padding: 1rem;
	letter-spacing: 1px;
	font-family: 'Bebas Neue',cursive,Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
	font-size: 1.25rem;
	font-weight: 500;		/* peso ou a intensidade da fonte (bold) */
	color: #bcbbbe;
	}
	
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover{color:#fff; font-weight: 700;}

.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: #fff;
	padding-top: 7px;
    border:none;
	margin-right: 15px;
}

.navbar-toggler .navbar-toggler-icon{
    width: 100%;
    float: left;
    height: 2px;
    background-color: var(--bs-blue);
    margin-bottom: 5px;
}

.navbar-toggler:hover {border: 3px solid #bcbbbe;}
/* End Config NavBar */

/* Start Config header */
header {
	position: relative;
	background-color: black;
	height: 95vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	}

header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	}

header .container {
	position: relative;
	z-index: 2;
	}

header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
	}

/* 
	Media Query for devices withi coarse pointers and no hover functionality
	This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element

@media (pointer: coarse) and (hover: none){
	header {background: url('../image/background/bg-intro.webp') black no-repeat center center scroll;}
	header video {display: none;}
	}
*//* End Config header */


/* Start Config Section */
.page-section {padding: 170px 0;}

.page-section h2.title-section {
	font-family: 'Bebas Neue', cursive;
	font-size: 72px;
	margin-top: 0;
	margin-bottom: 15px;
}

.page-section h3.caption-section {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
}

.title-section-blue {color:var(--bs-blue);}
.title-section-yellow {color:var(--bs-yellow);}
.title-section-white {color:var(--bs-white);}

.caption-section-blue {color:var(--bs-blue);}
.caption-section-yellow {color:var(--bs-yellow);}
.caption-section-white {color:var(--bs-white);}

@media(min-width:768px){section{padding: 150px 0;}}

/* dispositivo com largura máxima de 480px ou menos. */
@media (max-width: 480px) {
	.page-section {padding: 100px 0;}
	.page-section h2.title-section {font-family: 'Bebas Neue', cursive; font-size: 48px; margin-top: 0; margin-bottom: 15px;}
}
/* End Config Section */

/* Start QuemSomos Section */	
section#whoweare{background-image:url('../image/background/bg-services.webp'); background-position: center; background-repeat: no-repeat; background-size: cover; height: auto; width: 100%;}

#whoweare h3.title-section {
	font-family: 'Bebas Neue', cursive;
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 15px;
}

#whoweare img{border-radius: 20px;}

/* End QuemSomos Section */

/* Start Services Section */	
section#services{background-image:url('../image/background/bg-services.webp'); background-position: center; background-repeat: no-repeat; background-size: cover; height: auto; width: 100%;}

#services img{border-radius: 10px 20px; height: 112px;}
/* End Services Section */

/* Start Testimony Section */
.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-text p {
  color:var(--bs-blue);
  font-size: 18px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color:var(--bs-blue);
  font-size: 16px;
}

.quate {
  border: 1px double var(--bs-blue);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.quate:hover {color:var(--bs-blue);}

.carousel-indicators {margin-bottom: 0;}

[data-anime] {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

[data-anime]:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}	

/* End Testimony Section */

/* Start FAQ Section */
section#faq{background-image:url('../image/background/bg-faq.webp'); background-position: center; background-repeat: no-repeat; background-size: cover; height: auto; width: 100%;}

#faq p{padding-bottom: 10px;}
#faq button{
	font-family: 'Bebas Neue',cursive,Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
	font-size: 1.25rem;
	font-weight: 500;		/* peso ou a intensidade da fonte (bold) */	
}

.accordion {box-shadow: 0 0 1px rgba(0,0,0,0.1);}

.accordion .accordion-item {
	border:solid 1px;
	border-style: solid;
	border-color: #0b0d3f;	
}

.accordion .accordion-item .accordion-header {border: none;}

.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}
.accordion-button:not(.collapsed)::after{background-image:url('../image/icone/minus.webp');transform:rotate(-180deg);}
.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url('../image/icone/plus.webp');background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}

/* End FAQ Section */

/* Start Contact Section */	
section#contacts{background-color:#0b0d3f;background-image:url('../image/background/map-image.png'); background-position: center; background-repeat: no-repeat;}

section#contacts .form-group{margin-bottom:25px}
section#contacts .form-group input,
section#contacts .form-group textarea{padding:20px}
section#contacts .form-group input.form-control{height:30px} /*{height:auto}*/
section#contacts .form-group textarea.form-control{height:246px}	/*{height:340px}*/
section#contacts .form-control:focus{border-color:#0a0c3d;-webkit-box-shadow:none;box-shadow:none}
section#contacts ::-webkit-input-placeholder{font-weight:700;color:#ced4da;font-family:'Bebas Neue', cursive;}
section#contacts :-moz-placeholder{font-weight:700;color:#ced4da;font-family:'Bebas Neue', cursive;}
section#contacts ::-moz-placeholder{font-weight:700;color:#ced4da;font-family:'Bebas Neue', cursive;}
section#contacts :-ms-input-placeholder{font-weight:700;color:#ced4da;font-family:'Bebas Neue', cursive;}
/* End Contact Section */

/* Start QuemSomos Section */	
section#portfolio{background-image:url('../image/background/bg-services.webp'); background-position: center; background-repeat: no-repeat; background-size: cover; height: auto; width: 100%;}

#portfolio h3.title-section {
	font-family: 'Bebas Neue', cursive;
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 15px;
}

#portfolio a:link, #portfolio a:visited, #portfolio a:hover, #portfolio a:active {text-decoration: none; color: var(--bs-blue);}

@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}
.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:8%;padding:0;color:red;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}
 
@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{background-color: #fcd402; color:#fff;text-decoration:none;outline:2;opacity:.5}
.carousel-control-prev{left:0}
.carousel-control-next{right:0}
.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}
/*.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}*/
/*.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}*/
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-left-fill' viewBox='0 0 16 16'><path d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'/%3e%3c/svg%3e")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-right-fill' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e")}
 
.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}
.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fcd402;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}
 
@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}
.carousel-indicators .active{opacity:1}
.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}
.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}
.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}
.carousel-dark .carousel-caption{color:#000}
/* End QuemSomos Section */

/* Start Footer Section */
.footer{
	padding:25px 0;
	text-align:center;
	background-color:var(--bs-blue);
	font-family:'Bebas Neue', cursive;
	font-size: 1rem;
	text-transform:none;
	color: #fff;
}

.footer a:link, a:visited {text-decoration: none; color: #fff;}
/* End Footer Section */

/* Botão Flutuante do WhatsApp */
.float{right:25px; position:fixed; width:60px;  height:60px;bottom:40px;text-align:center;z-index:100;}
#msg1 {background: #fff;color: #000;position: fixed;width: 100px;bottom: 55px;right: 90px;font-size: 12px;line-height: 13px;padding: 3px; border-radius: 10px; border:1px solid #e2e2e2; box-shadow: 2px 2px 3px #999;z-index:100;}			

/* Efeitos de Animação */
.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
