.intro {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: transform .5s;
    z-index: 999;
    /* background-image: url("../media/slide2.jpg");  */
    
}

.intro div {
    margin-left: 10%;
    margin-bottom: 6%;
    padding: 40px;
   /* background-color: #ffffffcf;*/
    border-radius: 30px;
}

.intro>div h1 {
    font-size: 60px;
    font-weight: 600;
    margin-top: 20px;
    color: #e3f5f9;
}

.intro>div p {
    margin-top: 10px;
    width: 830px;
    font-size: 19px;
    line-height: 25px;
    color: #000;
    text-align: justify;
}
.intro>div a {
    display: block;
    font-size: 20px;
    margin-top: 20px;
}
#btn-comenzar {
    width: 300px;
}
.drop{   filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7)); }
#vwReportes .card.card-custom{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.16);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 0.16);
}

/*  Charts */
#kt_amcharts_1 path.amcharts-graph-column-front.amcharts-graph-column-element{
    fill: #dc3545;
    stroke: #dc3545;
}
#kt_amcharts_1 path.amcharts-balloon-bg{
    stroke: #dc3545;
}
text.amcharts-axis-label {
    font-size: calc(0.85rem + 0.05vw)!important;
}
.amcharts-chart-div a {
    display: none!important;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 400px) {
    .intro>div h1 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        color: #e3f5f9;
    }
    .intro>div p {
        width: 250px;
        font-size: 13px;
    }
    .intro>div a {
        display: block;
        font-size: 15px;
        margin-top: 20px;
    }
    #btn-comenzar {
        width: 150px;
    }
}

@media only screen and (min-width: 400px) {
    .intro>div h1 {
        font-size: 25px;
        font-weight: 600;
        margin-top: 20px;
        color: #e3f5f9;
    }
    .intro>div p {
        width: 352px;
        font-size: 15px;
    }
    .intro>div a {
        display: block;
        font-size: 15px;
        margin-top: 20px;
    }
    #btn-comenzar {
        width: 150px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .intro>div h1 {
        font-size: 30px;
        font-weight: 600;
        margin-top: 20px;
        color: #e3f5f9;
    }
    .intro>div p {
        width: 420px;
    }
    #btn-comenzar {
        width: 200px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .intro>div h1 {
        font-size: 35px;
        font-weight: 600;
        margin-top: 20px;
        color: #e3f5f9;
    }
    .intro>div p {
        width: 490px;
    }
    #btn-comenzar {
        width: 225px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .intro>div h1 {
        font-size: 40px;
        font-weight: 600;
        margin-top: 20px;
        color: #e3f5f9;
    }
    .intro>div p {
        width: 560px;
    }
    #btn-comenzar {
        width: 250px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .intro>div h1 {
        font-size: 60px;
        font-weight: 600;
        margin-top: 20px;
        color: #e3f5f9;
    }
    .intro>div p {
        width: 830px;
    }
    #btn-comenzar {
        width: 300px;
    }
}

.button-tools {
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 55px;
    z-index: 99;
}

.button-leyenda {
    right: 0;
    top: 0;
    position: absolute;
    margin: 140px 40px 0px 0px;
    z-index: 99;
}

.button-tools-options {
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0px 55px 125px 0px;
    z-index: 99;
    display: none;
}

@media only screen and (max-width: 992px) {
    .button-tools {
        right: 0;
        bottom: 0;
        position: absolute;
        padding: 25px;
        z-index: 99;
    }
    .button-leyenda {
        right: 0;
        top: 125px;
        position: absolute;
        margin: 0px 16px 0px 0px;
        z-index: 99;
    }
    .button-tools-options {
        right: 0;
        bottom: 0;
        position: absolute;
        margin: 0px 25px 85px 0px;
        z-index: 99;
        display: none;
    }
}