html, body {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 100%;
    }

    .menu {
        width: 100%;
        /*max-width: 1366px;*/
    }
    .menu-container{
        font-family: RobotoN, serif; 
        height:69px;
        background-color:rgb(68,112,230);
    }
    .menu-logo{
        float:left; 
        width: 13%; 
        height: 100%; 
        text-align: center;
    }
    .menu-logo > div{
        position: relative; 
        left:50%; 
        top:50%;
        transform: translate(-50%,-50%);
    }
    .menu-link1{
        float:left; 
        width: 30%; 
        height:100%; 
        /*text-align: center;*/
    }
    .menu-link1 > div{
        position: relative; 
        left:50%; 
        top:50%;
        transform: translate(-50%,-50%);
    }
    .menu-link1 > div > a{
        color:white; 
        text-decoration: none;
        /*background-color:rgb(247,243,237);
        border-radius: 25px;
        padding:10px; */
    }
    .menu-link1 > div > a:hover{
        /*background-color:rgb(192,43,89); */
        color:rgb(48, 88, 197);
        text-decoration: none;
        /*border-radius: 25px;
        padding:10px;*/
    }
    .menu-link2{
        float:left; 
        width: 25%; 
        height:100%; 
        text-align: center;
    }
    .menu-link2 > div{
        position: relative; 
        left:50%; 
        top:50%;
        transform: translate(-50%,-50%);
    }
    .menu-link2 > div > a{
        color:rgb(68,112,230); 
        text-decoration: none;
        background-color:rgb(247,243,237); 
        border-radius: 25px;
        padding:10px;
    }
    .menu-link2 > div > a:hover{
        background-color:rgb(68,112,230);
        color:white;
        text-decoration: none;
        border-radius: 25px;
        padding:10px;
    }
    .menu-link3{
        float:left; 
        width: 25%; 
        height:100%; 
        text-align: center;
    }
    .menu-link3 > div{
        position: relative; 
        left:50%; 
        top:50%;
        transform: translate(-50%,-50%);
    }
    .menu-link3 > div > a{
        color:rgb(249,178,66); 
        text-decoration: none;
        background-color:rgb(247,243,237); 
        border-radius: 25px;
        padding:10px;
    }
    .menu-link3 > div > a:hover{
        background-color:rgb(249,178,66); 
        color:white;
        text-decoration: none;
        border-radius: 25px;
        padding:10px;
    }
    .menu-button > a{
        color:white;
    }
    .menu-button > a:hover{
        background-color:rgb(68,112,230) !important;
    }
    .menu-button > a:visited {
        background-color:rgb(68,112,230) !important;
    }
    /* mouse over link */
    .menu-button > a:hover {
        background-color:rgb(68,112,230) !important;
    }
      /* selected link */
    .menu-button > a:active {
        background-color:rgb(68,112,230) !important;
    }

    .menu-sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background-color: white;
    }
    .bloque1-offset-top{
        margin-top:69px;
    }

