@media (min-width: 768px) {
    .subdivider {
        display: flex;
    }
    .subdivider .sub1 {
        width: 35%;
        text-align: right;
        padding: 10px;
    }
    .subdivider .sub2 {
        width: 65%;
        padding: 26px 10px;
    }
    .section5 .carousel-control-prev {
        left: -30px;
    }
    .section5 .carousel-control-next {
        right: -30px;
    }
    .section8 .borderRgt {
        border-right: 1px solid #d8d8d8;
    }
    .subdivider .about-thin {
        width: max-content;
        text-align: left;
        float: right;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .flex-center {
        display: flex;
        align-self: center;
    }
    .inherit {
        align-self: inherit;
    }
    .height-banner {
        height: 160px;
    }
    .goals-year {
        display: flex;
        align-items: center;
    }
    .goals-detail {
        display: flex;
        align-items: center;
    }
    .goals-detail p {
        width: calc(100% - 220px);
    }
    .goals-year .circle-red,
    .goals-year .circle-green,
    .goals-year .circle-yellow {
        width: 13px;
    }
    .goals-banner .carousel-item {
        position: relative;
    }
    .goals-banner .subdivider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%;
    }
    .goals-banner .subdivider .sub2 {
        padding: 29px 10px;
    }
    .flex-inherit {
        flex-direction: inherit !important;
    }
    .flex-inherit .list-group-item {
        border-left: 1px solid #d7d6d6;
    }
    .subinfo {
        padding: 1.5rem 1rem;
    }
    .image-standars {
        height: 92px;
    }
    .text-recognitions {
        padding-left: 28px;
    }
}

@media (max-width: 767px) {
    .text-recognitions {
        padding-left: 12px;
    }
    .border-map-left {
        border-left: none !important;
    }
    .subinfo {
        padding: 1rem 0rem;
    }
    .subdivider .sub1,
    .subdivider .sub2 {
        padding: 10px;
    }
    .section8 .borderRgt {
        margin-bottom: 1rem;
    }
    .goals-year,
    .goals-detail {
        text-align: center;
    }
    .height-banner {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .section10 img {
        position: absolute;
        padding-top: 2rem;
        z-index: 1;
    }
    .nav-link {
        text-align: center;
    }
    .pb-7 {
        padding-bottom: 7rem
    }
    .search-form {
        height: 18px;
        width: 120px !important;
    }
}

@media (max-width: 575px) {
    .border-map {
        border: none !important;
    }
}

@media (max-width: 991px) {}

@media(min-width: 500px) {
    .cards-more-less .card-m-l .card .card-body {
        display: flex;
    }
    .paginate .pagination .page-item .next::after {
        content: url("../assets/chevron-right-blue.svg");
        vertical-align: middle;
        margin-left: 5px;
    }
    .paginate .pagination .page-item .prev::before {
        content: url("../assets/chevron-left-blue.svg");
        vertical-align: middle;
        margin-right: 5px;
    }
    .paginate .pagination .disabled .next::after {
        content: url("../assets/chevron-right-gray.svg") !important;
    }
    .paginate .pagination .disabled .prev::before {
        content: url("../assets/chevron-left-gray.svg") !important;
    }
    .cards-more-less .card-m-l .card .card-body .text-left {
        width: calc(100% - 156px);
    }
}

@media(max-width: 499px) {
    .height-banner {
        height: 420px;
    }
    .cards-more-less .card-m-l .card .card-body .text-left {
        width: calc(100%);
    }
    .paginate .pagination .page-item .next {
        content: url("../assets/chevron-right-blue.svg");
        padding-top: 10px;
        padding-bottom: 11px;
    }
    .paginate .pagination .page-item .prev {
        content: url("../assets/chevron-left-blue.svg");
        padding-top: 10px;
        padding-bottom: 11px;
    }
    .paginate .pagination .disabled .next {
        content: url("../assets/chevron-right-gray.svg") !important;
    }
    .paginate .pagination .disabled .prev {
        content: url("../assets/chevron-left-gray.svg") !important;
    }
}

.search-form {
    background: #e9e7e8 !important;
}

.card-library .description {
    color: #54575a;
}

.card-library .description,
.navbar .dropdown-item {
    font-family: "Raleway-Regular";
    font-size: 12px;
}

.navbar .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #f1efef;
}

