@media screen and (max-width: 767px) {   
    .desktop-carousel-intro{
        visibility: hidden;
        height: 0px;
    }
    #lhc_status_container{
        visibility: hidden;
    } 
}

@media screen and (min-width: 768px) {      
    .mobile-carousel-intro{
        visibility: hidden;
        height: 0px;
    }  
}


@media(min-width: 700px){
    .telefone-nav{
    display: block;
    padding: .5rem 1rem;
    padding-top: 14%;
    background: transparent;
    color: #F58635;
    }
}


@media(min-width: 700px){
    .contact-icon{
    margin-left:50px; 
    margin-right: -50px;
    }    
}

.dropdown-menu {
    font-size: 14px;
    text-align: left;
    list-style: none;
}

.carousel-button{
    z-index: 1000000 !important;
}

.portal-cliente-icone{
    position: absolute;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 9px;
    padding-right: 9px;
}

.left-addon input {
    padding-left: 30px;
}

.has-error .form-control:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #CA5703;
    border-color: #CA5703;
}




.form-control {
    display: inline;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
        padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}




ul, ol {

    margin-top: 0px !important;
    margin-bottom: 0px !important;

}

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

.help-block {
    display: block;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    color: #737373;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.btn-primary:hover {
    color: #fff;
    background-color: #CA5703 !important;
    border-color: #CA5703 !important;
}

.btn-primary {
    color: #fff;
    background-color: #F58635 !important;
    border-color: #F58635 !important;
}

section.pricing {
  background: #007bff;
}

.pricing .card {
  border: none;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.inner-shadow{
    box-shadow: inset 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.fix-font{
    font-family: "Roboto", sans-serif !important;
}

.fix-font-size{
    font-size: 24px;
}

.contact-address p i {

    width: 40px;
    font-size: 20px;
    vertical-align: middle;
    float: left;
    margin-left: -50px;
    color: #F58635;

}


input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
}

.dropdown-menu-solucoes {
    padding: 0 0;

}

#myCarousel {
}

.carousel-control.left {
  left: -10%;
  color: black;
}

.carousel-control.right {
  right: -10%;
color: black;
}


.intro-section{ 
    padding-top: 0px;
    padding-bottom: 0px;
}

.wpp-mobile{
    visibility: hidden;
}

@media(max-width: 700px){
    .telefone-nav{
    display: block;
    padding: .5rem 1rem;
    background: transparent;
    color: #F58635;
    }
}

a {
    color: #F58635;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

.links_contato {
    text-decoration: none !important;
    color: #F58635;
  }

a:hover, a:focus {
    text-decoration: none !important;
    color: #CA5703 !important;
}

.a-contato{
    font-size: 20px;
}

#caption-carousel-1{
    position:absolute;
    z-index: 1000;
    width:100%;
    top:30%;
}

.caption-carousel-h2{
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 2px 5px #000;
}

.caption-carousel-p{
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 2px 8px #000;
    font-family: "Open Sans",sans-serif;
}
@media(max-width: 900px){
    #caption-carousel-1{
      position:absolute;
      z-index: 1000;
      width:100%;
      top:35%;
  }    
}

@media(max-width: 700px){
    .wpp-mobile{
    visibility: visible;
    }    
}

.img-clientes-size{
    width:100%;
}

.carousel-clientes-size{
}

#appliances {
    background: #20222e url(../images/bg_appliance.jpg) no-repeat 50% 50%;
    background-size: auto auto;
    background-size: cover;
}

#sol-zimbra {
    background: #20222e url(../images/solucoes/zimbra/bg-zimbra.webp) no-repeat 50% 50%;
    background-size: auto auto;
    background-size: cover;
    color: #64686d;
}

#sol-samba4 {
    background: #2e2e2e url(../images/solucoes/samba4/bg-samba.webp) repeat 50% 50%;
    color: #fff;
}

#sol-linux {
    background: #2e2e2e url(../images/solucoes/samba4/bg-samba.webp) repeat 50% 50%;
    color: #fff;
}

#sol-proxmox {
    background: #20222e url(../images/solucoes/proxmox/bg-proxmox2.jpg) no-repeat 0 0;
    background-size: auto auto;
    background-size: cover;
}

