/* MENU */
.navbar{
    border-top: #084298 3px solid;
  }
  
.navbar-nav a{
    list-style: none;
    display: flex;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor:pointer;
}
  .navbar-nav a:hover{
    color: #06357a;
    transform: scale(1.03);
}
.nav-link{
    color: #084298;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 32px;
}
.btn-home{
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-left: 15vh;
    padding: 10px 30px;
    color: white;
    background-color: #06357a;
    border: none;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor:pointer;
    border-radius: 10px;
}
.btn-home:hover{
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgb
}
  
.logo-btn{
    margin-right: 20px;
}
.home-planos{
    padding-top: 2vh;
    background-color: white;
    height: 100vh;
}
.h1-plano{
    padding: 10px;
    color: #084298;
    font-family: sans-serif;
    font-size: 38px;
    font-weight: 800;
    margin-top: 5vh;
}
/* CARDS */
.card-plano-titulo {
    color: #084298;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
  }
.card-plano-subtitulo {
    color: #084298;
    font-size: 54px;
    font-family: sans-serif;
    font-weight: 700;
}
.card-text{
    font-family: sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #2c2c2c;
}
.card-plano-azul{
    color: #fff;
    font-family: sans-serif;
    font-weight: 800;
  }
.card-text-azul{
    font-family: sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
.card-plano-titulo-azul{
    color: #fff;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
}
.card-plano-subtitulo-azul {
    color: #fff;
    font-size: 54px;
    font-family: sans-serif;
    font-weight: 700;
}
.card-azul{
    border-radius: 3vh;
    background-color: #06357a;
    color: white;
}

  .plano-top{
    font-size: 70px;
  }
.card{
    border-radius: 3vh;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor:pointer;
}
  
  .card:hover{
     transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgb
  }
  
  /* QUALIDADES */
  
  /* .back-qualidades{
    background: url(../../../../imagem/bg-qualidade.jpg) no-repeat;
    width: 100%;
  
  } */
  
  .qualidade{
    background-image: url(../../../../imagem/bg-qualidade.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 500px;
  }
.panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.servicos .col {
    text-align: center;
    line-height: 35px;
    width: 100%;
    float: none;
}
.panel-grid-cell .panel-cell-style {
    height: 100%;
}
.centro {
    max-width: 1200px;
    margin: auto;
    display: block;
    padding: 50px 25px;
    overflow: auto;
    box-sizing: border-box;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.col::before {
    content: '';
    width: 95px;
    height: 86px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
.ql1::before {
    width: calc(20% - ( 0.8 * 30px ) );
    box-sizing: border-box;
    height: 100%;
}
.img-ql-1::before{
    background: url(../../../../imagem/sprite-servicos.png) no-repeat;
    background-position: 7px -1px;
}
.img-ql-2::before{
  background: url(../../../../imagem/sprite-servicos.png) no-repeat;
  background-position: -110px -1px;
}
.img-ql-3::before{
  background: url(../../../../imagem/sprite-servicos.png) no-repeat;
  background-position: -230px -1px;
}
.img-ql-4::before{
  background: url(../../../../imagem/sprite-servicos.png) no-repeat;
  background-position: -348px -1px;
}
.img-ql-5::before{
  background: url(../../../../imagem/sprite-servicos.png) no-repeat;
  background-position: -470px -1px;
}

  footer{
    background-color: #06357a;
    padding: 50px 0;
  }
  .container-footer{
    max-width: 1400px;
    padding: 0 4%;
    margin: auto;
  }
   .card-mais-escolhido{
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 800;
    background-color: whitesmoke;
    position: relative;
    box-shadow: 3px 3px 10px #157347;
    max-width: 10%;
    max-height: 10%;
  }
  .home-contato{
    margin-bottom: 15vh;
    margin-top: 15vh;
    padding: vh;
  }
  .text-contato{
    font-size: 50px;
    font-weight: 800;
    color: #084298;
  }
  .icon-contato li{
    list-style-type: none;
    margin-bottom: 6px;
  }
  .icon-contant{
    margin: 4px;
  }
  .span-contato{
    margin-left: 15px;
  }

  .box-img{
    padding: 0;
    border: 10px solid whitesmoke;
    box-shadow: 2px 4px 14px 5px rgb(197, 195, 195);
    width: auto;
    height: auto;
  }

  .img-sobre {
    width: auto;
    height: auto;
  }
  .text-sobre {
    width: 50%;
  }

  .text-sobre h5{
    margin-top: 3em;
    color: #084298;
    font-family: sans-serif;
    font-size: 38px;
    font-weight: 800;
  }

  .card {
    flex-direction: row;
  }
  .card-sobre{
    margin-top: 8em;
    box-shadow: 4px 4px 14px 5px rgb(236, 236, 236);
    border-bottom: 5px solid #06357a;

  }
  .card-sobre h1{
    font-size: 50px;
    font-weight: 800;
    color: #424242;
  }
  .card-sobre p{
    font-size: 20px;
    font-weight: 400;
    color: #424242;
  }
  .box-sobre{
    flex-direction: row;
    }
  .box-img{
      margin-top: 5%;
    }
  .img-sobre { 
      width: 100%;
      height: 100%;
    }
    .iframe-face{
      padding: 1%;
      flex-direction: row;
      width: auto;
      height: auto;
    }

    .row-footer{
      display: flex;
      flex-wrap: wrap;
    }
    
    .footer-col{
      width: 25%;
    }
    .footer-col h4{
      font-size: 22px;
      color: white;
      margin-bottom: 20px;
      font-weight: 500;
      position: relative;
      text-transform: uppercase;
    }
    .footer-col ul{
      list-style: none;
    }
    .footer-col ul li{
      margin: 10px 0;
    }
    .footer-col ul li a{
      font-size: 16px;
      text-transform: capitalize;
      color: white;
      text-decoration: none;
      font-weight: 300;
      display: block;
      transition: all 0.3s ease;
    }
    .footer-col ul li a:hover{
      color: #cecdcd;
      padding-left: 10px;
    }
    .footer-col .medias-socias{
      margin-left: 20%;
    }
    .footer-col .medias-socias a{
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 40px;
      margin: 0 10px 10px 0;
      text-decoration: none;
      border-radius: 50%;
      color: white;
      border: 1px solid white;
      transition: all 0.5s ease;
    }
  
    .footer-col .medias-socias a:hover{
      color: #415aca;
      background-color: white;
    }
    .footer-col .form-sub input{
      width: 100%;
      padding: 10px;
      font-size: 15px;
      outline: none;
      border: 1px solid white;
      color: white;
      background-color: #06357a;
    }
    .footer-col .form-sub input::placeholder{
      color: white;
    }
    .footer-col .form-sub button{
      width: 100%;
      margin-top: 10px;
      padding: 10px; 
      font-size: 17px;
      outline: none;
      border: none;
      cursor: pointer;
      color: #415aca;
      border-radius: 3px;
      font-weight: bold;
      background-color: white;        
    }
  


  /* Responsivo */
  @media (max-width:990px) and (min-width: 220px){
    .btn-home{
      margin-left: 0;
    }

    .card-body{
      width: 300px;
    }
    .card-text .card-text-azul{
      font-size: 50px;
    }
    .card-sobre{
      min-width: 450px;
      flex-direction: row;
    }

    .card .card-azul{
      min-height: 52px;
    }

    .centro{
          flex-direction: column;
          margin-left: 0;
        }
    .home-contato{
          margin-top: 1em;
        }
    .qualidade{
          background: none;
        }
    .sobre{
          margin-top: 70em;
        }
    .box-img{
    margin-top: 15%;
       }
  .text-sobre h5{
    color: #084298;
    font-family: sans-serif;
    font-size: 38px;
    font-weight: 800;
  }



  }



