* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "NexaLight"; /*a name to be used later*/
    src: url("../fonts/NexaLight.otf"); /*URL to font*/
}

@font-face {
    font-family: "NexaHeavy"; /*a name to be used later*/
    src: url("../fonts/NexaBold.otf"); /*URL to font*/
}
@media (max-width:450px){
    .movill {
        display: none;
    }
}
@media (max-width:450px){
    .movill2 {
        padding-top: 0% !important;
        padding-left: 14% !important;
        font-size: 3.6vw !important;
    }
}
@media (max-width:450px){
    .marg-bus{
        padding: 80px 0 0 0 !important;
    }
}

@media (max-width:450){
    .tmovil{
       font-size: 40px;
    }
}
@media (max-width:450px){
    .flecha{
        width: 170%;
    }
}
@media (max-width:450px){
    .L{
        font-size: 3.5vw !important;
    }
}


.modal-backdrop {
    background-color: white;
    opacity: 1 !important;
    background-image: url(../images/fondo_secciones.svg);
    background-repeat: repeat;
    background-position: center;
}

.card-title {
    text-align: center;
    font-family: "NexaLight";
    color: #e64c0b;
    opacity: 1;
}

.modal-body {
    overflow: hidden;
    padding: 0rem;
}

#completa {
    width: auto;
    height: auto;
    overflow: visible;
    background-color: #ffff;
    border: none;
}

.boton-descarga {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-image: url("../images/botondescarga.png");
}

#Salir {
    float: right;
    width: 25px;
    height: 25px;
    background-color: #ffff;
    border: none;
}

html,
body {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-display: optional;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: "Roboto Condensed Regular", Arial, Helvetica, sans-serif;
    
}

body {
    background-image: url("../images/fondo_secciones.svg");
    background-repeat: repeat;
    background-position: center;
    overflow-y: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none !important;
}

@font-face {
    font-family: "Roboto Condensed Light";
    src: url("../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf");
}

@font-face {
    font-family: "Roboto Condensed Regular";
    src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf");
}

@font-face {
    font-family: "Roboto Condensed Bold";
    src: url("../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf");
}

@font-face {
    font-family: "Roboto Thin";
    src: url("../fonts/Roboto/Roboto-Thin.ttf");
}

@font-face {
    font-family: "Roboto Thin Italic";
    src: url("../fonts/Roboto/Roboto-ThinItalic.ttf");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

header {
    z-index: 2;
    height: 80px;
    font-size: 17px;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
}

header .menu-sup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 18px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lheight {
    height: 100%;
}

.lpos {
    position: relative;
}

.lflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pr15 {
    padding-right: 15px;
    top: 47px;
}

.clrpri {
    color: #f96300;
}

.ltitle {
    padding-left: 50px;
    font-size: 62px;
    top: 56px;
    left: 418px;
    width: 187px;
    height: 63px;
    text-align: left;
    font-family: "NexaLight";
    letter-spacing: 0;
    color: #6f6f6f;
    opacity: 1;
}


main {
    cursor: default;
    overflow-x: hidden;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

footer {
    z-index: 2;
    height: 70px;
    font-size: 17px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

footer .menu-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 0;
    max-width: 400px;
    padding: 0 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .menu-sub .litem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
}

footer .menu-sub .litem .btn-menu {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .menu-sub .litem .btn-menu .icon {
    display: block;
    height: 32px;
    width: 32px;
}

.icon-bar:hover {
    background-color: #aaa;
    border: 1px solid rgb(255, 102, 0);
}

.list-items {
    width: 100%;
    margin: 0.5em;
    height: 2em;
    line-height: 2em;
    color: #08f;
    background-color: rgba(0, 136, 255, 0.1);
    display: block;
    padding: 0 1.3em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.title-category {
    background-color: transparent;
    margin: 0;
    font-size: 1.2em;
    padding: 0.5em 0;
}

.block-btn {
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important;
}

.block-btn :hover {
    color: #11364c;
}

.slogan {
    position: relative;
    width: 100%;
}

#exampleModalFullScreen {
    padding-right: 0px !important;
}

#exampleModalFullScreen .modal-dialog {
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#exampleModalFullScreen .modal-dialog .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-image: url(../images/fondo_secciones.svg);
    background-repeat: repeat;
    background-position: center;
}

.active {
    background-color: #f96300;
    border-color: #f96300;
}

.disactive {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.infographic-links {
    cursor: pointer;
    font-size: 18px;
}

.absolute-image {
    position: absolute;
    top: 5%;
    width: 100vw;
    height: 100vh;
    left: -20vw;
}

#submenu {
    height: 100vh;
    background-color: #e0e1e3;
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

#submenu img {
    padding: 0 18px;
}

#submenu #categorias {
    padding: 0 18px;
}

#submenu #categorias a {
    text-align: left;
    font-family: "NexaLight";
    font-size: 20px;
    color: #1a1818;
    opacity: 1;
    display: block;
}

