@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

* {
    box-sizing: border-box;
}


button{
    all:unset;
}

.fuentes-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 8vh;
    padding: 10px;
    /*
    @media screen and (min-width: 768px) {
        padding: 3em 3vw 3em 0vw;

    }
    */
}

#ftotales-container{
    padding: 0em 6vw 0em 0vw;
    @media screen and (min-width: 768px) {
        padding: 3em 6vw 3em 0vw;

    }
}

.fuentes-content{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70%;
    gap: 8vw;
}

.fuentes-img-container{
    width: 100%;
    opacity: 0.9;
    display: flex; 
    align-items: center;
    justify-content: center;
    border-radius: 0px 30px 30px 0px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden; 
    position: relative; 
}

#ftotales-img-container{
    width: 80%;
    opacity: 0.9;
    display: flex; 
    align-items: center;
    justify-content: center;
    border-radius: 0px 30px 30px 0px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden; 
    position: relative;  
}

#ftotales-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fuentes-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fuentes-txt{
    width: 100%;
    margin: 0;
    text-align: justify;
}

.fuentes-title{
    font-size: 35px;
    font-weight: 800;
    color: #00805a;
    margin:0;
}

.fuentes-graficas{
    display: flex;
    flex-direction: column;
    gap: 5vh;
    width: 100%;
    align-items: center;
    padding: 0em 0vw 0em 3vw;
}

.fuentes-opc-container{
    width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
}

.tab-cb{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    background-color: #b6cb1b;
    border-radius: 30px;
}

.tablinks-cb{
    font-size: 18px;
    font-weight: 700;
    color:#00403d;
    border-radius: 30px;
    padding: 0.8em 2vw 0.8em 2vw;
}

.tablinks-cb:hover, .tablinks-cb.active{
    cursor: pointer;
    background-color: #00403d;
    color: #b6cb1b;
}

@media screen and (max-width: 768px) {
    .fuentes-content {
        flex-direction: column;
        gap: 3vh;
    }

    .fuentes-img-container {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        border-radius: 0;
        box-shadow: none;
        min-height: 250px;
    }

    #ftotales-img-container {
        width: 100vw;
        border-radius: 0;
        box-shadow: none;
        min-height: 250px;
    }

    .fuentes-txt {
        padding: 2vh 1vw;
    }

    .fuentes-title {
        font-size: 28px;
    }

    .fuentes-container {
        /*padding: 0em 5vw 0em 3vw;*/
        padding: 10px;
        gap: 4vh;
    }
}