@charset "utf-8";

/*
Theme Name: RM Consultoria Financeira
Description: RM Consultoria Financeira
Author: Pagian Web
Author URI: https://pagian.com.br
Version: 1.0
Tags: RM Consultoria Financeira, Pagian Web
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    -ms-touch-action: none;
    touch-action: none
}
html, body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #464553
}
a, a:active, a:focus, a:hover {
    font-weight: 300;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
a:hover {
    opacity: 0.7
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    color: #1f2a34;
    font-weight: 700
}
h1 {
    font-size: 48px;
    line-height: 52px
}
h2 {
    font-size: 36px;
    line-height: 48px
}
h3 {
    font-size: 30px;
    line-height: 36px
}
h4 {
    font-size: 24px;
    line-height: 30px
}
h5 {
    font-size: 18px;
    line-height: 22px
}
h6 {
    font-size: 14px;
    line-height: 18px
}
textarea:focus, input:focus, button:focus {
    outline: none
}
textarea, input.text, input[type="text"], input[type="email"], input[type="tel"], input[type="button"], input[type="submit"], .input-checkbox {
    -webkit-appearance: none;
    border-radius: 0
}
.strong {
	font-weight: 600
}
.wrapper {
    min-height: 800px
}
.spacer {
    display: block;
    height: 50px
}
.padding-0 {
	padding: 0
}
.margin-0 {
	margin: 0
}
.navbar-brand img {
	height: 50px;
}
section#home {
	background: url(images/header.jpg) center center / cover;
	height: 75vh;
}
section#home h2 {
	font-size: 40px;
	line-height: 1.6;

}
section#home h2 span {
	font-weight: 400;
}
section#home a {
	display: inline-block;
    background-color: #1f2a34;
    border: 1px solid #1f2a34;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 15px;
    margin: 20px 0 80px;
}
section#home a:hover {
	background-color: #fff;
    border: 1px solid #fff;
    color: #1f2a34;
    opacity: 1;
}
.home-inner-background {
	background: rgba(91,123,146,0);
	background: -moz-linear-gradient(left, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(91,123,146,0)), color-stop(55%, rgba(91,123,146,0)), color-stop(75%, rgba(91,123,146,1)), color-stop(100%, rgba(91,123,146,1)));
	background: -webkit-linear-gradient(left, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	background: -o-linear-gradient(left, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	background: -ms-linear-gradient(left, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	background: linear-gradient(to right, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7b92', endColorstr='#5b7b92', GradientType=1 );
	height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home-inner-background-mobile {
	background: rgba(91,123,146,0);
	background: -moz-linear-gradient(top, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(91,123,146,0)), color-stop(55%, rgba(91,123,146,0)), color-stop(75%, rgba(91,123,146,1)), color-stop(100%, rgba(91,123,146,1)));
	background: -webkit-linear-gradient(top, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	background: -o-linear-gradient(top, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	background: -ms-linear-gradient(top, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	background: linear-gradient(to bottom, rgba(91,123,146,0) 0%, rgba(91,123,146,0) 55%, rgba(91,123,146,1) 75%, rgba(91,123,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7b92', endColorstr='#5b7b92', GradientType=0 );
	min-height: 50vh;
	padding-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
section#o-que-fazemos {
	padding: 50px 0;
	background-color: #1f2a34;
	color: #fff;
}
section#o-que-fazemos h2 {
	font-weight: 400;
	color: #fff;
}
button.btn-fazemos {
	background: transparent;
    border: none;
    display: flex;
    height: 100px;
    width: 350px;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
button.btn-fazemos:hover {
	background-color: #5b7b92;
	color: #fff;
}
button.btn-fazemos img {
	width: 70px;
    height: 70px;
    margin: 0 20px;
}
button.btn-fazemos p {
	display: flex;
    align-self: center;
    margin: 0;
}
.btn-apuracao:hover img {
	content: url(images/1-branco.png);
}
.btn-processos:hover img {
	content: url(images/2-branco.png);
}
.btn-plan:hover img {
	content: url(images/3-branco.png);
}
.btn-impostos:hover img {
	content: url(images/4-branco.png);
}
.btn-valuation:hover img {
	content: url(images/5-branco.png);
}
.btn-suporte:hover img {
	content: url(images/6-branco.png);
}
.btn-apuracao, .btn-plan, .btn-processos {
	justify-content: flex-end;
    text-align: right;
}
.btn-impostos, .btn-valuation, .btn-suporte {
	justify-content: flex-start;
    text-align: left;
}
.tooltip {
	display: block;
    width: 350px!important;
    font-size: 13px;
    border-radius: 0;
}
.tooltip.in {
	opacity: 1;
}
.tooltip-arrow {
	display: none;
}
.tooltip-inner {
	min-width: 350px!important;
	background-color: #5b7b92;
	border-radius: 0;
	margin-top: -8px;
	padding: 10px;
}
#avaliacao-collapse {
	background-color: #5b7b92;
	color: #fff;
	padding: 30px 0;
}
#avaliacao-collapse h2, #avaliacao-collapse h3, #avaliacao-collapse h5 {
	font-weight: 300;
	color: #fff;
}
#avaliacao-collapse h2 {
	margin-top: 100px;
}
#avaliacao-collapse h3 span {
	font-weight: 700;
}
#avaliacao-collapse h3 {
	font-size: 26px;
	line-height: 2;
}
#o-que-fazemos a {
	display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 15px;
    margin: 20px 0
}
.form-avaliacao input[type="text"], .form-avaliacao input[type="tel"], .form-avaliacao input[type="email"] {
	width: 100%;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	padding: 5px
}
.form-avaliacao input[type="submit"] {
	margin: 0 auto;
    display: block;
    background: transparent;
    padding: 10px 15px;
    letter-spacing: 1px;
    margin-top: 25px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.form-avaliacao input[type="submit"]:hover {
	background-color: #1f2a34;
	border: 1px solid #1f2a34;
}
.form-avaliacao span.checkboxes {
	margin: 20px 0 40px;
    display: block;
}
.form-avaliacao input::-webkit-input-placeholder { color: #fff; }
.form-avaliacao input::-moz-input-placeholder { color: #fff; }
.form-avaliacao input:input-placeholder { color: #fff; }
#o-que-fazemos a:hover {
	background-color: #fff;
    border: 1px solid #fff;
    color: #1f2a34;
    opacity: 1;
}
section#quem-somos {
	padding: 50px 0;
}
section#quem-somos h2 {
	font-weight: 300;
	text-align: right;
	line-height: 2;
}
section#quem-somos p {
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6;
	text-align: right;
}
section#clientes {
	background-color: #1f2a34;
	color: #fff;
	padding: 50px 0;
}
section#clientes h2 {
	color: #fff;
	font-weight: 300;
	padding: 0 0 20px;
}
.left span:first-child {
	height: 2px;
    width: 25px;
    background: #fff;
    display: block;
    transform: rotate(-48deg);
    top: calc(50% - 8px);
    position: relative;
    left: 48%
}
.left span:last-child {
	height: 2px;
    width: 25px;
    background: #fff;
    display: block;
    transform: rotate(48deg);
    top: calc(50% + 8px);
    position: relative;
    left: 48%
}
.right span:first-child {
	height: 2px;
    width: 25px;
    background: #fff;
    display: block;
    transform: rotate(48deg);
    top: calc(50% - 8px);
    position: relative;
    left: 48%
}
.right span:last-child {
	height: 2px;
    width: 25px;
    background: #fff;
    display: block;
    transform: rotate(-48deg);
    top: calc(50% + 8px);
    position: relative;
    left: 48%
}
.carousel-control {
	background: transparent!important
}
#carrossel-clientes .carousel-inner {
	width: 80%;
    margin: 0 auto;
}
section#contato {
	padding: 50px 0;
}
section#contato h2 {
	font-weight: 300;
}
section#contato a {
	color: #1f2a34;
}
section#contato ul li {
	margin-bottom: 5px;
}
section#contato input[type="text"], section#contato input[type="email"], section#contato textarea {
	background-color: #f3f3f3;
	color: #1f2a34;
	width: 100%;
	padding: 15px;
	resize: none;
	margin: 0 0 10px;
	display: block;
	border: 0;
	font-size: 13px;
}
section#contato input[type="submit"] {
	margin: 0 auto;
    display: block;
    border: 1px solid #1f2a34;
    background: #1f2a34;
    color: #fff;
    padding: 10px 15px;
    letter-spacing: 1px;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
section#contato input[type="submit"]:hover {
	border: 1px solid #1f2a34;
    background: #fff;
    color: #1f2a34;
}
section#contato input::-webkit-input-placeholder { color: #1f2a34; }
section#contato input::-moz-input-placeholder { color: #1f2a34; }
section#contato input:input-placeholder { color: #1f2a34; }
section#contato textarea::-webkit-input-placeholder { color: #1f2a34; }
section#contato textarea::-moz-input-placeholder { color: #1f2a34; }
section#contato textarea:input-placeholder { color: #1f2a34; }
footer {
	background-color: #1f2a34;
	color: #fff;
	padding: 50px 0 25px;
	font-size: 13px;
}
footer img {
	margin-top: -20px;
}
.carousel-showmanymoveone .carousel-control {
	background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
	padding-left: 0px;
}
.carousel-showmanymoveone .carousel-control.right {
	padding-left: 0px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
	left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
	left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
	left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
	display: block;
	}
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(50%, 0, 0);
			transform: translate3d(50%, 0, 0);
	left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-50%, 0, 0);
			transform: translate3d(-50%, 0, 0);
	left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	left: 0;
	}
}
@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
	left: -25%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
	left: 25%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
	left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
	display: block;
	}
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(25%, 0, 0);
			transform: translate3d(25%, 0, 0);
	left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-25%, 0, 0);
			transform: translate3d(-25%, 0, 0);
	left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	left: 0;
	}
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	filter: none;
}

@media (max-width: 640px) {
    nav.navbar.bootsnav {
        margin-bottom: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-color: transparent;
        border: none;
        border-bottom: none!important;
        z-index: 9;
        margin-bottom: -55px;
    }
    .navbar-brand img {
        height: 85px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: right;
        margin-right: 0;
        margin-top: 20px;
        background-color: transparent!important;
        color: #1f2a34!important;
    }
}
#o-que-fazemos a.carousel-control, #o-que-fazemos a.carousel-control:hover {
	border: none;
}
#fazemos-carrossel .carousel-inner {
	width: 70%;
    margin: 0 auto;
}
#fazemos-carrossel .carousel-inner .item img {
	width: 40%;
	margin: 0 auto 10px;
}
#fazemos-carrossel .carousel-inner .item h4 {
	font-weight: 300;
	color: #fff;
}
@media (max-width: 520px) {
	section#home {
		background: url(images/header.jpg) center center / cover;
		height: auto;
	}
	h2 {
		font-size: 26px;
    	line-height: 2;
	}
	section#home h2 {
    	font-size: 26px;
    	line-height: 1.6;
	}
	section#home a {
		margin: 20px 0 30px;
	}
	nav.navbar.bootsnav {
		position: absolute;
    	width: 100%;
	}
	.navbar-header {
		height: 130px!important;
	}
	nav.navbar.bootsnav ul.nav > li > a {
	    color: #fff;
	    font-weight: 300!important;
	    background-color: transparent;
	    outline: none;
	    margin-bottom: 0px;
	    border-bottom: none;
	}
	.form-avaliacao {
		padding: 0 50px;
	}
	#avaliacao-collapse h5 {
		font-size: 15px;
	    line-height: 1.4;
	    text-align: center;
	}
	section#quem-somos h2 {
	    font-weight: 300;
	    text-align: center;
	    line-height: 2;
	}
	section#quem-somos p {
	    font-weight: 300;
	    font-size: 17px;
	    line-height: 1.6;
	    text-align: justify;
	}
	section#contato ul li {
    	margin-bottom: 15px!important;
	}
	.left span:first-child {
		height: 2px;
		width: 25px;
		background: #fff;
		display: block;
		transform: rotate(-48deg);
		top: calc(50% - 8px);
		position: relative;
		left: 0!important
	}
	.left span:last-child {
		height: 2px;
		width: 25px;
		background: #fff;
		display: block;
		transform: rotate(48deg);
		top: calc(50% + 8px);
		position: relative;
		left: 0!important
	}
	.right span:first-child {
		height: 2px;
		width: 25px;
		background: #fff;
		display: block;
		transform: rotate(48deg);
		top: calc(50% - 8px);
		position: relative;
		left: 0!important
	}
	.right span:last-child {
		height: 2px;
		width: 25px;
		background: #fff;
		display: block;
		transform: rotate(-48deg);
		top: calc(50% + 8px);
		position: relative;
		left: 0!important
	}	
}
