body{
    background-color: #e2e1e1;
}

nav {
    border-bottom: 6px solid rgb(2, 3, 129);
  }

.banner {
    display: block;
    /* transition: transform .2s; */

}

.error-input {
    border: 2px solid red;
    /* Cambia el borde a rojo */
}

@media (max-width: 600px) {
    .tabla1 td:nth-child(3),
    .tabla1 th:nth-child(3) {
        display: none;
    }

    .title {
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
        .message {
            background-color: rgb(2,3,129);
            color: #ffffff;
            display: block;
            font-weight: 900;
            overflow: hidden;
            position: absolute;
            padding-left: 0.5rem;
            top: 0.2rem;
            left: 0px;
            font-size: 24px;
            animation: openclose 5s ease-in-out infinite;
        }

        h1 {
            color: #333;
            font-family: tahoma;
            font-size: 3rem;
            font-weight: 100;
            line-height: 1.5;
            /*left: 30px;*/
            text-transform: uppercase;
            white-space: nowrap;
            overflow: hidden;
            position: relative;
            width: 100%;
          }

        @keyframes openclose {
            0% {
              top: 0.2rem;
              width: 0;
            }
            5% {
              width: 0;
            }
            15% {
              width: 200px;
            }
            30% {
              top: 0.2rem;
              width: 200px;
            }
            33% {
              top: 0.2rem;
              width: 0;
            }
            35% {
              top: 0.2rem;
              width: 0;
            }
            38% {
              top: -4.5rem;

            }
            48% {
              top: -4.5rem;
              width: 200px;
            }
            62% {
              top: -4.5rem;
              width: 200px;
            }
            66% {
              top: -4.5rem;
              width: 0;
              text-indent: 0;
            }
            71% {
              top: -9rem;
              width: 0;
              text-indent: 5px;
            }
            86% {
              top: -9rem;
              width: 285px;
            }
            95% {
              top: -9rem;
              width: 285px;
            }
            98% {
              top: -9rem;
              width: 0;
              text-indent: 5px;
            }
            100% {
              top: 0;
              width: 0;
              text-indent: 0;
            }
          }
}

.button {
    position: fixed;
    z-index: 0 !important;
  }

/* title 2 efecto */

.title-word {
    animation: color-animation 4s linear infinite;
  }

  .title-word-1 {
    --color-1: rgb(2,3,129);
    --color-2: #020635;
    --color-3: #70bbdb;
  }

  .title-word-2 {
    --color-1: #70bbdb;
    --color-2: rgb(2,3,129);
    --color-3: #17494D;
  }

  .title-word-3 {
    --color-1: #020635;
    --color-2: #70bbdb;
    --color-3: rgb(2,3,129);
  }

  .title-word-4 {
    --color-1: #3D8DAE;
    --color-2: #DF8453;
    --color-3: #E4A9A8;
  }

  @keyframes color-animation {
    0%    {color: var(--color-1)}
    32%   {color: var(--color-1)}
    33%   {color: var(--color-2)}
    65%   {color: var(--color-2)}
    66%   {color: var(--color-3)}
    99%   {color: var(--color-3)}
    100%  {color: var(--color-1)}
  }

  /* Here are just some visual styles. 🖌 */

  .container-title {
    display: grid;
    place-items: center;
    text-align: center;
    height: 100vh
  }

  .title2 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 5.5vw;
    text-transform: uppercase;
  }

/* end title 2 efecto */




@media only screen and (max-width: 820px) {
    .banner {
        display: none;
    }
    .logo {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .grafica {
      width: 100% !important;
      margin: 10px 10px 10px 10px !important;
    }


    .fila {
      display: block;
    }
  }

  @media (max-width: 600px) {
    #tabla1 td:nth-child(3),
    #tabla1 th:nth-child(3) {
        display: none;
    }
}


/* .banner:hover {
  transform: scale(1.1);
} */
.container-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px; /* Height of the footer */
    left: 0;
    background-color: rgb(2,3,129);
    color: white;
    text-align: center;
}

form .error {
    font-style: italic;
    font-size: 12px;
    color: #ff0000;

}
input:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="time"]:focus, input[type="text"]:focus, textarea:focus, select:focus option {
    background-color: #ffe69b !important;
}

#divBackground{
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100vh;
    color:white;
    background-color:#EAF2F9;
    z-index:9000;
    opacity: 0.4;
    filter:alpha(opacity=40);
    -moz-opacity: 0.8;
    overflow:hidden;
    display:none;
    background: repeating-linear-gradient(45deg, #BAD9F4, #BAD9F4 10px, #EAF2F9 10px, #EAF2F9 15px);
}
#divWaitForPageLoad{
    position:absolute;
    display:none;
    z-index:9010;
    top:50%;
    text-align: center;
}


/* estilo h1 */

* {
    box-sizing: border-box;
  }




  h1 span {
    font-size: 40px;
    margin-right: 70px;
  }

  @media (min-width: 601px){
    h1 {
        color: #333;
        font-family: tahoma;
        font-size: 3rem;
        font-weight: 100;
        line-height: 1.5;
        right: 200px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        width: 100%;
      }
  .message {
    background-color: rgb(2,3,129);
    color: #ffffff;
    display: block;
    font-weight: 1100;
    overflow: hidden;
    position: absolute;
    padding-left: 0.5rem;
    top: 0.2rem;
    left: 120vh;
    animation: openclose 5s ease-in-out infinite;
  }
  }

  .word1, .word2, .word3 {
    font-family: tahoma;
  }

  @keyframes openclose {
    0% {
      top: 0.2rem;
      width: 0;
    }
    5% {
      width: 0;
    }
    15% {
      width: 360px;
    }
    30% {
      top: 0.2rem;
      width: 360px;
    }
    33% {
      top: 0.2rem;
      width: 0;
    }
    35% {
      top: 0.2rem;
      width: 0;
    }
    38% {
      top: -4.5rem;

    }
    48% {
      top: -4.5rem;
      width: 390px;
    }
    62% {
      top: -4.5rem;
      width: 390px;
    }
    66% {
      top: -4.5rem;
      width: 0;
      text-indent: 0;
    }
    71% {
      top: -9rem;
      width: 0;
      text-indent: 5px;
    }
    86% {
      top: -9rem;
      width: 350px;
    }
    95% {
      top: -9rem;
      width: 350px;
    }
    98% {
      top: -9rem;
      width: 0;
      text-indent: 5px;
    }
    100% {
      top: 0;
      width: 0;
      text-indent: 0;
    }
  }
