/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6 .light{
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.text-light{font-weight: normal}

h1.large {font-size:75px}

@media (max-width: 776px) {
  h1.large {font-size:50px}
}

.float-right{
float:right;
}

.float-left{
float:left;
}

.margin-left{ margin-left:0px;}

.no-padding {
  padding: 0;
}

.no-padding-col {padding-right:0 !important; padding-left:0 !important;}
.no-padding-left {padding-left:0}
.no-padding-right {padding-right:0;}


@media (max-width: 775px) {
  .no-padding-right {padding-left:0 !important; padding-right:0 !important;}
}

.mt-10{ margin-top: -10px;}
.mt5{ margin-top: 5%;}
.mt10{ margin-top: 10%;}
.mt20{ margin-top: 20%;}
.mt30{ margin-top: 30%;}
.mt40{ margin-top: 40%;}
.mt50{ margin-top: 50%;}
.mt60{ margin-top: 60%;}
.mt65{ margin-top: 65%;}
.mt70{ margin-top: 70%;}
.mt80{ margin-top: 80%;}
.mt90{ margin-top: 90%;}
.mt95{ margin-top: 95%;}

.mb5{ margin-bottom: 5%;}
.mb10{ margin-bottom: 10%;}
.mb20{ margin-bottom: 20%;}
.mb30{ margin-bottom: 30%;}
.mb40{ margin-bottom: 40%;}
.mb50{ margin-bottom: 50%;}
.mb60{ margin-bottom: 60%;}
.mb65{ margin-bottom: 65%;}
.mb70{ margin-bottom: 70%;}
.mb80{ margin-bottom: 80%;}
.mb90{ margin-bottom: 90%;}
.mb95{ margin-bottom: 95%;}

.ml5{ margin-left: 5%;}
.ml10{ margin-left: 10%;}


.txt-red, a, a:focus, a:visited{ color: #d61444; text-decoration: none;}
.txt-red2, a:hover{ color: d61444; }
.txt-white{ color: #ffffff;}
.txt-destaque, a.txt-destaque{color: #d61444 !important; }

.color-red, .btn-xl{ background-color: #d61444;}
.color-black{background-color: #000;}

.font2{ font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;}

.txt-align-top {vertical-align:top;}

a:hover{ font-size:105%; text-decoration: none;}
a.class-tel:active, a.class-tel:above, a.class-email :active, a.class-email:above{ color: #d61444; text-decoration:none;}
a.class-tel:hover,  a.class-email:hover,{ color: red; text-decoration:none;}


.small-on {visibility: collapse; display:none !important;}
.small-off {visibility: initial; display:inline-block !important;}
@media (max-width: 776px) {
  .small-on {visibility: initial; display:inline-block !important;}
  .small-off {visibility: collapse; display:none !important;}
}

.xsmall-on {visibility: collapse; display:none !important;}
.xsmall-off {visibility: initial; display:block !important;}

@media (max-width: 776px) {
  .xsmall-on {visibility: initial; display:block !important;}
  .xsmall-off {visibility: collapse; display:none !important;}
}

.small-circle {
    padding: 50px;
    border-radius: 50%;
    display: table;
    background: #111;
    margin: auto;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
	color:#d81e2f;
}


section {
  padding: 100px 0;
}

.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

.btn-primary {
  color: #111;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
 
  border:none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 14px;
  padding: 15px 20px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
  background-color: d61444;
}
.open {
  color: white;
  background-color: d61444;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}


/*/////////// BRANDS ///////////*/

.logo{
	display:block;
	width: 100px;
    height: 100px;
    background: url(../img/logo-navbar.png) no-repeat;
   }
 
 .navbar-brand{
    margin-left: 35px;
    padding: 1px 1px !important;
  }
  
@media (min-width: 767px) {
  .navbar-brand{
    margin-left: 35px;
  }
}

.logo-white{
	display:block;
	width: 145px;
    height: 40px;
    background: url(../img/logo-white-drop-236x27.png) no-repeat;
    margin-top: -15px;
}


.logo-subtitle{
	margin-left:50%;
	display:inline;
}

@media (max-width:768px){
.logo-subtitle{
	margin-top: 5px;
	margin: auto;
	text-align: center;
	display:block;
}
}

.logo-site{
	display:inline;
}

@media (max-width:768px){
.logo-site{
	text-align: center;
	margin-top: 5px;
	display:block;
}
}

.logo-bottom {
  display: block;
  float:left;
  width: 98px;
  height: 98px;
  background: url("../img/logo-bottom.png") no-repeat;
  margin-top: -8px;
  /*border*/
  border-right: 1px #bbb solid;
  padding-right: 10px;
  margin-right: 10px; 
}

@media (max-width:768px){
.logo-bottom{
	float:none;
	display:block;
	margin: auto !important;
	border-right:none;
	padding-right: 0;
	width: 142px;
}
}

/*---------------- END BRANDS -------------------------*/
.topnav {
    font-size: 14px; 
}

.navbar-default {
    background-color: #fff;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header, .intro-branding{
    padding-top: 43px; 
    padding-bottom: 100px;
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}
.intro-pre {
    background: url(../img/intro-branding.png) no-repeat center center !important;
}
.intro-header {
    background: url(../img/intro-header.png) no-repeat center center !important;
}

.intro-branding {
    background: url(../img/intro-branding.png) no-repeat center center !important;
}

.intro-message {
    position: relative;
    padding-top: 12%;
    padding-bottom: 30%;
	text-align:left;
}

.intro-message h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 45px;
}

@media(max-width:776px) {
.intro-message h1 {
    font-size: 30px;
    padding-top: 30px;
}
}

.intro-message h4 { font-weight: 300}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #ffffff;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	background-color: #f8f8f8;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 20px;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner2 { background-image: url(../img/table2.jpg) !important;}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

ul.list-outline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
ul.list-outline > li {
  padding-right: 5px;
  padding-left: 5px;
}

ul.list-social {
  margin-bottom: 0;
}
ul.list-social li a {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  border-radius: 100%;
  color: white;
  text-align: center;
}
ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
ul.list-social li.social-google-plus a {
  background-color: #d61444;
}
ul.list-social li.social-google-plus a:hover {
  background-color: #d61444;
}
ul.list-social li.social-youtube a {
  background-color: #d61444;
}
ul.list-social li.social-youtube a:hover {
  background-color: #d61444;
}
ul.list-social li.social-vimeo a {
  background-color: #1da1f2;
}
ul.list-social li.social-vimeo a:hover {
  background-color: #0d95e8;
}

ul.list-social li.social-instagram a {
  background-color: rgb(228,27,138);
}
ul.list-social li.social-instagram a:hover {
 background-color: rgb(209,16,118);
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: #d61444;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}


ul.paleta {
  margin: 0 auto 50px;
}

ul.paleta li { width:170px;}
ul.paleta li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 100%;
  color: white;
  text-align: center;
  margin:auto;
}

ul.paleta li p {
  margin: 10px 0;
  text-align: left;
  padding-left: 20px;
}


#contact {
  background-color: #222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
#contact .section-heading {
  color: white;
}

#contact .form-group input,
#contact .form-group textarea {
  padding: 10px;
}
#contact .form-group input.form-control {
  height: auto;
}
#contact .form-group textarea.form-control {
  height: 236px;
}
#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #cccccc;
}
#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #cccccc;
}
#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #cccccc;
}
#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #cccccc;
}
#contact .text-danger {
  color: #d61444;
}


