﻿  body{
    background-color: skyblue;
}
  
 @keyframes hide {
  from { opacity: 1 }
  to   { opacity: 0 }
}

.alert {
  animation: hide 6s 6s forwards
} 


body {font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(0, 0, 0);
    
    }
    
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}
/* Full-width input fields */
input[type=email],input[type=text],input[type=password],input[type=date], input[type=tel],select[type=select] {
    width: 100%;
    /*padding: 25px;*/
    /*margin: 5px 0;*/
    display: inline-block;
    border: none;
    background: #f1f1f1;
    text-align: center;
}
input[type=text]:focus,[type=email]:focus, input[type=password]:focus,  input[type=date]:focus, input[type=tel]:focus, select[type=select]:focus {
    background-color: #ddd;
    outline: none;
}


/*#######################################################################*/


#resultado{
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

#resultado2{
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

iframe{
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 300px;
}


/* Set a style for all buttons */
.entrarbtn {
    background-color: green;
    color: white;
    padding: 14px 25px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    /*width: 100%;*/
    width: 300px;
    -webkit-border-radius: 19px;
   -moz-border-radius: 19px;
   border-radius: 19px;
}
    
.entrarbtn:hover {
   border-top-color: skyblue;
   background: lime;
   color: #f5f7f4;
   }
.entrarbtn:active, .entrarbtn:focus {
   border-top-color: white;
   background: orange;
   color: white;
   outline: none;
   }
button:hover {
    opacity: 0.9;
}

.entrarbtn2 {
    background-color: salmon;
    color: white;
    padding: 14px 25px;
    margin: 8px 0;
    border: none;
    cursor: not-allowed;
    /*width: 100%;*/
    width: 300px;
    -webkit-border-radius: 19px;
   -moz-border-radius: 19px;
   border-radius: 19px;
}
    
.entrarbtn2:hover {
   border-top-color: salmon;
   background: salmon;
   color: #f5f7f4;
   }
.entrarbtn2:active, .entrarbtn2:focus {
   border-top-color: white;
   background: salmon;
   color: white;
   outline: none;
   }

/* Set a style for all buttons cadastrar */
.cadastrobtn {
    background-color: dodgerblue;
    color: white;
    padding: 14px 25px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    /*width: 100%;*/
    width: 300px;
    -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;
   }
button:hover {
    opacity: 0.9;
}

/* Set a style for all buttons cadastrar */
.cadastrobtn2 {
    background-color: dodgerblue;
    color: white;
    padding: 14px 25px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    /*width: 100%;*/
    width: 300px;
    -webkit-border-radius: 19px;
   -moz-border-radius: 19px;
   border-radius: 19px;
}
    
.cadastrobtn2:hover {
   border-top-color: black;
   background: blue;
   color: white;
   }
.cadastrobtn2:active {
   border-top-color: black;
   background: skyblue;
   color: white;
   }
button:hover {
    opacity: 0.9;
}

/*FOOTER REDES SOCIAIS*/

#myFooter{
    padding-top:20px;
}

#myFooter .container{
    text-align: center;
}

#myFooter .footer-copyright{
    margin-bottom: 10px;
    text-align: center;
    color: #777;
}

#myFooter ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}

#myFooter a{
    color: white;
    font-size: 18px;
}

#myFooter li{
    display: inline-block;
    margin: 0px 15px;
    line-height: 2;
}

#myFooter .footer-social{
    text-align: center;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    /*background-color: #eee;*/

    /*position:absolute;*/
    bottom:0;
    width:100%;
}

#myFooter .fab{
    font-size: 36px;
    margin-right: 15px;
    margin-left: 20px;
    background-color: #A9A9A9;
    color: #292828;
    border-radius: 51%;
    padding: 10px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    transition:color 0.3s;
}

#myFooter .fa-facebook:hover{
   color: #2b55ff;
   background-color: white;
}

#myFooter .fa-facebook:focus{
    color: #2b55ff; 
}

#myFooter .fa-facebook-messenger:hover{
   color: #2b55ff;
   background-color: white;
}

#myFooter .fa-facebook-messenger:focus{
    color: #2b55ff; 
}

#myFooter .fa-instagram:hover{
    color:purple;
    background-color: white;
}

#myFooter .fa-instagram:focus{
    color:purple;
}

#myFooter .fa-youtube:hover{
    color:red;
    background-color: white;
}

#myFooter .fa-youtube:focus{
    color:red;
}

#myFooter .fa-twitter:hover{
    color: #00aced;
    background-color: white;

}

#myFooter .fa-twitter:focus{
    color:#00aced;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}


/*########################################################################*/
















/*Submenu do meu Cadastro*/
.dropdown-submenu {
  position: relative;
}

.vertical-img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}


/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer3 {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 20%;
    border-radius: 40%;
}
    
img.logofcia {
   width: 20%; /* Full width */
    border-radius: 40%;

}


span.psw {
    float: right;
    padding-top: 16px;
}
/* Add a blue text color to links */
a {
    color: dodgerblue;
}

  .btn2 {
   border-top: 1px solid #97d9f7;
   padding: 6.5px 14px;
   -webkit-border-radius: 17px;
   -moz-border-radius: 17px;
   border-radius: 17px;
   font-size: 13px;
 
   }
 
/* 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;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}


      
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); } }


    @-webkit-keyframes pulsee {
  0% {
    -webkit-box-shadow: 0 0 0 0 skyblue; }
  70% {
    -webkit-box-shadow: 0 0 0 10px skyblue; }
  100% {
    -webkit-box-shadow: 0 0 0 0 skyblue; } }

@keyframes pulsee {
  0% {
    -moz-box-shadow: 0 0 0 0 skyblue;
    box-shadow: 0 0 0 0 skyblue; }
  70% {
    -moz-box-shadow: 0 0 0 10px skyblue;
    box-shadow: 0 0 0 10px skyblue; }
  100% {
    -moz-box-shadow: 0 0 0 0 skyblue;
    box-shadow: 0 0 0 0 skyblue; } }


@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; }



  .pulse2 {
  display: block;
  /*width: 100px;*/
  /*height: 50px;*/
  /*border-radius: 20%;*/
  background-color: #25D366;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(34, 190, 20, 0.4);
  animation: pulse 2s infinite;
  transition: all .5s; }

.pulse2:hover {
  background-color: #128c7e;
  transition: all .5s ease-in-out; }

  .pulse2:active {
   border-top-color: white;
   background: orange;
   color: white;
   }


  .pulse3 {
  display: block;
  /*width: 100px;*/
  /*height: 50px;*/
  /*border-radius: 20%;*/
  /*background-color: #25D366;*/
  /*cursor: pointer;*/
  box-shadow: 0 0 0 rgba(34, 190, 20, 0.4);
  animation: pulsee 2s infinite;
  transition: all .5s; }

/*.pulse3:hover {
  background-color: #128c7e;
  transition: all .5s ease-in-out; }*/




/* ////////////////////////////////////////////////
--------------------------------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; }
