  /* 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/menu1.png');
      background-repeat: no-repeat;
      background-position: left;
      background-size: 30px 30px;
      background-color: #f1f1f1;
      box-shadow: 2px 2px 5px #6495ED;
      color: #505049;
      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, #6495ED, #6495ED);
     margin: 50px 0 0 0; 
     padding: 40px 0 10px 0;
     text-align: left;
     font-size: 20px;
}

    nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
}

    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/logo_trm4.png') no-repeat;*/
      display: inline-flex;
      width:100% ;
      background-color: #6495ED;
      color: #fff;
      padding: 20px;
      
} 

    .container-foot{
      margin-top: -50px;
      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-color: #6495ED;
      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 mediumblue;
     
}

    .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: navy;
      bottom: 20px;
      top: 5px;
      margin: 0;
      padding: 30px;
      width: 780px;
      line-height: 24px;
}

    .card-container-master{
      background-color: #6495ED33;
      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{
      background-color: #6495ED;
      box-shadow: 2px 2px 5px #030003;
      color: #f1f1f1;
      flex:1;
      flex-wrap: wrap;
      position: relative;
      border-radius: 16px 16px 16px 16px;
      margin: 15px;
      margin-top: 50px;
      padding: 30px;
      width: 220px;
      height: 220px;
      border-left: 10px solid mediumblue;
}

    .card-span-container{
     display: block;
     justify-content: space-evenly;
     background-color: #6495ED33;
     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:navy;
}

    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;
}