/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/
.global-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.special-container-fluid {
    position: relative;
    z-index: 100;
    height: 100%;
}

.bg-arrow-top {
    position: absolute;
    top: 0;
    right: 0;
}

.bg-arrow-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}


/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.header-page {
    padding: 0 50px
}

/* LOGO */
.header-page img {
    width: 165px;
    height: 40px;
}


/*--------------------------------------------------------------
SECTIONS
--------------------------------------------------------------*/
.row-no-gutters {
    display: flex;
    flex-wrap: wrap;
}

.sections {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.section-page {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100% - 40px)
}

/* SECTION HEADER */
.section-page .section-header {
    background: var(--alto);
    width: 100%;
    padding: 13px 25px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.section-page .section-header h2 {
    font-size: 14px;
    color: var(--white);
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

/* SECTION BODY */
.section-page .section-body-inline {
    display: flex;
    align-items: center;
}

.section-page .section-body {
    background: var(--white);
    width: 100%;
    padding: 30px 50px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    height: 100%;
}

.section-page .full-radius {
    border-radius: 10px
}

/* -TITLE */
.section-page .section-body-title {
    display: flex;
    align-items: center;
}

.section-page .section-body-title img {
    max-width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
}

.section-page .section-body-title h3 {
    color: var(--gray-v2);
    margin-left: 25px;
    font-size: 20px;
    font-weight: 900;
}

.section-page .section-body-title > div {
    margin-left: 25px
}

.section-page .section-body-title.no-margin > div {
    margin-left: 0;
}

.section-page .section-body-title > div h3 {
    margin-left: 0
}

.section-page .section-body-title span {
    margin-top: 10px;
    font-size: 13px;
    color: #74788d;
    display: block;
}

.section-page .section-body-span span:not(:first-child) {
    margin-top: 10px;
}

.section-page .section-body-span span {
    font-size: 13px;
    color: #333;
    display: block;
}

/* -CONTENT */
.section-page .section-body:not(.section-body-inline) .section-body-content {
    margin: 40px 0 0 20px
}

.section-page .list-overflow {
    padding-right: 20px;
}

.section-page .list-overflow ul {
    max-height: 500px;
    overflow-y: scroll;
    padding-right: 30px;
}


/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    transition: 0.4s;
}

.btn-red {
    background: var(--red-ribbon-v2)
}

.btn-red:hover, .btn-red:focus {
    background: var(--shizar)
}

.btn-gray {
    background: #959595
}

.btn-gray:hover, btn-gray:focus {
    background: var(--gray)
}

.btn img {
    height: 27px !important;
    margin-left: 10px;
    display: none;
}

.btn span {
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.btn i {
    color: #fff;
    font-size: 22px;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    padding: 0 15px !important;
}


/*--------------------------------------------------------------
PRELOADER PAGE
--------------------------------------------------------------*/


/*--------------------------------------------------------------
FIRST SECTION
--------------------------------------------------------------*/
.first-section .section-body {
    justify-content: space-between;
}


/*--------------------------------------------------------------
GALLERY - SECOND SECTION
--------------------------------------------------------------*/
.gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gallery a {
    margin: 15px;
    position: relative;
    font-size: 0;
}

.gallery a:hover:before {
    content: "\F6EC";
    font: normal normal normal 24px/1 "Material Design Icons";
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
    z-index: 1000;
    border-radius: 5px;
}

.gallery img {
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}


/*--------------------------------------------------------------
THIRD SECTION
--------------------------------------------------------------*/
.third-section .section-body-content {
    width: 100%;
}

.third-section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.third-section ul i {
    font-size: 50px;
    color: #e5e5e5;
    transition: 0.5s;
}

.third-section ul button:focus i, .third-section ul button:hover i {
    color: #FBB03B;
}

.third-section .emoji-text-range {
    margin-top: 20px;
    height: 20px;
    width: 100%;
}

.third-section .emoji-text-range p {
    color: #FBB03B;
    font-weight: 900;
    font-size: 12px;
}

.third-section .text-muted {
    margin-top: 10px;
    font-size: 10px;
    color: #74788d;
}


/*--------------------------------------------------------------
FOURTH SECTION
--------------------------------------------------------------*/
.fourth-section .section-body-content {
    width: 100%;
}

.fourth-section textarea {
    border: 1px solid #e5e5e5;
    resize: none;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 13px;
    color: #444;
    transition: box-shadow 0.3s ease-in-out;
}

.fourth-section textarea:focus {
    outline: none;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .05);
}

.fourth-section .section-body-content > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fourth-section button {
    margin-top: 20px;
}


/*--------------------------------------------------------------
SIXTH SECTION
--------------------------------------------------------------*/
.sixth-section .section-body-content {
    width: 100%;
}

.sixth-section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.sixth-section ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px;
}

.sixth-section ul img {
    height: 150px;
}

.sixth-section ul p {
    margin-top: 17px;
    font-size: 13px;
    color: #333;
}

.sixth-section ul + div {
    margin-top: 30px;
}

/*--------------------------------------------------------------
SEVENTH SECTION
--------------------------------------------------------------*/
.seventh-section .section-body-content {
    margin: 40px 0 0 !important;
}

