/* Geral */
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
h2 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 36px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
h3 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
section {
    /*padding-top: 65px;*/
    padding-top: 135px;
    padding-bottom: 55px;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
.float-whatsapp {
    position: fixed;
    left: 40px;
    bottom: 40px;
    opacity: 0.95;
    text-decoration: none;
    padding: 0;
    margin: 0;
    transition: all 0.2s linear;
    z-index: 2;
}
.float-whatsapp:hover {
    opacity: 1;
}
.float-whatsapp > svg {
    width: 60px;
    height: 60px;
}


/* Navbar */
.navbar {
    border: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
}
.navbar_active {
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: rgba(0,0,0,0.9);
}

.navbar.navbar_active {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar_active a.navbar-brand {
    background-color: rgba(255,255,255,.8);
    padding: 2px 15px;
    border-radius: 8px;
}

.navbar_active a.navbar-brand > img {
    height: 50px;
    margin-top: 0;
}

.navbar .navbar-brand > img {
    height: 72px;
}
.logo-minhaportaria {
margin-left: 20px;
padding: 4px !important;
display: block;
Background-color: #FFF;
margin: 0 0 0 30px;
border-radius: 5px;

}
.logo-minhaportaria > img {
  width: 100px;


}
.navbar.navbar_active .navbar-nav {
    margin-top: 0;
}
.navbar.navbar_active a.navbar_menu:link,
.navbar.navbar_active a.navbar_fone:link {
    color: #FFF;
}
.navbar.navbar_active a.navbar_menu:hover,
.navbar.navbar_active a.navbar_fone:hover {
    color: #FFF;
}
.navbar.navbar_active a.navbar_menu:visited {
    color: #FFF;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-right: 20px;
}
.navbar .navbar-nav {
    margin-top: 18px;
}
.navbar .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    height: initial;
}
.navbar a.navbar_menu:link, .navbar a.navbar_menu:visited, .navbar a.navbar_menu:hover {
    color: #FFF;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-right: 20px;
}

.navbar a.navbar_menu:hover {
    color: #000;
    background-color: transparent;
}
.navbar a.navbar_menu:active {
    color: #8c000e;
}

.navbar-toggle {
    border-color: #8c000e;
}
.navbar-toggle .icon-bar {
    background-color: #8c000e;
}

nav.navbar ul.nav li.active a {
    color: #8c000e !important;
}
#bs-example-navbar-collapse-1 > ul > li:nth-child(7) > a:link,
#bs-example-navbar-collapse-1 > ul > li:nth-child(7) > a:visited,
#bs-example-navbar-collapse-1 > ul > li:nth-child(7) > a:hover {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

/* Carousel */
.carousel {
    height: 775px;
}
.carousel-caption {
    z-index: 9998;
}
.carousel-caption {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}
.carousel .item {
    height: 775px;
    background-color: #777;
}
.carousel_faixa {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../img/faixa.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 204px;
    width: 100%;
    z-index: 9997;
}
.carousel .item .carousel_titulo {
    text-shadow: 0px 0px 9px rgba(84, 84, 84, 0.75);
    color: #FFF;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.carousel .item .carousel_subtitulo {
    text-shadow: 0px 1px 27px rgba(52, 150, 186, 0.51);
    color: #000;
    font-size: 33px;
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-left: 75px;
}
.item_1 {
    /*
    background: url('../img/banner/01.jpg') no-repeat left bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    background-image: url('../img/banner/01.jpg');
    background-position: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.item_2 {
    /*
    background: url('../img/banner/02.jpg') no-repeat left bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    background-image: url('../img/banner/02.jpg');
    background-position: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.item_3 {
    /*
    background: url('../img/banner/03.jpg') no-repeat left bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    background-image: url('../img/banner/03.jpg');
    background-position: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

/* Home */
section#home {
    padding: 0;
    margin: 0;
}

/* Indique e ganhe */
section#indique-ganhe {
    background-color: #8c000e;
}
section#indique-ganhe h2 {
    color: #FFF;
}
section#indique-ganhe .lead {
    color: #FFF;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
