div.t-indicador {
    background-color: #f1f4ed;
    padding: 1rem;
}

.tab-content {
    position: relative;
}

.tab-content h2 {
    margin-left: 1rem;
}

div.ind-block {
    position: static;
    margin: 3.8rem;
    background-color: #f1f4ed;
    border: solid 1px #a1b389;
    display: none;  
}

div.block-grup {
    background-color: #f1f4ed;
    border: solid 1px #a1b389;
    margin-bottom: 2rem;
}

div#grupoTab3.grupotab {
    background-color: white;
    border: 0;
}


div.ind-obs {
    margin: 1rem 0 0 1rem;
}



#exTab1 .tab-content {
    padding: 5px 15px;
    width: 100%;
}

#exTab1 h3 {

    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: .8em;
    font-weight: 600;
    line-height: 1em;
}

ul.nav.nav-pills li a {
    color: #000;
}

ul.nav.nav-pills li {

    color: #000;
    /*background-color: #dadada;*/
    border: 2px solid #dadada;
    border-bottom: 0 #dadada;
    border-radius: 0 15px 0 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;

}

ul.nav.nav-pills li:hover {
    background-color: #83b62c;
}

ul.nav.nav-pills li:hover a {
    color: white;
}



ul.nav.nav-pills li.active {

    color: #000;
    background-color: #dadada;
    border: 2px solid #dadada;
    border-bottom: 0 #dadada;
    border-radius: 0 15px 0 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


/** EFECTOS FADEV**/

.fadeIn {
    opacity: 1;
    display: block !important;
    animation: in .8s;
    animation-fill-mode: forwards;
}
@keyframes in {
    from { opacity: 0; }
    to { opacity: 1; }
}


.fadeOut {
    animation: out .8s;
    animation-fill-mode: forwards;
}
@keyframes out {
    from { opacity: 1; }
    to { opacity: 0; }
}

/* INFORME POWER BI */

/*.cont-power {
    text-align: center;
}

.cabecera-powerbi h2 {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.col-12.cont-power h2 {
    margin: 0;
}*/


/*iframe.inf-power {
    border: 1px solid #83B62C;  
}  */

@media (min-width: 350px) {
    #ventana-power{
        position: relative;
        width: 400px;
        height: 450px;
        overflow: hidden;
    }
    iframe.inf-power {
        width: 400px; 
        height: 550px;

    }   
}

@media (min-width: 576px) {
    #ventana-power{
        position: relative;
        width: 600px;
        height: 650px;
        overflow: hidden;
    }
    iframe.inf-power {
        width: 600px; 
        height: 750px;

    }   
}

@media (min-width: 768px) {
    #ventana-power{
        position: relative;
        width: 768px;
        height: 850px;
        overflow: hidden;
    }
    iframe.inf-power {
        width: 768px;
        height: 1000px;  

    }    
}

@media (min-width: 992px) {
    #ventana-power{
        position: relative;
        width: 992px;
        height: 1000px;
        overflow: hidden;
    }
    iframe.inf-power {
        width: 992px;
        height: 1100px;
 
    }    
}
@media (min-width: 1150px) {
    #ventana-power{
        position: relative;
        width: 1150px;
        height: 1200px;
        overflow: hidden;
    }
    
    iframe.inf-power {
        width: 1100px;
        height: 1300px;
    }    
}

@media (min-width: 1200px) {
    #ventana-power{
        position: relative;
        width: 1350px;
        height: 1250px;
        overflow: hidden;
    }
    iframe.inf-power {
        width: 100%;
        height: 1350px;
    }    
}

@media (min-width: 1250) {
    iframe.inf-power {
        width: 100%;
        height: 1400px;
    }    
}

@media (min-width: 1300px) {
    #ventana-power{
        position: relative;
        width: 1300px;
        height: 1400px;
        overflow: hidden;
    }
    iframe.inf-power {
        width: 100%;
        height: 1500px;
    }    
}

@media (min-width: 1400px) {
    #ventana-power{
        position: relative;
        width: 1500px;
        height: 1600px;
        overflow: hidden;
    }
    iframe.inf-power {
        width: 100%;
        height: 1900px;
    }    
}

@media (min-width: 1600px) {
    #ventana-power{
        position: relative;
        width: 1900px;
        height: 1900px;
        overflow: hidden;
     }
     
     #cont-power {
        position:absolute;
        width: 100%;
        height: auto;
     
     }
    iframe.inf-power {
        width: 100%;
        height: 2100px; 
    }    
}


iframe#iFrameResizer0 {
    width: 100%;
    height: 1500px;
}

/* video de seguimiento */
div#ver_video {
    padding: 0.5rem;
    margin:0 5%;
}
div#ver_video .seguimiento_texto {
    display: flex;
    flex-direction: column;
    text-align: justify;
}

div#ver_video .seguimiento_texto p {
    margin-top: 1rem;
}


