/* FONT */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/Roboto-Italic.ttf");
}


@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Roboto-ThinItalic.ttf");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/Roboto-BoldItalic.ttf");
}


/* BASE */

map area {
    outline: none;
}

body,
html {
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    background-color: #44aee2;
}

.pages {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: max-content;
}

.page {
    width: 100vw;
    height: 100vh;
    overflow: scroll;
}

.section {
    width: 100%;
    background-color: #44aee2;
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 220px;
    padding-bottom: 110px;
    height: 100vh;  box-sizing: border-box;

}

h1 {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    color: #ef3a2d;
    font-size: 60px;
}

::-webkit-scrollbar {
    display: none;
}

.tematica-texto::-webkit-scrollbar {
    display: initial;
    width: 20px;
}

.tematica-texto::-webkit-scrollbar-track {
    background-color: transparent;
}

.tematica-texto::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.tematica-texto::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

/*descriptor scrollbar*/

.descriptores::-webkit-scrollbar {
    display: initial;
    width: 20px;
}

.descriptores::-webkit-scrollbar-track {
    background-color: transparent;
}

.descriptores::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.descriptores::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

/* information-page scroll */

.information-page-content::-webkit-scrollbar {
    display: initial;
    width: 20px;
}

.information-page-content::-webkit-scrollbar-track {
    background-color: transparent;
}

.information-page-content::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.information-page-content::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

/* TEMATICA */

.tematica {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: white;
    overflow: auto;
    height: auto;
    width: 55%;
    padding: 1.4% 1.4%;
    border-radius: 20px;
}

.tematica-texto {
    text-align: start;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: dimgray;
    padding-left: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    overscroll-behavior: contain;
    padding-right: 1.3rem;
}

.tematica-aux {
    text-align: start;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: dimgray;
    padding-top: 1%;
    padding-right: 1.3rem;
    padding-left: 13px;
    
}

.tematica-little {
    text-align: start;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: dimgray;
    padding-top: 2%;
    padding-right: 1.3rem;
    padding-left: 1px;
    line-height: 85%;
    
}

.tematica-logo {
    padding-right: 15px;
}

.tematica-logo img {
    filter: invert(35%) sepia(6%) saturate(224%) hue-rotate(149deg) brightness(90%) contrast(81%);
}


.tematica-title {
    font-size: 3em;
    margin-bottom: 10px;
    font-style: italic;
}

.tematica-title-little {
    font-size: 2.5em;
    line-height: 120%;
    margin-bottom: 10px;
    font-style: italic;
}

.tematica-content {
    font-size: 20px;
    text-align: justify;
    line-height: 120%;
}

/* TOOLTIP */

/*.tippy-box[data-theme~="blue"] {
    background-color: gray;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: normal;
}

.tippy-box[data-theme~="blue"][data-placement^="bottom"] > .tippy-arrow::before {
    border-bottom-color: gray;
}*/

/* NAV */

.navigation {
    position: fixed;
    background-color: white;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.title {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: dimgray;
}

.title-dimension {
    display: none;
    float: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 80px;
    color: dimgray;
}


.title-tematicas {
    display: none;
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    padding-top: 60%;
    padding-right: 50%;
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    color: white;
}

button:focus {
    outline: none;
}

/* DIMENSIONES */

.dimensiones {
    float: right;
    display: flex;
    padding: 25px 15px;
}

.menu-dimension-movil {
    display: none;
    position: fixed;
    top: 110px;
    right: 9.5%;
    padding: 2px;
    height: 33.5%;
    width: 62px;
    border-radius: 10px;
    list-style: none;
}

.semaforo {
    position: fixed;
    bottom: 0;
    left: -30%;
    padding: 0;
    margin: 0;
    height: 70%;
    width: 100%;
}

.semaforo svg {
    height: 100%;
    width: 100%;
}

.hamburger {
    box-sizing: initial;
    line-height: 1;
    float: left;
    padding: 25px 15px;
}

.hamburger-movil {
    display: none;
    position: absolute;
    box-sizing: initial;
    line-height: 1;
    float: left;
}

.hamburger-movil-tematica {
    display: none;
    position: fixed;
    box-sizing: initial;
    line-height: 1;
    float: left;
}

.nav-left {
    display: flex;
    align-items: center;
    float: left;
}

.hamburger-btn {
    height: 60px;
    width: 60px;
    margin: 0px 5px;
    border: hidden;
    border-radius: 10px;
    color: gray;
    background: white;
    cursor: pointer;
    font-size: xxx-large;
}

.hamburger-btn-movil {
    height: 60px;
    width: 60px;
    margin: 0px 5px;
    border: hidden;
    border-radius: 10px;
    color: gray;
    background: transparent;
    cursor: pointer;
    font-size: xxx-large;
    padding: 10px 5px;
}

.hamburger-btn-movil-tematica {
    height: 60px;
    width: 60px;
    margin: 0px 5px;
    border: hidden;
    border-radius: 10px;
    color: white;
    background: transparent;
    cursor: pointer;
    font-size: xxx-large;
    padding: 10px 5px;
}


.dimension-btn {
    height: 60px;
    width: 60px;
    margin: 0px 5px;
    border: hidden;
    border-radius: 10px;
    color: white;
    background: rgb(180, 180, 180);
    cursor: pointer;
    font-size: xx-large;
}

.dimension-btn-movil {
    position: fixed;
    top: 1%;
    right: 9%;
    height: 40px;
    width: 45px;
    margin: 0px 5px;
    border: hidden;
    border-radius: 10px;
    color: white;
    background: rgb(180, 180, 180);
    cursor: pointer;
}

.dimension-btn:hover {
    background: dimgray;
}

.dimension-btn.active {
    background: dimgray;
}

.dimension-btn img {
    max-height: 75%;
    display: block;
    margin: auto;
}

/* OVERLAY */

.overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1024;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    overflow-x: hidden;
}