.sidenavbar {
    height: 100%;
    width: 200px;
    background-color: #d6cfcf;
    position: fixed !important;
    z-index: 1001;
    overflow: auto;
    display: block;
}

main #content {
    padding: 80px 0px 70px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.custom-c {
    color: #f96300 !important;
    background-color: transparent;
    border: 0px !important;
}

.custom-c .card-img-top {
    border-radius: 0px !important;
}

#carousel {
    position: absolute;
    height: 200px;
    width: 810px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: white;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #228291;
    line-height: 30px;
    margin-top: 85px;
    z-index: 1000;
}

.arrow-right {
    left: 780px;
}

.item {
    text-align: center;
    color: white;
    font-size: 40px;
    position: absolute;
    transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s,
    background-color 1s;
}

$
level2-height:

150
px

;
$
level2-width:

110
px

;
$
level1-height:

180
px

;
$
level1-width:

130
px

;
$
level0-height:

200
px

;
$
level0-width:

150
px

;
$
level-2-left:

650
px

;
$
level-1-left:

500
px

;
$
level0-left:

330
px

;
$
level1-left:

180
px

;
$
level2-left:

50
px

;

.level-2 {
    height: $ level2-height;
    width: $ level2-width;
    line-height: $ level2-height;
    background-color: #228291;
    left: $ level-2-left;
    margin-top: 25px;
}

.level-1 {
    height: $ level1-height;
    width: $ level1-width;
    line-height: $ level1-height;
    background-color: #6796e5;
    left: $ level-1-left;
    margin-top: 10px;
}

.level0 {
    height: $ level0-height;
    width: $ level0-width;
    line-height: $ level0-height;
    background-color: #4ec9e1;
    left: $ level0-left;
}

.level1 {
    height: $ level1-height;
    width: $ level1-width;
    line-height: $ level1-height;
    background-color: #6796e5;
    margin-top: 10px;
    left: $ level1-left;
}

.level2 {
    height: $ level2-height;
    width: $ level2-width;
    line-height: $ level2-height;
    background-color: #228291;
    margin-top: 25px;
    left: $ level2-left;
}

.left-enter {
    opacity: 0;
    left: $ level2-left -$ level2-width;
    height: $ level2-height -30;
    width: $ level2-width -20;
    line-height: $ level2-height -30;
    margin-top: 40px;
}

.left-enter.left-enter-active {
    opacity: 1;
    left: $ level2-left;
    height: $ level2-height;
    width: $ level2-width;
    line-height: $ level2-height;
    margin-top: 25px;
    transition: left 1s, opacity 1s, height 1s, width 1s, margin-top 1s,
    line-height 1s;
}

.left-leave {
    opacity: 1;
    left: $ level-2-left;
    height: $ level2-height;
    width: $ level2-width;
    line-height: $ level2-height;
    margin-top: 25px;
}