.bloque1 {
    width: 100%;
    /*max-width: 1366px;*/
    height: 657px;
    max-height: 657px;
    background-color:rgb(242, 255, 249);
    background: url(../../imagenes/infografia4/bg_bl1.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.bloque2 {
    width: 100%;
    /*max-width: 1366px;*/
    height: 657px;
    background: url(../../imagenes/infografia4/bg_bl2.png) no-repeat center;
    background-size: cover;
}

.bloque3 {
    width: 100%;
    /*max-width: 1366px;*/
    height: 657px;
    background: url(../../imagenes/infografia4/bg_bl3.png) no-repeat center;
    background-size: cover;
}

.bloque4 {
    width: 100%;
    /*max-width: 1366px;*/
    height: 657px;
    background: url(../../imagenes/infografia4/bg_bl4.png) no-repeat center;
    background-size: cover;
    
}

.bloque5 {
    width: 100%;
    /*max-width: 1366px;*/
    height: 380px;
    background: url(../../imagenes/infografia4/bg_bl5.png) no-repeat center;
    background-size: cover;
    
}


.containerIntro {
    width: 100%;
    max-width: 1366px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mobile-tablet {
    display: none;
}

.pc {
    display: block;
}

.bl1-personaje{
    position: absolute; 
    left:57%; 
    top:75px; 
    width: 536px; 
    height: 582px;
}
.bl1-muchacha {
    position: absolute;
    top: 71px
}

.bl1-edocta {
    position: absolute;
    left: 20%;

}

.bl1-titulo {
    position: relative;
    width: 33%;
    left: 14%;
    top: 19%;
    font-family: Sifon, serif;
    font-size: 60px;
    line-height: 1.5;
    color: rgb(68, 112, 230);
}

.bl1-subtitulo {
    position: relative;
    width: 44%;
    left: 14%;
    top: 19%;
    font-family: RobotoM, sans-serif;
    font-size: 64px;
    line-height: 1;
    color: rgb(255, 116, 107);
}

.bl1-descripcion {
    position: relative;
    width: 350px;
    left: 14%;
    top: 17%;
    padding-top: 2%;
    font-family: RobotoL, serif;
    font-size: 20px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}

.bl2-left-col {
    position: relative;
    width: 62%;
    height: 100%;
    float: left;
    
}
.bl2-titulo-seccion{
    position: absolute;
    left:8%;
    top:6%;
    width:30%;
    font-family: RobotoN, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color:rgb(68, 112, 230);
}
.bl2-planta-izq{
    position: absolute;
    left:0%;
    top:51%;
}
.bl2-escritorio-postit{
    position: absolute; 
    left:0%; 
    top:45px; 
    width: 867px; 
    height: 612px;
}
.bl2-escritorio{
    position: absolute;
    left:0%;
    top:132px;
}

.bl2-globo-fecha-corte{
    position: absolute;
    left:14%;
    top:13%;
}
.bl2-globo-fecha-limite{
    position: absolute;
    left:49%;
    top:38%;
}
.bl2-globo-fecha-corte2{
    position: absolute;
    left:51%;
    top:14%;
}

.bl2-pestana{
    width:491px;
    height: 69px;
    top:0px;
}
.bl2-pestana-txt{
    position: absolute;
    font-family: RobotoM, serif;
    font-size: 29px;
    line-height: 1.4;
    color: white;
    left:152px;
    top:-48px;
}


.bl2-right-col {
    position: relative;
    width: 38%;
    height: 100%;
    float: left;
}

.bl2-right-col-row1 {
    position: relative;
    height: 141px;
    display: block;
}

.bl2-right-col-row2 {
    position: relative;
    width: 100%;
    height: 136px;
    display: block;
    padding-left: 28px;
}
.row2-title{
    padding-left: 19px;
    padding-top:4px;
    height: 35px;
    background: url(../../imagenes/infografia4/info4_2.1_pestanaverde1.png) no-repeat;
    font-family: RobotoN, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:white;
}
.row2-description{
    width: 80%;;
    padding-top: 5px;
    padding-left: 18px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}
.row3-title{
    
    padding-left: 19px;
    padding-top:4px;
    height: 35px;
    background: url(../../imagenes/infografia4/info4_2.1_pestanaverde2.png) no-repeat;
    font-family: RobotoN, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:white;
    
}
.row3-description{
    width:74%;
    padding-left: 18px;
    padding-top: 5px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}
.row4-title{
    padding-left: 19px;
    padding-top:23px;
    font-family: RobotoN, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color:white;
}
.row4-descripcion{
    position: relative;
    width: 80%;
    padding-left: 50px;
    padding-top: 88px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}

.bl2-right-col-row3 {
    position: relative;
    width: 100%;
    height: 158px;
    display: block;
    padding-left: 28px;
}

.bl2-right-col-row4 {
    position: relative;
    width: 100%;
    display: block;
}
.bl2-pestana{
    width: calc(100% - 30px);
    /* padding-left: 2%; */
    padding-top: 2px;
    height: 68px;
    font-family: RobotoN, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color: white;
    background-color: rgb(68, 112, 230);
    position: relative;
    float: left;

}
.bl2-pestana > div{
    position: relative;
    left:3%;
    top:22%;
}
.bl2-rounded-side{
    position: relative;
    float: left;
}


.bl3-right-col-planta{
    position: absolute;
    left:calc(100% - 275px);
    top:-658px;
}
.bl3-row1 {
    position: relative;
    width: 100%;
    height: 25%;    
}
.bl3-titulo-seccion{
    position: absolute;
    left:8%;
    top:46%;
    width:50%;
    font-family: RobotoN, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color:rgb(68, 112, 230);
}
.bl3-row2{
    position: relative;
    width: 100%;
    height: 75%;
}
.bl3-row2-col1{
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
}
.bl3-row2-col1-container{
    position: relative;
    left: 28%;
    width: 67%;
}
.bl3-row2-col1-title{
    width: 83%;
    padding-left: 20px;
    padding-top:5px;
    height: 35px;
    font-family: RobotoN, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:white;
    background-color: #57d3aa;
    border-radius: 25px;
}
.bl3-row2-col1-descripcion{
    height: 138px;
    padding-left:13px;
    padding-top:19px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}
.bl3-taza1{
    position: relative;
    width: 100%;
    height: 212px;
    text-align: center;
}
.bl3-row2-col2{
    position: relative;
    width: 27%;
    height: 100%;
    float: left;
}
.bl3-row2-col2-lineaizq{
    position: absolute;
    top:13%;
}
.bl3-row2-col2-lineader{
    position: absolute;
    left:calc(100% - 1px);
    top:13%;
}
.bl3-row2-col2-title{
    padding-left: 20px;
    padding-top:5px;
    height: 35px;
    font-family: RobotoN, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:white;
    background-color: #57d3aa;
    border-radius: 25px;
}
.bl3-row2-col2-descripcion{
    height: 138px;
    padding-left:9%;
    padding-right: 4%;
    padding-top:19px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}
.bl3-taza2{
    position: relative;
    width: 100%;
    height: 212px;
    text-align: center;
}
.bl3-row2-col3{
    position: relative;
    width: 20%;
    height: 100%;
    float: left;
}
.bl3-row2-col3-title{
    position: relative;
    left:16%;
    width:62%;
    padding-left: 20px;
    padding-top:5px;
    height: 35px;
    font-family: RobotoN, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:white;
    background-color: #57d3aa;
    border-radius: 25px;
}
.bl3-row2-col3-descripcion{
    height: 138px;
    padding-left:16%;
    padding-right: 6%;
    padding-top:19px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}
.bl3-taza3{
    position: relative;
    width: 100%;
    height: 212px;
    text-align: center;
}


.bl3-row2-col4{
    position: relative;
    width: 28%;
    height: 100%;
    float: left;
}
.bl3-row2-col4-title{
    padding-left: 31px;
    padding-top:23%;
    height: 140px;
    font-family: RobotoN, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color:white;
}
.bl3-row2-col4-descripcion{
    height: 138px;
    padding-left:11%;
    padding-right: 13%;
    padding-top:19px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}




.bl4-plantas-derecha{
    position: absolute;
    left:calc(100% - 251px);
    top:-281px;
}
.bl4-tablet{
    position: absolute;
    left:0%;
    top:150px;
}
.bl4-manchas-izq{
    position: absolute;
    left:0px;
    top:429px;
}
.bl4-mano{
    position: absolute;
    left:49%;
    top:57%;
}
.bl4-dinero{
    position: absolute;
    left:349px;
    top:0%;
}

.bl4-left-col {
    position: relative;
    width: 65%;
    height: 100%;
    float: left;
}
.bl4-left-col-row1{
    position: relative;
    height: 19%;
}
.bl4-titulo-seccion{
    position: relative;
    left:13%;
    top:46%;
    width:55%;
    font-family: RobotoN, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color:rgb(68, 112, 230);
}
.bl4-left-col-row2{
    position: relative;
    padding-left:13%
}
.bl4-left-col-row2-titulo{
    position: relative;
    width:26%;
    padding-top:5px;
    height: 35px;
    font-family: RobotoN, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:white;
    background-color: #57d3aa;
    border-radius: 25px;
}
.bl4-left-col-row2-titulo > div{
    position: relative;
    left:15px;
}
.bl4-left-col-row2-descripcion{
    width: 30%;
    height: 80px;
    padding-left:20px;
    padding-top:5px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}
.bl4-left-col-row3{
    position: relative;
    padding-left:13%
}
.bl4-left-col-row3-titulo{
    position: relative;
    width:26%;
    padding-top:5px;
    height: 35px;
    font-family: RobotoN, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:white;
    background-color: #57d3aa;
    border-radius: 25px;
}
.bl4-left-col-row3-titulo > div{
    position: relative;
    left:15px;
}
.bl4-left-col-row3-descripcion{
    width: 29%;
    height: 76px;
    padding-left:20px;
    padding-top:2px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}
.bl4-left-col-row4{
    position: relative;
    padding-left:13%
}
.bl4-left-col-row4-titulo{
    position: relative;
    width:26%;
    padding-top:5px;
    height: 35px;
    font-family: RobotoN, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color:white;
    background-color: #57d3aa;
    border-radius: 25px;
}
.bl4-left-col-row4-titulo > div{
    position: relative;
    left:15px;
}
.bl4-left-col-row4-descripcion{
    width: 40%;
    max-width: 301px;
    height: 76px;
    padding-left:19px;
    padding-top:9px;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}

.bl4-right-col {
    position: relative;
    width: 35%;
    height: 100%;
    float: left;
}
.bl4-right-col-row1{
    height: 398px;
}
.bl4-right-col-row2-titulo{
    padding-left: 2%;
    padding-top: 2px;
    height: 68px;
    font-family: RobotoN, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color: white;
    background-color: rgb(68, 112, 230);
    border-radius: 35px;
}
.bl4-right-col-row2-titulo > div{
    position: relative;
    left:8%;
    top:22%;
}
.bl4-right-col-row2-descripcion{
    padding-left:13%;
    padding-right: 13%;
    padding-top: 3%;
    font-family: RobotoL, serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgb(65, 66, 126);
}

.bl5-planta-izq{
    position: absolute;
    left:0px;
    top:-199px;
}
.bl5-planta-der{
    position: absolute;
    left: calc(100% - 252px);
    top:-38px;
}
.bl5-top{
    position: relative;
    height: 203px;
    width: 100%;
    display: block;
}
.bl5-top-col1{
    position: relative;
    width: 10%;
    height: 100%;
    float: left;
}
.bl5-top-col2{
    position: relative;
    text-align: center;
    height: 100%;
    width: 80%;
    float: left;
    font-family: RobotoM, serif;
    font-size: 22px;
    line-height: 1.5;
    color: white;
}
.bl5-top-col2 > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:71%;
}
.bl5-top-col3{
    position: relative;
    height: 100%;
    width: 10%;
    float: left;
}
.bl5-bottom{
    position: relative;
    height: 177px;
    width: 100%;
    display: block;
}
.bl5-bottom > div{
    position: absolute; 
    left:50%; 
    top:50%;
    transform: translate(-50%, -50%);
    width: 100%; 
    height: 100%;
}
.bl5-bottom > div > table{
    position: absolute; 
    left:50%; 
    top:50%; 
    transform: translate(-50%, -50%);
}
.bl5-bottom-table-col1{
    border-right: 1px solid; 
    border-right-style: dashed; 
    border-color: rgb(171, 183, 201);
}
.bl5-bottom-table-col2{
    
    vertical-align: top;
}
.bl5-bottom-table-col2 > div{
    width: 690px;
    font-family: RobotoL, serif; 
    font-size: 12px; 
    line-height: 1.4; 
    color: rgb(28, 26, 100);
}


.bl5-bottom-table-col2 > div > a{
    text-decoration: none;
}
.bl5-bottom-table-col2 > div > a:hover{
    text-decoration: underline;
}
.bl5-bottom-table-col3 > div > a{
    text-decoration: none;
}
.bl5-bottom-table-col3 > div > a:hover{
    text-decoration: underline;
}



