html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}
      /* BOTÃO FECHAR DA TELA MODAL MEUS SERVIDORES (x) */
.close1 {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: red;
    cursor: pointer;
}


.dropdown:hover>.dropdown-menu
{ 
  
    display: block; 
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
    
}

/*Submenu do meu Cadastro*/
.dropdown-submenu2 {
  position: relative;
}

.dropdown-submenu2 .dropdown-menu2 {
  top: -50;
  /*left: 100%;*/
  margin-top: -1px;
}

/*ul.nav li.dropdown:hover  ul.dropdown-menu
{ 
    display: block; 
}*/
ul.nav li.dropdown-submenu2:hover ul.dropdown-menu
{ 
    display: block; 
}


@keyframes side_in_menu {
  0% {
    transform: translateX(10rem);
    opacity: 0; }
  85% {
    opacity: 0.8; }
  100% {
    transform: translateX(0rem);
    opacity: 1; } }

@keyframes side_out_menu {
  0% {
    transform: translateX(0rem); }
  60% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    transform: translateX(10rem); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 190, 20, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(34, 190, 20, 0.4); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 190, 20, 0.4); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(34, 190, 20, 0.4);
    box-shadow: 0 0 0 0 rgba(34, 190, 20, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(34, 190, 20, 0.4);
    box-shadow: 0 0 0 10px rgba(34, 190, 20, 0.4); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(34, 190, 20, 0.4);
    box-shadow: 0 0 0 0 rgba(34, 190, 20, 0.4); } }

@keyframes move_right {
  0% {
    opacity: 0;
    transform: translateX(4rem); }
  85% {
    transform: translateX(-0.4rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes move_top {
  0% {
    opacity: 0;
    transform: translateY(4rem); }
  85% {
    transform: translateY(-0.4rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit; }


body {
  box-sizing: border-box; }




/*
* lucas viga
*/
/* colors whatsapp 
color-green-dark: #075E54;
color-green-medium: #128C7E;
color-green-primary: #25D366;
color-green-light: #DCF8C6;
*/
#app {
  width: 100%;
  color: #302f2f;
  font-size: 16px; }

#msg {
  border-radius: 3em;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 16px;
  width: 230px;
  animation: move_top 0.8s; }

#box-wpp {
  display: none;
  max-width: 320px;
  height: auto;
  position: fixed;
  bottom: 6em;
  right: 1em;
  text-decoration: none;
  padding: 1em;
  background-color: #ECE5DD;
  background-image: url(/../images/bg-wpp.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px; }

.fa-paper-plane {
  color: #fff;
  border-radius: 100%;
  padding: 18px;
  background-color: #128c7e;
  font-size: 16px;
  animation: move_top 0.8s; }

.fa-paper-plane:hover {
  cursor: pointer;
  opacity: 0.6 !important; }

.box-header {
  background-color: #128c7e;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 9px;
  display: inline-block;
  width: 320px;
  border-radius: 30px 30px 0 0; }

.box-header clearfix {
  content: "";
  display: table;
  clear: both; }

.box-header h2 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-left: 13px;
  margin-top: 1rem; }

.contact-name {
  float: left;
  animation: move_right 0.8s; }

.close-btn {
  float: right;
  margin: 10px; }

.close-btn:hover, .close-btn:link {
  opacity: 0.5; }

.box-body {
  max-width: 320px;
  padding-top: 7em;
  padding-bottom: 1em; }

.box-body:last-child {
  margin: 0; }


/* btn whatsapp effect pulse*/
.btn-wpp {
  position: fixed;
  bottom: 1em;
  right: 1em;
  text-decoration: none;
  padding: 1em;
  height: 45px; }

.pulse {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #25D366;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(34, 190, 20, 0.4);
  animation: pulse 2s infinite;
  transition: all .5s; }

.pulse:hover {
  background-color: #128c7e;
  transition: all .5s ease-in-out; }

.card__details {
  font-size: 1.4rem;
  padding: 1.6rem 0; }
  .card__details--item {
    color: #777;
    cursor: pointer; }
    .card__details--item:not(:last-child) {
      margin-bottom: 1rem; }



/* ////////////////////////////////////////////////
--------------------------------menu version desktop
/////////////////////////////////////////////////*/

.area-cliente {
  padding: 15rem; }
  @media (max-width: 56.25em) {
    .area-cliente {
      padding: 12rem;
      margin-top: 12rem; } }
  @media (max-width: 56.25em) {
    .area-cliente {
      padding: 8rem;
      margin-top: 12rem; } }
  @media (max-width: 56.25em) {
    .area-cliente {
      padding: 5rem;
      margin-top: 12rem; } }
  .area-cliente__card {
    box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem; }
    .area-cliente__card--icon {
      font-size: 8rem;
      padding: 2rem;
      color: #588EF6; }
    .area-cliente__card--title {
      color: #777;
      font-size: 1.8rem;
      display: block;
      font-weight: 700;
      margin-top: 2rem; }
    .area-cliente__card--text {
      font-size: 1.4rem;
      color: #777;
      display: block; }
    .area-cliente__card--link {
      text-decoration: none;
      cursor: pointer;
      float: right;
      padding: .6rem 1.5rem;
      border-radius: 20px;
      transition: all .5s;
      color: #FF6600;
      font-size: 1.4rem; }
      .area-cliente__card--link:hover {
        background-color: #FF6600;
        box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.1);
        color: #FFFFFF; }
  .area-cliente_box {
    padding: 0 1rem; }




.msg-sucess {
  padding: 15rem 0 5rem 0; }
  .msg-sucess--title {
    padding: 3rem;
    text-align: center;
    font-size: 1.7rem;
    color: #777;
    font-weight: 700; }

.card-mensagem {
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 4rem;
  width: 20%; }
  @media (max-width: 56.25em) {
    .card-mensagem {
      width: 65%; } }
  .card-mensagem--icon {
    color: #588EF6;
    font-size: 7rem; }
  .card-mensagem--title {
    margin-top: 1.5rem;
    color: #588EF6;
    font-size: 2rem; }
  .card-mensagem--text {
    margin-top: 1.5rem;
    color: #777;
    font-size: 1.4rem;
    font-weight: normal; }

    a:link
{
text-decoration:none;
}


/* Set a style for all buttons cadastrar */
.cadastrobtn {
    background-color: dodgerblue;
    color: white;
    padding: 10px 21px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 19px;
   -moz-border-radius: 19px;
   border-radius: 19px;
}
    
.cadastrobtn:hover {
   border-top-color: skyblue;
   background: white;
   color: black;
   }
.cadastrobtn:active {
   border-top-color: white;
   background: blue;
   color: white;
   }

   .cadastrobtn:focus{
outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.cadastrobtn:focus {
 outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
button:hover {
    opacity: 0.9;
}

.border-0:focus, .border-0:active {
outline: none;

}