@font-face {
    font-family: "Lexend-Regular";
    src: url("../../fonts/static/Lexend-Regular.ttf") format("opentype");
}

* {
    font-family: "Lexend-Regular";
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.h6,
h6 {
    font-size: 0.85rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 0.25rem;
}

.card-body {
    height: 270px;
}

.header_e {
    background: rgb(83, 129, 53);
    color: #fff;
}

.header_s {
    background: rgb(196, 89, 17);
    color: #fff;
}

.header_g {
    background: rgb(68, 114, 196);
    color: #fff;
}

.table {
    vertical-align: middle;
    font-size: 14px;
}

.table>thead {
    vertical-align: middle;
}

.grey-thead {
    vertical-align: middle;
    background: rgb(118, 113, 113);
    color: #fff;
}

.green-thead {
    vertical-align: middle;
    background: rgb(15, 67, 56);
    color: #fff;
}

a {
    text-decoration: none;
}

.img_site,
.img_capa {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 15px;
}

.img_esg {
    width: 70%;
    height: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .img_site {
        padding: 9px;
    }

    .img_capa {
        margin-top: 45px;
    }

    .img_esg {
        width: 100%;
    }

    html {
        text-align: justify;
    }
}

a {
    color: #000;
}

.topnav {
    background-color: #fff;
    height: 95px;
}

.topnav a:hover {
    border-bottom: 2px solid rgb(0, 34, 72);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
}

.dropdown-item:hover {
    background-color: transparent;
}

.navbar {
    position: fixed;
    background-color: #fff;
    z-index: 1;
    width: 105%;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    border-style: none;
    border-image-slice: 1;
}

.navbar-fixed-top.scrolled .nav-link {
    color: rgb(24, 64, 100) !important;
}

@media screen and (min-width: 768px) {
    #navCollapse {
        margin-left: 125px;
    }
}

@media screen and (max-width: 768px) {
    #navCollapse {
        margin-left: 0;
    }

    .topnav {
        height: auto;
    }
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.brand {
    width: 7%;
    margin: 15px 0;
    position: fixed;
    top: 0;
    transition: 0.4s;
}

@media screen and (max-width: 768px) {
    .brand {
        width: 20%;
        height: auto;
        margin: 10px 15px;
        right: 15px;
    }
}

#logoGcs {
    width: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginComponents {
    margin-top: 20px;
    margin-bottom: 10px;
}

textarea {
    resize: none;
}

#subirTopo {
    text-decoration: none;
    background: transparent;
    bottom: 40px;
    left: 35px;
    cursor: pointer;
    position: fixed;
    border: 0;
    opacity: 0.8;
    font-size: 35px;
    color: rgb(3 33 70);
    transition: all 0.4s ease-in-out;
}

#subirTopo:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: 0.3s;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: rgb(0, 34, 72);
    color: #fff !important;
    text-align: center;
    z-index: 10;
    min-height: 25px;
}

.footer a {
    color: #fff !important;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #subirTopo {
        visibility: hidden;
    }

    .footer {
        white-space: normal;
        font-size: 16px;
    }
}

label {
    font-weight: bold;
    color: #000;
}

.col-sm-5 {
    flex: 0 0 auto;
    width: 20%;
}

.card-header-criterios-grey {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background: rgb(118, 113, 113);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    height: 100px;
}

.card-body-criterios-top {
    height: 245px;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e2e2e2;
}

.card-header-criterios-green {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background: rgb(15, 67, 56);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    height: 100px;
}

.card-body-criterios {
    height: 170px;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

#img_gcs_sympla {
    width: 30%;
    border-radius: 10px;
    box-shadow: 5px 10px 8px #888888;
}

main {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    main {
        margin-top: 0;
    }

    .col-sm-5 {
        width: 100%;
    }

    .card {
        margin-bottom: 10px;
        text-align: left;
    }

    .card-body {
        text-align: left;
    }

    .card-body-criterios,
    .card-body-criterios-top,
    .card-header-criterios-green,
    .card-header-criterios-grey,
    .card-body {
        height: auto;
    }

    #img_gcs_sympla {
        width: 100%;
    }
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(0, 34, 72);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.margin-r {
    margin-right: 10px;
    vertical-align: top;
    line-height: 1.6;
}

.el-switch>input[type="checkbox"] {
    display: none;
}

.el-switch {
    display: inline-block;
    font-size: 100%;
    height: 1.6em;
    position: relative;
}

.el-switch>input[type="checkbox"]:checked+.el-switch-style {
    background-color: #20a0ff;
}

.el-switch .el-switch-style {
    height: 1.6em;
    left: 0;
    background: #c0ccda;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 3em;
    cursor: pointer;
}

.el-switch,
.el-switch-style,
.el-switch-style:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.el-switch>input[type="checkbox"]:checked+.el-switch-style {
    background-color: #20a0ff;
}

.el-switch .el-switch-style {
    height: 1.6em;
    left: 0;
    background: #c0ccda;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 3em;
    cursor: pointer;
}

.el-switch,
.el-switch-style,
.el-switch-style:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.el-switch {
    display: inline-block;
    font-size: 100%;
    height: 1.6em;
    position: relative;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

label {
    cursor: default;
}

.el-switch>input[type="checkbox"]:checked+.el-switch-style:before {
    left: 50%;
}

.el-switch .el-switch-style:before {
    display: block;
    content: "";
    height: 1.4em;
    position: absolute;
    width: 1.4em;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0.1em;
    top: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.el-switch,
.el-switch-style,
.el-switch-style:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-download {
    color: #fff;
    background-color: rgb(0, 34, 72);
    border-color: rgb(0, 34, 72)
}

    .btn-download:hover {
        color: rgb(0, 34, 72);
        background-color: #fff;
        border-color: rgb(0, 34, 72)
    }