.close, .back {
    float: left;
    padding: 25px 15px;
}

.close-btn, .back-btn {
    height: 60px;
    width: 60px;
    margin: 0px 5px;
    border: hidden;
    border-radius: 10px;
    color: gray;
    background: white;
    cursor: pointer;
    font-size: xxx-large;
}

.back {
    display: none;
}

.menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-item {
    color: gray;
    text-decoration: none;
    font-size: 2.4rem;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 20px;
}

.menu-item:hover {
    font-weight: bold;
    color: #363838;
}

.line {
 margin-top:5px;
 margin-bottom:5px;
 height:1px;
 width:100%;
 border-top:1px solid gray;
}

.information-page {
    display: none;
    position: fixed;
    top: 20%;
    left: 15%;
    width: 80%;
    height: 150%;
    font-size: 1.8rem;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    padding-bottom: 15px;
    color: dimgray;
    text-align: justify;
    line-height: 1.5em;
}

.information-page-content {
    height: 40%;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.information-page-title {
    font-size: 1.8em;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 30px;
    color: dimgray;
}

/* INICIO */

.inicio-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.inicio-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #ef3a2d;
    font-size: 4rem;
}

.inicio-title-movil {
    display: none;
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #ef3a2d;
    font-size: 5rem;
}

.inicio-subtitle {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 100;
    color: #ef3a2d;
    font-size: 4rem;
    
}

.logo-ases {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 50px;
    height: 8rem;
    border: none;
}

.logo-ases img {
    height: 100%;
}

/* POPOVERS */

.dimension-popover {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    padding: 3rem;
    margin-top: 1rem;
    max-width: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-inline: 5rem;
}

.popover-logo {
    font-size: 5rem;
    color: dimgray;
    padding-right: 15px;
}

.popover-content {
    padding-left: 15px;
}

.popover-title {
    font-size: 1.8rem;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: dimgray;
    padding-bottom: 1rem;
}

.popover-text {
    font-size: 1.2rem;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    color: dimgray;
    text-align: justify;
    line-height: 1.5em;
}

.ul-individual {
    display: none;
    list-style: none;
}

/* DIMENSIONES */

.tematicas-nav {
    position: fixed;
    overflow: hidden;
    top: 110px;
    width: 100%;
}

.tematicas-dimension {
    float: right;
    display: none;
    padding: 25px 15px;
}

.tematicas-dimension-movil {
    position: fixed;
    top: 170px;
    right: 10% ;
    float: right;
    display: none;
    list-style: none;
}

.tematicas-dimension-familiar {
    position: fixed;
    top: 170px;
    right: 10% ;
    float: right;
    display: none;
    list-style: none;  
}

.tematicas-dimension-academica {
    position: fixed;
    top: 170px;
    right: 10%;
    float: right;
    display: none;
    list-style: none;  
}

.tematicas-dimension-economica {
    position: fixed;
    top: 170px;
    right: 10%;
    float: right;
    display: none;
    list-style: none;  
}

.tematicas-dimension-vidaU {
    position: fixed;
    top: 170px;
    right: 10%;
    float: right;
    display: none;
    list-style: none;  
}   


