﻿@import url(https://fonts.googleapis.com/css2?family=Public+Sans: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&display=swap);

:root {
    --stg-main-bg-color: #0c5893;
    /*--stg-main-bg-color: #434546;
    --stg-secondary-bg-color: #74787a;*/
    --stg-secondary-bg-color: #3ab4e5;
    --stg-border-color: #be0f63
}

body {
    font-family: "Public Sans",sans-serif;
    margin: 0;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.ff-book {
    font-family: "Public Sans",sans-serif !important
}

.ff-bold {
    font-family: "Public Sans",sans-serif !important;
    font-weight: 700
}

.ff-italic {
    font-family: "Public Sans",sans-serif !important;
    font-style: italic
}

.stg-container {
    display: grid;
    width: 85%;
    margin: auto;
    position: relative
}

.navbar > .stg-container, .navbar > .stg-container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center
}

.stg-top-header {
    height: 30px;
    width: 100%;
    position: relative;
    transition: 0.6s;
    background: var(--stg-main-bg-color);
    /*background: linear-gradient(90deg, #363839 5%, #ced6d9 95%);*/
    background: linear-gradient(90deg, #004ca0 20%, #013879 80%);
    z-index: 1054
}

nav.stg-main-menu {
    background-color: transparent;
    box-shadow: none;
    line-height: 1;
    width: auto
}

    nav.stg-main-menu ul a:hover {
        background-color: transparent
    }

nav.stg-navbar-main {
    color: #fff;
    background: linear-gradient(90deg, #004ca0 20%, #013879 80%);
    width: 100%;
    line-height: 1 !important
}


/*#navbar-main.navbar-aux {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity .4s ease,top .4s step-start;
    -moz-transition: opacity .4s ease,top .4s step-start;
    -o-transition: opacity .4s ease,top .4s step-start;
}*/


/*-----------ANIMACION SCROLL------------*/
#navbar-main.scroll-collapse .navbar-aux {
    opacity: 0;
    top: 100%;
    z-index: 1;
    height: 0px;
    /*transition: .4s ease,top .4s step-start;*/
}

#navbar-main.scroll-collapse .stg-nav-aux {
    display: none;
}

#navbar-main.scroll-collapse .stg-top-header {
    height: 0px;
}

#navbar-main .stg-brand-link img {
    transition: .6s;
}

#navbar-main.scroll-collapse .stg-brand-link {
    width: 150px;
    padding: 1px 0px;
}

    #navbar-main.scroll-collapse .stg-brand-link img {
        width: 120px;
    }

#headerN {
    margin-bottom: 112px;
}

/*-----------FIN ANIMACION SCROLL------------*/
@media only screen and (min-width:991px) {
    nav.stg-navbar-main, nav.stg-navbar-main .nav-wrapper i, nav.stg-navbar-main a.sidenav-trigger, nav.stg-navbar-main a.sidenav-trigger i {
        height: auto;
        line-height: 1 !important
    }

    #navbar-main.scroll-collapse .stg-main-menu {
        margin-left: 180px;
        transition: 0.6s;
    }
}

/*-----------DROPDOWN------------*/

#navbar-main .stg-nav-link:hover, #navbar-main .stg-nav-link.show {
    border-bottom: 2px solid #9568c6;
}

#navbar-main .dropdown-toggle {
    cursor: pointer;
}

#navbar-main .stg-nav-link {
    display: block;
    /*padding: 0.1rem 0.8rem;*/
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: .9rem;
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;*/
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-family: "Public Sans",sans-serif !important;
}

#navbar-main .dropdown-menu.show, #navbar-main .dropdown-toggle:hover .dropdown-menu {
    display: block;
    padding-right: 25px;
    min-width: 300px;
    /*transition: .6s;*/
}

#navbar-main .dropdown-menu {
    background-color: #9568c6 !important;
    border: none;
    border-radius: 0.25rem;
    padding: 5px 10px;
    /*transition: .6s;*/
}

    #navbar-main .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
        padding-bottom: 10px;
    }

    #navbar-main .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #fff;
        padding: 5px 5px;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#navbar-main .dropdown-menu a, #navbar-main .dropdown-menu span {
    color: #fff;
}

#navbar-main .nav-item a {
    margin: 0px 5px;
}

#navbar-main .dropdown-menu:hover a {
    border-bottom: none !important;
}

#navbar-main .stg-nav-item:hover li > a {
    border-bottom: none !important;
}

#navbar-main .dropdown-item:active {
    background-color: #ad7ce1 !important;
}

#navbar-main .dropdown-menu .dropdown-item:hover {
    background-color: #ad7ce1 !important;
}

