  /* Estilos CSS */

    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      line-height: 20px;
      margin: 0;
      padding: 0;
      background-color: #f2f2f2;
}

    header {
      background: url('/assets/img/eas_3.png');
      box-shadow: 2px 2px 5px;
      color: #f2f2f2;
      padding: 10px;
      margin: 0;
      position: fixed;
      text-align: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      box-sizing: border-box;
}

    nav {
     background-image: linear-gradient(to right, #0b0327,navy);
     margin: 50px 0 0 0; 
     padding: 40px 0 10px 0;
     text-align: right;
     font-size: 20px;
     
}

    nav ul {
      list-style-type: none;
      margin: 0;
      padding: 30px;
      display: inline;
      justify-content: space-around;
}

    nav ul li {
      display: inline-block;
      margin: 0 0 0 30px;
}

    nav ul li a {
      color: #ffffff;
      text-decoration: none;
      padding: 5px 10px;
}

    nav ul li a:hover {
      color: #ffffff66;
      text-decoration: none;
      padding: 5px 10px;
}
    
    footer {
      
      background: url('/assets/img/eas_2.png');
      display: flex;
      width:100% ;
      max-width: 1330px;
      background-color: #222222;
      color: #fff;
      padding: 20px;
      
} 

    .container-foot{
      margin-top: -80px;
      padding: 50px;
      width: auto;
      height: auto;
}

    .container-foot-2{
      display: block;
      margin: 120px auto;
      margin-left: -400px;
      justify-content: flex-end;
      font-size: 19px;
}

    .form-container{
  
      position: relative;
      background:linear-gradient(to right, #0b0327,navy);
      color: #f2f2f2;
      text-align:left;
      border-radius: 15px;
      box-shadow: 4px 4px 7px #696A78;
      margin: 30px 60px 30px 60px;
      padding: 35px;
      height: 450px;
      width: auto;
      border-left: 10px solid #642826;
     
}

    .form-container, input, textarea {
			font-size: 16px;
      width: 300px;
      height: 50%;
      margin-bottom: 20px;
      right: -800px;    
     
}
    .text-contact-container{
      display: block;
      position: absolute;
      text-align: justify;
      color: #222222;
      bottom: 20px;
      top: 5px;
      margin: 0;
      padding: 30px;
      width: 780px;
      line-height: 24px;
}

    .card-container-master{
      background-color: #22222233;
      color: #f2f2f2;
      display:flex;
      text-align:justify;
      position: relative;
      border-radius: 10px;
      margin: 30px 60px 30px 60px;
      padding: 30px;
      width: 90%;
      height: auto;
}

.card-container-master1{
      background-color: #22222233;
      display: inline-block;
      margin: 50px;
      margin-top: 10px;
      margin-right: 0;
      margin-left: 52px;
      position: relative;
      padding-left: 20px;
      border-radius: 5px;
      
}
   
    .card-container{
      background-color: #22222233;
      box-shadow: 2px 2px 5px #642826;
      color: #222222;
      border-radius: 16px 16px 16px 16px;
      margin: 15px;
      margin-top: 50px;
      padding: 30px;
      width: 1800px;
      height: 220px;
      border-left: 10px solid #030003;
      text-decoration: none;
}

.card-container1{
  color:#642826;
  font-size: 26px;
  position: relative;

}

.card-container1 p{
  display: block;
  margin-bottom: 20px;
  justify-content: space-evenly;
}

    .card-span-container{
     display: block;
     justify-content: space-evenly;
     background-color: #22222233;
     color: #f2f2f2;
     position: absolute;
     border-radius: 10px;
     top: 190px;
     left: 5px;
     width: 45px;
     height: 410px;
}

    .element-1{
    background: url('/assets/img/home_512px.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

    .element-2{
    background: url('/assets/img/icons8_chevron8_right_48.png');
    background-repeat: repeat;
    background-size: cover;
    background-position: top left;
    cursor: pointer;
    margin-bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

    .element-3{
    background: url('/assets/img/icons8_chevron8_left_48.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

    .element-4{
    background: url('/assets/img/synchronize_208px.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

     .element-5{
    background: url('/assets/img/close_500px.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.element-1,.element-2,
.element-3,.element-4,
.element-5, ul li a:hover{
  color: yellow;
}

    h2{
      text-align: center;
      color:#642826;
}

    img {
      background-position: center;
      background-size: 50px 50px;
      display: inline-block;
}

    @keyframes move {
      0% { transform: translateX(0); }
      100% { transform: translateX(500px); }
}

    @keyframes move {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
}

    .principal-title {
     animation: move 2s 1;
     text-decoration: none;
     background-image: url('/assets/img/whatsapp_480px.png');
     background-position:925px;
     background-size: 25px;
     background-repeat: no-repeat;
     text-align: left;
     font-size: 15px;
     color: navy;
     margin-bottom: 10px;

}

.principal-title a{
  text-decoration: none;
}

.card-servicos{
  text-decoration: none;
  color: #111;
  font-size: 16px;
  text-align: left;
  
}


.footer-container {
    background-color: #f2f2f2;
    padding: 50px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.logo-container {
    margin-bottom: 50px;
}

.logo-container img {
  background-color: transparent;
    width: 150px; /* Ajuste conforme necessário */
    height: 150px;
}

.info-container {
    margin-bottom: 50px;
    
}

.info-container h4 {
    font-size: 1.2em;
}

.copyright-container p {
    margin-bottom: 10px;
    text-align: center;
}

#current-year {
    font-weight: bold;
}


.developer-info {
    font-style: italic;
}


.social-icons {
    list-style: none;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px; /* Ajuste conforme necessário */
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons a {
    color: #bcb909eb; /* Cor dos ícones */
    font-size: 30px; /* Tamanho dos ícones */
}