.navbar .dropdown-item:hover {
    font-family: "Raleway-Bold";
}

.card-jones {
    font-family: "Raleway-Regular";
    font-size: 11px;
    color: #97928A;
}

.language {
    font-family: "Raleway-Bold";
    font-size: 11px;
}

.nav-link {
    padding-left: 16px !important;
    padding-right: 16px !important;
    color: #9fa1a3;
    font-family: "Raleway-Bold";
    font-size: 11px;
}

.navbar-light,
.language {
    color: #adaeb0;
}

.section1 .text-big {
    font-family: "Raleway-SemiBold";
    font-size: 22px;
    margin-bottom: 0;
    width: 100%;
    max-width: 600px;
}

.list-notice .publish,
.card-notice .publish,
.section1 .text-go {
    font-family: "Raleway-Bold";
    font-size: 16px;
}

.subdivider .sub1 {
    background: #dc272d;
}

.subdivider .sub1 .thin {
    font-family: "Raleway-Thin";
    font-size: 12px;
    color: #FFF;
}

.subdivider .sub1 .about {
    color: #FFF;
    font-family: "Raleway-Bold";
    font-size: 16px;
}

.subdivider .sub2 {
    background: #f1efef;
    font-family: "FjallaOne-Regular";
    font-size: 26px;
    color: #595c5f;
}

.section2 {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #848588;
}

.section3 .title {
    color: #dc272d;
    font-family: 'Raleway-Bold';
    font-size: 16px;
}

.section3 .subtitle {
    color: #7b7d7f;
    font-family: 'BarlowCondensed-Regular';
    font-size: 18px;
}

.section3 .subtitleOrange {
    color: #cf6b2c;
    font-family: 'BarlowCondensed-Regular';
    font-size: 16px;
}

.section3 .text {
    color: #929496;
    font-family: 'Raleway-Regular';
    font-size: 14px;
    padding-left: 20px;
}

.text-recognitions {
    color: #5d5d5f;
    font-family: 'BarlowCondensed-Regular';
    font-size: 21px;
}

.section4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f1efef;
}
.section4 p{
    color: #7e8083;
    font-family: "Raleway-Regular";
    font-size: 14px;
}

.section4 .title {
    color: #dc272d;
    font-family: "Raleway-Bold";
    font-size: 14px;
    margin-bottom: 0;
}

.goals {
    font-family: "Raleway-Bold";
    font-size: 14px;
    color: #c4ba1e;
}

.section4 .subtitle {
    color: #97928A;
    font-family: "Raleway-Regular";
    font-size: 14px;
    margin-bottom: 0;
}

.section5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.section5 .eje,
.section11 .eje {
    background: #f1efef;
    text-align: center;
    padding: 18px;
    height: 100%;
}

.section5 .carousel-control-next,
.section5 .carousel-control-prev {
    width: max-content;
}

.section5 .carousel-control-next-icon {
    background-image: url("../assets/chevron-right-gray-bold.svg") !important;
}

.section5 .carousel-control-prev-icon {
    background-image: url("../assets/chevron-left-gray-bold.svg") !important;
}

.carousel .carousel-control-next-icon {
    background-image: url("../assets/chevron-right-white.svg");
}

.carousel .carousel-control-prev-icon {
    background-image: url("../assets/chevron-left-white.svg");
}

.section5 .titletext {
    font-family: "Raleway-Bold";
    font-size: 16px;
}

.section11 .subtext,
.section5 .subtext {
    font-family: "BarlowCondensed-Regular";
    font-size: 17px;
    color: #747578;
}

.sectionLibrary .title,
.sectionNotice .title,
.section11 .title,
.section8 .title,
.section7 .title,
.section6 .title,
.section5 .title {
    color: #545859;
    font-family: "FjallaOne-Regular";
    font-size: 22px;
    margin-bottom: 0;
}

.section6 hr {
    width: 100%;
    border: 1px solid #a7a7a8;
}

.section12 .title-txt,
.section10 .title-txt,
.section9 .title-txt,
.section8 .title-txt,
.section7 .title-txt,
.section6 .title-txt {
    color: #7e8083;
    font-family: "Raleway-Regular";
    font-size: 14px;
}

.section3 .txt-card,
.section6 .text-point {
    color: #97928A;
    font-family: "Raleway-Regular";
    font-size: 12px;
}