/*-----------FIN DROPDOWN------------*/
.stg-navbar-main {
    background: var(--stg-main-bg-color);
    background: linear-gradient(90deg,var(--stg-main-bg-color) 5%,var(--stg-secondary-bg-color) 95%);
    /*background: linear-gradient(90deg, #363839 5%, #ced6d9 95%);*/
    color: #fff
}

.stg-navbar-toggler {
    display: none
}

.stg-navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.stg-navbar-brand {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    z-index: 1053
}

.stg-brand-link {
    position: absolute;
    width: 240px;
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: 0.6s;
    box-shadow: -1px -45px 55px 28px rgb(0 0 0 / 49%);
    -webkit-box-shadow: -1px -45px 55px 28px rgb(0 0 0 / 49%);
    -moz-box-shadow: -1px -45px 55px 28px rgba(0,0,0,.49);
    z-index: 1053;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

img.stg-logo {
    width: 220px;
    transition: 0.6s;
    padding: 5px 0
}

.stg-navbar-main {
    background: var(--stg-main-bg-color);
    background: linear-gradient(90deg,var(--stg-main-bg-color) 5%,var(--stg-secondary-bg-color) 95%);
    color: #fff
}

.stg-main-menu {
    margin-left: 270px;
    transition: 0.6s;
}

    .stg-main-menu .stg-navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin: 5px 0 0;
        list-style: none
    }

    .stg-main-menu .stg-nav-item {
        /*display: block;*/
        padding: 0.5rem 0.7rem;
        color: #fff;
        text-decoration: none;
        /*transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;*/
        border-bottom: 2px solid transparent
    }

        .stg-main-menu .stg-nav-item a {
            color: #fff;
            /*text-transform: uppercase;*/
            text-decoration: none;
            font-weight: 600 !important;
            font-size: 0.9rem !important;
            font-family: "Public Sans",sans-serif !important;
        }

        .stg-main-menu .stg-nav-item:hover a {
            padding-bottom: 3px;
            border-bottom: 2px solid var(--stg-border-color)
        }