section#indique-ganhe .info {
    margin-top: 50px;
}
section#indique-ganhe .info h2 {
    margin-bottom: 20px;
    font-weight: 100;
}
section#indique-ganhe .info p {
    color: #FFF;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
section#indique-ganhe .info p a {
    color: #FFF;
    text-decoration: underline;
}

/* Depoimentos */
section#depoimentos {
    background-color: #8c000e;
}
section#depoimentos p.depoimentos_descricao {
    color: #FFF;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}
section#depoimentos a.depoimentos_thumb {
    position: relative;
    width: 100%;
}
section#depoimentos a.depoimentos_thumb:hover .image {
    opacity: 0.3;
}
section#depoimentos a.depoimentos_thumb:hover .middle {
    opacity: 1;
}
section#depoimentos .depoimentos_imagem {
    opacity: 1;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
section#depoimentos p.depoimentos_play {
    background-color: rgba(255,255,255,0.65);
    color: white;
    font-size: 28px;
    padding: 14px 20px;
    border-radius: 48px;
}

/* Servicos */
section#servicos h2 {
    color: #7f7f7f;
}
section#servicos img.servicos_imagem {
    margin: 0 auto;
}
section#servicos p.servicos_descricao {
    color: #474747;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 162px;
    margin: 20px auto 40px auto;
    height: 60px;
}
section#servicos div.servicos_conteudo {
    border: 4px solid #d4d4d4;
    border-radius: 50px;
    width: 201px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-dots {
    bottom: 0px;
    margin-left: 0; /* Fixes the visible horizontal scroll bar */
}

/* Concierge */
section#concierge {
    background-color: #dddddd;
    position: relative;
}
/*
section#concierge::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 200px);
    top: 200px;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}
*/
section#concierge form#frmCondominio .btn {
    background-color:#d10015;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#fff;
    border:0;
    padding:10px 30px;
    border-radius:5px;
    margin: 20px auto;
    display: block;
}
section#concierge h2 {
    color: #7f7f7f;
}
section#concierge p.lead {
    color: #474747;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 auto 40px auto;
}

/* Slogan */
section#slogan {
    background-color: #000;
}
section#slogan > img {
    margin: 0 0 0 auto;
}

/* Portaria */
section#portaria {
    background-image: url("../img/bg-portaria.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: cover;*/
    background-size: 100% 101%;
    color: #FFF;
}
section#portaria h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
section#portaria p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
section#portaria div.processo {
    background-color: #FFF;
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 90px;
    margin-top: 25px;
    margin-bottom: 35px;
}
section#portaria div.processo h4  {
    color: #781616;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
}
section#portaria span.numero {
    color: #470000;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 18px;
    display: block;
}
section#portaria div.processo p {
    color: #781616;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

/* Pilares */
section#pilares {
    background-color: #dddddd;
}
section#pilares h2 {
    color: #000;
}
section#pilares p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 20px;
}
section#pilares p.pilares_descricao {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 16px;
}
section#pilares .img-circle {
    background-color: #000;
    height: 170px;
}
section#pilares .img-circle > .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Clientes */
section#clientes h2 {
    color: #000;
}
section#clientes .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
/* Representante */
section#representante {
    background-color: #000;
    padding-top: 65px;
}
section#representante h3 {
    color: #FFF;
    margin-bottom: 50px;
}
section#representante input[type="text"],
section#representante textarea{
    border-radius:0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size:16px;
    padding: 15px 10px;
    height: initial;
}
section#representante input[type="text"]::-webkit-input-placeholder,
section#representante textarea::-webkit-input-placeholder{
    color:#d10015;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
