html, body{
    width: 100% !important;
    margin:0;
    padding:0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    scroll-behavior: smooth;
}

li p{
    /* cursor: pointer; */
    margin-bottom:20px;
}
/* MÁRGENES EN PX Y FIGURAS STICKY */
ul{
    margin-top: 65px;
    margin-bottom: 65px;
    font-size: 2vw;
    color: rgb(187, 187, 187);
    list-style-type: decimal;
}
img{
    pointer-events: none;
}

p{
    font-size: 2vw;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: rgb(187, 187, 187);
    margin-bottom: 50px;
    margin-top: 0px;
}
figcaption{
    font-size: 1.5vw;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#FEB139;
    margin-top: 5px;
    text-align: center;
}
h1{
    font-size: 3.7vw;
    font-weight: bold;
    color: #F73D93;
    margin-bottom: 70px;
    margin-top: 0px;
}
h2{
    font-size: 3vw;
    margin-bottom: 70px;
    margin-top: 70px;
    color: #F73D93;
}
h3{
    font-size: 2.5vw;
    color: #F73D93;
    margin: 0px;
}
h4{
    font-size: 2.5vw;
    color: #F73D93;
    margin-top: 40px;
}
nav{
    background-color: #16003B;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

nav ul{
    margin: 0;
}
nav ul li{
    margin: 0;
    padding: 0;
}
nav ul li a{
    margin: 0;
    padding: 0;
}

nav ul li p{
    margin: 0;
}
nav ul li div a{
    margin: 0;
}

.menu-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0;
}

.mb-text1{
    color: #F73D93;text-align: center; text-decoration: none; font-weight: bold;  font-size: 15px;
}

.mb-text2{
    color: #FEB139;text-align: center; text-decoration: none; font-weight: bold;  font-size: 15px;
}

.eterxia-logo{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6%;
    padding: 14px 30px;
}

.eterxia-logo:hover{
    padding: 14px 30px;
    background-color: #7F8487;
}

.menu-rec{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 30px;
    width: 6%;
}

.menu-rec:hover{
    padding: 14px 30px;
    background-color: #143F6B;
}

.menu-drop{
   position: relative;
   display: inline-block;
   width: 6%;
}

.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;}

.mobile-only{
    display: none;
}

.bottom_images{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #16003B;
    z-index: 100;
    margin-top: 2%;
}
.responsive_div_share{
    width: 200px;
}

.rrss_cont{
    height: 70px; background-color:#413F42 ; align-self:center; border-radius: 30px; display: flex; flex-direction: row; align-items: center;justify-content: center;
}
.rrss_img1{
    height: 140%;
}
.rrss_img2{
    height: 75%;
}

/* SECTION */

.cont-row{
    position: relative; display: flex; flex-direction: row; justify-content: center; align-items: center; width: 100%; height: auto;
}
.main-cont{
    position: relative; width: 70%; height: 100%; justify-content: right; display: flex; align-items: center;
}
.art-cont{
    position: relative; width: 80%; height: 97%;
}
.aside-cont{
    position: relative; display: flex; position:-webkit-sticky; position:sticky; top:10px; width: 30%; margin-top: 90px; height: 525px; align-self: flex-start; justify-content: center; align-items: center; z-index: 1000000;
}
.news-cont{
    background-color: #413F42; width: 80%; height: 100%; border-radius: 6vh; justify-content: right; align-items: center;
}
.m-text-cont{
    height:17%;display: flex;justify-content: center;align-items: center; margin-top: 5%;
}
.column-cont{
    display: flex; flex-direction: column; justify-content: center; align-items: center; height: 73%;
}
.img-cont{
    background-color: #16003B; width: 80%; height: 28%; margin-top: 3%; border-radius: 2vh;
}

.i800{
    width: 50%;
    border-radius: 20px;
}

.img_resp{
    width: 55%; 
    height: auto; 
    align-self: center;
    border-radius: 10px;
}

