html, body{
    width: 100% !important;
    height: 100%;
    overflow-x: hidden !important;
    margin:0;
    padding:0;
    background-color: #413F42;
    font-family: Arial, Helvetica, sans-serif;
}

header{
    background-color: #16003B;
    height: 50px;
    margin: 0;
}

ul{
    margin: 0;
}

li{
    display: list-item;
    cursor: pointer;
}
a{
    text-decoration: none;
}
p{
    margin: 0;
}

h2{
    margin: 0;
}

nav{
    height: 100%;
    display: block;
    margin: 0;
}

.menu-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0;
}

.eterxia-logo{
    display: block;
    padding: 14px 16px;
}

.eterxia-logo:hover{
    padding: 16px 16px;
    background-color: #7F8487;
}

.menu-rec{
    display: block;
    padding: 14px 16px;
}

.menu-rec:hover{
    padding: 16px 16px;
    background-color: #143F6B;
}

.menu-drop{
   position: relative;
   display: inline-block;
}

.menu-drop-cont{
    display: none;
    position: absolute;
    background-color: #16003B;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.menu-drop-cont a {
    color: #F73D93;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
    font-weight: bold;
  }

.menu-drop-cont a:hover {background-color: #7F8487;}
.menu-drop:hover .menu-drop-cont {display: block;}

/* .menu-row .icon {
    display: none;
  } */

.card-eter{
    position: relative;
    width: 65%;
    height: 80%;
    background-color: #16003B;
    border-radius: 70px;
    margin:auto;
    margin-top: 3%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card-margin{
    width: 90%;
    height: 90%;
    margin:auto;
    padding-top: 5%;
    padding-bottom: 5%;
}

.card-h2{
    width: 80%;
    height: 45%;
    font-size: 4.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#F73D93;
}

.card-proyects{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45%;
}

.cont-proyect{
    width: 50%;
    height: 55%;
    background-color: #143F6B;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #F73D93;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cont-proyect:hover{
    transform: scale(1.02);
    opacity: 0.8;
}


.text-proyect{
    width: 40%;
    margin-left: 10%;
    height: 35%;
    font-size: 3vw;
    color: #16003B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #F73D93;
    border-radius: 100px;
}
.cont-h2{
    width: 70%; height: 50%; display: flex; align-items: center; justify-content: center; align-self: center;
}

.h2-proyect{
    font-size: 2vw; 
    color: #FEB139;
}

.img-gym{
    display: flex; align-items: center; justify-content: center; align-self: center; max-width: 22%; height: auto;
}

.mobile-only{
    display: none;
}

.bottom_images{
    width: 100%;
    margin-top: 10%;
    height: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #16003B;
    z-index: 10000000;

}

@media screen and (max-width:1190px) {
    .card-eter{
        position: relative;
        width: 80%;
        height: 70%;
        background-color: #16003B;
        border-radius: 70px;
        margin:auto;
        margin-top: 8%;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .card-h2{
        width: 80%;
        height: 45%;
        font-size: 6.1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        color:#F73D93;
    }
    .h2-proyect{
        font-size: 3vw; 
        color: #FEB139;
    }
    .img-gym{
        display: flex; align-items: center; justify-content: center; align-self: center; max-width: 25%; height: auto;
    }
}

@media screen and (max-width:768px) {
    .card-eter{
        position: relative;
        width: 85%;
        height: 85%;
        background-color: #16003B;
        border-radius: 50px;
        margin:auto;
        margin-top: 9%;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .card-h2{
        width: 100%;
        height: 45%;
        font-size: 11vw;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color:#F73D93;
    }
    .card-proyects{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .cont-proyect{
        width: 70%;
        height: 55%;
        background-color: #143F6B;
        border-radius: 10px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        border: 1px solid #F73D93;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .text-proyect{
        width: 80%;
        margin-left: 0%;
        height: 35%;
        font-size: 8vw;
        margin-bottom: 15%;
        color: #16003B;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #F73D93;
        border-radius: 100px;
    }
    .cont-h2{
        width: 100%; height: 50%; display: flex; align-items: center; justify-content: center;
    }
    
    .h2-proyect{
        font-size: 7vw; 
        color: #FEB139;
    }
    
    .img-gym{
        display: flex; align-items: center; justify-content: center; align-self: center; max-width: 35%; height: auto;
    }

    .menu-drop{
        display: none;
    }

    .mobile-only{
        display: block;
        padding: 14px 16px;

    }
    .mobile-only a{
        color: #7F8487;
        font-weight: bold;
    }
}