.tematica-nav-btn {
    height: 60px;
    width: 60px;
    margin: 0px 5px;
    border: hidden;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    font-size: xx-large;
}

.tematica-nav-btn:hover {
    background: rgb(213, 228, 240);
}

.tematica-nav-btn.active {
    background: rgb(187, 200, 211);
}

.tematica-nav-btn img {
    max-height: 75%;
    display: block;
    margin: auto;
    filter: invert(35%) sepia(6%) saturate(224%) hue-rotate(149deg) brightness(90%) contrast(81%);
}

.red img {
    filter: invert(32%) sepia(41%) saturate(3315%) hue-rotate(341deg) brightness(94%) contrast(100%) !important;
}

.yellow img {
    filter: invert(73%) sepia(53%) saturate(5580%) hue-rotate(22deg) brightness(100%) contrast(93%) !important;
}

.green img {
    filter: invert(62%) sepia(47%) saturate(515%) hue-rotate(35deg) brightness(96%) contrast(92%) !important;
}


.corner-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.corner-menu-btn {
    height: 60px;
    width: 60px;
    margin: 15px 5px;
    border: hidden;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    font-size: xx-large;
    color: dimgray;
}

.corner-menu-btn:hover {
    background: rgb(213, 228, 240);
}

.corner-menu-btn img {
    max-height: 75%;
    display: block;
    margin: auto;
}

