@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');

body, html{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #939c9c;
    scroll-behavior: smooth;
    text-align: justify;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #d6d6d6;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #3f3f3f;
  }

  header {
    height: 120vh;
    background: url(../img/bg-header.jpg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

header i {
    color: #ffffff;
}

header a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}

header a:hover, header a:active, header a:focus{
    text-decoration: none;
    outline: none;
    border: none;
}

.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus{
    text-decoration: none;
    outline: none;
    border: none;
}

a{
    color: #494949;
}

a:hover{
    color: #494949;
    text-decoration: none;
}

.top-header{
    padding: 10px 0;
}

.top-header a {
    color: #ffffff;
    font-size: 14px;
    padding: 15px 10px;
    letter-spacing: 0px;
    text-transform: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

nav {
    background: #fff;
    border-radius: 5px;
}

.navbar {
    padding: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #939c9c;
}

.nav-item .btn-call {
    background-color: #a8bf08;
    padding: 8px 35px!important;
    border-radius: 50px;
    color: #fff!important;
    margin-left: 10px;
}

.btn-call {
    background-color: #a8bf08;
    padding: 8px 35px!important;
    border-radius: 50px;
    color: #fff!important;
    margin-left: 10px;
}

.content-header{
    height: 75vh;
    width: 100%;
}

.content-center{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header h1 {
    color: #fff;
    font-size: 60px;
}

header p {
    color: #fff;
}

.content-header a {
    color: #fff;
    border: 2px #fff solid;
    padding: 7px 50px;
    border-radius: 50px;
}

.content-header a:hover {
    color: #fff;
    border: 2px #fff solid;
    padding: 7px 50px;
    border-radius: 50px;
}

h2 {
    color: #0067a5;
    font-weight: 800;
    line-height: .9;
    padding: 15px 0;
}

h2 span {
    color: #b9c8c8;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
}

h2:before {
    content: "";
    position: absolute;
    border-top: 70px solid #afc70d;
    left: -3px;
    right: -3px;
    top: 0;
    width: 4px;
    z-index: -1;
}

.box-servicos {
    padding: 30px 20px;
    border-radius: 0 20px 0 20px;
    color: #fff;
    height: 350px;
}

.box-servicos h3 {
    font-size: 1.4rem;
    font-weight: 800;
}

.box-servicos p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}

.box-servicos a {
    color: #fff;
    border: 2px #fff solid;
    padding: 5px 50px;
    border-radius: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.box-1{
    background: url(../img/box-01.png);
    background-size: cover;
}

.box-2{
    background: url(../img/box-02.png);
    background-size: cover;
}

.box-3{
    background: url(../img/box-03.png);
    background-size: cover;
}

.box-4{
    background: url(../img/box-04.png);
    background-size: cover;
}

.box-5{
    background: url(../img/box-05.png);
    background-size: cover;
}

section {
    padding-bottom: 150px;
}

#callSection{
    padding: 150px 0;
    background: url(../img/bg-call.png);
    background-size: cover;
    text-align: center;
    margin-bottom: 150px;
}

#callSection h2{
    color: #fff;
    font-size: 3rem;
    padding: 15px 0 35px 0;
}

#callSection h2:before {
    content: "";
    position: absolute;
    border-top: 0 solid hsla(0, 0, 0, 0);
    left: -3px;
    right: -3px;
    top: 0;
    width: 4px;
    z-index: -1;
}

#callSection p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

#callSection a {
    color: #fff;
    border: 2px #fff solid;
    padding: 7px 50px;
    border-radius: 50px;
}

#depoimentos h5{
    color: #a8bf08;
    font-weight: 800;

}

#depoimentos .cargo{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
}

#depoimentos p{
    font-style: italic;
}

.carousel-control-next, .carousel-control-prev {
    top: -18%;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-prev-icon:after {
    content: '';
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
    background-image: none;
    border-left: 1px solid rgb(112, 112, 112);
    border-top: 1px solid rgb(112, 112, 112);
}

.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '';
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    width: 15px;
    height: 15px;
    border-left: 1px solid rgb(112, 112, 112);
    border-top: 1px solid rgb(112, 112, 112);
}