#sol-zabbix {
    background: #20222e url(../images/solucoes/zabbix/bg-zabbix.webp) no-repeat 50% 50%;
    background-size: auto auto;
    background-size: cover;
    color: #fff;
}

#sol-pfsense {
    background: #20222e url(../images/solucoes/pfsense/bg-pfsense.jpg) no-repeat 50% 50%;
    background-size: auto auto;
    background-size: cover;
    color: white;
}

.sol-p {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1rem;
}

section, #fale-conosco {
    padding-top: 50px;
    padding-bottom: 0px;
}


section {
    padding-top: 50px;
    padding-bottom: 50px;
}


#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
}

#cta {
    background-color: #eeeeee;
}

#appliances {

    background-color: #3538B2;
}

#appliances1 {

    background-color: #eeeeee;
}

#appliances2 {

    background-color: #F58635;
}



#zabbix {
    background: #20222e url(../images/solucoes/zabbix/bg-zabbix.webp) no-repeat 50% 50%;
    background-size: auto auto;
    background-size: cover;
    color: #fff;
}

#proxmox {
    background: #20222e url(../images/solucoes/proxmox/bg-proxmox2.webp) no-repeat 0 0;
    background-size: auto auto;
    background-size: cover;
}

#zimbra {
    background: #20222e url(../images/solucoes/zimbra/bg-zimbra.webp) no-repeat 0 0;
    background-size: auto auto;
    background-size: cover;
    color: #64686d;
}

#pfsense {
    background: #20222e url(../images/solucoes/pfsense/bg-pfsense.webp) no-repeat 0 0;
    background-size: auto auto;
    background-size: cover;
    color: white;
}

#Samba4 {
    background: #2e2e2e url(../images/solucoes/samba4/bg-samba.webp) repeat 50% 50%;
    color: #fff;
}


#fale-conosco {
    background: #2e2e2e url(../images/fale_conosco/bg-fc.webp) no-repeat 0 0;
    color: #fff;
}

#fale-conosco h1,
#fale-conosco h2,
#fale-conosco h3 {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Campton Bold", sans-serif;
}

h4 {
    font-size: 1rem;
}

body {
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", sans-serif
}

.title-img {
    max-width: 300px;
    width: 50%;
}

ol {
    padding-left: 0px;
}

.prox {
    padding-left: 0px;
}

.text-colored-orange {
    color: #F58635;
}

.text-colored-red {
    color: #d30700;
}

.zimbra-icon {
    float: left;
    padding-top: 8px;
    padding-left: 8px;
    margin-left: -50px;
    color: #F58635;
}

#solucoes {
    background-color: #eeeeee;
}

.zabbix-sub {
    color: #FFF;
    text-shadow: 0px 2px 8px #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.red-zabbix {
    background-color: #d30700;
    color: white;
}

.card-zabbix {
    border-color: #d30700;
}

@media(max-width: 767px) {
    .order-zabbix {
        order: -1;
    }
    .text-center-mobile {
        text-align: center;
    }
}

#proxmox ul ol {
    margin-bottom: 5px;
}

#zabbix ul ol {
    margin-bottom: 5px;
}

#zimbra ul ol {
    margin-bottom: 15px;
}

#pfsense .card-header {
    background-color: #B71E1A;
}

.card-remove-pad {
    padding: 0px;
}

#pfsense .card-body {
    color: black;
}

#pfsense button {
    color: white;
}

#pfsense .card {
    border-color: #B71E1A;
}

#linux-service-image {
    background: url('../images/solucoes/linux-icon.png') no-repeat;
    width: 75px;
    height: 75px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 3px solid transparent;
    -webkit-transition: all .4s ease;
}

#pfsense-service-image {
    background: url('../images/solucoes/pfsense-icon.png') no-repeat;
    width: 75px;
    height: 75px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 3px solid transparent;
    -webkit-transition: all .4s ease;
}

#samba4-service-image {
    background: url('../images/solucoes/samba4-icon.png') no-repeat;
    width: 75px;
    height: 75px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 3px solid transparent;
    -webkit-transition: all .4s ease;
}

#zabbix-service-image {
    background: url('../images/solucoes/zabbix-icon.png') no-repeat;
    width: 75px;
    height: 75px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 3px solid transparent;
    -webkit-transition: all .4s ease;
}