.section6 .accordion .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #B2B4B2;
}

.section6 .accordion .card .card-header {
    background: #FFF;
    border: none;
    padding: 10px 15px 5px;
    color: #97928A;
    font-family: "Raleway-Bold";
    font-size: 13px;
    cursor: pointer;
}

.section-navs .nav-link {
    font-family: "Raleway-Regular";
    font-size: 13px;
    color: #54575a;
    letter-spacing: 1px;
    padding: 8px 40px !important;
}

.tab-content .tab-pane img {
    width: 100%;
    max-width: max-content;
    margin-bottom: 15px;
}

.tab-content .tab-pane .filter {
    font-family: "Raleway-Bold";
    font-size: 14px;
    color: #c64d00;
}

.tab-content .tab-pane {
    font-family: "Raleway-Regular";
    font-size: 13px;
    color: #54575a;
}

.button-filters .dropdown {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 1rem;
}

.button-filters .dropdown-toggle {
    font-family: "Raleway-Bold";
    font-size: 10px;
    color: #54575a;
    border: 1px solid #a7a7a8;
    padding: 5px 15px;
    border-radius: 4px;
    outline: none !important;
    background: none;
}

.text-toggle {
    font-family: "Raleway-Bold";
    font-size: 12px;
    color: #54575a;
    margin-bottom: 1rem;
}

.table-search th,
.alliance-table {
    font-family: "Raleway-Bold";
    font-size: 12px;
    color: #54575a !important;
    background: #dddbda !important;
    border-top: 3px solid #a7a7a8 !important;
}

.table-search .table-bordered td,
.table-search .table-bordered th {
    border: 1px solid #a7a7a8;
}

.table-search td {
    font-family: "Raleway-Regular";
    font-size: 13px;
    color: #54575a;
    background: #f9f6f7;
}

.button-filters .dropdown-toggle::after {
    background: url("../assets/chevron-down.svg") no-repeat;
    border: none;
    width: 17px;
    height: 15px;
    vertical-align: bottom;
    margin-left: 8px;
}

.section-navs .nav-tabs {
    width: fit-content;
    margin: 0 auto;
    border: none;
}

.section-navs .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.section-navs .nav-tabs .line-vertical {
    height: 35px;
    background: #cbccce;
    width: 1px;
}

.section-navs .nav-tabs .nav-item.show .nav-link,
.section-navs .nav-tabs .nav-link.active {
    font-family: "Raleway-Bold";
    color: #c64d00;
    background: #f1efef;
    border: none;
    border-radius: 0;
}

.section6 .accordion .card .card-header .float-right {
    font-size: 11px;
}

.section6 .accordion .card .card-body {
    padding: 5px 15px 10px;
    color: #97928A;
    font-family: "Raleway-Regular";
    font-size: 13px;
}

.section7 img {
    width: 100%;
}

.section7 .library {
    text-align: center;
    margin-top: -64px;
}

.section8 .publish,
.section7 .titletext {
    font-family: "Raleway-Bold";
    font-size: 12px;
    color: #FFF;
    margin-bottom: 0;
}

.section11 .titletext {
    font-family: "BarlowCondensed-Medium";
    font-size: 18px;
}

.section8 .date,
.section7 .subtext {
    font-family: "Raleway-Regular";
    font-size: 12px;
    color: #FFF;
}

.section8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.sectionNotice,
.sectionLibrary {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.section8 .publish {
    color: #5e6164;
}

.section8 .date {
    color: #6a7084;
}

.section8 .notice {
    font-family: "Raleway-Regular";
    font-size: 12px;
    color: #dc272d;
}

.section9 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
}

.section9 .title-txt-orange,
.section12 .title-txt-orange {
    color: #545859;
    font-family: "Raleway-Bold";
    font-size: 14px;
}

.section9 img {
    width: max-content;
    height: max-content;
    margin-right: 1rem;
}

.section9 .title,
.section10 .title {
    color: #545859;
    font-family: "FjallaOne-Regular";
    font-size: 18px;
    margin-bottom: 0;
}

.section10,
.section12 {
    position: relative;
    margin-bottom: 2rem;
}

.section10 .text {
    background: #f1efef;
}

.section10 .title-txt {
    padding-bottom: 5rem;
}

