/* Seccion de Objetivos */
.objetivos {
    display: flex;
    position: relative;
    height: 600px;
    background:
        url(/assets/img/historia/letra_a.webp) no-repeat,
        linear-gradient(180deg, rgba(0, 52, 140, 1) 17%, rgba(0, 35, 83, 1) 90%);
    background-position: bottom right;
    background-size: 700px;
    align-items: center;
    justify-content: center;
}

/* Contenedor General de Objetivos */
.ctnobj {
    display: flex;
    height: 95%;
    width: 90%;
    flex-direction: column;
    align-items: center;
}

/* Conetendor de opciones */
.opcobj {
    display: flex;
    width: 100%;
    height: 15%;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    justify-content: space-around;
    border-bottom: 1px solid var(--color-blanco);
}

/* Contenedor de texto de objetivos */
.txtobj {
    display: flex;
    width: 100%;
    height: 85%;
    justify-content: center;
    align-items: center;
}

/* Contenedor de texto de objetivos con fondo */
.fndotxtobj {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 90%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

/* Titulo del objetivo */
.titleobj {
    font-family: var(--fuente-ananda_black);
    font-size: 45px;
    color: var(--color-blanco);
    padding: 0;
    line-height: 1;
    margin: 0;
}

/* Texto del objetivo */
.txtobjctn {
    font-family: var(--fuente-montserrat);
    font-size: 22px;
    color: var(--color-blanco);
    padding-top: 0;
}

/* Boton del objetivo */
.btnobj {
    display: flex;
    width: 22%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: var(--fuente-montserrat);
    font-size: 35px;
    font-weight: 550;
    color: var(--color-blanco);
    background-color: var(--color-secundario);
    border-radius: 5px;
    border: 2px solid var(--color-terceiario);
    cursor: pointer;
}

/* Boton activo del objetivo */
.btn_active {
    display: flex;
    width: 22%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: var(--fuente-montserrat);
    font-size: 35px;
    font-weight: 550;
    color: var(--color-secundario);
    background-color: var(--color-blanco);
    border-radius: 5px;
    border: 2px solid var(--color-blanco);
}

@media (max-width: 361px) {

    /* Seccion de Objetivos */
    .objetivos {
        height: 500px;
        background-size: 500px;
    }

    /* Contenedor General de Objetivos */
    .ctnobj {
        height: 90%;
        width: 95%;
    }

    /* Conetendor de opciones */
    .opcobj {
        width: 100%;
        height: 10%;
        padding-top: 0px;
    }

    /* Contenedor de texto de objetivos */
    .txtobj {
        padding-top: 15px;
        width: 100%;
        height: 90%;
    }

    /* Contenedor de texto de objetivos con fondo */
    .fndotxtobj {
        width: 95%;
        height: 100%;
    }

    /* Titulo del objetivo */
    .titleobj {
        font-size: 35px;
    }

    /* Texto del objetivo */
    .txtobjctn {
        font-size: 15px;
        padding: 20px;
    }

    /* Boton del objetivo */
    .btnobj {
        width: 22%;
        height: 100%;
        font-size: 13px;
        font-weight: 550;
    }

    /* Boton activo del objetivo */
    .btn_active {
        width: 22%;
        height: 100%;
        font-size: 13px;
        font-weight: 550;
    }
}

@media (max-width: 481px) and (min-width: 361px) {

    /* Seccion de Objetivos */
    .objetivos {
        height: 500px;
        background-size: 500px;
    }

    /* Contenedor General de Objetivos */
    .ctnobj {
        height: 90%;
        width: 95%;
    }

    /* Conetendor de opciones */
    .opcobj {
        width: 100%;
        height: 15%;
        padding-top: 0px;
    }

    /* Contenedor de texto de objetivos */
    .txtobj {
        padding-top: 15px;
        width: 100%;
        height: 85%;
    }

    /* Contenedor de texto de objetivos con fondo */
    .fndotxtobj {
        width: 95%;
        height: 100%;
    }

    /* Titulo del objetivo */
    .titleobj {
        font-size: 40px;
    }

    /* Texto del objetivo */
    .txtobjctn {
        font-size: 16px;
        padding: 25px;
    }

    /* Boton del objetivo */
    .btnobj {
        width: 22%;
        font-size: 16px;
        font-weight: 550;
    }

    /* Boton activo del objetivo */
    .btn_active {
        width: 22%;
        font-size: 15px;
        font-weight: 550;
    }
}

@media (max-width: 701px) and (min-width: 481px) {

    /* Seccion de Objetivos */
    .objetivos {
        height: 500px;
        background-size: 500px;
    }

    /* Contenedor General de Objetivos */
    .ctnobj {
        height: 90%;
        width: 95%;
    }

    /* Conetendor de opciones */
    .opcobj {
        width: 100%;
        height: 15%;
        padding-top: 0px;
    }

    /* Contenedor de texto de objetivos */
    .txtobj {
        padding-top: 15px;
        width: 100%;
        height: 85%;
    }

    /* Contenedor de texto de objetivos con fondo */
    .fndotxtobj {
        width: 95%;
        height: 100%;
    }

    /* Titulo del objetivo */
    .titleobj {
        font-size: 43px;
    }

    /* Texto del objetivo */
    .txtobjctn {
        font-size: 18px;
        padding: 25px;
    }

    /* Boton del objetivo */
    .btnobj {
        width: 22%;
        font-size: 20px;
        font-weight: 550;
    }

    /* Boton activo del objetivo */
    .btn_active {
        width: 22%;
        font-size: 20px;
        font-weight: 550;
    }
}

@media (max-width: 959px) and (min-width: 701px) {

    /* Seccion de Objetivos */
    .objetivos {
        height: 500px;
        background-position: bottom right;
        background-size: 500px;
    }

    /* Contenedor General de Objetivos */
    .ctnobj {
        height: 90%;
        width: 95%;
    }

    /* Conetendor de opciones */
    .opcobj {
        width: 100%;
        height: 15%;
        padding-top: 0px;
    }

    /* Contenedor de texto de objetivos */
    .txtobj {
        padding-top: 15px;
    }

    /* Contenedor de texto de objetivos con fondo */
    .fndotxtobj {
        width: 95%;
        height: 100%;
    }

    /* Titulo del objetivo */
    .titleobj {
        font-size: 43px;
    }

    /* Texto del objetivo */
    .txtobjctn {
        font-size: 18px;
        padding: 25px;
    }

    /* Boton del objetivo */
    .btnobj {
        width: 22%;
        font-size: 24px;
        font-weight: 550;
    }

    /* Boton activo del objetivo */
    .btn_active {
        width: 22%;
        font-size: 24px;
        font-weight: 550;
    }
}

@media (max-width: 1200px) and (min-width: 959px) {

    /* Seccion de Objetivos */
    .objetivos {
        height: 550px;
        background-position: bottom right;
        background-size: 550px;
    }

    /* Contenedor General de Objetivos */
    .ctnobj {
        height: 90%;
        width: 95%;
    }

    /* Conetendor de opciones */
    .opcobj {
        width: 100%;
        height: 15%;
        padding-top: 0px;
    }

    /* Contenedor de texto de objetivos */
    .txtobj {
        padding-top: 20px;
    }

    /* Contenedor de texto de objetivos con fondo */
    .fndotxtobj {
        width: 95%;
        height: 100%;
    }

    /* Titulo del objetivo */
    .titleobj {
        font-size: 43px;
    }

    /* Texto del objetivo */
    .txtobjctn {
        font-size: 20px;
        padding: 20px 20px 10px 20px;
    }

    /* Boton del objetivo */
    .btnobj {
        width: 22%;
        font-size: 28px;
    }

    /* Boton activo del objetivo */
    .btn_active {
        width: 22%;
        font-size: 28px;
    }
}

@media (max-width: 1921px) and (min-width: 1337px) {

    /* Seccion de Objetivos */
    .objetivos {
        height: 750px;
        background-size: 700px;
    }

    /* Contenedor General de Objetivos */
    .ctnobj {
        height: 95%;
        width: 80%;
    }

    /* Conetendor de opciones */
    .opcobj {
        width: 100%;
        height: 15%;
        padding-top: 10px;
    }

    /* Contenedor de texto de objetivos */
    .txtobj {
        width: 100%;
        height: 85%;
    }

    /* Titulo del objetivo */
    .titleobj {
        font-size: 50px;
    }

    /* Texto del objetivo */
    .txtobjctn {
        font-size: 30px;
    }

    /* Boton del objetivo */
    .btnobj {
        font-size: 50px;
        font-weight: 550;
    }

    /* Boton activo del objetivo */
    .btn_active {
        font-size: 50px;
        font-weight: 550;
    }
}

@media (max-width: 2700px) and (min-width: 1921px) {

    /* Seccion de Objetivos */
    .objetivos {
        height: 800px;
        background-size: 700px;
    }

    /* Contenedor General de Objetivos */
    .ctnobj {
        height: 90%;
        width: 80%;
    }

    /* Conetendor de opciones */
    .opcobj {
        width: 100%;
        height: 15%;
        padding-top: 10px;
    }

    /* Contenedor de texto de objetivos */
    .txtobj {
        width: 100%;
        height: 85%;
    }

    /* Titulo del objetivo */
    .titleobj {
        font-size: 50px;
    }

    /* Texto del objetivo */
    .txtobjctn {
        font-size: 30px;
    }

    /* Boton del objetivo */
    .btnobj {
        font-size: 50px;
        font-weight: 550;
    }

    /* Boton activo del objetivo */
    .btn_active {
        font-size: 50px;
        font-weight: 550;
    }
}