@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	background: #fafafa;
}
h1,h2,h3,h4,h5,h6{
	font-size: 2em;
}
video:focus{
	outline-style: none;
}
/* Welcome Navbar */
.welcome-nav{
	background: #E3E5E5;
	position: relative;
}
.w-container{
	padding: 0 16rem;
}
.w-grid{
	grid-template-columns: repeat(2, 1fr);
	padding: 1em 0 0;
}

/* Navbar Informações */
.info-top{
	background: #fff;
	position: relative;
}
.info-grid{
	grid-template-columns: 1fr 2fr;
	padding: 1rem 0 1rem;
	grid-gap: 5px;
}
.contato{
	position: relative;
	float: right;
}
.contato-absolute{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top:25px;
}
.contato ul, .contato li{
	display: flex
}
.contato p{
	font-size: 9px;
	white-space: nowrap;
}
.contato img{
	width: 26px;
	height: 28px;
	/*height: 30px;*/
	/*height: 30px;*/
	margin: 0 10px;
}
.contato-content{
	margin-left: 10px;
	float: left;
	display: flex
}
.contato-content-align{
    display: flex;
}
.area-cliente{
	position: absolute;
	top: 32%;
	right: 2%;
}
.area-cliente-hidden{
	display: none;
	text-align: center;
	background: #fff;
	border-radius: 6px;
	color: #164670 !important;
	padding: 0.5rem 1vw !important;
}
/* Menu Top */
.bg-escuro{
	background: #164670;
}
.main-link{
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 2vw !important;
}
.dropdown:hover>.dropdown-menu {
	transition: all 0.5s ease-out;
	display: block;
}
.dropdown-menu{
	left: 0;
	margin: 0;
	border: none;
	border-radius: 4px;
	background: #164670;
}
.dropdown-item{
	color: #fff;
}
/**/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-right: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.ul-dropdown{
	padding-left: 0;
	list-style-type: none;
}
/**/
.nav-logo{
	height: 88px;
	object-fit: contain;
}
.fixo{
	z-index: 999;
	position: sticky;
	top: 0;
	animation: slidedown 0.7s forwards;
	-webkit-box-shadow: 0 10px 40px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 10px 40px 1px rgba(0,0,0,0.4);
	box-shadow: 0 10px 40px 1px rgba(0,0,0,0.4);
}
@keyframes slidedown{
	0%{
		transform: translateY(-80px);
	}
	100%{
		transform: translateY(0px);
	}
}
/* Banner Home */
.banner{
	position: relative;
	max-height: 700px;
	overflow: hidden;
}
.banner img{
	width: 100%;
	object-fit: contain;
}
.rmtec-logo{
	position: absolute;
	top: 25%;
	left: 16%;
}
/* Pre definidos */
.r-row{
	display: grid;
}
.r-container{
    position: relative;
	padding: 4rem 16rem 4rem;
}
.navbar{
	padding: 1rem 16rem;
}