.seventh-section .section-body-content ul li {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.seventh-section .section-body-content ul li:last-child {
    border-bottom: 0
}

.seventh-section .section-body-content ul li > * {
    color: #828282;
    font-weight: bold;
}

.seventh-section li div {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.seventh-section li div img {
    height: 30px;
}

.seventh-section p {
    margin-left: 10px;
    font-size: 14px;
}

.seventh-section span {
    font-size: 14px;
}

.seventh-section span.yes, .seventh-section div.yes > * {
    color: #50d890 !important;
}

.seventh-section span.no, .seventh-section div.no > * {
    color: var(--red-ribbon-v2) !important;
}

.info-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box > div {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 15px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .03);
}

.info-box > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

.info-box > div > div p {
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
}

.seventh-section .must-have-content{
    max-height: 565px!important;
}

.seventh-section .must-have-content p {
    text-transform: uppercase;
}

.seventh-section .must-have-content span {
    font-size: 20px;
}

/*--------------------------------------------------------------
CHART SECTION
--------------------------------------------------------------*/
.chart-section .section-body-content {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 !important;
}

.chart-section .chart-container {
    width: 400px;
    height: 400px;
}

.chart-legend table {
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
    text-align: left;
    margin-left: 70px !important;
}

.chart-legend table th {
    background: #fafafa;
    color: var(--red-ribbon-v2) !important;
}

.chart-legend table th, .chart-legend table td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: bottom;
    padding: .75rem;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
}

.chart-legend table td:first-child:before {
    content: '';
    background: #de083c;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

.chart-legend table tr.unresolved td:first-child:before {
    background: #444;
}

.chart-legend table tr > td:first-child {
    text-transform: uppercase;
}


/*--------------------------------------------------------------
NINTH SECTION
--------------------------------------------------------------*/
.ninth-section .section-body-content {
    margin: 40px 0 0 !important;
    text-align: center;
}

.ninth-section p {
    font-size: 14px;
}

.ninth-section p + div {
    margin-top: 20px;
}


/*--------------------------------------------------------------
ELEVENTH SECTION
--------------------------------------------------------------*/
.eleventh-section .section-body-content .info-box + div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eleventh-section .section-body-content .info-box {
    margin-bottom: 20px;
}

.eleventh-section .section-body-content .info-box + div > img {
    max-width: 50%;
    height: auto;
}

.eleventh-section .info-box > div > div:first-child > * {
    color: red;
}

.eleventh-section .info-box > div > div:nth-child(2) > * {
    color: #00f;
}

.eleventh-section .info-box > div > div:nth-child(3) > * {
    color: orange;
}

.eleventh-section .info-box > div > div:last-child > * {
    color: #ddd;
}


/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.footer-page {
    width: 100%;
    padding: 30px 0;
    position: relative;
}

.footer-page .footer-container-fluid {
    max-width: 800px;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    padding: 0 20px;
}

.footer-page .row-footer {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-page ul li {
    display: inline-block;
    margin-left: 25px;
}

.footer-page ul a {
    color: var(--white)
}

.footer-page ul i {
    font-size: 25px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    width: 40px;
    height: 40px;
    background: var(--white);
    color: var(--red-ribbon-v3);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.footer-page ul a:hover i {
    color: var(--boulder)
}

.footer-page ul.menu {
    margin-top: 30px
}

.footer-page ul.menu li {
    margin-left: 0
}

.footer-page ul.menu li:not(:last-child):after {
    content: '|';
    color: var(--white);
    margin: 0 15px;
}

.footer-page ul.menu span {
    font-size: 13px
}

.footer-page ul.menu li a:hover span {
    text-decoration: underline
}


/*--------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1560px) {
    .calc .section-body-inline {
        display: block !important;
    }

    .calc .section-body-content {
        margin: 40px 0 0 !important;
    }
}

@media screen and (max-width: 1200px) {
    .section-page, .container-fluid {
        padding: 0
    }

    .buttons {
        padding: 0 !important
    }

    .chart-section .section-body-content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .chart-section .section-body-content .chart-legend {
        margin-bottom: 30px;
    }

    .chart-section table {
        margin-left: 0 !important;
    }

    .chart-section .chart-container {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .gallery {
        flex-wrap: wrap;
    }

    .gallery a {
        max-width: 40%;
    }
}

@media screen and (max-width: 1034px) {
    .header-page {
        padding: 0 10px
    }

    .header-page .title {
        margin-top: 70px
    }

    .sections {
        margin-top: 20px
    }

    .header-page .title h1 {
        font-size: 35px
    }

    .header-page .title span {
        font-size: 13px
    }

    .section-page .section-body {
        padding: 30px;
        width: 100%;
    }

    .bg-arrow-top, .bg-arrow-bottom {
        width: 65%
    }

    .section-body-inline {
        display: block !important;
    }

    .first-section .section-body-inline .section-body-content {
        margin: 20px 0 0 !important;
    }
}

@media screen and (max-width: 900px) {
    .eleventh-section .section-body-content div > img {
        max-width: 100%!important;
    }
}

@media screen and (max-width: 820px) {
    .third-section ul i {
        font-size: 40px;
    }
}

@media screen and (max-width: 740px) {
    .section-page .section-body-title h3 {
        font-size: 18px
    }
}

@media screen and (max-width: 680px) {
    .chart-section .chart-container {
        width: 200px;
        height: 200px;
    }

    .chart-legend {
        width: 100%;
    }

    .footer-page .row-footer:first-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-page .row-footer:first-child ul {
        margin-top: 20px
    }

    .footer-page .row-footer:first-child ul li:first-child {
        margin-left: 0
    }

    .footer-page .menu li:nth-child(3):after {
        content: none !important;
    }

    .footer-page .menu li:last-child {
        display: block;
        margin-top: 10px;
    }

    .calc-section .section-body-content ul li > * {
        font-size: 13px
    }

    .footer-page ul.menu li:not(:last-child):after {
        margin: 0 5px
    }
}

@media screen and (max-width: 580px) {
    .first-section .section-body-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .first-section .section-body-span {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .second-section .gallery a {
        max-width: 100%;
    }

    .third-section ul i {
        font-size: 35px;
    }
}