.left-leave.left-leave-active {
    left: $ level-2-left+ $ level2-width+20;
    opacity: 0;
    height: $ level2-height -30;
    line-height: 120px;
    margin-top: 40px;
    width: $ level2-width -20;
    transition: left 1s, opacity 1s, height 1s, width 1s, margin-top 1s,
    line-height 1s;
}

.right-enter {
    opacity: 0;
    left: $ level-2-left+ $ level2-width;
    height: $ level2-height -30;
    width: $ level2-width -20;
    line-height: $ level2-height -30;
    margin-top: 40px;
}

.right-enter.right-enter-active {
    left: $ level-2-left;
    opacity: 1;
    height: $ level2-height;
    margin-top: 25px;
    line-height: $ level2-height;
    width: $ level2-width;
    transition: left 1s, opacity 1s, height 1s, width 1s, margin-top 1s,
    line-height 1s;
}

.right-leave {
    left: $ level2-left;
    height: $ level2-height;
    opacity: 1;
    margin-top: 25px;
    line-height: $ level2-height;
    width: $ level2-width;
}

.right-leave.right-leave-active {
    left: $ level2-left -$ level2-width;
    opacity: 0;
    height: $ level2-height -30;
    width: $ level2-width -20;
    line-height: $ level2-height -30;
    margin-top: 40px;
    transition: left 1s, opacity 1s, height 1s, width 1s, margin-top 1s,
    line-height 1s;
}

.noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.marg-t {
    padding: 180px 100px 70px 150px !important;
}

.marg-cat {
    padding: 250px 150px !important;
}

.marg-bus {
    padding: 120px 90px !important;
}

.diagram-images {
    position: absolute; 
    top: 5%; 
    width: 70vw; 
    height: auto; 
    left: 0;
}

.text-pad {
    padding: 5px 0 5px 30px;
}

.dn {
    display: none;
}

.res-img {
    display: none;
}

.index-chevron {
    width: 100%;
    margin-left: 15%;
    bottom: calc(40% - 62px);
}

.side-chevron {
    height: 80px;
}

.bus-text {
    padding: 0;
}

.index-carousel {
    margin-top: 0px;
}

.buttons {
    top: 70px;
}

.close-button {
    position: absolute; 
    z-index: 10; 
    right: 20px; 
    top: 24px;
}

.info-text {
    color: #6F6F6F; 
    font-size: 62px; 
    margin: 12px 21px;
}

@media(max-width: 1500px) {
    .marg-t {
        padding: 180px 40px 70px 40px !important;
    }
    .marg-cat {
        padding: 200px 150px !important;
    }
}

@media (max-width: 1281px) {
    .marg-bus {
        padding: 120px 100px !important;
    }
}

