body {
height:2000px
}

.intro {
        background-color: #00020303;
}
/*
.Titulo{
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 3em;
} */

@media screen and (min-width: 100px) and (max-width: 399px) {
  .Titulo{
    margin-top: 180px;
  }
  h5{
       font-size: 0.5em;   
  }
  .Titulo-h1 {
    background-color: lightgreen;
      margin-top: 100px;
      margin-bottom: 5px;
      font-size: 1.2em;
  }
  .Titulo-h2 {
    margin-top: 0%;
    margin-bottom: 50px;
    font-size: 1em;
  }

}

@media screen and (min-width: 400px) and (max-width: 549px) {
  .Titulo{
    margin-top: 250px;
  }
   h5{
       font-size: 1.5em;   
  }
  .Titulo-h1 {
    background-color: lightblue;
      margin-top: 138px;
      margin-bottom: 5px;
      font-size: 2em;
  }
  .Titulo-h2 {
    margin-top: 0%;
    margin-bottom: 50px;
    font-size: 1.5em;
  }
 
}
@media screen and (min-width: 550px)  and (max-width: 750px){
  .Titulo{
    margin-top: 300px;
  }
  h5{
       font-size: 1.5em;   
  }
 .Titulo-h1 {
    background-color: red;
      margin-top: 300px;
      margin-bottom: 10px;
      font-size: 2.5em;
  }
  .Titulo-h2 {
    margin-top: 0%;
    margin-bottom: 100px;
    font-size: 1.5em;
  }
 
}

@media screen and (min-width: 751px) and (max-width: 950px) {
  .Titulo{
    margin-top: 400px;
  }
  h5{
       font-size: 3em;   
  }
  .Titulo-h1 {
    background-color: lavender;
    margin-top: 300px;
    margin-bottom: 100px;
    font-size: 4em;
  }
  .Titulo-h2 {
    background-color: lavender;
    margin-top: 0%;
    margin-bottom: 100px;
    font-size: 3em;
  }
  
}

@media screen and (min-width: 951px) and (max-width: 1110px) {
  .Titulo{
    margin-top: 500px;
  }
  h5{
       font-size: 3em;   
  }
  .Titulo-h1 {
    background-color: greenyellow;
    margin-top: 500px;
    margin-bottom: 50px;
    font-size: 5em;
  }
  .Titulo-h2 {
    margin-top: 0%;
    margin-bottom: 150px;
    font-size: 3em;
  }

}
@media screen and (min-width: 1111px) and (max-width: 1300px) {
  .Titulo{
    margin-top: 600px;
  }
  h5{
       font-size: 3em;   
  }
  .Titulo-h1 {
    background-color: greenyellow;
    margin-top: 500px;
    margin-bottom: 50px;
    font-size: 5em;
  }
  .Titulo-h2 {
    margin-top: 0%;
    margin-bottom: 150px;
    font-size: 3em;
  }

}

.divblock {
  display:block;
  height:auto;
}
@keyframes an01f {
  0%   {opacity:0.5;}
  10%   {opacity:1;}
  20%   {opacity:1;}
  30%   {opacity:0.5;}
  40%   {opacity:0;}
  50%   {opacity:0;}
  60%   {opacity:0;}
  70%   {opacity:0;}
  80%   {opacity:0;}
  90%   {opacity:0.0}
  100%   {opacity:0.5;}
}
@keyframes an02f {
  0%   {opacity:0;}
  10%   {opacity:0;}
  20%   {opacity:0;}
  30%   {opacity:0.5;}
  40%   {opacity:1;}
  50%   {opacity:1;}
  60%   {opacity:0.5;}
  70%   {opacity:.0;}
  80%   {opacity:0;}
  90%   {opacity:0;}
  100%   {opacity:0;}
}
@keyframes an03f {
  0%   {opacity:0;}
  10%   {opacity:0;}
  20%   {opacity:0;}
  30%   {opacity:0;}
  40%   {opacity:0;}
  50%   {opacity:0;}
  60%   {opacity:0.5;}
  70%   {opacity:1;}
  80%   {opacity:1;}
  90%   {opacity:0.5;}
  100%   {opacity:0.0;}
}

.an01
{
  width:100%;
  height:auto;
  position:absolute;
  display:inline-block;
  left:0%;
  top:0%;
  animation: an01f 10s infinite;
/*
  z-index: -1; 
*/
}
.an02
{
  width:100%;
  height:auto;
  position:absolute;
  display:inline-block;
  left:0%;
  top:0%;
  animation: an02f 10s infinite;
  /*
  z-index: -1;
  */
}
.an03
{
  width:100%;
  height:auto;
  position:absolute;
  display:inline-block;
  left:0%;
  top:0;
  animation: an03f 10s infinite;
  /*
  z-index: -1; 
  */
}
.Circuito {
  padding:5px;
  Margin:5px;
}
/*
li {
  height: auto;
  line-height:unset ; 
} */
.boton {
background-color: #022169;
}
/* comment */

h1, h2, h3, h4, h5, p {
  text-align: center
}


.bg-primary {
  background-color: #1F4E79 !important; /* Naranja */
  color: white;
}
  .contenedor {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .imagen-fondo {
    width: 100%;
    display: block;
  }

 
  .icono-info {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 10%;
    cursor: pointer;
    z-index: 2;
  }

  .mensaje {
    position: absolute;
    top: 90px;
    right: 30px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: none;
    z-index: 1;
    max-width: 300px;
  }

.btn-primary {
  background-color: #CC0000 !important;
  border-color: #CC0000 !important;
  color: white !important;
}