.navbar-aux {
    padding: 0;
    /*background: linear-gradient(90deg,var(--stg-secondary-bg-color) 5%,var(--stg-secondary-bg-color) 95%);*/
    background: #0c5893;
    background: linear-gradient(90deg, #013879 20%, #004ca0 80%);
    color: #fff
}

.stg-title-app {
    margin-left: 275px;
    font-family: "Public Sans",sans-serif !important;
}

    .stg-title-app h1 {
        margin: 8px;
        font-size: 1.4rem;
        font-weight: 800;
        color: #fff;
        font-style: italic;
        font-family: "Public Sans",sans-serif !important;
    }

.stg-nav-aux {
    display: flex
}

    .stg-nav-aux .stg-redes-sociales {
        width: 30%;
    }

.stg-redes-sociales {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto
}

    .stg-redes-sociales a {
        color: #fff;
        padding-left: 10px
    }

    .stg-redes-sociales img {
        max-width: 30px
    }

.stg-relevant-links svg {
    max-width: 30px;
    padding: 4px;
    vertical-align: middle;
    border-style: none;
}

.stg-footer {
    background: #0e558a;
    background: linear-gradient(90deg, #004ca0 20%, #013879 80%);
    color: #fff;
    padding: 10px
}

.stg-pre-footer {
    position: relative;
    height: 35px;
    margin-bottom: 0;
    width: 100%;
    box-shadow: rgb(0 0 0 / 7%) 0 1px 1px,rgb(0 0 0 / 7%) 0 2px 2px,rgb(0 0 0 / 7%) 0 4px 4px,rgb(0 0 0 / 7%) 0 8px 8px,rgb(0 0 0 / 7%) 0 16px 16px;
    z-index: 1054
}

.stg-footer .stg-row {
    z-index: 999;
    display: flex
}

.stg-footer .stg-info {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    width: 25%
}

.stg-footer .stg-enlaces {
    margin-bottom: 5px;
    width: 75%
}

    .stg-footer .stg-enlaces .stg-col {
        /*padding: 0 25px;
        min-width: 25%;*/
        font-family: "Public Sans",sans-serif !important;
        padding-left: 15px;
    }

.stg-enlaces h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
}

.stg-enlaces ul {
    padding: 0;
    margin: 0;
    line-height: 1.2 !important;
}

.stg-enlaces li {
    list-style: none;
    margin-bottom: 5px;
}

.stg-enlaces a {
    color: #fff;
    text-decoration: none;
    font-style: italic;
    padding: 0;
    font-size: 1rem !important;
    font-family: "Public Sans",sans-serif !important;
}

    .stg-enlaces a:hover {
        text-decoration: underline;
        color: #fff !important;
    }

.stg-enlaces p {
    margin: 8px 0 0;
    font-style: italic;
    line-height: 1
}

    .stg-enlaces p small {
        font-size: 12px
    }

footer.site-footer {
    background: #0e558a;
    background: linear-gradient(90deg,#0e558a 20%,#75a9da 80%);
    padding: 35px 0 0
}

.stg-footer .stg-info .stg-brand {
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 5px;
    width: auto;
    width: fit-content
}

.stg-footer .stg-info img.stg-logo {
    padding: 7px;
    border-bottom: 3px solid #fff;
    width: 230px;
}

.stg-footer .stg-redes-sociales {
    margin-top: 7px;
    padding-left: 5px
}

    .stg-footer .stg-redes-sociales img {
        max-width: 30px;
        margin-top: 5px;
    }

    .stg-footer .copyright a, .stg-footer .stg-redes-sociales a {
        padding: 3px;
        color: #fff;
        text-align: center;
        text-decoration: none
    }

        .stg-footer .copyright a:hover, .stg-footer .stg-redes-sociales a:hover {
            color: #cecece;
            text-decoration: underline
        }

    .stg-footer .stg-redes-sociales a {
        min-width: 30px;
        font-size: 22px;
        /*padding-right: 10px*/
    }

.stg-footer .copyright {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    margin-top: -50px;
    font-family: "Public Sans",sans-serif !important;
}

    .stg-footer .copyright p {
        margin-bottom: 5px;
        font-size: 0.9rem !important;
        font-weight: unset !important;
    }

.stg-footer .stg-background {
    position: absolute;
    right: 0;
    top: 25px;
    height: 100% !important;
}

@media (max-width:767px) {
    .stg-container {
        width: 100%;
        margin: auto
    }

    .stg-top-header {
        display: none
    }

    img.stg-logo {
        width: 110px;
        transition: 0.6s
    }

    .stg-brand-link {
        position: absolute;
        padding: 5px 0;
        width: 130px;
        text-align: center;
        margin-left: 1rem;
        white-space: nowrap
    }

    .stg-main-menu .stg-navbar-nav {
        flex-direction: column;
    }

    .stg-main-menu {
        margin-top: 2rem;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

    .stg-navbar-toggler {
        display: block;
    }

    .stg-navbar-collapse {
        display: block !important;
    }

    .stg-collapse:not(.show) {
        display: none !important;
    }

    .stg-navbar .stg-navbar-collapse {
        margin: 0;
        margin-top: 20px;
        text-align: left
    }

    .stg-navbar-collapse ul {
        margin: 0;
        margin-top: 5px;
        text-align: left
    }

    #navbar-main .dropdown-menu a, #navbar-main .dropdown-menu span {
        white-space: initial;
    }

    .stg-navbar .stg-navbar-collapse {
        text-align: center
    }

        .stg-navbar .stg-navbar-collapse li {
            margin: 5px
        }

    .stg-main-menu .stg-nav-item {
        padding: 0.1rem;
        font-size: 1.5rem
    }

    .stg-title-app {
        margin: auto;
        padding: 5px;
        text-align: left;
        width: 70%;
        margin-top: 1.2rem;
    }

        .stg-title-app h1 {
            font-size: 1.2rem;
            font-weight: 800;
            color: #fff;
            font-style: italic
        }

    .stg-redes-sociales {
        font-size: 12px;
        width: 30%
    }

        .stg-redes-sociales a {
            padding-left: 5px
        }

    .stg-navbar-toggler {
        font-size: 1rem;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0.25rem 1rem;
        box-shadow: none;
        border: none;
        margin-left: auto;
        background: no-repeat
    }

    /*==================================================
   Inicio footer o_o
================================================== */

    .stg-footer .stg-background {
        right: 0;
        top: 60px;
        height: min-content !important;
    }

    .stg-footer .stg-row {
        display: block
    }

    .stg-footer .stg-info {
        margin: auto;
        width: 56%;
        text-align: center
    }

    .stg-footer .stg-redes-sociales {
        text-align: center;
        margin-top: 7px;
        display: inline-flex;
        font-size: 12px;
        width: 100%
    }

    .stg-footer .stg-info img.stg-logo {
        padding: 7px;
        border-bottom: 3px solid #fff;
        width: 100%
    }

    .stg-footer .stg-redes-sociales a {
        min-width: 15px;
        font-size: 15px;
        padding-right: 15px
    }

    .stg-footer .copyright p {
        font-size: 12px
    }

    .stg-footer .stg-enlaces {
        margin-bottom: 5px;
        width: 75%
    }

    .stg-enlaces h5 {
        margin-top: 10px !important;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .stg-container {
        width: 95%;
        margin: auto
    }

    img.stg-logo {
        width: 170px;
        transition: 0.6s
    }

    .stg-brand-link {
        width: 170px
    }

    .stg-main-menu {
        margin-left: 185px
    }

    .stg-navbar-toggler {
        display: none
    }

    .stg-main-menu .stg-nav-item {
        padding: 0.2rem 1rem;
        font-size: 0.9rem
    }

    .stg-title-app {
        margin-left: 195px;
        text-align: left
    }

        .stg-title-app h1 {
            font-size: 1.2rem;
            line-height: 1;
            font-weight: 800;
            color: #fff;
            font-style: italic
        }

    .stg-redes-sociales {
        font-size: 13px;
        margin-left: auto
    }

        .stg-redes-sociales a {
            padding-left: 8px
        }

    .stg-footer .stg-background {
        right: 0;
        top: 30px;
        height: 100% !important;
    }

    .stg-footer .stg-row {
        display: flex
    }

    .stg-footer .stg-enlaces .stg-row {
        display: flex
    }

    .stg-footer .stg-info {
        margin-left: 10px;
        margin-top: 0;
        width: 15%
    }

    .stg-footer .stg-redes-sociales {
        text-align: center;
        margin-top: 7px;
        font-size: 10px;
        /*display: inline-flex;*/
    }

    .stg-footer .stg-info img.stg-logo {
        padding: 7px;
        border-bottom: 3px solid #fff;
        width: 100%
    }

    .stg-footer .stg-enlaces .stg-col {
        padding: 0 15px;
        min-width: 20%
    }

    .stg-footer .stg-redes-sociales a {
        min-width: 12px;
        font-size: 10px;
        padding-right: 7px
    }

    .stg-footer .stg-enlaces {
        margin-bottom: 5px;
        width: 80%
    }

    .stg-enlaces h5 {
        font-size: 0.9rem
    }

    .stg-enlaces a {
        font-size: 0.8rem;
        padding: 0
    }

    .stg-footer .copyright p {
        font-size: 12px
    }
}

/*Modal Enlaces Relevantes*/

.modal-title {
    color: #0c5893;
    font-size: 1.3em;
    padding-left: 1.5rem;
    font-weight: 800;
    margin: auto;
    width: 90%;
    display: inline-block;
}

.stg-relevant-links {
    padding: inherit !important;
}

.btn-close-modal {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    border: 0 !important;
    background-color: #ff376f !important;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12L20 6.91Z' fill='white'/></svg>") !important;
    border-radius: .25rem;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
}

.title-col-modal {
    font-size: 1.1em;
    font-weight: 900;
    color: #0c5893;
    margin-bottom: 3px;
}

.listModal {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .listModal li {
        padding-top: 0.55em;
    }

    .listModal a {
        font-size: 0.95em;
        color: #727176;
        font-style: italic;
        text-decoration: none;
    }

        .listModal a:hover {
            color: #0056b3;
        }

.modal-body {
    margin-bottom: 2.5rem;
}

.img-modal {
    padding-bottom: 1rem;
}

.modal {
    z-index: 1055 !important;
}

.modal-body > .container {
    width: inherit !important;
    margin-bottom: inherit !important;
}

@media only screen and (max-width: 1023px) {
    .stg-col-modal {
        border-bottom: #d2d3d5 3px solid;
        padding: 1rem;
    }

    .border-modal-col {
        border-bottom: none;
    }

    .modal-dialog {
        min-width: 250px;
    }
}

@media only screen and (min-width: 1024px) {
    .stg-col-modal {
        border-right: #d2d3d5 3px solid;
    }

    .border-modal-col {
        border-right: none;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-dialog {
        min-width: 1200px;
    }
}




#stgNavMain {
    display: none !important;
}

@media (max-width: 767px) {
    .stg-title-app {
        margin-top: 20px !important;
    }

    #headerN {
        margin-bottom: 130px !important;
    }

    .stg-navbar-brand {
        height: 40px;
    }

    .stg-container button {
        display: none;
    }


    .sticky-top {
        top: 40px !important;
    }
}

@media(min-width: 1000px) {
    .container-bottom {
        margin-bottom: 230px !important;
    }
}

@media(min-width: 767px) {
    .container-bottom {
        margin-bottom: 140px;
    }
}

.sticky-top {
    top: 35px !important;
}

#navbar-main .stg-nav-link {
    font-size: 1.3rem !important;
}

nav.stg-main-menu {
    height: 35px !important;
}

#headerN {
    margin-bottom: 108px;
}

#navbar-main.scoll-collapse .stg-header {
    margin-bottom: 35px !important;
}