footer {
    background: url(../img/bg-footer.jpg);
    background-position: top;
    background-size: cover;
    padding-top: 200px;
}

footer h2{
    color: #fff;
    font-size: 3rem;
    padding: 15px 0 35px 0;
}

footer h2:before {
    content: "";
    position: absolute;
    border-top: 0 solid hsla(0, 0, 0, 0);
    left: -3px;
    right: -3px;
    top: 0;
    width: 4px;
    z-index: -1;
}

footer .p-top {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

footer .btn-footer {
    color: #fff;
    border: 2px #fff solid;
    padding: 7px 50px;
    border-radius: 50px;
}

footer p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: rgb(221, 221, 221);
}

.bg-footer {
    background: rgba(8, 44, 116, 0.76);
    padding: 15px 0 0 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #939c9c!important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: .25rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.dropdown-item.active, .dropdown-item:active {
    color: #939c9c!important;
    text-decoration: none;
    background-color: rgba(0, 123, 255, 0);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #939c9c!important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.btn-primary {
    color: #fff;
    background-color: #a8bf08;
    border-color: #a8bf08;
    padding: 6px 50px;
    border-radius: 50px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a8bf08;
    border-color: #a8bf08;
    padding: 6px 50px;
    border-radius: 50px;
}

#orcamento input[type=number] {
    border-radius: 5px;
    border: 1px #a8bf08 solid;
    padding: 5px 0px 5px 5px;
    font-size: 18px;
    color: #a8bf08;
    width: 45px;
    font-family: roboto;
  }

#orcamento  .form-control {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 1.4rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#orcamento textarea.form-control {
    height: auto;
}

#impressorasHP h4 {
    font-size: 1.5rem;
    color: #0067a5;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.modal-dialog {
    max-width: 1000px;
}
.modal-header {
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-content {
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
}
.modal-footer {
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.destaque-content {
    background: rgba(0, 103, 165, 0.06);
    padding-bottom: 50px;
    border-radius: 10px;
}

@media (min-width: 1440px){
    .tela-desktop{display: block;}
    .tela-notebook{display: none;}
}
@media (max-width: 1440px){
    .tela-desktop{display: none;}
    .tela-notebook{display: block;}
}
@media (max-width: 1024px){}
@media (max-width: 768px) {
    header {
        height: 105vh;
        background: url(../img/bg-header.jpg);
        background-position: top;
        background-size: 300%;
        background-repeat: no-repeat;
    }
    header nav i {
        color: #02578e;
    }
    .nav-item .btn-call {
        background-color: #a8bf08;
        padding: 8px 35px!important;
        border-radius: 50px;
        color: #fff!important;
        margin-left: 10px;
        max-width: 200px;
        text-align: center;
    }
    .navbar-collapse {
        position: absolute;
        background: #fff;
        padding: 10px 20px 20px 20px;
        border-radius: 20px 0;
        top: 80px;
        right: 0;
        z-index: 10;
    }
    .top-header {
        padding: 10px 0;
        text-align: center;
    }
    .top-header .text-right {
        text-align: center!important;
    }
    header h1 {
        color: #fff;
        font-size: 50px;
    }
    #servicos {
        padding-top: 100px;
    }
    .box-servicos {
        margin-top: 20px;
    }
    footer .float-right {
        float: none!important;
    }
    footer h2 {
        line-height: 1.3;
    }
    #depoimentos br{
        display: none;
    }
    #callSection h2 {
        font-size: 2rem;
        line-height: 1.3;
    }
    .btn-call {
        background-color: #a8bf08;
        padding: 8px 35px!important;
        border-radius: 50px;
        color: #fff!important;
        margin-left: 10px;
        margin-top: 10px;
        display: inline-block;
    }
    .btn-primary {
        margin-bottom: 20px;
    }
    h2 {
        text-align:left;
    }
    .top-header a {
        white-space: nowrap;
    }
    .content-header {
        height: 65vh;
    }
}
@media (max-width: 425px) {
    header h1 {font-size: 35px;}
}
@media (max-width: 376px) {}