/* .bannerSky{
    padding-right: 50px;
    padding-left: 50px;
} */

.bannerSkyTextContainer {
    position: absolute;
    top: 0;
    right: 42px;
    width: 500px;
    text-align: right;
    padding-top: 2%;
    padding-right: 3%;
}

.bannerSky {
    background-image: url("../img/quemSomos.jpg");
    background-size: cover;
    width: 100%;
    text-align: right;
    display: flex!important;
    align-items: center;
    padding: 50px
}

.bannerSkyLine {
    display: block;
    position: absolute;
    height: 3px;
    background-color: white;
    width: 100px;
    top: 55%;
    right: 0;
}

#sublinhado {
    text-decoration: underline;
}

.digit {
    opacity: 0;
}

.digit.visible {
    opacity: 1;
}

.digit:nth-child(1) {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.digit:nth-child(2) {
    -webkit-transition: all 0.6s ease-in 0.2s;
    -moz-transition: all 0.6s ease-in 0.2s;
    -ms-transition: all 0.6s ease-in 0.2s;
    -o-transition: all 0.6s ease-in 0.2s;
    transition: all 0.6s ease-in 0.2s;
}

.digit:nth-child(3) {
    -webkit-transition: all 0.6s ease-in 0.2s;
    -moz-transition: all 0.6s ease-in 0.2s;
    -ms-transition: all 0.6s ease-in 0.2s;
    -o-transition: all 0.6s ease-in 0.2s;
    transition: all 0.6s ease-in 0.2s;
}

#produtosHover {
    text-align: center;
    background-color: #293848;
    display: none;
    width: 100%;
    position: fixed;
    margin-top: 70px;
    z-index: 99999999;
    top: 0;
    left: 0;
}

#produtosHover a {
    text-transform: none!important;
    letter-spacing: normal!important;
}

@media (min-width: 1200px) {
    #produtos:hover #produtosHover {
        display: block;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.boxProduto {
    background-color: #58616c;
    width: 180px;
    margin: 30px 5px;
    display: inline-block!important;
    padding: 35px 30px 15px 30px!important;
    color: white;
    cursor: pointer;
    position: relative;
    transition: all .2s ease-in-out;
    vertical-align: top!important;
    border-radius: 20px;
    letter-spacing: 0;
    /* height: 306px; */
}

.boxProduto:hover {
    top: -4px;
    box-shadow: 0 1px 1px #999;
    text-decoration: none!important;
}

#produtosHover a:hover {
    text-decoration: none!important;
}

.boxProduto img {
    width: 100px;
    margin-bottom: 15px;
}

.boxProduto>.title, .boxProduto>a>.title {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 15px;
}

.boxProduto>.price, .boxProduto>a>.price {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.boxProduto>a p, .boxProduto p {
    margin: 0;
    font-size: 10px;
}

.boxProduto>.description, .boxProduto>a>.description {
    line-height: 1.5;
    margin-bottom: 15px;
    display: none;
}

.boxProduto>.btn {
    background-color: #77b829;
    color: white;
    font-weight: 900;
}

ul:focus, ul:active {
    list-style: none;
    outline: none;
    border: none;
}

:focus, :active, :hover, :visited {
    outline: none!important;
}

/* .boxProduto p,
.boxProduto img,
.boxProduto.btn{
  margin-bottom: 5px;
} */

.logoConectoz {
    height: 38px;
}

.headerBlackcolor {
    background-color: #131b25;
}

.bodyGreencolor {
    background-color: #293848
}

body {
    font-family: 'Montserrat', sans-serif;
}

.frontImageLeft {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 60px;
    height: 500px;
}

.phoneImage {
    height: 500px;
}

.h2conectoz {
    color: white;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}

.carousel-control.left, .carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1;
}

.carousel-control>a>span {
    color: white;
    font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.active>div {
    display: none;
}

.active>div:first-child {
    display: block;
}

/*xs*/

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -50%;
    }
    .carousel-inner .active.right {
        left: 50%;
    }
    .carousel-inner .next {
        left: 50%;
    }
    .carousel-inner .prev {
        left: -50%;
    }
    .carousel-col {
        width: 50%;
    }
    .active>div:first-child+div {
        display: block;
    }
    .bannerHomeText {
        top: 60%!important;
    }
    .bannerHomeText .text-right {
        text-align: center;
    }
    .bannerSkyLine {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .bannerSkyTextLogo {
        background-position: top center;
    }
    .bannerSky {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bannerSky .title {
        font-size: 18px;
        font-weight: 600;
    }
    .bannerSky .text {
        font-size: 15px;
    }
    .bannerSky .bemvindo {
        font-size: 15px;
        font-weight: 600;
    }
    .bannerSky {
        background-image: url("../img/quemSomos-c.png");
        background-position: center center;
    }
    .conhecaPrincipal {
        background-size: cover!important;
        background-position: right center;
    }
}

/*sm*/

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }
    .carousel-inner .active.right {
        left: 50%;
    }
    .carousel-inner .next {
        left: 50%;
    }
    .carousel-inner .prev {
        left: -50%;
    }
    .carousel-col {
        width: 50%;
    }
    .active>div:first-child+div {
        display: block;
    }
}