@media(max-width: 1150px){

    .marg-cat {
        padding: 250px 150px !important;
    }

    .col-sm-2{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-10{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .marg-t {
        padding: 100px 20px 70px 20px !important;
    }
    #submenu #categorias a {
        text-align: left;
        font-family: "NexaLight";
        font-size: 18px;
        color: #1a1818;
        opacity: 1;
        display: block;
    }
    
    .info-text {
        font-size: 48px; 
    }
}

@media(max-width: 990px) {
    .marg-cat {
        padding: 250px 150px !important;
    }

    .marg-t {
        padding: 100px 40px 70px 40px !important;
    }

    .info-text {
        font-size: 36px; 
    }
}

@media(max-width: 450px){
    .lmov1{
    background-color: white !important;
    height: 116% !important;
    }
}
@media(max-width: 450px){
    .lmov{
        background-color: white !important;
    width: 116% !important;
    padding-right: 24% !important;
    height: 100% !important;
    }
}
@media(max-width: 770px) {
    .diagram-images {
        position: absolute; 
        top: 200px; 
        width: 100vw; 
        height: auto; 
        left: 0;
    }
@media(max-width: 450px){
.ltitle{
    font-size: 14px !important;
}

}

    .text-p {
        padding-top: 15px; 
        width: 100% !important; 
        text-align: justify; 
        font-size: 0.9rem;
    }

    .close-button {
        position: absolute; 
        z-index: 10; 
        right: 20px; 
        top: 100px;
    }

    .marg-cat {
        padding: 150px 1px 0px 30px !important;
    }

    .col-sm-2 {
        display: none !important;
    }

    .col-sm-10 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .res-img {
        display: block;
    }

    .ltitle {
        font-size: 48px !important;
        padding-left: 20px;
    }
    .index-chevron {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }

    .bus-text {
        height: auto;
        width: 40%;
    }

    .index-chevron img {
        margin-top: 170px;
    }

    .index-carousel {
        margin-top: 50px;
    }
    
    .marg-bus {
        padding: 100px 0 0 0 !important;
    }
}

@media(max-width: 600px) {
    main #content {
        padding: 80px 0px 120px;
    }
    .absolute-image {
        position: absolute;
        top: unset;
        width: 100vw;
        height: 100vh;
        left: -20vw;
    }
    footer .menu-sub .litem {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 3px;
    }
    .diagram-images {
        position: absolute; 
        top: 50px; 
        width: 160vw; 
        height: auto; 
        left: -30vw;
    }
    .text-pad {
        padding: 5px;
    }
    
    .bus-text {
        height: auto;
        width: 60%;
    }

    .marg-cat {
        padding: 80px 0px 70px !important;
    }

    .slider {
        margin-top: 0% !important;
        height: 270px !important;
    }

    .ltitle {
        font-size: 24px !important;
        padding-left: 10px;
        padding-top: 10px;
    }

    .pr15 {
        padding: 0;
    }

    .card-title{
        font-size: 10px;
    }

    .marg-t {
        padding: 100px 20px 100px !important;
    }


    #submenu #categorias a {
        text-align: left;
        font-family: "NexaLight";
        font-size: 14px;
        color: #1a1818;
        opacity: 1;
        display: block;
    }

    .slider {
        margin-top: 0;
    }

    .side-chevron {
        height: 60px;
        padding-bottom: 13%;
        margin-bottom: 787%;
        padding-left: -2%;
        display: none;
    }

    .index-chevron {
        width: 100%;
        bottom: 0;
        left: -50px;
        top: -50px;
    }
    .buttons {
        top: 70px;
    }

    .info-text {
        font-size: 24px; 
    }
}

@media(max-width: 450px) {
    .marg-cat {
        padding: 150px 20px 70px 20px !important;
    }
    .buttons {
        top: 0px;
    }
    .slider {
        margin-top: 0% !important;
        height: 250px !important;
    }
    .ltitle {
        font-size: 3.6vw !important;
        padding-left: 5px;
        padding-top: 26px;
    }
}

.carousel-control-next {
    right: -20px !important;
}

.carousel-control-prev {
    left: -20px !important;
}

.text-p {
    padding-top: 15px; 
    width: 103%; 
    font-family: NexaHeavy; 
    text-align: justify; 
    font-size: 0.9rem;
}

#submenu{
    overflow: auto;
}

@media (min-width: 560px) and (max-width: 812px){
    .diagram-images{
        position: absolute !important;
    top: 0px !important;
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    }
    .index-page {
        padding: 0 !important;
    }
    .index-content {
        padding: 20px 0px 0px !important;
    }
    .index-image {
        width: 300px;
        padding: 0 !important;
    }
    .res-img {
        display: none;
    }
    .movill {
        font-size: 54px !important;
    }
    .submenu-image {
        width: 80% !important;
    }
    #submenu{
        overflow: scroll;
    }
    .ltitle {
        font-size: 2rem !important;
    }
    .marg-cat {
        padding: 0 !important;
    }
    .slider {
        height: auto !important;
    }

    .menu-sup {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto;
        max-width: 100%;
        padding: 0 18px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: white;
    }
    




}