@font-face {
    font-family: BrunoAce-Regular;
    src: url(BrunoAce-Regular.ttf);
}

@font-face {
    font-family: Aleo;
    src: url(Aleo-VariableFont_wght.ttf);
}

body {
    background-color: #ffffff;
    height: auto;
    margin: 0%;
    margin-top: 0px;
}
button{
    display: none;
}
.logo {
    display: inline-block;
    vertical-align: middle;
}

#logo img {
    max-width: 60%;
    margin: none;
    display: block;
}

.image {
    max-width: 10%;
    height: 10%;
}

ul {
    font-family: BrunoAce-Regular;
    font-size: 12px;
    display: inline-block;
   
}

li {
    display: inline-block;
    text-align: left;
  

}

#m_element1 {
    text-decoration: none;
    color: rgb(20, 136, 194);
    grid-column: 2;
    margin: 20px;
    transition: all .5s ease;
    background-color: transparent;
}

#m_element2 {
    text-decoration: none;
    color: rgb(72, 72, 72);
    grid-column: 2;
    transition: all .5s ease;
    background-color: transparent;
}

.nav_desc a {
    padding: 10px;
     text-decoration: none;

}
.nav_desc {
    height: auto;
    display: grid;
    align-items: center;
    grid-template-columns: 100px 900px;
}

#titulo {
    font-family: BrunoAce-Regular;
    font-weight: lighter;
    font-size: 30px;
    color: black;
    padding: 5px;
    margin-top: 20px;
    text-align: center;
    background-color: orange;
    padding: 10px;
    border-radius: 15px;
    margin: 0 100px 0 100px;
    text-align: center;
}

.subtitulo {
    font-family: BrunoAce-Regular;
    font-size: 20px;
    color: rgb(55, 55, 54);
    text-align: center;
    font-weight: lighter;
    text-decoration: underline;
}

.dlgv1 {
    font-family: BrunoAce-Regular;
    font-size: 22px;
    color: rgb(55, 55, 54);
    text-align: center;
    font-weight: lighter;
    text-decoration: underline overline;
}

h3 {
    font-family: Aleo;
    font-size: 20px;
    color: rgb(55, 55, 54);
    font-weight: 400;
    line-height: 1.5;
}

h4 {
    color: #fffbfb;
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    text-align: center;
    padding-top: 10px;
}

h5 {
    font-family: BrunoAce-Regular;
    font-size: 20px;
    color: rgb(55, 55, 54);
    font-weight: lighter;
    text-align: center;
    text-decoration: underline overline
}

.cuadro1,
.cuadro2,
.cuadro3 {
    text-align: center;
    width: 100vw;
}

.imagen {
    width: 100%;
}

.desc {
    text-align: center;
    margin: 0 100px 0 100px;
}

.desc1 {
    background-color: orange;
    padding: 10px;
    border-radius: 15px;
    margin: 0 100px 0 100px;
    text-align: center;
}

.desc2 {
    background-color: #00BCD4;
    text-align: center;
    margin: 0 100px 0 100px;
    padding: 10px;
    border-radius: 15px;

}

.desc3 {
    background-color: #B2EBF2;
    text-align: center;
    margin: 0 100px 0 100px;
    padding: 10px;
    border-radius: 15px;

}

.bg {
    background-color: orange;
    padding: 10px;
    border-radius: 15px;
}

.bg2 {
    background-color: #B2EBF2;
    padding: 10px;
    border-radius: 15px;
}

footer {
    background-color: rgb(44, 44, 44);
    width: auto;
    height: 200px;
}

.list1 {
    display: list-item;
    list-style-type: circle;
    list-style-position: outside;
    font-size: 16px;
    line-height: 1.5;
}

h6 {
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    text-align: left;
    padding-top: 10px;
    margin-left: 20px;
    font-size: 14px;
}

.legales {
    float: left;
}

.redes {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.cuadrofinal {
    display: flex;
    float: right;

}

.footer {
    display: flex;
    float: left;
}

#m_element1:hover {
    color: #001F3F;
    background-color: orange;
    border-radius: 15px;
}

#m_element2:hover {
    color: #001F3F;
    background-color: orange;
    border-radius: 15px
}
#m_element1:active {
    background-color: rgb(142, 126, 6);
    transform: translateY(4px);
}
#m_element2:active {
    background-color: rgb(142, 126, 6);
    transform: translateY(4px);
}
