@import "variables.css";

/*@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@font-face {
    font-family: 'Avenir Roman';
    src: url('/font/Avenir-Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'HK Grotesk Black';
    src: url('/font/HKGrotesk-Black.otf') format('truetype');
}

.btn-estandares {
    background-color: #ffffff;
    color: #0c263d;
}

.btn-estandares:hover {
    background-color: #184269;;
    color: #ffffff;
}


.btn-cliked-list {
    border-bottom: solid 1px var(--color-secundario-footer) !important;
    cursor: pointer;
    color: var(--color-secundario-footer);
    padding-bottom: 6px;
}

.btn-detail {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-width: 2px;
    border-bottom-color: #0a0a0a;
    background-color: white;
}

.ocultar-contenido {
    display: none;
}

.titulo-letras {
    font-weight: 500;
    font-size: 3.5em;
    color: var(--color-primario);
    /*margin-top: 4em;*/
    /*margin-bottom: 4em;*/
}

.titulo-letras2 {
    margin-top: 0.4em;
    font-weight: 900 !important;
    font-size: 70px !important;
    /* color: #242B57; */
    color: var(--color-primario);
    line-height: 80px;

    /*color: var(--color-secundario-footer);*/
    /*margin-top: 4em;*/
    /*margin-bottom: 4em;*/
}

.titulo-letras3-background {
    margin-top: 0.4em;
    font-weight: 900 !important;
    color: var(--color-primario);
    line-height: 70px;
    background-color: var(--color-secundario-30);
    padding: 7px 12px;
    left: -10px;
    margin-left: -10px;
}

.titulo-letras4-background {
    margin-top: 0.4em;
    font-weight: 900 !important;
    color: var(--color-primario);
    background-color: #d4eaf4;
    padding: 7px 12px;
    left: -10px;
    margin-left: -10px;
}

.titulo-color-azul-fuerte {
    margin-top: 0.4em;
    font-weight: 900 !important;
    color: var(--color-primario);
    background-color: #d4eaf4;
    padding: 7px 12px;
    left: -10px;
    margin-left: -10px;
    font-weight: bold;
}
.font-w-900{
    font-weight: 900 !important;
}


.parr-az {
    font-family: 'HK Grotesk', sans-serif;
    color: var(--color-secundario-footer);
    font-weight: normal;
    text-align: justify;
    font-size: 30px !important;
    line-height: normal;
    font-variant: normal;
    /*letter-spacing: -1.5px;*/
    /*letter-spacing: revert;*/
    /*font-size: 57px;*/
    /*line-height: 53px;*/

}

.titulo-letras3 {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--color-primario);
    /*font-weight: normal;*/
    /*color: var(--color-secundario-footer);*/
}


.parrafo-1 {
    font-size: 1.1em;
    text-align: justify;
}

.parrafo-2 {
    font-size: 0.95em;
    color: #2B5A81 !important;
    text-align: left !important;
    margin-left: 1em;
}

.parrafo-3 {
    font-size: 2em;
    color: #2B5A81 !important;
    text-align: right !important;
    float: left;
}

.p-title {
    font-size: 1.1em;
    text-align: justify;
    font-weight: bold;
}

.p-desc {
    font-size: 1.1em;
    text-align: justify;
    font-style: italic;
}

.parrafo-min {
    font-size: 0.95em;
    text-align: justify;
    margin: 1em;
}

.parrafo-cita {
    font-size: 0.7em;
    text-align: justify;
}

.link-parrafo {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.p-trabajo-comision {
    font-size: 1.1em;
    font-weight: 500;
    text-align: justify;
}

.titulo-left-comision-cosmos {
    /*font-family: serif;*/
    font-size: 30px;
    color: #002f5c;
}

.volk-text {
    font-family: 'Vollkorn' !important;
    /*font-family: 'Vollkorn';, serif;*/
    font-weight: 400;
}


.table-x {
    /*border: solid 2px lightblue;*/

}

.table-xc {
    background-image: url("/img/11-Estandares/circle_margin.svg");
    background-repeat: no-repeat;
    width: auto;
}


.cell-x {
    /*border: solid 1px lightcoral;*/
    background-image: url("/img/11-Estandares/80px_op.png");
    width: 80px;
    height: 80px;
    font-size: 0.8em;


}

.cell-y {
    width: 80px;
    height: 80px;
}


.--x {
    /*background-color: rgba(157, 102, 114, 0.6);*/
    background-color: white;
}

.image-x {

}


.click-image {

}

.img-color {
    border: 1px solid #537d9f;
}

.img-color:hover {
    background-color: rgba(83, 125, 159, 0.5);
}


/* -- Imagen estándares -- */
.image-estandares {
    max-width: 750px;
    height: auto;
}

.lista-estandar {
    font-weight: bold;
}

.icons-svg {
    align-content: center;
    max-height: 10em;
    width: auto;
    margin: 2em;
}

.mt-svg {
    margin-top: 4em;
}


.link-top {
    border-top: solid 1px #537d9f;
}


.link-bottom {
    border-bottom: solid 1px #537d9f;
}

.bg-cell {
    background-color: #BCC7D6;
}

.link-cell {
    color: #2B5A81 !important;
    font-weight: bold;
    font-size: 1em;
    height: 3em;
}

.click-lista {
    border: 1px solid #537d9f;
    background-color: rgba(83, 125, 159, 0.5);
}


.click-lista:hover {
    background-color: rgba(83, 125, 159, 0.5);
}


/* --------------------------------------------------------------------------------Accordion --------------------------------------------------------------------------------*/

.accordion-item {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-width: 2px;
}

.accordion-button {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 12px;
    margin-bottom: 12px;

}

.accordion-button:hover {
    background-color: #2497CAFF;
    color: white;
    fill: white;
}

/* --------------------------------------------------------------------------------- Movil --------------------------------------------------------------------------------- */

@media (max-width: 1600px) {

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .titulo-letras {
        font-size: 3em;
        margin-top: 4em;
        margin-bottom: 4em;
    }

    .space {
        height: 40px !important;
    }


    .hidden-mt {
        margin-top: 0;
    }

    .parrafo-2 {
        float: none;
        margin-left: 1vh;
    }


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hidden-mt {
        margin-top: 0;
    }

    .parrafo-2 {
        float: none;
        margin-left: 1vh;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .hidden-mt {
        margin-top: 0;
    }

    .parrafo-2 {
        float: none;
        margin-left: 1vh;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .titulo-letras {
        font-size: 3.5em;
        margin-top: 4em;
        margin-bottom: 4em;
    }

    .space {
        height: 40px !important;
    }


    .parrafo-2 {
        float: right;
        margin-left: 15vh;
    }


    .hidden-mt {
        margin-top: 15vh !important;
    }

}

/* usar cuando se active de página index seguridad-abierta style*/
#overDisable {
    overflow-x: hidden !important;
}
