@import url("https://fonts.googleapis.com/css?family=Montserrat");

img#logo {
    width: 128px;
}

img.imgprod:hover {
    transition: .5s;
    width: 350px !important;
}

img.imgprod {
    transition: .5s;
}

.table-responsive {
    max-height: 400px;
}

.carousel-inner.onebyone-carosel {
    margin: auto;
    width: 90%;
}

.onebyone-carosel .active.left {
    left: -25.00%;
}

.onebyone-carosel .active.right {
    left: 25.00%;
}

.onebyone-carosel .next {
    left: 25.00%;
}

.onebyone-carosel .prev {
    left: -25.00%;
}

.glyphicon-chevron-left:hover {
    opacity: 0.7;
}

a.left {
    transition: 0.2;
    opacity: 0.3;
    color: #000;
}

a.left {
    color: #000 !important;
}

a.left:hover {
    transition: 0.5;
    opacity: 0.5;
}

.glyphicon-chevron-right:hover {
    opacity: 0.7;
}

/* .glyphicon-chevron-right:{opacity:0.7;} */
a.right {
    transition: 0.2;
    opacity: 0.3;
    color: #000 !important;
}

a.right:hover {
    transition: 0.5;
    opacity: 0.5;
}

.navbar {
    background: #fff !important;
    box-shadow: 0px -18px 50px #000;
    padding-bottom: 10px;
}

.navbar-toggle {
    top: 15px;
}

ul.nav {
    margin-top: -5px;
}

a.liOrcamento:hover {
    color: #07954a !important;
}

li.itemMenu {
    background-color: #fff;
}

a.itemMenu {
    font-size: 17px;
    background-color: #fff;
}

a.itemMenu:hover {
    background-color: #eee !important;
    border-radius: 5px;
}

a.itemMenu:active {
    background-color: #999 !important;
}

.glyphicon:hover {
    color: #000 !important;
}

div#fotos {
    width: 100%;
    margin: 50px auto;
}

div#fotos img {
    margin: 20px;
}

b.col-md-8, .CarTec {
    font-size: 130%;
}

p {
    font-family: 'Montserrat';
    font-weight: 100;
    font-size: 120%;
    line-height: 28px;
    text-align: justify;
    display: block;
    float: left;
    left: 10px !important;
    width: 100% !important;
}

p.pqBrasilTag {
    font-family: 'Montserrat';
    font-weight: 100;
    font-size: 100%;
    line-height: 28px;
    text-align: justify;
}

p.pqBrasilTag1 {
    font-family: 'Montserrat';
    font-weight: 100;
    font-size: 120%;
    line-height: 28px;
    text-align: justify;
    width: 90% !important;
    margin-left: 5%;
}

.fade-carousel {
    position: relative;
    min-height: 100vh;
}

.fade-carousel .carousel-inner .item {
    height: 100vh;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}

.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 10em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.hero h3 {
    font-size: 3em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #07954a;
    border-color: #07954a;
    outline: none;
    margin: 20px auto;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../../img/banner1.jpg);
    filter: blur(15px);
    transform: scale(1.1);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../../img/orcamento1.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../../img/admin1.png);
}

.fade-carousel .slides .slide-4 {
    background-image: url(../../img/banner.png);
}

#carousel {
    margin-top: 260px;
    width: 40%;
}

#carousel img{
  background-color: #fff;
}

#carousel h2{
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #contato .row {
        /* margin-top: 1100px !important; */
    }

    #carousel{
      margin-top: 10px;
      width: 90%;
    }
}

@media screen and (max-width: 320px) {
    #contato .row {
        /* margin-top: 5200px !important; */
    }
}

@media screen and (max-width: 360px) {
    #contato .row {
        /* margin-top: 4300px !important; */
    }
}

@media screen and (max-width: 414px) {
    #contato .row {
        /* margin-top: 3550px !important; */
    }
}

@media screen and (max-width: 320px) {
    #contato .row {
        /* margin-top: 5200px !important; */
    }
}

@media screen and (max-width: 375px) {
    #contato .row {
        /* margin-top: 4200px !important; */
    }
}

@media screen and (max-width: 375px) {
    #contato .row {
        /* margin-top: 4200px !important; */
    }
}

@media screen and (max-width: 320px) {
    #contato .row {
        /* margin-top: 5200px !important; */
    }
}

@media screen {
    #textoBanner {
        line-height: 0px;
    }
}

#contato {
    margin-top: 300px;
}

@media screen and (max-width: 480px) {
    #contato {
        margin-top: 500px !important;
    }
}
#banner {
    margin-top: 106px;
}

@media screen and (max-height: 640px) {

}

@media screen and (max-height: 100px) {
    #banner {
        margin-top: 80px;
    }
}

@media screen and (max-height: 480px) {
    #blocoBanner {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }

    .hero h3 {
        font-size: 2em;
    }

    #blocoBanner {
        margin-top: 60px !important;
        transform: scale(0.95) !important;
    }

    #eventCarousel {
        padding-left: 0% !important;
    }

    .imgCarousel {
        width: 50%;
    }

    #textobanner {
        font-size: 10px !important;
        line-height: 15px !important;
    }
}

#contato .row {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

#contact-form {
    background-color: #fff;
}

div.well {
    background-color: #fff !important;
}

footer {}

.imgCarousel {
    border-radius: 5px;
}

div.container {
    width: 100%;
    height: 100%;
}

div.card1 {
    box-shadow: 0px 0px 10px #aaa;
    margin: 20px auto !important;
    padding: 10px;
}

div.card2 {
    position: relative;
    margin-bottom: 20px;
    top: 100px;
    height: 150px;
    margin-left: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px #aaa;
    border-radius: 5px;
    color: #555 !important;
}

* {
    box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

.sectionTitle {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
}

#products {
    margin: 60px 0;
}

.productList {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}

.productItem {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.productItem .productImage {
    width: 25%;
    height: 240px;
    transition: .5s;
}

.productItem .productImage img {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.productItem .productContent {
    width: 75%;
    padding-left: 8px;
    text-align: left;
    font-family: 'Montserrat';
}

.productItem .productContent h3 {
    font-size: 18px;
    font-weight: bold;
}

.productItem .productContent.inRight {
    text-align: right;
    padding-left: 0;
    padding-right: 8px;
}

.sectionContent {
    width: 1120px !important;
    margin: 0 auto;
    display: block;
    float: none !important;
    font-size: 14px;
    line-height: 1.5em;
    max-width: 100% !important;
}

#budget {
    margin: 60px 0;
    background: url(../../img/orcamento1.jpg);
    background-size: cover;
    text-align: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
}

.contactForm {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.contactForm h2 {
    text-align: left;
}

#contactInfo {
    margin-top: 30px;
    margin-bottom: 60px;
}

.productItem .productImage:hover, .productItem .productImage:focus {
    width: 35%;
    height: auto;
    transition: .5s;
}