*{
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #000000;
}

div{
    position: relative;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

h2{
    position: absolute;
    font-size: 95px;
    color: #FFFFFF;
    font-family: 'Roboto', 'Sans serif';
    font-weight: 500;
    text-shadow: 3px 3px #000000;
    text-align: center;
    background-color: transparent;
    margin-bottom: 12px;
}

h2 a {
    background-color: transparent;
}

h2 a em{
    background-color: transparent;
}

.h2peque{
    font-size: 42px;
    line-height: 10px;
    text-shadow: 2px 2px #000000;
    background-color: transparent;
}

a{
    text-decoration: none;
    color: yellow;
}

a:hover{
    color: magenta;
}

h4{
    position: absolute;
    top: 75%;
    width: 100%;
    text-align: center;
    font-family: 'Cardo';
    font-weight: 400;
    font-size: 40px ;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    letter-spacing: 3px;
    background-color: transparent;
}

.indice img {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    max-width: 1400px;
}

svg {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    max-width: 1400px;
}

br {
    display: block;
    margin: 5px 0;
 }

.footer{
    width: 100%;
    position: static;
    margin: 40px auto 30px auto; 
    padding: 0;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .footer-menu-comtainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style-type: none;
  }
  
  .menu-item{
    margin: 1rem 1rem;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
  }
  
 .menu-item a{
    color: #FFFFFF;
 } 

  .menu-item a:hover{
    color: #a8ff33;
  }
  
  p {
    font-family: 'Roboto';
  }

  .direccion{
    color: #FFFFFF;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 13px;
  }

  .logos{
    height: auto;
    margin-bottom: 1rem;
    max-width: 80%;
  }
  
  .logos2{
    height: auto;
    max-height: 45px;
    max-width: 35%;
    margin-top: 2rem;
  }

/*TABLETA*/
@media screen and (max-width: 800px){

    h2{
        position: absolute;
        font-size: 42px;
        color: #FFFFFF;
        font-family: 'Roboto', 'Sans serif';
        font-weight: 400;
        text-shadow: 2px 2px #000000;
    }

    .h2peque{
     font-size: 22px;   
    }

    .titulo {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 2px 2px #000000;
    letter-spacing: 5px;
    margin-top: 110px;
    }
    
    h4{
        position: absolute;
        top: 80%;
        width: 100%;
        text-align: center;
        font-family: 'Cardo';
        font-weight: 300;
        font-size: 20px ;
        color: #FFFFFF;
        text-shadow: 2px 2px #000000;
    }
}

/*CELULAR*/
@media screen and (max-width: 428px){

    h2{
        position: absolute;
        text-align: center;
        font-family: 'Roboto', 'Sans serif';
        font-weight: 400;
        font-size: 26px;
        color: #FFFFFF;
        text-shadow: 2px 2px #000000;
    }

    .h2peque{
        font-size: 16px;
    }

    .titulo {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-shadow: 2px 2px #000000;
        letter-spacing: 4px;
        margin-top: 120px;
    }

    h4{
        position: absolute;
        top: 80%;
        width: 100%;
        text-align: center;
        font-family: 'Cardo';
        font-weight: 400;
        font-size: 14px ;
        color: #FFFFFF;
        text-shadow: 2px 2px #000000;
    }

    .direccion{
        color: #FFFFFF;
        /*opacity: 0.6;*/
        text-align: center;
        font-family: 'Roboto';
        font-weight: 100;
        font-size: 10px;
      }

    .logos2{
        height: 25px;
        margin-bottom: .5rem;
        padding-top: 25px;
      }
}
