/*-----------------------------------------------------------------------------*/
/*WhatsApp*/
/*-----------------------------------------------------------------------------*/
#whatsapp-btn {
  position: fixed;
  bottom: 70px;
  left: 70px;
  z-index: 9999;
}

#whatsapp-btn button {
  position: absolute;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.2s ease;
  animation: pulse 2s infinite;
}

#whatsapp-btn button:hover,
#whatsapp-btn button:focus {
  background: #FFFFFF;
  color: #25D366;
}

#whatsapp-btn .fa-whatsapp {
  font-size: 2em;
}

#whatsapp-btn .box-option {
  display: none;
  background-color: #eee5de;
  width: 220px;
  padding: 5px 15px;
  position: absolute;
  bottom: 5px;
  border-radius: 19px;
  border: 1px solid #d2ccc5;
  font-size: 13px;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(37, 211, 102);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(37, 211, 102);
    box-shadow: 0 0 0 0 rgb(37, 211, 102);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}


.custom-toggler.navbar-toggler {
  border-color: transparent !important;
  background: transparent;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(45,156,176)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



.call-to-action {background:#81bbc9; padding:40px 0;}

.call-to-action h1{
  text-transform:uppercase; 
  color:#fff; 
  font-family:Arial;
  font-size:35px;
}
.btn.btn-white {
  background: transparent;
  color: #FFF;
  border: 1px solid #fff;
  padding: 10px 35px;
  border-radius: 5px;
  font-weight:700;
}

.btn.btn-white:hover {
  background: #fff;
  color: #2D9CB0;
  border: 1px solid #fff;
  transition: all .3s;
}

.recaptcha{
  padding: 3px 0px;
}

@media (max-width: 768px) {
  .m-text-center {text-align:center;}
  .call-to-action h1{font-size:20px;}
}

@media (max-width: 1024px) {
  .m-text-center {text-align:center;}
  .call-to-action h1{font-size:25px;}
}


section{
  padding: 20px 0;
}

.botoes{
  margin: 20px auto;
}

.slider-texto h1{
  margin: 0px;
}

.dor-de-cabeca-dtm{
  font-size: 3.5em;
  margin: 0;
  display: block;
  text-transform: unset;
  color: #957ead;
}

.chamada{
  font-family: 'Courgette', cursive;
  font-size: 10em;
  margin: 0;
  display: block;
  transform: rotate(-8deg);
  text-transform: unset;
  color: #3498db;
  text-align: center;
}

.chamada-laser{
  margin-top: -20px;
  display: block;
  text-transform: unset;
  color: #3498db;
  text-align: center;
  font-size: 4em;
}

.chamada-laser-2{
  display: block;
  text-transform: unset;
  color: #3498db;
  text-align: center;
  font-size: 2em;
  margin-top: -55px;
}

#papada-chamada{
  font-size: 90px;
  color: #fff;
  margin-left: 50px;
  width: 100%;
}

.padada-chama-2{
  font-size: 50px;
  color: #fff;
  margin-left: 50px;
  width: 100%;
}



/* Desenvolvido por QubeDesign */
/* Desenvolvido por QubeDesign */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #717175!important;
  background: white;
  font-family: "Oswald", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 26px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

p {
  font-size: 17px;
}

.nopadding{
  margin: 0;
  padding: 0;
}

.clear{
  clear: both;;
}

span{
  color: black;
}

/*-----Slider------------------------------*/
/* external css: flickity.css */


/*-----------Slider------------ */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  color: #fff;
  background: white;
  background: transparent!important;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* move page dots into carousel */


/*Icones no slider*/
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 10px!important;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 33px!important;
  height: 5px!important;
  margin: 0 1px!important;
  background: #fff!important;
  border-radius: 0%!important;
  opacity: 0.25;
  cursor: pointer;
  transition: 1s;
}

.flickity-prev-next-button .arrow {
  fill: #f2dede!important;
}

/*Icones no slider*/


.carousel {
  background: #ffffff;
  width: 100%!important;
}

.carousel-cell {
  width: 100%;
  margin-right: 10px;
  background: #000;
  border-radius: 5px;
  background-image: url('../imgs/dor-decabeca.jpg');
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
}

