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

body {

    background-color: #ffffff;
    height: auto;
    margin: 0%;
    margin-top: 10px;
}

button{
    display: none;
}



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


#logo img {
    vertical-align: middle;
    max-width: 60%;
    height: 30%;
    margin: none;
}


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

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

}

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

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

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

#m_element2:hover {
    color: rgb(76, 79, 79);
    background-color: orange;
    border-radius: 15px
}
#m_element2:active {
    background-color: rgb(142, 126, 6);
    transform: translateY(4px);
}
.nav_desc a {
    padding: 10px;

}




.body_container {
    text-align: center;

}

h1 {
    font-family: BrunoAce-Regular;
    font-size: 35px;
    color: #EC8F06;
}

h2 {
    font-family: BrunoAce-Regular;
    font-size: 30px;
    color: #EC8F06;
}

h3 {
    font-family: BrunoAce-Regular;
    font-size: 15px;
    font-weight: lighter;
    color: rgb(102, 101, 101);
    margin-top: -10px;
}

.body {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    grid-template-rows: ;
    grid-template-areas: ". menu1 ancle";
    text-align: center;
    padding: 0%;
}

.menu_body {
    grid-area: menu1;
    margin-top: 50px;
}

.contacto_servicios {
    grid-template-areas:
        "whats"
        "contacto"
        "servicios";
    grid-template-rows: [row1-start] 1fr [row1-end row2-start] 0px [row2-end row3-start] 0px [row3-end];
    grid-template-columns: 300px;
}

.img_body {
    grid-area: ancle;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.img_body:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}

.contacto {
    grid-area: contacto;
    background-color: rgb(26, 204, 224);
    border-radius: 20px;
    padding: 5px;
    transition: all .5s ease;

}

.contacto:hover {
    background-color: orange;
}

.contacto:active {
    background-color: rgb(142, 126, 6);
    transform: translateY(4px);
}
.whatsapp_img {
    width: 100px;
    height: 100px;
    grid-area: whats;
    margin-left: 315px;
    top: 50px;
    position: relative;
    transition: all .5s ease;
}

.whatsapp_img:hover {
    filter: sepia(40%);
}

.servicios {
    grid-area: servicio;
    background-color: orange;
    border-radius: 20px;
    padding: 5px;
    margin-top: 20px;
    transition: all .5s ease;

}

.servicios:hover {
    background-color: rgb(26, 204, 224);
}
.servicios:active {
    background-color: rgb(142, 126, 6);
    transform: translateY(4px);
}
p {
    font-family: BrunoAce-Regular;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
}

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

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

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

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: 40px;
    height: 40px;
    margin-right: 20px;
}

.cuadrofinal {
    display: flex;
    float: right;

}

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