#zimbra-service-image {
    background: url('../images/solucoes/zimbra-icon.png') no-repeat;
    width: 75px;
    height: 75px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 3px solid transparent;
    -webkit-transition: all .4s ease;
}

#proxmox-service-image {
    background: url('../images/solucoes/proxmox-icon.png') no-repeat;
    width: 75px;
    height: 75px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 3px solid transparent;
    -webkit-transition: all .4s ease;
}

.media.service-box:hover #linux-service-image {
    filter: grayscale(0%);
}

.media.service-box:hover #pfsense-service-image {
    filter: grayscale(0%);
}

.media.service-box:hover #samba4-service-image {
    filter: grayscale(0%);
}

.media.service-box:hover #zabbix-service-image {
    filter: grayscale(0%);
}

.media.service-box:hover #zimbra-service-image {
    filter: grayscale(0%);
}

.media.service-box:hover #proxmox-service-image {
    filter: grayscale(0%);
}

.media.service-box {
    margin: 25px 0;
}

.media.service-box .pull-left {
    margin-right: 20px;
}

.media.service-box .pull-left>i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #F58635;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}

.media.service-box .pull-left>i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #F58635;
}

.media.service-box:hover .pull-left>i {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.section-title {
    font-size: 44px;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.text-justify {
    text-align: justify;
    font-size: 14px;
}

.nav-custom {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.ticklist {
    list-style: outside none none;
}

.ticklist ol {
    width: 50%;
    min-width: 300px;
    float: left;
    padding: 5px 5px 5px 0px;
    box-sizing: border-box;
}

#Samba4 .icon-circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #F58635;
    border-radius: 100px;
    position: relative;
}

.icon-circle .fa,
.fab {
    line-height: 75px;
}

.navbar {
    padding: 0px;
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 22px 15px 21px;
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }
    #main-menu.navbar-default .navbar-nav>li>a {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #main-menu.navbar-default .navbar-nav>li.active>a,
    #main-menu.navbar-default .navbar-nav>li.open>a,
    #main-menu.navbar-default .navbar-nav>li:hover>a {
        background: transparent;
        padding-top: 37px;
        border-top: 3px solid #F58635;
    }
    #main-menu.navbar-default .dropdown-menu>li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }
    #main-menu.navbar-default .dropdown-menu>li>a {
        border-top: 1px solid #404455;
        padding: 15px 0;
        color: #eeeeee;
        background-color: transparent;
    }
    #main-menu.navbar-default .dropdown-menu li i {
        padding: 0px 10px;
    }

    #main-menu.navbar-default .dropdown-menu>li:first-child>a {
        border-top: 0;
    }
    #main-menu.navbar-default .dropdown-menu>li.active,
    #main-menu.navbar-default .dropdown-menu>li.open,
    #main-menu.navbar-default .dropdown-menu>li:hover {
        border-left-color: #F58635;
    }
    #main-menu.navbar-default .dropdown-menu>li.active>a,
    #main-menu.navbar-default .dropdown-menu>li.open>a,
    #main-menu.navbar-default .dropdown-menu>li:hover>a {
        color: #F58635;
        background-color: transparent;
    }
}

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
    color: #272727;
}

.nav.main-tab>li.active>a {
    background: #222534;
    color: #F58635;
}

.nav.main-tab>li:first-child>a {
    border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
    border-radius: 0 3px 0 0;
}

.icon-circle {

    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #F58635;
    border-radius: 100px;
    position: relative;
}

.icon-circle>span {
    border-style: solid;
    border-width: 2px;
    border-color: #F58635;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 20px;
    top: -12px;
    color: #64686d;
}

.icon-circle:hover {
    background: #FCAC45 none repeat scroll 0% 0%;
    color: #FFF;
}

.img-panels {
    margin-top: 6pt;
    margin-right: 14px;
    background-color: transparent;
    border: 4px solid #e2e7ea;
}

.sub-title-serv {
    margin-bottom: 1rem;
    font-weight: bold;
}

@media(max-width: 768px) {

    .inv-img {
        visibility: hidden;
        width: 0px;
        height: 0px;
        padding: 0px;
    }

    .nav-item {
        margin-left: 2rem;
    }
}

input[type="text"],
input[type="email"],
textarea,
textarea.form-control {
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
    vertical-align: middle;
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid #FFF;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 50px;
    color: #FFF;
    border-radius: 6px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
}