.carousel-cell-slider-1 {
  width: 100%;
  margin-right: 10px;
  background: rgb(11, 103, 178);
  border-radius: 5px;
  background-image: url('../imgs/laser.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
}

.carousel-cell-slider-2 {
  width: 100%;
  margin-right: 10px;
  background: rgb(11, 103, 178);
  border-radius: 5px;
  background-image: url('../imgs/papada.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
}



.hover_effect {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  padding: 1px;
  position: relative;
  z-index: 2;
  text-decoration: none;
  /* color: #2C3E50; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 2em;
  font-weight: 600;
  -webkit-user-select: none;
  -webkit-touch-callout: none;  
}

.hover_effect:before {
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  width: 1px;
  position: absolute;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  right: 0;
  margin: 0 auto;
}

.hover_effect:hover {
  color: #010005;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}

.hover_effect:hover:before, 
.hover_effect:focus:before{
  width: 80%;
  background-color:#010005;
}


.tip-bar{
  padding: 5px;
  display: block;
  background-color: #6c4f8a;
  } .tip-bar span{
    color: #fff;
  }

  .cd-top {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../imgs/voltar.png) no-repeat center 50%;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
  }
  .no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
  }

  .btn-papada{
    background-color: transparent!important;
    border: 1px solid #fff!important;
    font-size: 25px!important;
    color: #fff!important;
    margin: 20px;
    padding: 15px 50px;
    margin-left: 50px;
  }

  .btn-papada:hover{
    background-color: #745793!important;
    transition: .5s;
  }

  .row {
    width: 100%;  
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
  }
  .content {
    max-width: 940px;
    width: 100%;  
    margin: 0 auto;
    padding: 50px 2% 50px;
  }
  .main_header .row .content {padding: 0;}
  .dark {background:#333;}
  #hero {
    position: relative;
    background: url(../imgs/dor-decabeca.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 110px;
    min-height: 500px;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
  }
  #hero h1 {
    font-size: 50px;
    line-height: 1.3;
  }
  #hero h1 span {
    font-size: 25px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 12px;
    line-height: 3;
  }

  .sticky {
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 1;
    top: 0px;
    border-bottom: 1px solid silver;
  }

  .logo {
    width: 50px;
    font-size: 25px;
    color: #8f8f8f;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 766px) {
    .logo {
      float: none;
    }
  }

  @keyframes scroll {
    0% {
      opacity: 1;
      transform: translateY(0);
    }

    100% {
      opacity: 0;
      transform: translateY(20px);
    }
  }

  .menu-logo{
    position: absolute;
  }

  .txt-atm {
    display: block;
    padding: 30% 15px;
    font-size: 1em;
    letter-spacing: 1px;
    text-decoration: none;
    color: #957ead;
  }

  .top{
    margin: 0;
    padding: 0;
    background-image: url(../imgs/dor-decabeca.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width:100%;
    height:auto;
  }

  /* Slider */ 
  .btn-saiba{
    transition: all .3s;
    text-decoration: none;
    border: 1px solid #2D9CB0!important;
    border-radius: 4px;
    padding: 10px 35px;
    background-color: transparent;
    border: none;
    color: #2D9CB0;
  }

  .btn-saiba:hover{
    color: #FFF;
    background-color: #2D9CB0;
  }
  b.b-DTM {
    font-size: 50px;
  }

  /* --------section box--------- */

  .section-sindromes .card {
    border: 1px solid #d8f0f9;
  }

  .section-sindromes .card .card-footer {
    border-top: 1px solid #d8f0f9;
  }

  section.section-sindromes {
    background-color: #81bbc9;
    
  }

  .section-sindromes h5{
    color:  #78a5b0;
  } 

  .box-sindrome {
    z-index: 1;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    color: #745793;
    height: 275px;
  }

  .btn-entre-em-contato-left{
    transition: all .3s;
    text-decoration: none;
    border: 1px solid #2D9CB0 !important;
    border-radius: 4px;
    padding: 20px 35px;
    background-color: transparent;
    border: none;
    color: #2D9CB0;
    text-transform: uppercase;
    font-weight: bold;
  }

  .btn-entre-em-contato-left:hover {
    background-color: #2d9cb0;
    color: #fff;
  }

  .btn-ardencia-bucal{
    transition: all .3s;
    max-width: 100%;
    text-decoration: none;
    border: 1px solid #2d9cb0 !important;
    border-radius: 4px;
    padding: 20px 35px;
    background-color: transparent;
    border: none;
    color: #2d9cb0;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: bold
  }

  .btn-ardencia-bucal:hover {
    background-color: #2d9cb0;
    color: #fff
  }

  .btn-faca-teste{
    transition: all .3s;
    max-width: 100%;
    text-decoration: none;
    border: 1px solid #2D9CB0 !important;
    border-radius: 4px;
    padding: 20px 35px;
    background-color: transparent;
    border: none;
    color: #2D9CB0;
    margin: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .btn-faca-teste:hover{
    color: #FFF;
    background-color: #2D9CB0;
  }

  .btn-sindromes {
    transition: all .2s;
    text-align: center;
    padding: 13px 50px;
    border: 1px solid #2D9CB0 !important;
    border-radius: 30px;
    background-color: transparent;
    font-size: 18px;
    color: #2D9CB0;
    margin: 15px 0;
  }

  #center{
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .auto-teste{

    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    text-decoration: none;
    border: 1px solid #957ead!important;
    border-radius: 4px;
    padding: 10px 35px;
    background-color: #745793;
    border: none;
    color: #ffffff;
    transition: .5s;
  } 

  .auto-teste:hover{
    background-color: transparent;
    color: #745793;
  }

  .btn-sindromes:hover{
    color: #FFF;
    background-color: #2D9CB0;
  }

  /* section tratamentos */

  section.section-tratamentos {
    background-color: #fff;
    padding: 5% 10px;
  }

  section.section-tratamentos h1 {
    color: #78a5b0;
  }

  .dtm {
    padding: 5px;
  }

  .tratamento p {
    font-size: 12px;
  }

  .btn-tratamento:hover{
    color: #fff;
    background-color: #957ead;
  }

  .btn-teste {
    transition: all .3s;
    text-decoration: none;
    border: 1px solid #2D9CB0 !important;
    border-radius: 35px;
    padding: 19px 43px;
    background-color: transparent;
    border: none;
    color: #2D9CB0;
  }

  .btn-teste:hover{
    color: #FFF;
    background-color: #2D9CB0;
  }

  /*  article veja tbm */ 

  .article-veja{
    background-color: #d8f0f9;
  }

  .article-veja span {
    color: #34495e;
  }

  /* página sobre nós */
  section.sobre{
    10px;
  }

  section.sobre h3{
    color: #78a5b0;
  }

  .sobre-title{
    margin: 10px auto;
  }

  .sobre-empresa p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 41px;

  }

  /*--------  pagina tratamentos da DTM----------*/


  section.pagina-tratamento h2 , h3 , h4{
    color: #2D9CB0;
  }

  .btn-pagina-tratamento {
    transition: all .3s;
    text-decoration: none;
    border: 1px solid #2D9CB0 !important;
    border-radius: 4px;
    padding: 19px 43px;
    margin: 10px 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    background-color: transparent;
    border: none;
    color: #2D9CB0;
    font-weight: bold;
    text-transform: uppercase;
  }

  .btn-pagina-tratamento:hover{
    color: #fff;
    background-color: #2D9CB0;
  }

  /*--------  pagina tratamentos da DTM----------*/

  /*--------  pagina bruxismo do sono----------*/



  section.pagina-bruxismo h2 , h3{
    color: #2D9CB0;
  }

  /*--------  pagina bruxismo do sono----------*/


  .cancer-imagens img{
    margin: 10px auto;
  }


  /*-------Página Laser Terapia-----------*/


  section.pagina-laserterapia h2 , h3{
    color: #78a5b0;
  }

  

  /*-----Página papada-----*/

  

  .btn-entre-em-contato-left-papada {
    transition: all .3s;
    text-decoration: none;
    border: 1px solid #2d9cb0 !important;
    border-radius: 4px;
    padding: 20px 35px;
    background-color: transparent;
    border: none;
    color: #2d9cb0;
    font-weight: bold;
    text-transform: uppercase;
  }

  .btn-entre-em-contato-left-papada:hover {
    background-color: #2d9cb0;
    color: #fff;
  }

  /*---INICIO-----pagina CLIPPING----------*/
  .midia-impressa li{
    margin: 20px auto;
  }
  /*---FINAL-----pagina CLIPPING----------*/

  /* Footer */

  footer {
    background-color: #2D9CB0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    position: relative;
  }

  footer , ul , li , a{
    text-decoration: none;
    list-style: none;
  }

  footer h5 {
    color: #fff;
  }

  footer li {
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 3px 0 5px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
  }

  footer a{
    color: #fff;
  }

  footer a:hover{
    color: #745793;
  }

  footer.endereco li {
    border-left: none;
  }

  /* Celular and Celular 320px Padrões--------------*/
  @media (width: 320px) {

  }
  .navbar-default .navbar-brand {
    color: #777;
    display: inline;
  }
}

@media (min-width: 320px ) and (max-width: 767px ) {

  h1,h2,h3,h4,h5,h6{
    font-size: 100%!important;
  }

  .flickity-page-dots {
    display: none;
  }

  .carousel {
    background: #ffffff;
    width: 100%!important;
    margin-top: -21px;
    display: block;
  }

  .carousel-cell {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    background: #000;
    border-radius: 5px;
    background-image: url('../imgs/dor-decabeca.jpg');
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
  }

  .carousel-cell-slider-1 {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    background: rgb(11, 103, 178);
    border-radius: 5px;
    background-image: url('../imgs/laser.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
  }

  .carousel-cell-slider-2 {
   width: 100%;
   height: 300px;
   margin-right: 10px;
   background: rgb(11, 103, 178);
   border-radius: 5px;
   background-image: url('../imgs/papada.jpg');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 0px;
 }

 .botoes{
  margin: 20px auto;
}

.slider-texto p {
  font-size: 12px;
  width: 200px;
}

.slider-texto h1{
  margin: 0px;
}

.centralizar{
  display: table-cell;
  vertical-align: middle;
  height: 0px; 
  padding: 25px 0;
}

.dor-de-cabeca-dtm{
  font-size: 2.5em;
  margin: 0;
  display: block;
  text-transform: unset;
  color: #957ead;
}

.chamada{
  font-family: 'Courgette', cursive;
  font-size: 3em!important;
  margin: 24px;
  display: block;
  transform: none;
  text-transform: unset;
  color: #3498db;
  text-align: center;
}

.chamada-laser{
  display: block;
  text-transform: unset;
  color: #3498db;
  text-align: center;
  font-size: 1em;
}


#papada-chamada{
  font-size: 20px;
  color: #fff;
  margin-left: 0px;
  width: 100%;
  text-align: center;
}

.padada-chama-2{
  font-size: 20px;
  color: #fff;
  margin-left: 0px;
  width: 100%;
  text-align: center;
}

.btn-papada{
  background-color: transparent!important;
  border: 1px solid #fff!important;
  font-size: 25px!important;
  color: #fff!important;
  margin: 20px;
  padding: 5px 20px;
  margin-left: 0px;
  align-items: center;
  text-align: center;
}


.centralizar-2{
  display: table-cell;
  vertical-align: middle;
  height: 8px;
  padding: 50px 0;
}

.chamada-laser-2{
  display: block;
  text-transform: unset;
  color: #3498db;
  text-align: center;
  font-size: 1em;
}

.botoes-2{
  margin-top: 28px;
}


.top{
  margin-top: 100px;
  background-image: url(../imgs/responsive-background-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: auto;
}
}

/* Celular and Celulares Padrões--------------*/
@media all and (min-width: 320px) and (max-width: 560px) {

  .auto-teste{
    margin: 5px auto;
  }
  
  .txt-atm {
    display: block;
    padding: 5% 0px;
    font-size: 1em;
    letter-spacing: 1px;
    text-decoration: none;
    color: #957ead;
  }

  footer li {
    font-size: 2.0vh;
  }

  .btn-entre-em-contato-left {
    margin: 20px auto;
  }

  section.pagina-bruxismo {
    padding: 6% 0;
    margin: 0px 0 auto;
  }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu> ul {
    z-index: 999;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  h1{
    font-size: 15px!important;
  }

  .sobre-empresa p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 10px auto;
  }

  b.b-DTM {
    font-size: 24px;
    margin-top: -16px;
    display: block;
  }


  .cd-top{
    display: none;
  }

  h1{
    font-size: 16px!important;
  }

  .btn-tratamento, .btn-teste{
    margin:0;
  }

  footer > li{
    font-size: 2.3vh;
  }

}


/* Celular and Notebooks Padrões--------------*/
@media screen and (min-width: 768px ) and (max-width: 1000px) {
  navbar, navbar-default{
    display: block;
    overflow: visible;
  }
}

/* Tablet Padrões--------------*/


/* Celular and Tablet Padrões--------------*/
@media all and (min-width: 768px ) and (max-width: 1199px) {

  .btn-teste {
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    text-decoration: none;
    border: 1px solid #957ead!important;
    border-radius: 4px;
    padding: 19px 43px;
    margin: 6px 0px;
    background-color: transparent;
    border: none;
    color: #957ead;
  }



  #botao{ text-align: center }

  
}

@media  screen and (min-width: 1024px) and (max-width: 1440px) {

  .centralizar {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    padding: 0px;
  }


  .chamada {
    font-family: 'Courgette', cursive;
    font-size: 7em;
    margin: 0;
    display: block;
    transform: rotate(-8deg);
    text-transform: unset;
    color: #3498db;
    text-align: center;
  }

  .chamada-laser{
    line-height: 70px;
  }

  .chamada-laser-2{
    margin-top: -35px;
  }

  #papada-chamada{
    font-size: 60px;
    color: #fff;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }

  .padada-chama-2{
    font-size: 40px;
    color: #fff;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }

  .carousel-cell {
    width: 100%;
    height: 500px;
    margin-right: 10px;
    background: #000;
    border-radius: 5px;
    background-image: url(../imgs/dor-decabeca.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
  }

  .carousel-cell-slider-1 {
    width: 100%;
    height: 500px;
    margin-right: 10px;
    background: #000;
    border-radius: 5px;
    background-image: url(../imgs/laser.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
  }

  .carousel-cell-slider-2 {
    width: 100%;
    height: 500px;
    margin-right: 10px;
    background: #000;
    border-radius: 5px;
    background-image: url(../imgs/papada.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
  }

}



/* Desenvolvido por QubeDesign */
/* Desenvolvido por QubeDesign */
