@charset "UTF-8";
/* CSS Document */

.color-default {
	color: #020294 !important;
}

.relogio {margin-left: 206px;}

#sp-footer {
    background: #616161;
  	font-size: 0.884em;
}


.titrodape{
  	font-size: 1.6em;
    color: #7ea8d6;
  	font-weight: 300;
}

.formas{margin: 3% 0 2% 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1%;}

.contato{font-size: 2.3em;   font-weight: 400;   color: #fff;   letter-spacing: 1px;}

.domiciliar{font-size: 2.3em;   font-weight: 400;   color: #112893;   letter-spacing: 1px; padding: 0 0 27px;}

.disturbios{text-align: center; padding: 2%; font-size: 1.1em;}

.fundopoli{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07c7fc+21,ffffff+77,ffffff+77 */
background: #07c7fc; /* Old browsers */
background: -moz-linear-gradient(top, #07c7fc 21%, #ffffff 77%, #ffffff 77%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #07c7fc 21%,#ffffff 77%,#ffffff 77%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #07c7fc 21%,#ffffff 77%,#ffffff 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07c7fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

.fundocpap{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8fdff+21,ffffff+77,ffffff+77 */
background: #142ea4; /* Old browsers */
background: -moz-linear-gradient(top, #d8fdff 21%, #ffffff 77%, #ffffff 77%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d8fdff 21%,#ffffff 77%,#ffffff 77%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d8fdff 21%,#ffffff 77%,#ffffff 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8fdff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
margin-right: 13%

}

h3.titulos_sono{color: #FFF;
    font-size: 2.5em;
    text-align: left;
    font-weight: 400;
    line-height: 124%;
    text-transform: uppercase;}

h3.titulos_sono2{
  	color: #142ea5;
    font-size: 2.5em;
    text-align: left;
    font-weight: 400;
    line-height: 124%;
    text-transform: uppercase;}


.titulohome1{    font-weight: 400;
    line-height: 128%;
    font-size: 1.4em;
    color: #0f2893;
}

.tratamentos{    background: #142ea5;
    margin: 10px 0 10px 0;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
  	font-size: 1.4em;
}


.ba-form {   
    padding: 0px 0px !important; 
}

.sp-megamenu-parent>li>a {
  font-size: 16px !important;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li:hover>a {
  color: #020294 !important;
}

#sp-top-bar .sp-module {
    float: right !important;
  	padding: 0px 0 !important;
  	font-size: 1.1em !important;
}

      
.whats-btn {
  font-size: 20px !important;;
}


 @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation:portrait) {
 h3.titulos_sono2 {
   font-size: 1.7em;
   text-align: center;}

}

/* Tabela de planos de acompanhamento */

.tabela-planos {
  box-shadow: #00000080 0px 0px 5px;
  border-radius: 8px;
  border-collapse: collapse;
  width: 100%;
  max-width: 1024px;
  margin: 16px auto;
}

.tabela-planos td {
  height: 48px;
}

.tabela-planos thead {
  background: #020294;
  color: #fff;
}

.tabela-planos thead tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
.tabela-planos thead tr:first-child > th {
  border-radius: 8px 0 0 0;
}

.tabela-planos th {
  text-align: center;
}

.tabela-planos th.info-periodo {
  font-size: 14px;
}

.tabela-planos tbody tr:nth-child(odd) {
  background: #f2f2f2;
}

.tabela-planos .descricao-servico {
  padding: 4px 16px;
}

.tabela-planos .nome-plano {
  font-size: 36px;
  margin: 4px;
  line-height: 36px;
}

.tabela-planos .btn-assinar-plano {
  height: 100%;
  width: 100%;
  border: none;
  color: white;
  background: #020294;
  line-height: 12px;
  font-size: 12px;
  display: block;
  padding: 4px;
  text-align: center;
  align-content: center;
}

.tabela-planos .btn-assinar-plano:hover {
  opacity: .8;
}

.tabela-planos tr:last-child td:nth-of-type(2) .btn-assinar-plano {
  border-radius: 8px 0 0 8px;
}

.tabela-planos tr:last-child td:last-of-type .btn-assinar-plano {
  border-radius: 0 8px 8px 0;
}

.tabela-planos .btn-assinar-plano s {
  font-size: 12px;
  line-height: 12px;
}

.tabela-planos .btn-assinar-plano .preco-plano {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
}

.tabela-planos .status-servico {
  text-align: center;
  font-size: 20px;
}

.tabela-planos .status-servico .fa-times {
  color: #ff7878;
}

.tabela-planos .status-servico .fa-check {
  color: #55bb55;
}

@media screen and (max-width: 640px) {
  .tabela-planos .nome-plano {
    font-size: 24px;
  }

  .tabela-planos .descricao-servico {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 16px;
  }
}

.tabela-planos .descricao-servico strong {
  color: #020294;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
}

.tabela-planos .descricao-servico strong i {
  animation: slide-right 1s ease-in-out 0s infinite alternate-reverse both;
}

@media screen and (max-width: 412px) {
  .tabela-planos .descricao-servico strong i {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .tabela-planos .nome-plano {
    font-size: 24px;
  }

  .tabela-planos .descricao-servico {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 16px;
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100px);
  }
}

@media screen and (max-width: 640px) {
  @keyframes slide-right {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(25px);
    }
  }
}

.font-bold {
  font-weight: bold;
}

/* FIM - Tabela de planos de acompanhamento */
