@charset "UTF-8";
/* Tema do cliente */

/**  cor: #55BCE1;  **/
/**  cor-hover: #55BCE1;  **/


/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-webfont.woff2') format('woff2'),
         url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

@font-face {
    font-family: 'mulibold';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'),
         url('../fonts/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


strong, b{
  font-weight: lighter;
  font-family: 'mulibold';
}


.btnwhats{
  position: fixed;
  right: 00px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}

@media (max-width: 1555px) {.footer{padding-bottom: 80px!important; } }
@media (min-width: 1200px) {.container{padding: 0px; } }
/*.container{
  max-width: 1000px;
}*/



@media (max-width: 991px) {
  .fxsm{
    height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .fxsm{
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 20px 0;
  }
}



a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: #55BCE1;
}
::-moz-selection{
  background: #55BCE1;
}
::selection{
  background: #55BCE1;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #55BCE1;
  border-color: #55BCE1;
}
.lds-ellipsis div{  
  background-color: #55BCE1;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{
  font-family: 'muliregular';
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


a.logo img{
  margin-top: 38px;
}

.tredes{
  display: inline-block;
  margin-left: 20px;
}

.tinfo{
  margin-top: 19px;
  text-align: right;
  font-family: 'mulibold';
  font-size: 20px;
  color: #312E94;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  margin-top: 25px;
}

.menu>li{
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  /*background-image: url(../imagens/);*/
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 20px;
  color: #312F95;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}

.menu li:last-child a{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li>a:hover,
.menu>li>a.active{
  text-decoration: none;
  color: #312F95;
  text-shadow: 0px 0px 1px #312F95;
  border-bottom: 2px solid #55BCE1;
}

.menu>li:hover .submenu{
  display: block;
}


.menu li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #FFFFFF;
  text-align: center;
  position: absolute;
  text-align: left;
  padding-right: 20px;
  right: 0;
  top: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 999;
  box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #55BCE1;
}

/*.submenu::after {
    content: ' ';
    border: 10px solid transparent;
    border-bottom: 10px solid #333;
    position: absolute;
    left: 20px;
    top: -20px;
}*/

.submenu>li{
  display: block;
}

.submenu>li>a{
  color: #312C92;
  font-size: 14px;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
  border-bottom: 1px solid #55BCE1;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 100%;
  display: block;
}

.submenu>li:last-child {
  border-bottom: 0;
}

.submenu>li>a:hover,
.submenu>li>a.active{
  color: #55BCE1;
}

/* menu responsivo 2*/ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #EEE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #55BCE1;
      width: 265px;      
      margin-top: 0px!important;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    #menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #55BCE1;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: #666;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }


    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .tel{
      padding-right: 57px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/


.sombrabanner{
  background-image: url(../imagens/sombra.png);
  height: 735px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 884;
}

.header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 888;
}



.owli a{
  height: 877px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot{
  outline: none;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 20px;
  height: 20px;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: transparent;
  border: 6px solid #FFF;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.9);
  box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.9);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: transparent;
  border: 6px solid #302F90;
}


.fx1{
  background-image: url(../imagens/fx1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 904px;
  padding-top: 150px;
}

.fx1 h1{
  font-size: 35px;
  color: #2299D1;
  font-family: 'mulibold';
  margin-bottom: 0;
}

.fx1 h2{
  font-size: 30px;
  color: #302F96;
  font-family: 'mulibold';
  margin-bottom: 30px;
  margin-top: 70px;
}

.fx1 p{
  font-size: 18px;
  color: #31313F;
}

.fx2{
  padding: 60px 0;
  font-size: 20px;
  color: #31313F;
  overflow-x: hidden;
  background-color: #FFF;
}

.fx2 img{
  float: left;
  margin-right: 35px;
}

.fx2 h2{
  color: #FFF;
  line-height: 64px;
  position: relative;
  padding-right: 120px;
  display: inline-block;
  z-index: 2;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #302F96;
  font-family: 'mulibold';
  margin-top: 0;
  margin-bottom: 45px;
  transition: all .2s linear;
}

.fx2 h2::after{
  content: ' ';
  width: 2000px;
  height: 64px;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #302F96;
  z-index: 1;
  transition: all .2s linear;
}



.fx2 p{
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}

.fx2 .row>div{
  margin-bottom: 30px;
}



a.fx2cta{
  color: #FFF;
  font-size: 21px;
  line-height: 64px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  z-index: 2;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #302F96;
  font-family: 'mulibold';
  margin-top: 0;
  margin-bottom: 45px;
  float: right;
  transition: all .2s linear;
}

a.fx2cta::after{
  content: ' ';
  width: 2000px;
  height: 64px;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #302F96;
  z-index: 1;
  transition: all .2s linear;
}

a.fx2cta:hover{
  background-color: #5F5ED5;
}

a.fx2cta:hover::after{
  background-color: #5F5ED5;
}


.fx3{
  background-color: #ECECFB;
  padding-top: 60px;
}


.fx3 h2{
  color: #302E96;
  text-align: center;
  font-size: 30px;
  font-family: 'mulibold';
  margin-bottom: 60px;
}

.solucaoh{
  display: block;
  margin-bottom: 20px;
  max-width: 272px;
  margin-right: auto;
  margin-left: auto;
}

.shimg{
  display: block;
  position: relative;
}

.play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.sombrash2{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../imagens/sombra-video.png);
  background-size: cover;
  max-width: 563px;
}

.sombrash2{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../imagens/sombra-g.png);
}

.shtit{
  background-image: url(../imagens/aquele-traco.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 15px;
  font-size: 23px;
  color: #302D96;
  display: block;
  margin-bottom: 20px;
  font-family: 'mulibold';
  line-height: 1.2;
}

.shtxt{
  font-size: 18px;
  color: #31313F;
}

.depoh{
  background-color: #302F96;
}

.padt{
  padding-top: 70px;
}

.depoh{
  background-image: url(../imagens/aspas.png);
  background-position: center 100px;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #FFF;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.depoh::after{
  content: ' ';
  width: 2000px;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background-color: #302F96;
}

.depoh::before{
  content: ' ';
  width: 100px;
  height: 100%;
  left: -100px;
  top: 0;
  position: absolute;
  background-color: #302F96;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}


.depoh h3{
  margin: 0;
  font-size: 23px;
}

.depoh h4{
  font-size: 14px;
  margin: 0;
  margin-bottom: 30px;
}

.fx3{
  overflow-x: hidden; 
}


.footer{
  background-image: url(../imagens/footer2.jpg);
  background-position: center bottom;
  padding-top: 100px;
  overflow-x: hidden;
  color: #FFF;
}


.footer h5{
  text-align: center;
  font-size: 30px;
  color: #FFF;
  margin-bottom: 20px;
  line-height: 95px;
  position: relative;
}

.footer h5 span{
  position: relative;
  display: inline-block;
}

.footer h5 span:after{
  content: ' ';
  background-color: rgba(45,45,150,0.9);
  height: 95px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  width: 2000px;
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 1;
}

.footer h5 b{
  z-index: 2;
  position: relative;
}

.footerfheight{
  height: 100px;
}

.footer h6{
  font-family: 'mulibold';
  font-size: 22px;
  
}



.footerfheight2{
  height: 100px;
}

.fmenu a{
  display: block;
  transition: all .2s linear;
}

.fmenu{
  font-size: 19px;
}

.fmenu p{
  margin-bottom: 20px;
}

.fcnt p{
  position: relative;
  padding-left: 40px;
  font-size: 16px;
}

.fcnt p img{
  position: absolute;
  left: 0;
  top: 0;
}

.fcnt b{
  display: block;
}


.footer2{
  border-top: 1px solid #393775;
  padding-top: 25px;
  padding-bottom: 45px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 90px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}

@media (max-width: 767px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }


.redesf{
  text-align: right;
}

.redesf a{
  transition: all .2s linear;
  opacity: 0.7;
}

.redesf a:hover{
  opacity: 1;
}


/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .menu>li{
      margin-right: 8px;
    }

    .fx1{
      padding-top: 50px;
    }

    .shtit{
      font-size: 18px;
    }

    .footerfheight, .footerfheight2{
      height: 50px;
    }

    .redesf{
      text-align: center;
    }

    .footer2{
      margin-top: 60px;
    }

    .tredes{
      margin-top: 10px;
    }

    .menu{
      margin-top: 10px;
    }

    
  }
  @media (max-width: 991px) {

    .tredes{
      display: none;
    }

    .tinfo{
      font-size: 13px;
      padding-right: 44px;
    }

    .tinfo img{
      display: none;
    }
    
    .fx1{
      background-image: none;
      padding-top: 30px;
      text-align: center;
      height: auto;
      padding-bottom: 30px;
    }


    .sombrabanner{
      display: none;
    }

    .header{
      position: static;
    }

    .fx1 h2{
      margin-top: 30px;
    }

    .depoh::before{
      display: none;
    }

    .depoh::after{
      display: none;
    }

    .footer{
      background-size: cover;
    }

    .fx3{
      padding-bottom: 30px;
    }

    .tinfo{
      text-align: left;
    }

    .fx2 .row div{
      text-align: center;
    }

    a.fx2cta::after{
      display: none;
    }

    a.fx2cta{
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      text-align: center;
      padding: 10px 15px;
      line-height: 1.5
    }

    .footer h5{
      line-height: 1.2;
      background-color: rgba(45,45,150,0.9);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 10px 20px;
    }

    .footer h5 span:after{
      display: none;
    }

    #app img{
      margin: 5px;
    }

  }
  @media (max-width: 767px) {

    .tinfo{
      text-align: left;
    }

    .fmenu{
      text-align: center;
    }

    .fx1 h1{
      font-size: 21px;
    }

    .fx2 h2{
      display: block;
      text-align: center;
    }

    


    .fx2 img{
      float: none;
      margin: 0;
      margin-bottom: 10px;
      margin: 0 auto;
      margin-bottom: 10px;
      display: block;
    }

  }
  @media (max-width: 480px) {

    .footer h6{
      margin-top: 30px;
    }

    .footerfheight{
      height: 20px;
    }

  }
/* /responsivo */

.titulo{
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 276px;
  height: 463px;
  margin-bottom: 10px;
}

.titulo.tcontato{
  background-image: url(../imagens/titulo-contato.jpg);
}

.titulo.tempresa{
  background-image: url(../imagens/titulo-empresa.jpg);
}


.titulo.tservicos{
  background-image: url(../imagens/titulo-servicos.jpg);
}


.titulo.tsolucoes{
  background-image: url(../imagens/titulo-solucoes.jpg);
}


.titulo.tonline{
  background-image: url(../imagens/titulo-online.jpg);
}


.titulo h2{
  font-family: 'mulibold';
  color: #312C92;
  font-size: 56px;
}

.bread{
  margin-bottom: 70px;
  text-align: right;
  font-size: 15px;
  color: #312D93;
}

.int h2{
  color: #312D93;
  font-size: 24px;
}


/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-form-control-wrap span{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 4px;
  }

  div.wpcf7-validation-errors{
    background-color: #f7e700;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ng{
    background-color: #ff0000;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ok{
    background-color: #398f14;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }
/* noovo css form */

.pg-contato form{
  line-height: 1.5;
  font-family: 'open_sansregular';
  font-size: 13px;
  
  margin-bottom: 0px;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 15px;
  height: 40px;
  background-color: #FFF;
  border: 0;
}

.pg-contato form textarea{
  height: 145px;
  margin-bottom: 25px;
}

.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #312E94;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.pg-contato iframe{
  width: 100%;
  height: 433px;
}

.pg-contato form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .pg-contato form .col-xs-6{
    width: 100%;
  }
}


.ccnt{
  margin-top: 100px;
  margin-bottom: 90px;
  font-size: 21px;
  color: #31313F;
}

.ccnt b{
  display: block;
  color: #312C92;
  font-size: 21px;
}

.ccnt p{
  position: relative;
  padding-left: 45px;
}

.ccnt img{
  position: absolute;
  left: 0;
  top: 0;
}

.int{
  padding-bottom: 90px;
}

.pg-empresa h2{
  font-family: 'mulibold';
  font-size: 39px;
  color: #302D96;
  background-image: url(../imagens/nuesto-traco.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  margin-bottom: 10px;
}



.pg-empresa h3{
  font-family: 'mulibold';
  font-size: 29px;
  color: #302D96;
  background-image: url(../imagens/nuesto-traco.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  margin-bottom: 10px;
}



.pg-on h2{
  font-family: 'mulibold';
  font-size: 39px;
  color: #302D96;
  background-image: url(../imagens/nuesto-traco.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}



.pg-on h3{
  font-family: 'mulibold';
  font-size: 25px;
  color: #302D96;
  background-image: url(../imagens/nuesto-traco.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  margin-bottom: 10px;
}


.downs{
  text-align: center;
}

.downs a{
  transition: all .2s linear;
  margin-bottom: 50px;
  display: block;
}

.downs a img{
  margin-bottom: 10px;
}

.tco p{
  font-size: 22px;
  margin-bottom: 40px;
}


/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {

    .btnwhats{
      right: auto;
      bottom: 0;
      left: 50%;      
      transform: translate(-50%,0);
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */




.owl-hdepo .owl-dots {
    position: static;
    bottom: -27px!important;
}
.owl-hdepo .owl-dots .owl-dot span{
  border: 1px solid #928A89;
  background-color: #928A89;
}
.owl-hdepo .owl-dots .owl-dot.active span, .owl-hdepo .owl-dots .owl-dot:hover span{
  border: 1px solid #FFF;
  background-color: #FFF;
}