table {
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
    border-radius: 20px; 
    overflow: hidden; 
    table-layout: fixed;
  }

  th, td {
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  th {
    color: #f2f2f2;
  }
  tr{
    background-color: #ddd4e3;
    font-size: 20px;
  }

  tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  tr:first-child {
    background-color: #413F42;
    color: #FFF;
    font-size: 27px;
  }

@media screen and (max-width:1190px) {

.aside-cont{
    width: 30%; margin-top: 90px; height: 475px;
}
}

@media screen and (max-width:1024px) {
    .eterxia-logo{
        width: 10%;
    }
    .menu-rec{
        width: 10%;
    }
    .menu-drop{
       width: 10%;
    }
    .aside-cont{
        width: 30%; margin-top: 90px; height: 425px;
    }
    p{
        font-size: 3.2vw;
        margin-bottom: 35px;
        margin-top: 0px;
    }
    figcaption{
        font-size: 2vw;
    }
    h1{
        font-size: 5.4vw;
        margin-bottom: 47px;
        margin-top: 0px;
    }
    h2{
        font-size: 4.9vw;
        margin-bottom: 65px;
        margin-top: 65px;
    }
    h3{
        margin: 0px;
    }
    ul{
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 3.2vw;
    }
    .i800{
        width: 70%;
        border-radius: 20px;
    }
    .img_resp{
        width: 60%;
    }
}

@media screen and (max-width:768px) {
    .eterxia-logo{
        width: 12%;
    }
    .menu-rec{
        width: 12%;
    }
    .menu-drop{
       width: 12%;
    }
    .cont-row{
        display: flex; flex-direction: column; justify-content: center;
    }
    .main-cont{
        width: 90%; height: 100%; justify-content: center; display: flex; align-items: center;
    }
    .art-cont{
        width: 90%; height: 97%;
   }
    .aside-cont{
       display: none;
    }
    p{
        font-size: 5vw;
        margin-bottom: 35px;
        margin-top: 0px;
    }
    figcaption{
        font-size: 3.5vw;
    }
    h1{
        font-size: 7vw;
        margin-bottom: 45px;
        margin-top: 0px;
    }
    h2{
        font-size: 6vw;
        margin-bottom: 60px;
        margin-top: 60px;
    }
    h3{
        font-size: 5vw;
        margin: 0px;
    }
    ul{
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 5vw;
    }
    .i800{
        width: 85%;
        border-radius: 20px;
    }
    .img_resp{
        width: 70%;
    }
}

@media screen and (max-width:630px) {
    html,body {
        overflow-x: hidden;
    }
    .menu-row{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        padding: 0;
        width: 100%;
    }
    .bottom_images{
        height: 50vw;
        margin-top: 3vw;
    }
    .eterxia-logo{
        width: 12%;
        padding: 10%;
    }
    .eterxia-logo:hover{
        width: 12%;
        padding: 10%;
        background-color: #7F8487;
    }
    .menu-rec{
        width: 12%;
        padding: 10%;
    }
    .menu-rec:hover{
        width: 12%;
        padding: 10%;
        background-color: #143F6B;
    }
    .mb-text1{
        font-size: 5vw;
    }
    .mb-text2{
        font-size: 5vw;
    }
    .mobile-only{
        display: block;
        padding: 5%;

    }
    .mobile-only a{
        color: #7F8487;
        font-weight: bold;
        text-decoration: none;
    }
    .menu-drop{
        display: none;
    }
    .responsive_div_share{
        width: 24vw;
    }
    .rrss_cont{
        height: 20vw; background-color:#413F42 ; align-self:center; border-radius: 30px; display: flex; flex-direction: row; align-items: center; justify-content: center;
        width: 60vw;
    }
    .rrss_img1{
        height: 25vw;
        width: 25vw;
        display: flex;
        align-self: center;
        align-items: center;
        justify-content: center;
    }
    .rrss_img2{
        height: 12vw;
        width: 12.5vw;
        display: flex;
        align-self: center;
        align-items: center;
        justify-content: center;
        
    }
    p{
        font-size: 5vw;
        margin-bottom: 8vw;
        margin-top: 0px;
    }
    figcaption{
        font-size: 3.5vw;
    }
    h1{
        font-size: 8vw;
        margin-bottom: 9vw;
        margin-top: 0px;
    }
    h2{
        font-size: 7vw;
        margin-bottom: 10vw;
        margin-top: 10vw;
    }
    h3{
        font-size: 6vw;
        color: #F73D93;
        margin: 0px;
    }
    h4{
        font-size: 5.5vw;
        color: #F73D93;
        margin-top: 4.4vw;
    }
    ul{
        margin-top: 12vw;
        margin-bottom: 12vw;
        font-size: 5vw;
        padding-left: 6vw;
    }
    ul li {
        font-size: 5vw;
    }
    ul li p {
        margin-bottom: 8vw;
        margin-top: 0px;
    }
   .cont-row{
   flex-direction: column;
   }
   .main-cont{
    width: 90%; height: 100%; justify-content: center; display: flex; align-items: center;
    }
    .art-cont{
        width: 90%; height: 97%;
   }
   .aside-cont{
    display: none;
    }
   ul{
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-size: 5vw;
    }
    .i800{
        width: 100%;
        border-radius: 20px;
    }
    .img_resp{
        width: 100%;
    }
    table {
        font-size: 12px;
      }
    tr:first-child {
    font-size: 20px;
    }
    tr{
    font-size: 15px;
    }
    
}