html, body{
    width: 100% !important;
    height: 3340px;
    overflow-x: hidden !important;
    margin:0;
    padding:0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body{
    overflow-y: hidden;
    overflow-x: hidden;
}
li{
    cursor: pointer;
}
ul{
    margin: 0;
}
img{
    pointer-events: none;
}

p{
    margin: 0px;
}
h1{
    margin: 0px;
}
h2{
    margin: 0px;
}
h3{
    margin: 0px;
}
nav{
    background-color: #16003B;
    height: 50px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.menu-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0;
    background-color: #16003B;
}

.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;}

 .mobile-only{
    display: none;
}

.cont-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 736px;
}

.front-text{
    width: 50%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    justify-content: center;
}

.text_fr{
    width: 70%;
    height:75%;
    margin-top: 12.5%;
    margin-left: 15%;
    align-self: center;
    justify-content: center;
}

.text_fr1{
    width: 70%;
    height:75%;
    margin-top: 12.5%;
    margin-left: 15%;
    align-self: center;
    justify-content: center;
}

.front-mobile{
    width: 50%;
    height: 100%;
    background-color: #143F6B;
}

.image_dim_fr{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:80%;
}

.phone_1{
    position: relative;
    max-width: 65%;
    height: auto;

}

.cont_front_text{
    width: 100%;
    height:50%;
    justify-content: center;
    display: flex; align-items: center;
}