section#representante .btn-enviar{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color:#fff;
    width: 100%;
    -moz-box-shadow: 0px 4px 0px 0px #006fbf;
	-webkit-box-shadow: 0px 4px 0px 0px #006fbf;
	box-shadow: 0px 4px 0px 0px #006fbf;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006fbf), color-stop(1, #1a9bf0));
	background:-moz-linear-gradient(top, #006fbf 5%, #1a9bf0 100%);
	background:-webkit-linear-gradient(top, #006fbf 5%, #1a9bf0 100%);
	background:-o-linear-gradient(top, #006fbf 5%, #1a9bf0 100%);
	background:-ms-linear-gradient(top, #006fbf 5%, #1a9bf0 100%);
	background:linear-gradient(to bottom, #006fbf 5%, #1a9bf0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006fbf', endColorstr='#1a9bf0',GradientType=0);
	background-color:#006fbf;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #236fa1;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:15px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #003f69;
}
section#representante .btn-enviar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1a9bf0), color-stop(1, #006fbf));
	background:-moz-linear-gradient(top, #1a9bf0 5%, #006fbf 100%);
	background:-webkit-linear-gradient(top, #1a9bf0 5%, #006fbf 100%);
	background:-o-linear-gradient(top, #1a9bf0 5%, #006fbf 100%);
	background:-ms-linear-gradient(top, #1a9bf0 5%, #006fbf 100%);
	background:linear-gradient(to bottom, #1a9bf0 5%, #006fbf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a9bf0', endColorstr='#006fbf',GradientType=0);
	background-color:#1a9bf0;
}
section#representante .btn-enviar:active {
	position:relative;
	top:1px;
}
.representante-destaque {
    background-image: url('../img/bg-representante.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0;
    border-radius: 20px;
}

section#representante .representante-intro {
    font-size: 28px;
    line-height: 30px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    margin-left: 50px;
    margin-top: 80px;
}
section#representante .representante-intro strong {
    line-height: 58px;
}

section#representante .representante-destaque input[type="text"]::-webkit-input-placeholder,
section#representante .representante-destaque textarea::-webkit-input-placeholder{
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
section#representante form.representante-form {
    background-color: rgba(74, 1, 0, 0.8);
    border-radius: 20px;
    margin-right: 50px;
    padding: 30px;
}
section#representante form.representante-form h3 {
    margin-top: 0;
    padding-top: 0;
    color: #FFF;
    margin-bottom: 25px;
}

/* Nós ligamos */
.nos-ligamos {
    position: fixed;
    top: 119px;
    z-index: 3000;
    left: calc(50% + 336px);
    width: 250px;
}
.nos-ligamos > a.toggle-button {
	-moz-box-shadow:inset 0px 34px 0px -15px #54a3f7;
	-webkit-box-shadow:inset 0px 34px 0px -15px #54a3f7;
	box-shadow:inset 0px 34px 0px -15px #54a3f7;
	background-color:#007dc1;

	border:0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size:16px;
	font-weight:bold;
    padding:10px 0;
    width: 100%;
    text-align: center;
	text-decoration:none;
	text-shadow:0px -1px 0px #7a2a1d;
}
.nos-ligamos > a.toggle-button:hover {
	background-color:#0061a7;
}
.nos-ligamos > a.toggle-button:active {
	position:relative;
	top:1px;
}
.nos-ligamos form.formLigamos {
    background-color: #777;
    padding: 0 18px 16px 18px;
}
.nos-ligamos form.formLigamos p {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    text-align: center;
}
.nos-ligamos form.formLigamos input[type="text"],
.nos-ligamos form.formLigamos input[type="email"],
.nos-ligamos form.formLigamos input[type="tel"],
.nos-ligamos form.formLigamos textarea{
    border-radius:0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size:14px;
}
.nos-ligamos form.formLigamos input[type="text"]::-webkit-input-placeholder,
.nos-ligamos form.formLigamos input[type="tel"]::-webkit-input-placeholder,
.nos-ligamos form.formLigamos input[type="email"]::-webkit-input-placeholder,
.nos-ligamos form.formLigamos textarea::-webkit-input-placeholder{
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.nos-ligamos form.formLigamos .btn{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color:#fff;
    width: 100%;
    -moz-box-shadow: 0px 4px 0px 0px #006fbf;
	-webkit-box-shadow: 0px 4px 0px 0px #006fbf;
	box-shadow: 0px 4px 0px 0px #006fbf;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006fbf), color-stop(1, #1a9bf0));
	background:-moz-linear-gradient(top, #006fbf 5%, #1a9bf0 100%);
	background:-webkit-linear-gradient(top, #006fbf 5%, #1a9bf0 100%);
	background:-o-linear-gradient(top, #006fbf 5%, #1a9bf0 100%);
	background:-ms-linear-gradient(top, #006fbf 5%, #1a9bf0 100%);
	background:linear-gradient(to bottom, #006fbf 5%, #1a9bf0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006fbf', endColorstr='#1a9bf0',GradientType=0);
	background-color:#006fbf;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #236fa1;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:5px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #003f69;
}
.nos-ligamos form.formLigamos .btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1a9bf0), color-stop(1, #006fbf));
	background:-moz-linear-gradient(top, #1a9bf0 5%, #006fbf 100%);
	background:-webkit-linear-gradient(top, #1a9bf0 5%, #006fbf 100%);
	background:-o-linear-gradient(top, #1a9bf0 5%, #006fbf 100%);
	background:-ms-linear-gradient(top, #1a9bf0 5%, #006fbf 100%);
	background:linear-gradient(to bottom, #1a9bf0 5%, #006fbf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a9bf0', endColorstr='#006fbf',GradientType=0);
	background-color:#1a9bf0;
}
.nos-ligamos form.formLigamos .btn:active {
	position:relative;
	top:1px;
}


/* Contato */
section#contato {
    background-image: url("../img/bg-contato.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 65px;
}
section#contato input[type="text"],
section#contato textarea{
    border-radius:0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size:14px;
}
section#contato input[type="text"]::-webkit-input-placeholder,
section#contato textarea::-webkit-input-placeholder{
    color:#d10015;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
section#contato .btn-enviar{
    margin-top:40px;
    background-color:#d10015;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#fff;
    border:0;
    padding:29px 14px;
    border-radius:70px;
}
section#contato p.localizado {
    color: #FFF;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 20px 0 10px 0;
}

div.contact_fone {
    display: inline-block;
    vertical-align: bottom;
}
div.contact_fone>a:link, div.contact_fone>a:visited {
    color: #FFF;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-decoration: none;
    vertical-align: -webkit-baseline-middle;
    /*height: 53px;*/
    display: inline-block;
    margin-top: 10px;
}
div.contact_fone>a:hover {
    text-decoration: underline;
}
a.contact_social:link, a.contact_social:visited {
    background-color: #d10015;
    border-radius: 27px;
    width: 53px;
    height: 53px;
    text-align: center;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 6px;
}
a.contact_social > img {
    padding: 15px 0;
}
a.contact_social:hover {
    background-color: #8c000e;
}
#ContactForm {
    margin-bottom: 60px;
}

/* Facebook Tab */
.facebook-tab {
    position:fixed;
    top: 200px;
    z-index: 5;
    width: 366px;
    left: -300px;
}
.facebook-tab > a {
    display: inline-block;
    background-color: #FFF;
    vertical-align: top;
    border: 1px solid #FFF;
    border-left: 0;
}

/* Gestor Online */
.gestor-online {
    background-color: #8c000e;
    border-radius: 10px;
    padding: 8px 10px 6px 10px;
}
.gestor-online > div > h2 {
    font-size: 12px;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
    border-bottom: 1px solid #FFF;
}
.gestor-online > div > a:link, .gestor-online > div > a:visited {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    margin: 0 5px;
}
.gestor-online > div > a:hover {
    text-decoration: underline;
}

/* Media Query */
@media(max-width:768px){
    /* Depoimentos */
    section#depoimentos .depoimentos_imagem {
        width: 100%;
    }
    section#depoimentos p.depoimentos_descricao {
        margin-bottom: 10px;
    }

    /* Portaria */
    section#portaria div.processo {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 25px;
        margin-bottom: 35px;
    }
}