/*md*/

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }
    .carousel-inner .active.right {
        left: 33%;
    }
    .carousel-inner .next {
        left: 33%;
    }
    .carousel-inner .prev {
        left: -33%;
    }
    .carousel-col {
        width: 33%;
    }
    .active>div:first-child+div {
        display: block;
    }
    .active>div:first-child+div+div {
        display: block;
    }
}

/*lg*/

@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }
    .carousel-inner .active.right {
        left: 25%;
    }
    .carousel-inner .next {
        left: 25%;
    }
    .carousel-inner .prev {
        left: -25%;
    }
    .carousel-col {
        width: 25%;
    }
    .active>div:first-child+div {
        display: block;
    }
    .active>div:first-child+div+div {
        display: block;
    }
    .active>div:first-child+div+div+div {
        display: block;
    }
}

.block {
    width: 306px;
    height: 230px;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.green {
    background: green;
}

.yellow {
    background: yellow;
}

.bannerContainer {
    position: relative;
    color: white;
    margin-bottom: 20px;
}

.produtos {
    margin-bottom: 70px;
}

.imagemFundoProduto {
    background-image: url(../img/bg-poligonos-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 100px;
}

.imagemFundoProdutoDierta {
    background-image: url(../img/bg-poligonos-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position-x: right;
    background-position-y: 8px;
}

@media (max-width:768px) {
    /* .imagemFundoProduto{    
    background-position-x: -150px;
    background-position-y: 50px;
    background-size: 550px;
  } */
    /* .imagemFundoProdutoDierta{
    background-size: 527px;
    background-position-x: 11px;
    background-position-y: 59px;
  } */
    .containerFlex {
        display: block!important;
        text-align: center!important;
    }
    .centerAlignMobile {
        text-align: center!important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /* .imagemFundoProduto{    
    background-repeat: no-repeat;
    background-position-x: -276px;
    background-position-y: 16px;
    background-size: 679px;

  } */
    /* .imagemFundoProdutoDierta{
    background-position-x: 520px;
    background-position-y: 42px;
    background-size: 609px;
  } */
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* .imagemFundoProduto{      
    background-position-x: -233px;
    background-position-y: -1px;
    background-size: 671px;
  } */
    /* .imagemFundoProdutoDierta{
    background-position-x: 134%;
    background-position-y: 8px;
    background-size: 668px;
  } */
}

@media (min-width: 1200px) {
    /* .imagemFundoProduto{      
    background-position-x: -233px;
    background-position-y: -1px;
    background-size: 671px;
  } */
    /* .imagemFundoProdutoDierta{
    background-position-x: 126%;
    background-position-y: 8px;
    background-size: 668px;
  } */
}

/* .bannerContainer>img{
  max-width: 300px;
} */

.GreenBackGroundBanner {
    background: #006e71;
}

.BlueBackGroundBanner {
    background: #003551;
}

.BlueDarkBackGroundBanner {
    background: #00174d;
}

.estrelaFundo {
    background-image: url("../img/conheca/estrelas.png");
    background-repeat: repeat;
    background-size: contain;
}

.textBanner>h1 {
    color: white;
    margin-bottom: 20px;
}

.btnsConhecaLast img {
    width: 112px;
}

.btnsConhecaLast {
    text-align: center;
}

.textBanner>p {
    color: white;
}

.textBanner>a {
    margin-right: 5px;
}

.containerFlex {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
}

.leftAlign {
    text-align: left;
}

.centerAlign {
    text-align: center;
}

.rightAlign {
    text-align: right;
}

.footer-area {
    color: white;
    background: #333366;
    background-image: url("../img/footerStars.png"), linear-gradient(#333366, #669933);
    background-repeat: no-repeat;
    padding-top: 2%;
}

.copyrightRow {
    margin-bottom: 5%;
}

.socialLinks {
    color: white;
}

.noPadding {
    padding: 0 0 0;
}

.conhecaPrincipal {
    background-image: url(../img/fundoConheca.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.conectozBtn {
    color: white;
    font-weight: 600;
    background-image: linear-gradient(-45deg, #0479a5, #60bb11);
    border: none;
    border-radius: 0;
}

.conectozBtnAvise {
    background-color: #E33434!important;
    background-image: none;
    color: white;
}

.conectozBtnAvise:hover {
    background-color: #FF0000!important;
    background-image: none!important;
    color: white;
}

.btnManual {
    background-color: #77b829!important;
    background-image: none;
    color: white;
}

.btnManual:hover {
    background-color: #77b829!important;
    background-image: none!important;
    color: white;
}


.conectozBtn::before {
    background-image: url("../img/iconeButtonLogo.png");
    background-size: 20px 20px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0px 6px 0 0;
    color: white;
}

.conectozBtn-lg::before {
    margin: 2px 6px 0 0;
}

.conectozBtn-Blue {
    color: white;
    font-weight: 600;
    border: none;
    background-color: #0076a9;
    border-radius: 0;
}

.conectozBtn-Blue:hover {
    color: white;
    font-weight: 600;
    border: none;
    background-color: #0269c0;
    border-radius: 0;
}

.conectozBtn-Blue::after {
    font-family: 'Glyphicons Halflings', 'Sans-serif';
    content: "\e080";
    font-weight: 900;
    position: relative;
    top: 1px;
    left: 2px;
}

.conectozBtn:hover {
    background-image: linear-gradient(-45deg, #60bb11, #0479a5);
    color: white;
    font-weight: 600;
    border: none;
}

.conectozBtn img {
    width: 30px;
    height: 30px;
}

a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-left: 2%;
    }
    .containerHeader {
        padding-left: 5px;
        padding-right: 5px;
        width: 95%
    }
    .navbar-collapse {
        padding-right: 0%
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        margin-left: 10%;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #131b25;
    z-index: 99999;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .collapse {
        display: none !important;
    }
}

.navbar-header {
    position: relative;
    z-index: 999999;
}

@media (max-width:768px) {
    .ms-skin-default .ms-nav-next {
        right: 2px !important;
    }
    .footer-area {
        text-align: center;
    }
    .copyrightCol {
        width: 100%;
    }
    .ms-skin-default .ms-nav-prev {
        left: -10px !important;
    }
    .copyrightRow {
        text-align: center;
    }
    /* #conheca{
  padding-top: 60px!important;
} */
}

@media (min-width:769px) {
    .ms-skin-default .ms-nav-next {
        left: 82vw !important;
    }
    .ms-skin-default .ms-nav-prev {
        left: -13vw !important;
    }
}

.list-group-item {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.list-group-item p {
    margin: 10px;
    display: none;
    color: #717D7E!important;
}

.glyphicon-plus::before,.glyphicon-minus::before {
    position: absolute;
    padding: 9px 10px;
    right: 0px;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings", 'Sans-serif';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.list-group-item i {
    position: absolute;
    padding: 9px 10px;
    right: 0px;
}

.dropdown-menu>li>a {
    line-height: 0.428571;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: inherit;
    color: white;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #3EC1D5;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
}

.barImageDivCenter {
    height: 12%;
    text-align: center;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
}

.barImageTop {
    align-items: baseline;
    padding-top: 10px;
}

.DivSpace {
    height: 20%;
    text-align: center;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DivSmallerSpace {
    height: 8%;
    text-align: center;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        overflow-y: hidden;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-collapse {
        overflow-x: hidden !important;
    }
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow-x: hidden!important;
}

.menuProductMobile li img {
    width: 20px;
    height: 20px;
    float: left;
}

.menuProductMobile li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0!important;
}

.menuProductMobile span{
    padding-left: 10px;
}

.containerModalSaiba{    
    
    background-color: #293848;
 
}

@media (max-width: 767px) {

    .contentSaiba {
        padding-top:30px;
        padding-bottom:30px;
    }

    .contentSaiba h3{
        text-align: center!important;
        font-size: 25px;
    }

}

@media (min-width: 768px) {

    .imgSaiba{
        height: 400px;
    }

    .containerModalSaiba{
        height: 400px;    
    }

   
    
}

.imgSaiba{
    background: url(../img/fotoSaiba.jpg) left no-repeat #293848;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;    
  
}

.inputSaiba{
    height: 400px;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.inputSaiba input,#formSaibaMaisMobile input{
    margin-bottom:20px ;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 220px;    
}
.contentSaiba img{
    margin-bottom:20px ;
}

#formSaibaMais,#formSaibaMaisMobile{
    text-align: center;
}


.jconfirm.jconfirm-custommodal .jconfirm-box{
    padding:0!important;
    background: inherit;
}

.jconfirm.jconfirm-custommodal .jconfirm-bg{
    background-color: black;
    opacity: 0.8;
}

.contentSaiba{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jconfirm.jconfirm-custommodal .jconfirm-box .jconfirm-closeIcon{
    color:white;
}

.cc-message{
    text-align: center;
}


/* #conheca{
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 70px;
}

.conhecaContainer{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%; 
  position: absolute; 
} */