.download_text{
    width: 100%;
    height:30%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.download_min_text{
    font-size: 1vw;
    color: rgb(184, 184, 184);
}

.download_img{
    height: 100%;
    max-width: auto;
    margin-left: -6.5%;
    z-index: 10000;

}
.effect_img{
    height: 100%; 
    width: 72%;
}

.effect_img:hover{
    transform: scale(1.05);
    opacity: 0.7;
}

.h1_front{
    font-size: 3.1vw;
    font-weight: bold;
    color: #143F6B;
}

.h1_color_front{
    color: #FEB139;
}

/* SECTION 2 */
.cont-section2{
    width: 100%;
    height: 350px;
    justify-content: 'center';
    background-color: #FEB139;
    display: flex;
    flex-direction: column;
}

.properties{
    position: relative;
    width: 95%;
    height: 100%;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.resposive-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    max-width: 70%;
    height: auto;
}

.back_properties{
    position: absolute;
    width: 100%;
    height: 95%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #F9E4C8;
    bottom: 0%;
}

.cont_prop{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 65%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 4%;
    border: 5px solid #143F6B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 54px;
    background-color: white;
}

.icon_prop{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26%;
    height: 40%;
    left:37%;
    top: -17%;
    border-radius: 100px;
    background: #F55353;
    border: 3px solid #143F6B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.icon_prop2{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26%;
    height: 40%;
    left:37%;
    top: -17%;
    border-radius: 100px;
    background:#FEB139;
    border: 3px solid #143F6B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.icon_prop3{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26%;
    height: 40%;
    left:37%;
    top: -17%;
    border-radius: 100px;
    background: #F6F54D;
    border: 3px solid #143F6B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* SECTION 3 */
.cont-section3{
    position: relative;
    width: 100%;
    height: 736px;
    justify-content: 'center';
    background-color:#FEB139;
    display: flex;
    flex-direction: row;
    z-index: -1100;
}

.first_prop{
    width: 27.5%;
    height: 100%;
    display: flex;
    flex-direction: column;

}
.second_prop{
    width: 35%;
    height: 100%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}

.third_prop{
    width: 27.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blue_cont{
    position: absolute;
    width: 95%;
    height: 100%;
    left: 2.5%;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    align-self: center;
    background-color: #143F6B;
    z-index: -1000;
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.25);
}
.white_cont{
    position: absolute;
    width: 95%;
    height: 100%;
    left: 2.5%;
    align-self: center;
    background-color: #F9E4C8;
    z-index: -1050;
}

.lt_cont1{
    width: 80%;
    margin-left: 20%;
    height: 15%;
    margin-top: 20%;
    background-color: #F9E4C8;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #FEB139;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.gr_cont1{
    width: 100%;
    height: 60%;
    margin-top: 15% ;
    margin-bottom: 20%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lt_cont2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 15%;
    margin-bottom: 20%;
    background-color: #F9E4C8;
    justify-content: center;
    border: 5px solid #FEB139;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.gr_cont2{
    width: 100%;
    height: 60%;
    margin-top: 20% ;
    margin-bottom: 15%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* SECTION 3 */
.cont-section4{
    position: relative;
    width: 100%;
    height: 736px;
    justify-content: 'center';
    background-color:#F6F54D;
    display: flex;
    flex-direction: row;
    z-index: -1100;
}

.back_sect4{
    position: relative;
    width: 50%;
    height: 100%;
    justify-content: center;
}

.phone_2{
    position: absolute;
    max-width: 70%;
    height: auto;
    left: 10%;
    top: 5%;

}

/* SECTION 3 */
.cont-section5{
    position: relative;
    width: 100%;
    height: 736px;
    background-color:#143F6B;
    z-index: -1100;
}

.message_cont{
    position: absolute;
    width: 95%;
    height: 95%;
    bottom: 2.5%;
    margin-left: 2.5%;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    background-color:#F9E4C8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 177px 177px 177px 0px;

}

.back_sect5{
    position: relative;
    width: 50%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    opacity: 0.7;
    border-radius: 170px 170px 170px 0px;
    background-color: #F6F54D;
}

.icon_sect5{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 25%;
    align-self: center;
    border-radius: 90px;
    background-color: blue;
}

.text_icon_sect5{
    width: 70%;
    height: 40%;
    margin-top: 10%;
    border-radius: 20px;
    align-self: center;
    background-color: blue;
}

/* SECTION 6 */
.cont-section6{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 736px;
    background-color:#FEB139;
}

.top_images{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 1000000;
}

.bottom_images{
    width: 100%;
    margin-top: 10%;
    height: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #16003B;
    z-index: 10000000;

}

.image_lr{
    position: relative;
    width: 250px;
    margin-left:3.5% ;
    margin-right:3.5% ;
    height: 350px;
    align-self: flex-end;
    z-index: 100;
}

.image_sm{
    position: relative;
    width: 250px;
    margin-left:3.5% ;
    margin-right:3.5% ;
    height: 300px;
    align-self: flex-end;
    margin-top: 5%;
    z-index: 1000;
}

.blue_back{
    position: absolute;
    width: 50%;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #143F6B;
    right: 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}

.mobile_2{
    max-width: 70%;
    height: auto;
    margin: auto;
}
.phone_3{
    max-width: 60%;
    height: auto;
    margin: auto;
    margin-top: 23%;

}

.icon_h2{
    width: 80%;
    font-size: 1.5vw;
    color: #143F6B;
    text-align: center;
}

.cont3_h2{
    font-size: 1.7vw;
    width: 98%;
    color: #143F6B;
    text-align: center;
}

.cont3_p{
    font-size: 1.8vw;
    width: 83%;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 10%;
    color:#222121;
}

.cont3_p1{
    font-size: 2vw;
    width: 83%;
    margin-left: 10%;
    margin-top: 25%;
    text-align: left;
    color:#222121;
}

.h2_p{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color:#143F6B;
    text-align: center;
}

.ppu{
    position: relative;
    color: #F9E4C8;
    font-size: 250%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}

.resposive-image{
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    border: 4px solid #F55353;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width:1190px) {
    /* section 1 */
    .cont-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 708px;
    }
    .front-text{
        width: 100%;
        height: 50%;
    }
    .front-mobile{
        width: 100%;
        height: 50%;
    }
    .text_fr{
        width: 70%;
        height:90%;
        margin-top: 5%;
        margin-left: 15%;
        align-self: center;
        justify-content: center;
    }
    .effect_img{
        height:100%; 
        width: 33%;
    }
    .download_img{
        height: 100%;
        margin-left: -3%;
    }
    .phone_1{
        position: relative;
        max-width: 40%;
        height: auto;
        bottom: 3.5%;
    }
    .mobile_2{
        max-width: 90%;
        height: auto;
        margin: auto;
    }
    .icon_prop{
        position: absolute;
        width: 37%;
        height: 40%;
        left:32%;
        top: -17%;
        border-radius: 100px;
        background: #F55353;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .icon_prop2{
        position: absolute;
        width: 37%;
        height: 40%;
        left:32%;
        top: -17%;
        border-radius: 100px;
        background:#FEB139;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .icon_prop3{
        position: absolute;
        width: 37%;
        height: 40%;
        left:32%;
        top: -17%;
        border-radius: 100px;
        background:#F6F54D;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .phone_2{
        position: absolute;
        max-width: 83%;
        height: auto;
        left: 10%;
        top: 7%;
    
    }
    /* Text */
    .h1_front{
        font-size: 4.1vw;
        font-weight: bold;
        color: #143F6B;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .download_min_text{
        font-size: 1.8vw;
        color: rgb(184, 184, 184);
    }
    .icon_h2{
        width: 80%;
        font-size: 1.8vw;
        color: #143F6B;
        text-align: center;
    }
    .cont3_h2{
        font-size: 2.2vw;
        width: 100%;
        color: #143F6B;
        text-align: center;
    }
    .cont3_p{
        font-size: 2.3vw;
        width: 83%;
        margin-left: 10%;
        margin-top: 5%;
        margin-bottom: 10%;
        color:#222121;
        
    }
    .cont3_p1{
        font-size: 2.5vw;
        width: 83%;
        margin-left: 10%;
        margin-top: 25%;
        text-align: left;
        color:#222121;
        
    }
}

@media screen and (max-width:900px) {
    /* section 1 */
    .cont-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 736px;
    }
    .front-text{
        width: 100%;
        height: 50%;
    }
    .front-mobile{
        width: 100%;
        height: 50%;
    }
    .text_fr{
        width: 70%;
        height:90%;
        margin-top: 5%;
        margin-left: 15%;
        align-self: center;
        justify-content: center;
    }
    .effect_img{
        height:100%; 
        width: 42%;
    }
    .download_img{
        height: 100%;
        margin-left: -8%;
    }
    .phone_1{
        position: relative;
        max-width: 50%;
        height: auto;
    }
    .icon_prop{
        position: absolute;
        width: 40%;
        height: 45%;
        left:29%;
        top: -25%;
        border-radius: 100px;
        background: #F55353;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .icon_prop2{
        position: absolute;
        width: 40%;
        height: 45%;
        left:29%;
        top: -25%;
        border-radius: 100px;
        background:#FEB139;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .icon_prop3{
        position: absolute;
        width: 40%;
        height: 45%;
        left:29%;
        top: -25%;
        border-radius: 100px;
        background:#F6F54D;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .cont_prop{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
        height: 50%;
        margin-left: 4%;
        margin-right: 4%;
        margin-top: 10%;
        border: 5px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 54px;
        background-color: white;
    }
    .phone_2{
        position: absolute;
        max-width: 90%;
        height: auto;
        left: 4%;
        top: 7%;
    
    }
    .h1_front{
        font-size: 4.8vw;
        font-weight: bold;
        color: #143F6B;
    }
    .download_min_text{
        font-size: 2vw;
        color: rgb(184, 184, 184);
    }
    .icon_h2{
        width: 80%;
        font-size: 1.8vw;
        color: #143F6B;
        text-align: center;
    }
    .cont3_h2{
        font-size: 2.2vw;
        width: 100%;
        color: #143F6B;
        text-align: center;
    }
    .cont3_p{
        font-size: 2.3vw;
        width: 83%;
        margin-left: 10%;
        margin-top: 5%;
        margin-bottom: 10%;
        color:#222121;
        
    }
    .cont3_p1{
        font-size: 2.5vw;
        width: 83%;
        margin-left: 10%;
        margin-top: 25%;
        text-align: left;
        color:#222121;
        
    }
}

@media screen and (max-width:768px) {
    /* MODO MÓVIL */
    /* section 1 */
    .cont-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 736px;
    }
    .front-text{
        width: 100%;
        height: 50%;
    }
    .front-mobile{
        width: 100%;
        height: 50%;
    }
    .text_fr{
        width: 70%;
        height: 90%;
        margin-top: 5%;
        margin-left: 15%;
        align-self: center;
        justify-content: center;
    }
    .effect_img{
        height:100%; 
        width: 87%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
    }
    .download_img{
        height: 100%;
        margin-left: 0%;
    }
    .phone_1{
        position: relative;
        max-width: 83%;
        height: auto;
    }
    /* SEC-2.1*/
    .cont-section2{
        width: 100%;
        height: 350px;
        justify-content: 'center';
        background-color: #FEB139;
        display: flex;
        flex-direction: column;
    }

    .properties{
        position: relative;
        width: 95%;
        height: 100%;
        align-self: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .cont_prop{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 20%;
        margin-left: 15%;
        margin-top: 5%;
        border: 5px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 54px;
        background-color: white;
    }
    
    .icon_prop{
        position: absolute;
        width: 20%;
        height: 75%;
        left:-10%;
        top: 5%;
        border-radius: 100px;
        background: #F55353;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .icon_prop2{
        position: absolute;
        width: 20%;
        height: 75%;
        left:-10%;
        top: 5%;
        border-radius: 100px;
        background:#FEB139;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .icon_prop3{
        position: absolute;
        width: 20%;
        height: 75%;
        left:-10%;
        top: 5%;
        border-radius: 100px;
        background: #F6F54D;
        border: 3px solid #143F6B;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    /* SEC-3*/
    .lt_cont1{
        position: absolute;
        top: 5%;
        left: 9%;
        width: 80%;
        margin-left: 0%;
        height: 10%;
        margin-top: 0%;
        background-color: #F9E4C8;
        justify-content: center;
        border: 5px solid #FEB139;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
    }
    .gr_cont1{
        display: none;
    }
    .lt_cont2{
        position: absolute;
        bottom: 5%;
        left: 9%;
        width: 80%;
        height: 10%;
        margin-bottom: 0%;
        background-color: #F9E4C8;
        justify-content: center;
        border: 5px solid #FEB139;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
    }
    .gr_cont2{
        display: none;
    }
    .mobile_2{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        max-width: 60%;
        height: auto;
        z-index: -100;
    }
    /* SEC-4*/
    .cont-section4{
        position: relative;
        width: 100%;
        height: 736px;
        justify-content: 'center';
        background-color:#F6F54D;
        display: flex;
        flex-direction: column;
        z-index: -1100;
    }
    .back_sect4{
        position: relative;
        width: 100%;
        height: 50%;
        justify-content: center;
    }
    .phone_2{
        position: absolute;
        max-width: 85%;
        height: auto;
        left: 8%;
        top: -33%;
    
    }
    /* SEC-6*/
    .top_images{
        width: 100%;
        height: 60%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        z-index: 1000;
    }
    .image_lr{
        position: relative;
        max-width: 46%;
        height: auto;
        align-self: center;
    }
    .image_sm{
        display: none;
    }
    .h1_front{
        font-size: 6vw;
        font-weight: bold;
        color: #143F6B;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .download_min_text{
        font-size: 3.4vw;
        color: rgb(184, 184, 184);
    }
    .icon_h2{
        width: 80%;
        font-size: 3.5vw;
        color: #143F6B;
        text-align: center;
    }
    .cont3_h2{
        font-size: 5.5vw;
        width: 100%;
        color: #143F6B;
        text-align: center;
    }
    .menu-drop{
        display: none;
    }
    .mobile-only{
        display: block;
        padding: 3%;

    }
    .mobile-only a{
        color: #7F8487;
        font-weight: bold;
        text-decoration: none;
    }
}