/* Botoes */
.btn{
	position: relative;
	padding: 0;
}
.button {
	display: block;
	text-decoration: none;
	width: 200px;
	height: 50px;
	border: none;
	border-radius: 9px;
	position: relative;
	margin-right: auto;
}
.button--shine {
	background-image: linear-gradient(to top, #4c9cd9, #7ab3e2, #a3cbeb, #cbe3f5, #f3faff);;
	overflow: hidden;
	color: #164670;
	font-weight: 500;
}
.button--shine span.text {
	font-size: 20px;
	position: absolute;
	top: 20%;
	left: 25%;
}
.button--shine span.shine {
	content: "";
	position: absolute;
	height: 200px;
	width: 20px;
	background: #fff;
	top: -50px;
	left: -145px;
	display: block;
	opacity: 0.5;
	transform: rotate(-45deg);
	box-shadow: 0 0 20px 10px white;
	transition: all 0.4s cubic-bezier(0, 0, 0, 0.45);
}
.button--shine:hover span.shine {
	left: 270px;
}
.r-button {
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	display:inline-block;
	font-size:16px;
	padding:5px 6px;
	border: none;
	transition: all 0.4s ease-out;
}
.r-button:hover {
	text-decoration:none;
	color: #fff;
}
.r-button:active {
	position:relative;
	top:1px;
}
.r-button-blue{
	color:#359dd5;
	border: 2px solid #359dd5;
}
.r-button-blue:hover{
	background:#1d75b4;
	color: #fff;
}

.srol-button {
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	display:inline-block;
	font-size:16px;
	padding:5px 6px;
	border: none;
	transition: all 0.4s ease-out;
}
.srol-button:hover {
	text-decoration:none;
	color: #359dd5;
}
.srol-button:active {
	position:relative;
	top:1px;
}
.srol-button-blue{
	color:#359dd5;
	border: 2px solid #359dd5;
}
.srol-button-blue:hover{
	background:#1d75b4;
	color: #fff;
}
.btn-full{
	width: 100%;
	text-align: center;
}
.r-button-cliente{
	background: #707070;
	color: #fff;
	padding: 7px 17px;
}
.r-button-cliente img{
	width: 24px;
	height: 24px;
	margin: 0;
	margin-right: 10px;
}
.r-button-cliente span{
	position: relative;
	top: 10%;
}

/* Institucional Home */
.institucional{
	position: relative;
	width: 100%;
	/*min-height: 500px;*/
}
.inst-grid{
	grid-template-columns: 2fr 3fr;
}
.inst-banner{
	background-size: cover;
	background-repeat: no-repeat;
}
.inst-col1{
	position: relative;
}
.inst-col1:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #1646705e;
}
.inst-col2{
	position: relative;
}
.inst-col2:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #1d74b45e;
}
.inst-box1{
	position: relative;
	width: 75%;
	margin: 2rem auto;
}
.info{
	display: flex;
	margin: 1rem 0 1rem;
}
.info-col1{
	margin-right: 1rem;
}
.info-col2 strong{
	font-size: 20px;
	color: #fff;
}
.info-col2 p{
	color: #f5f5f5;
	text-align: justify;
}
.inst-box2{
	position: relative;
	margin: 3rem;
}
.inst-box2 h1{
	color: #fff;
	font-size: 48px;
	margin-bottom: 2rem;
}
.inst-box2 h3{
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 1rem;
}
.inst-box2 p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 3rem;
}
.apresentacao-txt p{
	color: #4da5ff;
	font-size: 22px;
	text-align: center;
	
}
/* Serviços Home */
.serv{
	position: relative;
}
.serv-bar{
	position: relative;
	/*background-image: url('../img/inicio/slow-motion.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position-y: 50%;*/
}
.gallery .item{
    background: none;
}
.video-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 34%;
    z-index: -2;
}
.serv-bar h1{
	color: #000;
	margin: auto;
	font-size: 40px;
	font-weight: bold;
	z-index: 1;
    padding: 3rem 0;
}
.serv-grid{
	grid-template-columns: repeat(5, minmax(100px, 1fr));
	grid-template-rows: minmax(550px,1fr);
}
.serv-box{
	position: relative;
	overflow: hidden;
}
.serv-img{
	height: 100%;
}
.serv-img:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #767676;
	opacity: 0.1;
	transition: all ease-out 0.3s;
}
.serv-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 1s;
}
.serv-box:hover img{
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.serv-box:hover .serv-img:after{
	background: #282828;
	opacity: 0.8;
}
.serv-desc{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2rem;
	color: #fff;
	opacity: 0;
	transition: all 0.4s ease-out;
	transform: scale(0.1);
	-moz-transform: scale(0.1);
	-webkit-transform: scale(0.1);
}
.serv-box:hover .serv-desc{
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.serv-desc h1{
	font-size: 25px;
	font-weight: 500;
}
.serv-desc p{
	text-align: justify;
}
.serv-itens{
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	transition: 0.4s transform ease-out, 0.4s opacity linear;
	opacity: 0;
	transform: translateX(-60%);
}
.serv-itens p{
	color: #fff;
}
.serv-itens ul{
	color: #fff;
	padding: 0;
	list-style-type: none;
}
.serv-itens li{
	transition: 0.4s all ease-in-out;
	opacity: 0;
	transform: translateX(-10%);
}
.serv-itens ul li img{
    width:100px;
    padding:0.5rem;
}
.serv-itens a{
	color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.serv-box:hover .serv-itens{
	transition: 0.4s all ease-out;
	opacity: 1;
	transform: translateX(0);
}
.serv-box:hover .serv-itens li{
	transition: 0.4s all ease-in-out;
	opacity: 1;
	transform: translateX(0);
}
/* Aplicações */

.aplicacoes{
	position: relative;
}
.app-title{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.app-title h1{
	text-align: center;
	margin-top: 3rem;
	font-size: 40px;
	font-weight: bold;
}
.app-title p{
	text-align: left;
	font-size: 17px;
	color: #707070;
	margin-left: 1rem;
	margin-top: 10px;
	font-style: italic;
}
.app-title ul{
	display: flex;
	list-style-type: none;
	padding: 0;
}
.app-title ul > li >h2, .app-title span{
	text-align: right;
	font-weight: 400;
	font-size: 35px;
}
.app-title ul >li > h2 > span{
	font-size: 45px;
	font-weight: bold;
}
.app-title ul > li.borda{
	border-left: 3px solid #164670;
	margin:0 1rem 0;
}
.app-grid{
	grid-template-columns: repeat(4,minmax(100px,1fr));
	grid-template-rows: repeat(3, auto);
	grid-gap: 2rem 10px;
}
.app-box{
	position: relative;
	overflow: hidden;
}
.app-img{
	border-radius: 5px;
	height: 220px;
	overflow: hidden;
}
.app-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.app-txt h1{
	margin: 1rem 1rem 1rem 0;
	font-size: 20px;
}
.app-txt p{
	margin: 1rem;
	font-size: 16px;
	color: #707070;
	text-align: justify;
}
.app-txt hr{
	margin-top: 1rem;
	margin-bottom: 1rem;
	border:0;
	border-top: 3px solid #359dd7;
}
.app-end{
	position: absolute;
	left: 0;
	bottom: 0;
}
.app-end a{
	margin: 1rem;
	font-size: 15px;
	font-weight: bold;
}
/* Produtos Home */
.prod{
	position: relative;
	background: url("../img/inicio/imagens/destaques-fundo-desfoque.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
    padding-bottom: 5rem;
}
.prod::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.3;
}
.prod-title, .prod-sub{
	text-align: center;
}
h1.prod-title{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}
.prod-sub{
	font-size: 20px;
	font-weight: lighter;
	margin-top: 0;
	color: #707070;
}
.prod-grid{
	grid-template-columns: repeat(3, minmax(100px, 1fr));
	grid-gap: 10px;
}
.prod-card{
	width: 100%;
	height: 100%;
	margin: auto;
	/*border-radius: 4px;*/
	position: relative;
	/*background: #fff;*/
}
.prod-card video{
	width: 100%;
	height: 100%;
	background: #000;
}
.prod-card h2{
	font-size: 27px;
	text-align: center;
	font-weight: 400;
	color: #d0d0d0;
}
.prod-card h2 span{
	font-weight: 800;
	color: #f5f5f5;
}
.prod-card a{
	text-decoration: none;
	color: #000;
}
.prod-card img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.card-s {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.card-s:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.prod-desc{
	text-align: center;
	margin: 2rem;
}
.prod-desc p{
	margin-top: 1rem;
	color: #707070;
}
/* Footer */
.footer{
	position: relative;
	background-image: url('../img/footer/background/cover-footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: 50%;
}
.footer-grid{
	display: flex;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	grid-gap: 20px;
}
.f-div{
	padding: 0 20px;
}
.f-div h1{
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
}
.f-div h1:after{
	content: '';
	width: 35px;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 10px;
}
.f-div p{
	margin: 0;
	color: #fff;
}
.f-logo img{
	height: 70px;
	filter: invert(1%);
}
.f-link a{
	color: #359dd7;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}
.f-link a:hover{
	text-decoration: none;
	color: #75bce4;
}
ul.f-list{
	list-style-type: none;
	padding-left: 0;
	margin-top: 1.5rem;
}
.f-list li{
	margin-bottom: 0.5rem;
}
.f-list a{
	color: #fff;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}
.f-list a:hover{
	color: #75bce4;
}
.footer-flex{
	display: flex;
	margin: 1.5rem 0 1rem;
}
.f-flex-img{
	margin-right: 10px;
}
.f-flex-img img{
	width: 32px;
}
.inline-li{
	display: inline-flex;
}
.inline-li li{
	margin-right: 10px;
}
.footer:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #06131e;
	opacity: 0.7;
}
.desenvolvimento-box{
	position: absolute;
	right: 50%;
	bottom: 10px;
	transform: translateX(50%);
}
.desenvolvimento-content{
	padding: 0 1rem;
}
.desenvolvimento-content span{
	color: #ffffff7a;
	font-size: 13px;
}
.desenvolvimento-content img{
	width: 100%;
	max-width: 70px;
	object-fit: contain;
}
.desenvolvimento-content a{
	text-decoration: none;
	display: inline-block;
}

/* Instagram */
.insta-container{
	padding: 2rem 6rem;
}
#instafeed {
	display:grid;
	grid-template-columns: repeat(6, minmax(100px,1fr));
	grid-column-gap: 20px;
}
.instagram-title{
	display:flex;
	margin-bottom: 1rem;
}
.instagram-title h1{
	font-size: 28px;
	font-family: 'Titillium Web', sans-serif;
}
.instagram-title img{
	margin-right: 10px;
	max-height: 36px;
}
.instaimg{
	position: relative;
	border-radius: 9px;
	overflow: hidden;
}
.instaimg a{
	position: relative;
	height: 100%;
	display: block;
}
.instaimg a:before{
	content: '';
	position: absolute;
	top: 0;bottom:0;left:0;right:0;
	background: linear-gradient(to top,#164670,#0000);
	opacity: 0;
	transition: all 0.3s linear;
}
.instaimg a:hover:before{
	opacity: 1;
	transition: all 0.3s linear;
}
.instaimg a:after {
	content: url("../img/footer/icones/likeInsta.png");
	position: absolute;
	top: 50%;left:50%;
	transform: translate(-50%,-50%) rotate(90deg) scale(3);
    opacity: 0;
    transition: all 0.3s linear;
}
.instaimg a:hover:after{
	transform: translate(-50%,-50%) rotate(0) scale(1);
    opacity: 1;
    transition: all 0.3s linear;
}
#instafeed .col-sm-3{
	padding-left:0;
	padding-right:27px;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgb(255, 255, 255);
}

/* MEDIA QUERIES */
@media (min-width: 1800px) {
	.video-background{
		object-position: 50% 40%;
	}
}
@media (max-width: 1460px){
	.contato-absolute{
		position: relative;
	}
}
@media (max-width: 1366px){
	.r-container{
		padding: 4rem;
	}
	.w-container{
		padding: 0 3rem 0;
		/*padding: 0 4rem 0;*/
	}
	.navbar{
		padding: 1rem 4rem;
	}
	.prod-card{
		width: 99%
	}
	/* Onde Atuamos */
		.serv-desc h1{
			font-size: 25px;
		}
}
@media (max-width: 1250px) {
	/* Área do Cliente - Botoes */
		.area-cliente{
			display: none;
		}
		.area-cliente-hidden{
			display: block;
		}
	/* Instagram Feed */
		.insta-container{
			padding: 2rem 4rem;
		}
}
@media (max-width: 800px){
	.serv-grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.info-grid{
		grid-template-columns: 1fr;
	}
	.app-title ul{
		display: inherit;
	}
	.app-title ul >li.borda{
		margin: 0;
	}
	.app-grid{
		grid-template-columns: repeat(2,1fr);
	}
	.prod-grid {
		grid-template-columns: repeat(1, minmax(100px, 1fr));
		grid-gap: 30px;
	}
	.prod-card{
		height: auto;
	}
	.inst-grid {
		grid-template-columns: 1fr;
	}
	.inst-box1{
		width: 90%;
	}
	#instafeed{
		grid-template-columns: repeat(3,minmax(100px,1fr));
		grid-row-gap: 15px;
	}
	.footer-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-gap: 20px;
	}
	.f-div{
		padding: 0;
	}
}
@media (max-width: 500px){
	.app-grid{
		grid-template-columns: 1fr;
	}
}
@media (max-width: 425px){
    /* Menu */
        .nav-logo{
            height: 70px;
        }
	/* Footer */
		.f-div:nth-child(4){
			padding-bottom: 2rem;
		}
	/* Padding da pagina */
		.r-container{
			padding: 2rem;
		}
		.w-container{
			padding: 0 2rem;
		}
		.navbar{
			padding: 1rem 2rem;
		}
		.insta-container{
			padding: 2rem;
		}
	/* Navbar collapse scroll */
		.navbar-collapse{
			max-height: 90vh;
			overflow: auto;
		}
	/* Padding banner */
		.txt-banner{
			padding: 4rem 2rem 0;
		}
	/* Banners Diferentes Seguimentos */
		.serv-grid{
			grid-template-rows: repeat(4,525px);
			grid-template-columns: 1fr;
		}
		.serv-desc{
			opacity: inherit;
			transform: scale(1);
		}
		.serv-img:after{
			background: #282828;
			opacity: 0.8;
		}
	/* Video-background */
	.video-background{
		object-position: 50% 20%;
	}
	/* Grid Instagram */
		#instafeed{
			grid-template-columns: repeat(2,minmax(100px,1fr));
		}
}