.section10 img {
    width: 100%;
    max-width: max-content;
}

.icon-next {
    width: 15px;
    height: 15px;
    background: #B2B4B2;
    border-radius: 50%;
    display: inline-flex;
    padding: 3px;
}

.circle-green,
.circle-yellow,
.circle-red {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.circle-red {
    background: #dc272d;
}

.circle-yellow {
    background: #FFB600 !important;
}

.circle-green {
    background: #B8BB33;
}

.new-text-red {
    color: #dc272d !important;
}

.new-bg-white {
    background: #FFF !important;
}

.new-bg-yellow {
    background: #FFB600 !important;
}

.new-bg-yellow-green {
    background: #c4ba1e !important;
}

.new-bg-orange {
    background: #ff8200 !important;
}

.new-bg-orange-red {
    background: #c64d00 !important;
}

.new-bg-blue {
    background: #0075A9 !important;
}

.new-bg-blue-light {
    background: #0096aa !important;
}

.new-bg-red {
    background: #dc272d !important;
}

.new-bg-green {
    background: #92bd0b !important;
}

.new-bg-red-other {
    background: #c74628 !important;
}

.new-bg-red-divider {
    background: #ff4338 !important;
}

.new-bg-gray {
    background: #f4f3f2 !important;
}

.new-text-yellow {
    color: #FFB600;
}

.new-text-green {
    color: #92bd0b;
}

.new-text-orange-red {
    color: #c64d00 !important;
}

.new-text-black {
    color: #5d6063 !important;
}

.new-text-blue {
    color: #0075A9 !important;
}

.new-text-orange {
    color: #ff8200 !important;
}

.text-flex {
    display: flex;
    align-items: baseline;
}

.goals-year img,
.text-flex img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.text-flex p {
    width: calc(100% - 18px);
}

.footer {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #f1efef;
}

.footer .jones {
    max-width: 140px;
    width: 100%;
}

.footer .first,
.footer .first a {
    font-family: "Raleway-Regular";
    font-size: 10px;
    color: #7b7d7f;
}

.footer .second {
    font-family: "BarlowCondensed-Regular";
    font-size: 10px;
    color: #7b7d7f;
    letter-spacing: .8px;
}

.l-8 {
    left: 8% !important;
}

.tooltip-inner {
    padding: 15px !important;
    background: #FFF !important;
    color: #55575a !important;
    font-family: "Raleway-Regular" !important;
    font-size: 12px !important;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

ul.dash>li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.bottom-0 {
    bottom: 0 !important;
}

.input-group-append .input-group-text {
    padding: 4px;
}

.tooltip-inner {
    max-width: 416px !important;
    text-align: left !important;
}

.tooltip .arrow {
    display: none !important;
}

.tooltip.show {
    padding: 0px;
    opacity: 1 !important;
    -webkit-box-shadow: 5px 5px 16px 1px rgba(223, 223, 223, 1);
    -moz-box-shadow: 5px 5px 16px 1px rgba(223, 223, 223, 1);
    box-shadow: 5px 5px 16px 1px rgba(223, 223, 223, 1);
}

.button-gray {
    border: 1px solid silver;
    color: #54575d;
    font-family: "Raleway-Bold";
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 5px;
    max-width: max-content;
    position: absolute;
    bottom: 0;
    outline: none !important;
}

.button-gray img {
    width: 17px;
    margin-left: 8px;
    vertical-align: bottom;
}

.card-politics {
    margin-bottom: 2.5rem;
    display: table;
    position: relative !important;
    padding-bottom: 28px;
}

@media (min-width: 1200px) {
    .mt-1txt {
        margin-top: 21px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .mt-1txt-resp {
        margin-top: 21px;
    }
}

.card-notice {
    padding: 2rem;
    background: #f1efef;
    margin-bottom: 1rem;
}

.list-notice {
    padding: 1rem 0;
    border-bottom: 1px solid #d7d9db;
}

.sectionLibrary .date,
.list-notice .date,
.card-notice .date {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #848588;
}

.sectionLibrary .msg {
    width: 20px;
    margin-left: 10px;
    vertical-align: sub;
}

.sectionLibrary .tag {
    font-family: 'Raleway-Bold';
    font-size: 10px;
    color: #54575a;
    background: #efedee;
    padding: 5px 15px;
    margin-bottom: 1rem;
    width: fit-content;
    display: inline-block;
    margin-right: 10px;
}

.sectionLibrary .txt {
    color: #56575a;
    font-family: 'Raleway-Regular';
    font-size: 14px;
}

.card-library .img {
    width: 100%;
    max-width: fit-content;
    margin-bottom: 1rem;
}

.card-library .more {
    position: absolute;
    bottom: 21px;
    right: 13px;
    width: 26px;
}

.card-library .lbr-img {
    position: relative;
}

.card-goals {
    display: inline-block;
    font-family: "BarlowCondensed-Regular";
    font-size: 12px;
    color: #d1d1d1;
    max-width: min-content;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 10px;
}

.button-filters .dropdown-menu.show,
.navbar .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
}

.button-filters .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
}

.button-filters .dropdown-menu .dropdown-item:hover {
    background: #f4f3f2;
    font-family: "Raleway-Bold";
}

.goals-year {
    border-bottom: 1px solid #a7a7a8;
    padding: 10px 15px;
}

.goals-year ul {
    color: #32414c;
    font-family: 'Raleway-Regular';
    font-size: 14px;
    margin-bottom: 0;
}

.goals-year .year {
    font-family: "Raleway-Bold";
    font-size: 12px;
    margin-right: 25px;
    width: calc(100% - 22px);
}

.goals-detail {
    margin-top: 1rem;
    border-top: 2px solid #a7a7a8;
    background: #54575a;
    color: #FFF;
}

.goals-detail .flag {
    padding: 10px;
}

.goals-detail p {
    padding-left: 1rem;
    padding-right: 1rem;
}

.sectionLibrary .filter-blue {
    font-family: "Raleway-Bold";
    font-size: 14px;
    color: #0096aa;
}

.card-youtube .sub,
.card-search .sub {
    font-family: 'Raleway-Regular';
    font-size: 13px;
    color: #54575a;
}

.card-youtube .title,
.card-search .title {
    font-family: 'Raleway-Bold';
    font-size: 13px;
    color: #54575a;
}

.card-search {
    background: #f1efef;
    padding: 2rem;
}

.card-search-img,
.card-search {
    margin-bottom: 1rem;
}

.card-youtube {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.card-youtube .img {
    width: 100%;
    max-width: 130px;
}

.card-youtube .info {
    width: calc(100% - 130px);
    padding: 1rem;
}

.paginate nav {
    margin: 2rem auto 0;
    width: fit-content;
}

.paginate .pagination {
    font-family: 'Raleway-Regular';
    font-size: 13px;
}

.paginate .page-item {
    margin: 0 2px;
}

.paginate .points {
    font-size: 25px;
}

.paginate .points .page-link {
    padding: 0px 7px;
    border: none;
}

.paginate .page-item .page-link {
    color: #54575a;
}

.paginate .page-item .next-prev {
    font-family: 'Raleway-Bold';
    color: #54575a;
}

.paginate .page-item.active .page-link {
    background-color: #0076a9;
    border-color: #0076a9;
    border-radius: 3px;
}

.paginate .pagination .disabled {
    color: #a9a9a9;
}

.flex-inherit {
    align-items: center;
}

.list-group .title {
    color: #626262 !important;
    font-family: "FjallaOne-Regular" !important;
    font-size: 16px !important;
    border-left: none !important;
}

.list-group .list-group-item {
    height: 54px;
    background: #f9f6f7;
    color: #6d6f71 !important;
    font-family: "Raleway-Regular";
    font-size: 12px;
    border: none;
    margin-bottom: 0px;
    text-align: center;
}

.flex-inherit .list-group-item {
    padding-top: 18px;
    padding-bottom: 18px;
}

.list-group-item.active {
    background: #f3edef !important;
    font-weight: bold;
    border-color: #d7d6d6 !important;
    color: #55585b !important;
}

.b-bottom {
    border-bottom: 3px solid #a9a9aa;
}

.sublist .list-group .list-group-item {
    height: 65px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #d7d6d6;
    text-align: left;
}

.sublist .list-group-item.active {
    background: #FFF !important;
}

.cards-more-less .title,
.cards-more-less .card-m-l .info,
.evaluation,
.responsibilities,
.indicators .card-indicator .title,
.goals {
    color: #7e8083;
    font-family: "Raleway-Regular";
    font-size: 13px;
}

.cards-more-less .card-m-l .card {
    border-radius: 15px;
    border: 2px solid #f9f6f7;
    padding: 1rem 2rem 1rem 1rem;
    margin-bottom: 1rem;
}

.cards-more-less .card-m-l .info {
    position: relative;
}

.cards-more-less .card-m-l .info {
    color: #ff453a;
    font-weight: bold;
    cursor: pointer;
}

.cards-more-less .card-m-l .info img {
    position: absolute;
    margin-bottom: 0;
    width: 20px;
    right: -18px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.evaluation .ejes {
    display: flex;
    align-items: center;
}

.indicators .card-indicator {
    background: #f1efef;
    height: 100%;
}

.indicators .card-indicator .title {
    background: #ff4338;
    color: #FFF;
    padding: 0.5rem 1rem;
    text-align: center;
}

.indicators .card-indicator .subsection {
    text-align: center;
    padding: 1rem 2rem;
}

.indicators .card-indicator .subsection .big {
    color: #ff4338;
    margin-bottom: 0;
    font-family: "FjallaOne-Regular";
    font-size: 22px;
    font-weight: bold;
}

.indicators .card-indicator .subsection .small {
    color: #696b6e;
    margin-bottom: 0;
    font-family: "FjallaOne-Regular";
    font-size: 14px;
}

.align-end {
    align-items: end;
}

.goals .section-g {
    border-radius: 12px;
    border: 1px solid #d4d4d5;
    padding: 1rem;
    margin-bottom: 1rem;
}

.goals .section-g .line-v {
    border-left: 2px solid #d4d4d5;
    border-right: 2px solid #d4d4d5;
}

.evaluation .txt-red {
    font-weight: 900;
    color: #ff4d43;
}

.head-red th {
    background: #ff4338;
    color: #FFF;
    text-align: center;
}

.bg-f7 {
    background: #f9f6f7;
}


/**Modal**/

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #595f5fe6;
}

.modal .carousel-item {
    height: 100%;
    max-height: 550px;
}


/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 750px;
    max-height: 500px;
}


/* Caption of Modal Image */

.modalTxt {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 400px;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    height: 150px;
    font-family: "Raleway-Regular";
    font-size: 12px;
}


/* Add Animation */

.modal-content,
.modalTxt {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 2rem !important;
    font-weight: lighter !important;
    color: #FFF !important;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.image-standars {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: end;
}

.image-standars img {
    margin-bottom: 0 !important;
}

.card-header .chevron {
    margin: 0;
    float: right;
    max-width: 18px;
}

.card-header .chevron {
    margin: 0;
    max-width: 18px !important;
    position: absolute;
    transform: rotate(0deg);
    right: 10px;
}

.card-header .collapsed .chevron {
    transform: rotate(-90deg);
}

.library-txtWhite {
    font-family: "BarlowCondensed-Regular";
    font-size: 15px;
    text-align: center;
    color: #FFF;
}

.privTxt {
    font-family: "FjallaOne-Regular";
    color: #cf6b2c;
    font-size: 18px;
}

.privP {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #848588;
}

.linkMapSite {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #848588 !important;
    text-decoration: underline;
    display: block;
}

.privP span {
    color: #cf6b2c;
    font-weight: bold;
    font-size: 14px;
}

.ul-space {
    color: #848588;
    padding-left: 19px;
}

.border-map {
    border-left: 2px solid #ecebec;
    border-right: 2px solid #ecebec;
}

.malla {
    position: absolute;
    left: 0;
    margin-top: -3rem;
    z-index: -1;
    width: 100%;
}


/* TOOLTIPS*/

.tooltip2 {
    position: relative;
    display: inline-block;
    color: #FF8200;
    font-size: 16px;
    margin-left: 8px;
    font-weight: bold;
}

.tooltip2:hover .tooltip2text {
    visibility: visible;
}
.tooltip2 .tooltip2text {
    font-size: 14px;
    font-weight: 100;
    visibility: hidden;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 20%);
    color: #999999;
    text-align: center;
    line-height: 120%;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 230px;
    bottom: 150%;
    left: 50%;
    margin-left: -90px;
}

.tooltip2 .tooltip2text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.h4{
	font-family:'FjallaOne-Regular';
	font-size:18px;
	color:#0075A9;
}