* {
    outline: none;
}

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #111;
}


/* Home Page Carousel */

header.carousel {
    height: 100%;
}

header .sliders p:nth-child(1) {
    margin-top: 150px;
    font-size: 60px;
}

header .sliders p {
    color: #fff;
    font-size: 45px;
    text-align: center;
}

header .sliders span {
    color: #009f4f;
    text-transform: uppercase;
    font-weight: bold;
}

@media(max-width:375px) {
    header .sliders p:nth-child(1) {
        margin-top: 200px;
        font-size: 28px;
    }
    header .sliders p {
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .passoa{
        width:100% !important;
    }
    .popup-inner {
        width: 90% !important;
        height: 540px;
        position: fixed;
        top: 50%;
        margin-top: -270px;
        left: 50%;
        margin-left: -175px;
    }

}

@media(max-width:320px) {
    header .sliders p:nth-child(1) {
        margin-top: 200px;
        font-size: 22px;
    }
    header .sliders p {
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
    .passoa{
        width:100% !important;
    }
    .popup-inner {
        width: 90% !important;
        height: 540px;
        position: fixed;
        top: 50%;
        margin-top: -270px;
        left: 50%;
        margin-left: -175px;
    }
}

@media(max-width:414px) {
    header .sliders p:nth-child(1) {
        margin-top: 200px;
        font-size: 28px;
    }
    header .sliders p {
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .passoa{
        width:100% !important;
    }
    .popup-inner {
        width: 90% !important;
        height: 540px;
        position: fixed;
        top: 50%;
        margin-top: -270px;
        left: 50%;
        margin-left: -175px;
    }
}

@media(min-width:768px) {
    header .sliders p:nth-child(1) {
        margin-top: 350px;
    }
    header .sliders p {
        color: #fff;
        text-align: center;
    }
    .popup-inner {
        width: 65% !important;
        height: 540px;
        position: fixed;
        top: 50%;
        margin-top: -270px;
        left: 50%;
        margin-left: -175px;
    }
}

@media(min-width:1024px) {
    header .sliders p:nth-child(1) {
        margin-top: 450px;
    }
    header .sliders p {
        color: #fff;
        text-align: center;
    }
    .popup-inner {
        width: 40% !important;
        height: 540px;
        position: fixed;
        top: 50%;
        margin-top: -270px;
        left: 50%;
        margin-left: -175px;
    }
}

@media(min-width:1200px) {
    header .sliders p:nth-child(1) {
        margin-top: 130px;
    }
    header .sliders p {
        color: #fff;
        text-align: center;
    }
    .popup-inner {
        width: 44% !important;
        height: 540px;
        position: fixed;
        top: 37% !important;
        margin-top: -270px !important;
        left: 40% !important;
        margin-left: -252px !important;
    }
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* Navbar Menu */

.navbar-brand {
    height: auto;
}

.navbar-inverse {
    background-color: #2f2e2e;
    border-color: #2a2929;
}

.navbar-right {
    margin-top: 14px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #404040;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #009f4f;
    transition: 0.5s ease;
    text-decoration: none;
}

.navbar-inverse .navbar-nav>.button-box>a {
    background-color: #bada55;
    border-radius: 50px;
    color: #2f2e2e;
    font-weight: inherit;
}

.navbar-inverse .navbar-nav>.button-box>a:hover {
    color: #fff;
    background-color: #009f4f;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #2f2e2e;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
}

.dropdown-menu>li>a:hover {
    background-color: #009f4f;
    color: #fff;
}

.navbar-toggle {
    margin-top: 20px;
}

.chat img {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 9999;
    margin-right: -150px;
}

.chat img:hover {
    margin-right: 1px;
    transition: 0.4s ease;
}

.chat1 img {
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 9999;
    margin-right: -153px;
}

.chat1 img:hover {
    margin-right: 1px;
    transition: 0.4s ease;
}

.chat2 img {
    position: fixed;
    top: 70%;
    right: 0;
    z-index: 9999;
    margin-right: -150px;
}

.chat2 img:hover {
    margin-right: 1px;
    transition: 0.4s ease;
}





.box {
    background-color: lightgrey;
    width: 300px;
    border: 15px solid green;
    padding: 50px;
    margin: 20px;
}
/* Content Page */

.page-header {
    text-align: center;
    border: none;
}

.contrato-header {
    color: #fff !important;
}

.about {
    text-align: justify;
    padding: 48px 0;
}

.about-list {
    background-color: rgba(167, 239, 121, .2);
    text-align: justify;
    padding-bottom: 33px;
}

.card {
    padding-bottom: 27px;
}

.thumbnail {
    border: none;
}

.thumbnail .caption {
    padding: 30px 30px 0px;
    text-align: center;
}

.thumbnail .caption p a {
    background-color: #bada55;
    padding: 12px 50px;
    font-family: inherit;
    color: #2f2e2e;
    font-weight: 400;
    border-radius: 0px;
    font-size: inherit;
    border-radius: 5px;
    text-decoration: none !important;
}

.thumbnail .caption p a:hover {
    background-color: #009f4f;
    color: #fff;
    transition: 0.5s ease;
    text-decoration: none;
}

.info {
    background-color: rgba(167, 239, 121, .2);
    padding-bottom: 48px;
    text-align: center;
}

.info .margin-button {
    margin-top: 35px;
}

.info p a {
    background-color: #bada55;
    padding: 12px 44px;
    font-family: inherit;
    color: #2f2e2e;
    font-weight: 400;
    border-radius: 0px;
    font-size: inherit;
    border-radius: 5px;
    text-decoration: none !important;
    margin-right: 5px;
}

.info p a:hover {
    background-color: #009f4f;
    color: #fff;
    transition: 0.5s ease;
    text-decoration: none;
}


/* Pages */

.thumbnail a>img:hover {
    opacity: 0.3;
    transition: 0.5s ease;
}

.cart-ut {
    padding: 10px 0;
    text-align: center;
}

.cart-ut a {
    color: #404040;
    text-align: center;
}

.cart-ut a:hover {
    color: #009f4f;
    transition: 0.5s ease;
    text-decoration: none;
}

.back-page p a {
    background-color: #bada55;
    padding: 12px 44px;
    font-family: inherit;
    color: #2f2e2e;
    font-weight: 400;
    border-radius: 0px;
    font-size: inherit;
    border-radius: 5px;
    text-decoration: none !important;
    text-align: center;
}


/* Services */

.space {
    padding-bottom: 48px;
}

.banner-top {
    width: 100%;
    height: 300px;
    display: block;
    padding-top: 130px;
    background-size: cover !important;
}

.banner-top h1 {
    font-size: 60px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
}

.media {
    padding-top: 48px;
}

.media ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -22px;
}

.media table {
    margin-top: 20px;
    font-size: 15px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 15px;
}

.media-body p {
    text-align: left;
}

.media-body a {
    color: inherit;
    text-decoration: none;
}

.media-body a:hover {
    text-decoration: none;
    color: #009f4f;
}


/* FAQ Page */

.panel-group {
    padding-top: 48px;
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    color: #009f4f;
    background-color: #fff;
    border-color: #ddd;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    background-color: #fcfcfc !important;
}

.panel-title>a:hover,
.panel-title>a:focus {
    text-decoration: none;
}


/* Proposta Online */

.imprimir {
    padding-top: 38px;
}

.imprimir p a {
    background-color: #bada55;
    padding: 12px 44px;
    font-family: inherit;
    color: #2f2e2e;
    font-weight: 400;
    border-radius: 0px;
    font-size: inherit;
    border-radius: 5px;
    text-decoration: none !important;
    margin-right: 30px;
}

.imprimir p a:hover {
    background-color: #009f4f;
    color: #fff;
    transition: 0.5s ease;
}


/* Contact Page */

.list-group-item.active {
    background-color: #009f4f;
    border-color: #009f4f;
}

.list-group-item.active:hover {
    background-color: #009f4f;
    border-color: #009f4f;
}

.fa {
    color: #009f4f;
}

.btn {
    background-color: #bada55;
    padding: 12px 50px;
    color: #2f2e2e;
    font-weight: 400;
    border-radius: 0px;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 10px;
}

.btn1{background-color: #000;
    padding: 12px 50px;
    font-family: inherit;
    color: #fff;
    font-weight: 400;
    border-radius: 0px;
    font-size: inherit;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 10px;}
    


.btn:hover {
    background-color: #009f4f;
    color: #fff;
    transition: 0.5s ease;
    text-decoration: none;
}

.btn:focus {
    border-color: #009f4f;
}

.contact a {
    color: #404040;
    font-family: inherit;
}

.contact a:hover,
.contact a:focus {
    color: #111;
    transition: 0.5s all ease;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-group select option {
    color: #999 !important;
}

.login-box,
.register-box {
    width: 100%;
    margin: 7% auto;
}

.login-page,
.register-page {
    background: #d2d6de;
}

.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.has-feedback {
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.icheck>label {
    padding-left: 0;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}


/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Footer Styles */

footer .footer-middle {
    background-color: #272727;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    padding-bottom: 28px;
}

footer .footer-middle h4 {
    color: #fff;
    font-size: 20px;
}

footer .footer-bottom {
    background-color: #101010;
    padding: 22px 0px 10px;
    color: rgba(255, 255, 255, .5);
}

footer .footer-bottom a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

footer .footer-bottom a:hover {
    color: #fff;
    transition: 0.5s ease;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
}

@media(max-width:768px) {
    .servicos {
        padding-top: 220px;
    }
    .banner-top {
        padding-top: 230px !important;
        height: 360px;
    }
    .navbar-right .dropdown-menu {
        left: 0;
        left: auto;
    }
    /* .chat img {
    display: none;
} */
}

@media(max-width:667px) {
    /*.media > .pull-left {
        display: none;
    }*/
    .banner-top h1 {
        font-size: 30px;
    }
    .banner-top {
        height: 280px;
        padding-top: 90px;
    }
    .media-heading {
        font-size: 28px;
    }
    .media-left img,
    .media-right img {
        width: 68px;
    }
    .banner-top {
        height: 230px;
        padding-top: 115px !important;
    }
    .navbar-inverse .navbar-nav>.button-box>a {
        background-color: #2f2e2e;
        border-radius: 50px;
        color: #bada55;
        font-weight: inherit;
    }
}

@media(max-width:683px) {
    .banner-top h1 {
        font-size: 25px;
    }
    .banner-top {
        height: 200px;
        padding-top: 100px !important;
    }
}

@media(max-width:1024px) {
    .navbar-right {
        padding: 10px
    }
    .media table {
        font-size: 16px;
    }
    .servicos {
        height: 340px;
        padding-top: 190px;
    }
    .banner-top {
        padding-top: 175px;
    }
}

@media(max-width:320px) {
    .navbar-brand>img {
        width: 210px;
    }
    .info p a {
        padding: 12px 31px;
    }
    .imprimir p a {
        padding: 12px 31px;
    }
    .media-heading {
        font-size: 24px;
    }
    .media-left img,
    .media-right img {
        width: 48px;
    }
    .banner-top h1 {
        font-size: 25px;
    }
    .banner-top {
        height: 200px;
        padding-top: 100px !important;
    }
}



/* Popup */

#popup{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}

#popup1{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}

#popup2{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}


.popup-inner{
	width: 30%;
    height: 540px;
    position: fixed;
    top: 50%;
    margin-top: -270px;
    left: 50%;
    margin-left: -175px;
}

#fechar{
	width: 100%;
	text-align: right;
	font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: red;
    background: black;
    text-align: center;
}


  #atencao .modal-dialog{
      width: 95%;
  }
  
  #atencao1 .modal-dialog{
    width: 90%;
}

#whatsApp {
    position: fixed;
    z-index: 9999;
    width: 65px;
    height: 65px;
    display: inline-grid;
    left: 16px;
    bottom: 40px;
  }
  
  #whatsApp a {
    padding: 0rem;
    border-radius: 100%;
    background-color: #00c453;
    color: #ffffff;
    text-decoration: none;
    animation: pulse 2s infinite;
    cursor: pointer;
  }
  
  #whatsApp a img {
      width: 100%;
      padding: 10px 12px;
  }
  
  @keyframes pulse {
    0% {box-shadow: 0 0 0 0 rgab(0, 196, 83, .4);}
    70% {box-shadow: 0 0 0 5px rgba(0, 196, 83, .6);}
    100% {box-shadow: 0 0 0 0 rgba(0, 196, 83, .4);}
  }


  .p-header{
      text-align: center;
  }