footer {
    padding: 50px 0;
    /* background-color: #f8f8f8; */
	background-color: #1b1b1b;
	border-top:1px solid #222;
	border-bottom: 1px solid #000;
}

p.copyright {
    margin: 15px 0 0;
}

.bar {

	border-right: 1px #bbb solid;
	padding-right:10px;
	margin-right:10px;
}

/*MODAL */

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
	margin-top: 20px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-style: normal;
    font-size: 16px;
	margin: 30px 0 10px;
	
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

.line-vertical{
    margin-top: -40px;
	margin-bottom: 20px;
	margin-left: 30%;
    border: 0;
    border-left: 1px solid #d61444;
	min-height:80px;
	width:0;
	position: absolute;
}

.line-horizontal{
   --- margin-left: -40px;
	--margin-right: 20px;
	margin-top: 10%;
    border: 0;
    border-top: 1px solid #d61444;
	min-width:80px;
	width:100%;
	position: absolute;
	z-index:1;
}


.chartAreaWrapper {
    line-height: 280%;
}
.chartAreaWrapper-little {
    line-height: 180%;
}
.chart-element{
    background: rgb(8, 83, 126);
    opacity: 1;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.legend-list{
    margin: 30px 0px;
    padding: 0;
    list-style: none;
    width: 100%;
}

.legend-list .item {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    padding: 0 20px 0 30px;
    position: relative;
    box-sizing: border-box;
    max-width: 33%;
    vertical-align: top;
   
}

.legend-list li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -1px;
    position: absolute;
    top: 4px;
    left: 0;
}
	
.chart-color1{background: #d61444;}
.chart-color2{background: #d61444;}
.chart-color3{background: #999;}
.chart-color4{background: #aaa;}

.overall-rating {
    margin-top: 30px;
    display: inline-block;
    padding-left: 50px!important;
}

.rating-label, .rating-comments {
	border-top: 1px solid #ccc;
	display:block;
    font-size: 12px;
    color: #666;
	margin-left: -15px;
    margin-bottom: 0px;
    padding-right: 30px;
	padding-top:20px;
}

.rating-comments {
	margin-top: 0px;
	padding-top:0px;
	border-top: 0;
}

.rating-value {
    display: block;
    --margin-left: 50%;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    border: 1px solid #d61444;
    padding: 0;
    text-align: center;
}