.ayuda-information-page {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ayuda-information-page-title {
    font-size: 2.4rem;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    padding-bottom: 30px;
    color: #ef3a2d;
}

.ayuda-image {
    height: 50vh;
}

.ayuda-image img {
    height: 100%;
}

/* descriptores */

.descriptores {
    position: relative;
    margin-top: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    background: white;
    width: 55%;
    padding: 50px 25px;
    padding-top: 54px;
    flex-grow: 2;
    border-style: solid;
    border-radius: 20px;
    border-width: 0.4rem;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.descriptor {
    text-align: start;
    font-family: "Roboto", sans-serif;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: dimgray;
    padding-left: 15px;
    font-size: 20px;
    text-align: justify;
}

.descriptor-circulos {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1rem;
}

.title-risk {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    position: absolute;
    top:  7%;
    left: 5%;
}

.text-warning {
    color: #e4d908ef !important;
}

.text-success {
    color: #94b33c !important;
}
.descriptor-circulo {
    margin: 0 0.2rem;
    height: 1rem;
    width: 1rem;
    border: solid 2px;
    border-color: dimgray;
    border-radius: 50%;
}

.descriptor-circulo.red.active {
    background-color: #ef3a2d;
    border-color: #ef3a2d;
}

.descriptor-circulo.yellow.active {
    background-color: #f3eb3b;
    border-color: #f3eb3b;
}

.descriptor-circulo.green.active {
    background-color: #94b33c;
    border-color: #94b33c;
}

/* POP-UP WINDOW */

.pop-up-window {
   font-weight: normal;
   display: none;
   z-index: 500;
   line-height: 15px;
   text-align: justify;
   color: gray;
   font-size: 15px;
   font-family: Roboto, sans-serif;
   text-decoration: none;
   background-color: #f5f5f5;
   border-radius: 5px;
   padding: 10px 10px;
   position: absolute;
   width: 50%;
   bottom: 103%;
}


.pop-up-window::after {
    content: "";
    display: block;
    border-top: 15px solid #f5f5f5;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 97%;
    left: 97%;
}


.footer {
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: gray;
}

.contact-information {
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;

}
/* Style Mail for hreft*/
.mailHreft {
    color: inherit;
    text-decoration: none;
}

.mailHreft:hover {
    text-decoration: underline #428bca;
    color:#428bca;
}
/*               RESPONSIVE WEB DESING             */


/*     VERSION ESCRITORIO PANTALLAS GRANDES        */

@media screen and (max-width:1600px) {
    /* HOME */
    .semaforo  {
       left: -37%;
    }
    .inicio-title {
       position: relative;
       left: 10%;
    }
}

/*     VERSION ESCRITORIO PANTALLAS MEDIANAS       */

@media screen and (max-width:1290px) {
    /* HOME */
    .title {
      left:47%;
    }
    .semaforo  {
       bottom: 0;
       left: -26%;
       width: 80%;
    }
    .inicio-title {
       position: relative;
       left: 16%;
       font-size: 3.8em;
    }
}


/*  VERSION PARA TABLES Y ESCRITORES PEQUEÑOS      */
@media  screen and (max-width:1050px ) and (orientation: portrait) {
    .title {
        display: none;
    }
    .title-dimension {
        display: flex;
    }
    .inicio-title {
        display: none;
    }
    .inicio-title-movil {
        display: block;
        position: relative;
        left: 30%;
    }
    .hamburger-movil {
        display: flex;
        top: 0;
        right: 4%;
    }
    .dimensiones {
        display: none;
    }
    .semaforo  {
        left: -20%;
        width: 80%;
    }

  
}

/* VERSION PARA TABLES MEDIANAS */
@media  screen and (max-width:900px ) and (orientation: portrait)  {
    .title-dimension {
        display: flex;
    }
    .title {
        display: none;
    }
    .inicio-title-movil {
        display: block;
        position: fixed;
        left: 40%;
        font-size: 4.5em;
    }
    .hamburger-movil {
        display: flex;
    }
    .logo-ases {
        height: 5.6em;
    }
    .dimensiones {
        display: none;
    }
    .semaforo  {
        left: -10%;
    }
    .semaforo svg {
        width: 80%;
    }

    
}

/* VERSION PARA TABLES PEQUEÑAS Y MEDIANAS */
@media screen and (max-width:800px) and (orientation: portrait)  {
    .title {
        display: none;
    }
    .inicio-title-movil {
        left: 50%;
        font-size: 4em;
    }
    .title-dimension {
        right: 5%;
    }
    .logo-ases {
        height: 6rem;
        margin: 35px;
    }
    .semaforo  {
        left: 1.5%;
        height: 68%;
        width: 70%;
    }
    .semaforo svg {
        width: 68%;
    }

}


@media screen and (max-width:700px) and (orientation: portrait) {
    .title-dimension {
        right: 5%;
    }
    .dimension-btn {
        height: 3rem;
        width: 3rem;
    }
    .hamburger {
        padding: 10px 5px;
    }
    .hamburger-movil {
        top: -20%;
        padding: 19px 9px;
    }
    .hamburger-btn-movil {
        height: 3rem;
        width: 3rem;
        font-size: xxx-large;

    }
    .tematicas-dimension {
        padding: 20px 10px;
    }
    .tematica-nav-btn {
        height: 3rem;
        width: 3rem;
    }
    .tematicas-nav {
        top: 88px;
    }
    .logo-ases {
        margin: 30px;
        height: 4rem;
    }
    .inicio-title-movil {
        top: 15%;
        bottom: 55%;
        left: 20%;
        right: 20%;
        font-size: 3.8em;
    }
    .semaforo  {
        left: 1.5%;
        height: 45%;
        width: 70%;
    }
    .semaforo svg {
        width: 60%;
    }
    .menu-item { 
        font-size: 2.4em;
    }
    .close-btn, .back-btn {
        font-size: xx-large;
    }
    .information-page-content {
        height: 31%;
    }
    .information-page {
        left: 12%;
        font-size: 1.5em;
    }
    .ayuda-information-page-title {
        position: fixed;
        top: -27%;
        left: 30%;
        font-size: 2em;
    }
    .ayuda-image {
        height: 50vh;
       
     }
}

/* VERSIONES MOVILES GRANDES */
@media screen and (max-width:500px) and (orientation: portrait)  {
    .title-dimension {
        right: 5%;
    }
    .title {
        top: 0;
        padding-top: 85px;
        font-style: italic; 
    }
    .title-tematicas {
        padding-top: 222px;
        padding-right: 4%;
        font-size: 2rem;     
    }
    .dimensiones {
        padding: 15px 10px;
    }
    .dimension-btn {
        height: 3rem; 
        width: 3rem;
        margin: 7px 5px;
    }
    .hamburger {
        padding: 15px 10px;
    }
    .hamburger-movil {
      right: 8%;
    }
    .hamburger-movil-tematica {
        top: 0;
        right: 8%;
        padding-top: 73px;
    }
    .hamburger-btn {
        height: 2.5rem;
        width: 2.5rem;
        font-size: -large;
    }
    .tematicas-dimension {
        padding: 15px 10px;
    }
    .tematica-nav-btn {
        height: 2.8rem;
        width: 2.8rem;
        margin: 4px 5px;
    }
    .tematicas-nav {
        top: 70px;
    }
    .inicio-title-movil {
        display: block;
        top: 15%;
        bottom: 55%;
        left: 12%;
        right: 18%;
        line-height: 135%;
        font-size: 3.5em;
    }
    .logo-ases {
        position: fixed;
        bottom: 0;
        right: 36%;
        margin: 40px;
        height: 6rem;
        width: 2em;
    }
    .semaforo  {
        left: -4%;
        height: 47%;
        width: 60%;
    }
    .semaforo svg {
        width: 89%;
    }
    .corner-menu { 
        bottom: 8px;
        padding: 0.6em;
    }
    .corner-menu-btn { 
        height: 50px;
        width: 50px;
        margin: 10px 2px;
    }
    .menu-item { 
        font-size: 1.9em;
        line-height: 110%;
    }
    .close-btn, .back-btn {
        font-size: xx-large;
    }
    .information-page-title {
        font-size: 1.2em;
    }
    .information-page-content {
        height: 31%;
        font-size: 0.9em;
    }
    .information-page {
        left: 12%;
        font-size: 1.5em;
    }
    .ayuda-information-page-title {
        position: fixed;
        top: -50%;
        left: 14.5%;
        font-size: 2em;
    }
    .ayuda-image {
        height: 32vh;
    }
    .section {
        padding-top: 180px !important;
        padding-bottom: 170px;
        padding-left: 65px;
    }
    .tematica {
        width: 80%;
    }
    .tematica-title {
        font-size: 1.6rem !important;
    }
    .tematica-content {
        font-size: 17px;
    }
   


}

/* VESION MIVLES PEQUEÑOS Y MEDIANOS */
@media (max-width:375px)  {
    .title-dimension {
        right: 5%;
        font-size: 24px;
        padding-top: 55px;
    }
    .title {
        top: 0;
        padding-top: 60px;
        font-style: italic; 
    }
    .title-tematicas {
        top: 0;
        right: 2%;
        padding-top: 175px;
        font-size: 1.7rem;     
    }
    .menu-dimension-movil {
        top: 90px;
        right: 8%;
    }
    .dimensiones {
        padding: 10px 5px;
    }
    .dimension-btn {
        height: 3rem;
        width: 3rem;
        margin: 7px 5px;
    }
    .hamburger {
        padding: 10px 5px;
    }
    .hamburger-movil {
        top: -13px;
        right: 8.7%;
        padding: 15px 10px;
    }
    .hamburger-movil-tematica {
        top: 43px;
        right: 4%;
        padding: 15px 10px;  
    }
    .hamburger-btn {
        height: 2rem;
        width: 2rem;
        font-size: xx-large;
    }
    .hamburger-btn-movil {
        height: 2rem;
        width: 2rem;
        font-size: xx-large;

    }
    .hamburger-btn-movil-tematica {
        font-size: xx-large;  
    }
    .tematicas-dimension {
        padding: 10px 5px;
    }
    .tematica-nav-btn {
        height: 2.8rem;
        width: 2.8rem;
    }
    .tematicas-nav {
        top: 53px;
    }
    .tematicas-dimension-movil {
        top: 140px;
    }
    .tematicas-dimension-familiar {
        top: 140px;
    }
    .tematicas-dimension-economica {
        top: 140px;
    }
    .tematicas-dimension-academica {
        top: 140px;
    }
    .tematicas-dimension-vidaU {
        top: 140px;
    }
    .inicio-title-movil {
        display: block;
        top: 15%;
        bottom: 55%;
        left: 6%;
        right: 15%;
        line-height: 135%;
        font-size: 3em;
    }
    .logo-ases {
        position: fixed;
        bottom: 0;
        right: 32%;
        margin: 40px;
        height: 4rem;
        width: 1em;
    }
    .semaforo  {
        left: 1%;
        height: 47%;
        width: 60%;
    }
    .semaforo svg {
        width: 89%;
    }
    .corner-menu { 
        bottom: 8px;
        padding: 0.6em;

    }
    .corner-menu-btn { 
        height: 40px;
        width: 40px;
        margin: 12px 2px;
        font-size: x-large;
        
    }
    .corner-menu-btn img {
        width: 10%;
    }
    .menu-item { 
        font-size: 1.9em;
        line-height: 110%;
    }
    .close-btn, .back-btn {
        font-size: xx-large;
    }
    .information-page-title {
        font-size: 1.2em;
    }
    .information-page-content {
        height: 31%;
        font-size: 0.9em;
    }
    .information-page {
        left: 12%;
        font-size: 1.5em;
    }
    .ayuda-information-page-title {
        position: fixed;
        top: -50%;
        left: 12%;
        font-size: 2em;
    }
    .ayuda-image {
        height: 35vh;
       
     }
 


}