@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&family=Poppins:wght@400;700&display=swap");

@font-face {
    font-family: "customfont";
    src: url("../fonts/Commissioner-ExtraBold.otf");
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* -------------------------------------------------------------------------- */
/*                             ANCHOR Icons style                             */
/* -------------------------------------------------------------------------- */
[class*=im-] {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2E3164;
    font-size: 1rem !important;
    margin: 0 3px;
}

    [class*=im-]:hover {
        color: #2ec0ec;
        transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
    }

/* ---------------------- ANCHOR Icon custom properties --------------------- */
li .im-user-circle {
    pointer-events: none;
    margin-top: 3px;
}

/* -------------------------------------------------------------------------- */
/*                             ANCHOR Button style                            */
/* -------------------------------------------------------------------------- */
.btn {
    min-width: 200px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4rem 0.9rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn-primary {
    outline: none;
    color: #fff;
    background-color: #2E3164;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

    .btn-primary:hover {
        background-color: #1d1f46;
        border-color: transparent;
        border-width: 1px;
        border-style: solid;
    }


.btn-files-tool {
    min-width: 30px;
    cursor: pointer;
    display: inline-block;
    font-weight: lighter;
    color: #2e3164;
/*    float: right;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #9d9d9d;
    padding: 0.2rem 0.2rem;
    /* font-size: 1rem; */
    line-height: 1;
    border-radius: 0.2rem;
    margin: 2px 0px;
    font-size: 0.7rem;
}

.files-label {
    font-size: 0.8rem;
}


/* -------------------------------------------------------------------------- */
/*                                 ANCHOR Html                                */
/* -------------------------------------------------------------------------- */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

/* -------------------------------------------------------------------------- */
/*                                 ANCHOR body                                */
/* -------------------------------------------------------------------------- */
body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    line-height: normal;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    top: -39px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
    /*transform-style: preserve-3d;*/
/*    -webkit-transform-style: preserve-3d;*/
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* -------------------------------------------------------------------------- */
/*                              ANCHOR hamburgers                             */
/* -------------------------------------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -16px;
        -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 1;
    }

    .hamburger.is-active:hover {
        opacity: 1;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #2E3164;
    }

.hamburger-box {
    width: 35px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 35px;
        height: 2px;
        background-color: #2E3164;
        border-radius: 0px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -8px;
        }

        .hamburger-inner::after {
            bottom: -8px;
        }

/* -------------------------------------------------------------------------- */
/*                            ANCHOR Footer section                           */
/* -------------------------------------------------------------------------- */
.footer-bg {
    background-color: #42197a !important;
}

    .footer-bg h3 {
        font-size: 1.4rem !important;
        color: #fdd707 !important;
    }

    .footer-bg .footer-icons {
        width: 150px;
        margin: 35px auto;
    }

        .footer-bg .footer-icons li {
            margin: 0 auto;
            font-size: 1.2rem !important;
        }

            .footer-bg .footer-icons li .im {
                color: #fdd707 !important;
                font-size: 1.4rem !important;
            }

                .footer-bg .footer-icons li .im:hover {
                    color: #2ec0ec;
                }

        .footer-bg .footer-icons span {
            color: #2ec0ec;
            cursor: pointer;
        }

#footer {
    letter-spacing: 1PX;
    width: 100%;
    background-color: #2E3164;
}

    #footer h3 {
        color: #fff;
    }

    #footer a,
    #footer li {
        font-size: 1rem;
        color: #fff;
        text-decoration: none;
        list-style: none;
        transition: color 150ms ease-in-out;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        -ms-transition: color 150ms ease-in-out;
        -o-transition: color 150ms ease-in-out;
    }

        #footer a:hover,
        #footer li:hover {
            color: #2ec0ec;
        }

    #footer .footer-section-01 {
        margin: 70px auto;
        text-align: left;
    }

@media only screen and (min-width: 768px) {
    #footer .footer-section-01 {
        max-width: 1200px;
    }
}

#footer .footer-section-01 .col {
    padding: 0px;
}

    #footer .footer-section-01 .col:nth-child(2) {
        border-color: #353C72;
        border-style: solid;
        border-width: 1px 0 1px 0;
    }

@media only screen and (min-width: 768px) {
    #footer .footer-section-01 .col:nth-child(2) {
        border-width: 0 1px 0 1px;
    }
}

#footer .footer-section-01 li {
    margin: 8px 0;
}

#footer .footer-section-01 p {
    color: #fff;
    font-size: 0.7rem;
    opacity: 0.7;
}

#footer .footer-section-01 ul {
    margin: 0 auto;
}

#footer .footer-section-02 {
    padding-bottom: 40px;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    color: #fff;
}

    #footer .footer-section-02 p {
        font-size: 1rem;
    }

    #footer .footer-section-02 .footer-icons {
        width: 150px;
        margin: 35px auto;
    }

        #footer .footer-section-02 .footer-icons li {
            margin: 0 auto;
            font-size: 1.2rem;
        }

            #footer .footer-section-02 .footer-icons li .im {
                color: #fff;
                font-size: 1.2rem !important;
            }

                #footer .footer-section-02 .footer-icons li .im:hover {
                    color: #2ec0ec;
                }

            #footer .footer-section-02 .footer-icons li [class^=icon-] {
                display: block;
                width: 35px;
                height: auto;
                -webkit-transition: -webkit-transform 100ms ease-in-out;
                transition: -webkit-transform 100ms ease-in-out;
                transition: transform 100ms ease-in-out;
                transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
                -webkit-transition: transform 100ms ease-in-out;
                -moz-transition: transform 100ms ease-in-out;
                -ms-transition: transform 100ms ease-in-out;
                -o-transition: transform 100ms ease-in-out;
            }

                #footer .footer-section-02 .footer-icons li [class^=icon-]:hover {
                    transform: scale(1.2) rotate(15deg);
                    -webkit-transform: scale(1.2) rotate(15deg);
                    -moz-transform: scale(1.2) rotate(15deg);
                    -ms-transform: scale(1.2) rotate(15deg);
                    -o-transform: scale(1.2) rotate(15deg);
                }

        #footer .footer-section-02 .footer-icons span {
            color: #2ec0ec;
            cursor: pointer;
        }

#footer .footer-section-03 {
    /*    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #353C72;*/
    text-align: center;
}


    #footer .footer-section-03 .col {
        padding: 30px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 180px;
    }

    #footer .footer-section-03 .box {
        height: auto;
        align-content: center;
        justify-content: center;
        margin: 30px 30px 30px 30px;
    }

    #footer .footer-section-03 img {
        width: 90px;
        margin: 0 10px 0 10px;
    }

    #footer .footer-section-03 .image-footer {
        position: relative;
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 50%;
        margin: 0 10px 0 10px;
    }

    #footer .footer-section-03 p {
        margin: 0 auto;
        width: 50px;
        align-self: center;
        color: #fff;
        font-size: 0.7rem;
    }

/* -------------------------------------------------------------------------- */
/*                               ANCHOR Square Checkbox                       */
/* -------------------------------------------------------------------------- */
.checkbox-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .checkbox-square input {
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin: 0 27px 0 0;
        width: 0;
        height: 0;
    }

        .checkbox-square input::before {
            content: "";
            z-index: 99;
            width: 18px;
            height: 18px;
            position: absolute;
            margin: auto;
            border-color: #2E3164;
            border-width: 3px;
            border-style: solid;
        }

        .checkbox-square input:checked::before {
            content: "";
            z-index: 99;
            color: #fff;
            background-color: #2E3164;
            border-style: solid;
            border-width: 4px;
            border-color: #2E3164;
            width: 18px;
            height: 18px;
            margin: auto;
            transition: border-color, background-color 100ms ease-in-out;
            -webkit-transition: border-color, background-color 100ms ease-in-out;
            -moz-transition: border-color, background-color 100ms ease-in-out;
            -ms-transition: border-color, background-color 100ms ease-in-out;
            -o-transition: border-color, background-color 100ms ease-in-out;
        }

    .checkbox-square label {
        color: #fff;
    }

/* -------------------------------------------------------------------------- */
/*                               ANCHOR Circle Checkbox                       */
/* -------------------------------------------------------------------------- */
.checkbox-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}

    .checkbox-circle input {
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin: 0 27px 0 0;
        width: 0px;
        height: 0px;
    }

        .checkbox-circle input::before {
            content: "";
            z-index: 99;
            border-color: #2E3164;
            border-width: 3px;
            border-style: solid;
            width: 16px;
            height: 16px;
            position: absolute;
            margin: auto;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .checkbox-circle input:checked::before {
            content: "";
            z-index: 99;
            color: #fff;
            background-color: #2E3164;
            border-style: solid;
            border-width: 3px;
            border-color: #2E3164;
            width: 16px;
            height: 16px;
            margin: auto;
            transition: border-color, background-color 100ms ease-in-out;
            -webkit-transition: border-color, background-color 100ms ease-in-out;
            -moz-transition: border-color, background-color 100ms ease-in-out;
            -ms-transition: border-color, background-color 100ms ease-in-out;
            -o-transition: border-color, background-color 100ms ease-in-out;
        }

    .checkbox-circle label {
        color: #2E3164;
    }

/* -------------------------------------------------------------------------- */
/*                             ANCHOR Input styles                            */
/* -------------------------------------------------------------------------- */
label {
    padding: 0 0 2px 0;
}

input {
    display: block;
    background-color: #f0f2f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    padding-left: 10px;
    color: #2E3164;
    outline: none;
    border-width: 0;
    border-bottom: 2px;
    border-style: solid;
    border-color: transparent;
    margin: 10px 0 0 0 !important;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #5f6369;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5f6369;
    opacity: 1;
}

::-moz-placeholder {
    color: #5f6369;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    color: #5f6369;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    color: #5f6369;
    opacity: 1;
    /* Firefox */
}

textarea {
    background-color: #f0f2f5;
    padding: 10px;
    color: #2E3164;
    width: 100%;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    resize: none;
}

/* -------------------------------------------------------------------------- */
/*                            ANCHOR Navbar dropdown                       */
/* -------------------------------------------------------------------------- */
.navbar-container {
    z-index: 999;
    position: absolute;
    transform-style: preserve-3d;
    -moz-transform: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

    .navbar-container li,
    .navbar-container a {
        letter-spacing: 0.5px;
        font-weight: 400;
        list-style: none;
        text-decoration: none;
    }

#nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    will-change: transform;
    -webkit-perspective: 1000;
    perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

    #nav a {
        color: #2E3164;
    }

        #nav a:hover {
            color: #2ec0ec;
            transition: color 200ms ease-in-out;
            -webkit-transition: color 200ms ease-in-out;
            -moz-transition: color 200ms ease-in-out;
            -ms-transition: color 200ms ease-in-out;
            -o-transition: color 200ms ease-in-out;
        }

/* ------------ ANCHOR Brand logo style ----------- */
.brand-logo {
    width: 100%;
    position: absolute;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .brand-logo img {
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 150px;
        height: auto;
    }

@media only screen and (min-width: 1200px) {
    .brand-logo img {
        margin-left: 30px;
        width: 150px;
        height: auto;
    }
}

/* ------------ ANCHOR Navbar list style ----------- */

.menu-list {
    right: 0;
    left: 0;
    display: none;
    max-width: 800px;
    width: 100%;
    margin: auto;
    -ms-flex-item-align: center;
    align-self: center;
}

.menu-staff-style {
    max-width: 1100px;
    width: 100%;
}

.menu-list .menu-bg {
    margin-top: 0px;
    right: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #fff;
    height: 200px;
    display: block;
    z-index: -999;
    opacity: 1;
}

.menu-list ul {
    padding: 0;
    margin: 0 5px;
}

    .menu-list ul li {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        margin: 0 auto;
        position: relative;
    }

        .menu-list ul li a {
            font-weight: 700;
        }

        .menu-list ul li .dropdown-content {
            overflow: hidden;
            border-radius: 0 0 8px 8px;
            cursor: pointer;
            margin: auto;
            width: 100%;
            display: block;
            position: absolute;
            background-color: transparent;
            -webkit-border-radius: 0 0 8px 8px;
            -moz-border-radius: 0 0 8px 8px;
            -ms-border-radius: 0 0 8px 8px;
            -o-border-radius: 0 0 8px 8px;
        }

            .menu-list ul li .dropdown-content span {
                position: relative;
                border-top: solid 1px #b0b3b8;
                cursor: pointer;
                padding: 0px 0;
                height: 40px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                background-color: transparent;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .menu-list ul li .dropdown-content span:nth-child(1) {
                    margin-top: 34px;
                    border-top: solid 1px transparent;
                }

                .menu-list ul li .dropdown-content span a {
                    width: 100%;
                    display: block;
                    height: 55px;
                    line-height: 55px;
                    font-weight: 400;
                    transition: background-color 200ms ease-in-out;
                    -webkit-transition: background-color 200ms ease-in-out;
                    -moz-transition: background-color 200ms ease-in-out;
                    -ms-transition: background-color 200ms ease-in-out;
                    -o-transition: background-color 200ms ease-in-out;
                }

                    .menu-list ul li .dropdown-content span a:hover {
                        background-color: transparent;
                    }

@media only screen and (min-width: 1200px) {
    .menu-list {
        display: block;
    }
}

/* ------------ ANCHOR Navbar icons style ----------- */
.nav-icons {
    -ms-flex-item-align: center;
    align-self: center;
    display: none;
    right: 0;
    position: absolute;
    margin-right: 70px;
    height: auto;
}

    .nav-icons .noticon {
        font-size: 0.7rem;
        font-weight: 700;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #dd0548;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        left: -2px;
        top: -4px;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    .nav-icons li {
        margin: 0 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .nav-icons li a {
            font-size: 0.7em;
        }

@media only screen and (min-width: 768px) {
    .nav-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* ------------ ANCHOR Hamburger button style ----------- */
.menu-button {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 20px;
    right: 0;
    position: absolute;
    width: 45px;
    height: auto;
}

/* -------------------------------------------------------------------------- */
/*                           ANCHOR Menu slide style                          */
/* -------------------------------------------------------------------------- */
.menu-slide {
    padding-top: 100px;
    padding-bottom: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
    position: fixed;
    z-index: 998;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #f0f2f5;
    opacity:0;
}

    .menu-slide .iconuser {
        margin: 0px 0px 0 25px;
    }

        .menu-slide .iconuser::after {
            content: url("/images/icons/icon-user.svg");
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 14px;
            height: auto;
            margin: -15px 0px 0 0px;
        }

    .menu-slide .menu-slide-container {
        margin: 0 auto;
    }

        .menu-slide .menu-slide-container .col:nth-child(2)::before {
            content: "";
            z-index: -1;
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            border-left: solid 0px transparent;
            border-right: solid 0px transparent;
        }

@media only screen and (min-width: 768px) {
    .menu-slide .menu-slide-container .col:nth-child(2)::before {
        border-left: solid 1px #f0f2f5;
        border-right: solid 1px #f0f2f5;
    }
}

@media only screen and (min-width: 768px) {
    .menu-slide {
        height: auto;
    }
}

.menu-slide span {
    padding-bottom: 10px;
    border-width: 0;
    color: #2E3164;
    cursor: pointer;
    transition: color 150ms ease-in-out;
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
}

    .menu-slide span:hover {
        color: #2ec0ec;
    }

.menu-slide ul {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    display: block;
    padding: 15px;
}

    .menu-slide ul li {
        font-size: 1rem;
        list-style: none;
        margin: 15px auto;
    }

    .menu-slide ul .slide-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .menu-slide ul .slide-login a {
            font-size: 1rem;
            text-align: left;
        }

        .menu-slide ul .slide-login .im-user-circle {
            font-size: 1rem;
            margin: 6px 7px 0 0px;
        }

    .menu-slide ul .title-link {
        font-weight: 700;
        font-size: 1.2rem;
    }

@media only screen and (min-width: 768px) {
    .menu-slide ul {
        max-width: 320px;
    }
}

.menu-slide ul li a {
    color: #2E3164;
    text-decoration: none;
    transition: color 150ms ease-in-out;
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
}

    .menu-slide ul li a:hover {
        color: #2ec0ec;
    }

.menu-slide ul p {
    color: #2E3164;
}

.menu-slide h4 {
    color: #2E3164;
}

.menu-slide .link-reveal-content {
    overflow: hidden;
}

    .menu-slide .link-reveal-content li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .menu-slide .link-reveal-content li a::before {
            content: "";
            margin: 3px 8px 0 0;
            background-color: #fff;
            width: 7px;
            height: 7px;
            display: block;
        }

.menu-slide .menu-slide-icon {
    left: 0;
    right: 0;
    display: block;
    font-size: 1rem;
    margin: auto;
    width: 100%;
    padding: 15px;
}

    .menu-slide .menu-slide-icon li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin-right: 15px;
    }

        .menu-slide .menu-slide-icon li i {
            margin-left: 0;
        }

        .menu-slide .menu-slide-icon li a {
            font-size: 0.7rem;
            color: #2E3164;
            text-decoration: none;
        }

@media only screen and (min-width: 768px) {
    .menu-slide .menu-slide-icon {
        max-width: 300px;
    }
}

/* -------------------------------------------------------------------------- */
/*                              ANCHOR home section 1                         */
/* -------------------------------------------------------------------------- */
/* -------------------------------    slide   ------------------------------- */
.p-0 {
    padding: 0 !important;
}

.slider1 {
    margin-top: 0px !important;
    overflow: hidden;
}

    .slider1 img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 430px;
    }

    .slider1 li .caption {
        top: 50%;
        right: 0;
        left: 0;
        margin: auto;
        color: #fff;
        position: absolute;
        padding: 15px;
        width: 100%;
        max-width: 360px;
        height: auto;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .slider1 li .caption h1 {
            color: #fff;
            font-size: 2rem;
        }

        .slider1 li .caption h2 {
            color: #fff;
            font-size: 2rem;
        }

@media (min-width: 280px) and (max-width: 575px) {
    .slider1 {
        margin-top: 75px !important;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) {
    .slider1 li .caption {
        max-width: 700px;
    }

        .slider1 li .caption h1,
        .slider1 li .caption h2 {
            font-size: 4rem;
        }

    .slider1 img {
        height: 100%;
    }
}

/* -------------------------------------------------------------------------- */
/*                            ANCHOR Home section 2                           */
/* -------------------------------------------------------------------------- */
#home-section-02 {
    width: 100%;
    background-repeat: none;
    background-size: cover;
    background-position: 20% 0;
}

    #home-section-02 .section-container {
        z-index: 2;
        overflow: hidden;
        display: block;
        width: 100%;
        height: auto;
        background-image: url("../content/images/background_svg/textura_will_02.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #fff;
    }

    #home-section-02 .title-01 {
        padding: 70px 20px;
        display: block;
        width: 100%;
        text-align: center;
    }

        #home-section-02 .title-01 img {
            width: 120px;
            height: 100%;
            margin-bottom: 50px;
        }

        #home-section-02 .title-01 h2 {
            color: #2E3164;
            font-size: 3rem;
            max-width: 600px;
            margin: 50px auto;
            right: 0;
            left: 0;
        }

        #home-section-02 .title-01 p {
            color: #2E3164;
            font-size: 1.2rem;
            font-family: "Noto Serif", serif;
            max-width: 700px;
            margin: 0 auto;
            right: 0;
            left: 0;
            margin-bottom: 60px;
        }

            #home-section-02 .title-01 p::after {
                content: "";
                display: block;
                height: 6px;
                position: absolute;
                right: 0;
                left: 0;
                margin: 35px auto;
                background-color: #2ec0ec;
                width: 120px;
            }

@media only screen and (min-width: 768px) {
    #home-section-02 .title-01 h2 {
        font-size: 4rem;
    }
}

#home-section-02 .box-bg {
    background-color: #f0f2f5;
}

    #home-section-02 .box-bg .box-container {
        margin: 0 auto;
        height: auto;
        padding: 50px 0 50px 0;
        width: 100%;
        max-width: 1200px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        #home-section-02 .box-bg .box-container .box {
            z-index: 99;
            padding: 15px;
            margin: 15px auto;
            height: 650px;
            overflow-y: hidden;
            max-width: 300px;
            background-color: transparent;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
        }

header {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    header {
        width: 768px;
    }
}

#home-section-02 .box-bg .box-container .box .shape {
    left: 17px;
    right: 0;
    top: 0px;
    position: absolute;
    width: 280px;
    margin: auto;
}

#home-section-02 .box-bg .box-container .box .box-text {
    position: relative;
    z-index: -1;
    overflow: hidden;
    height: auto;
    background-color: #f0f2f5;
}

    #home-section-02 .box-bg .box-container .box .box-text .line-border-01,
    #home-section-02 .box-bg .box-container .box .box-text .line-border-02,
    #home-section-02 .box-bg .box-container .box .box-text .line-border-03 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #2E3164;
    }

#home-section-02 .box-bg .box-container .box img {
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    right: 0;
    left: 0;
    margin: 17px auto 50px auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#home-section-02 .box-bg .box-container .box:nth-child(2) {
    border-width: 0 0px 0 0px;
    border-style: solid;
    border-color: #f0f2f5;
}

#home-section-02 .box-bg .box-container .box:nth-child(4) {
    border-width: 0 0px 0 0px;
    border-style: solid;
    border-color: #f0f2f5;
}

#home-section-02 .box-bg .box-container .box {
    cursor: pointer;
}

#home-section-02 .box-bg .box-container .box h2 {
    cursor: pointer;
    text-align: center;
}

    #home-section-02 .box-bg .box-container .box p {
        padding: 5px 20px;
        text-align: center;
    }

@media only screen and (min-width: 768px) {
    #home-section-02 .box-bg .box-container .box {
        margin: 20px auto 20px auto;
    }
}

#home-section-02 .box-bg .box-container p {
    color: #2E3164;
    font-size: 1rem;
}

#home-section-02 .box-bg .box-container h2 {
    color: #2E3164;
}

@media only screen and (min-width: 768px) {
    #home-section-02 .box-bg .box-container {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    #home-section-02 .box-bg .box-container {
        height: 500px;
    }
}

.section-01 {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    height: 100%;
}

    .section-01 .bgimage-01 {
        background-color: #2E3164;
        background-image: url("../content/images/background_svg/textura.svg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        will-change: transform;
        z-index: -1;
    }

    .section-01 .title-02 {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        padding: 15px;
    }

        .section-01 .title-02 h2 {
            text-align: center;
            color: #fff;
            font-size: 3rem;
            width: 100%;
            left: 0;
            right: 0;
            max-width: 500px;
            padding: 0px;
            margin: auto;
        }

            .section-01 .title-02 h2::after {
                content: "";
                display: block;
                height: 4px;
                position: relative;
                right: 0;
                left: 0;
                margin: 35px auto 40px auto;
                background-color: #2ec0ec;
                width: 120px;
            }

        .section-01 .title-02 p {
            color: #fff;
            font-size: 1rem;
            padding: 0px;
            text-align: justify;
        }

        .section-01 .title-02 .col {
            padding: 0;
        }

@media only screen and (min-width: 576px) {
    .section-01 .title-02 h2 {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .section-01 .title-02 h2 {
        text-align: left;
    }

        .section-01 .title-02 h2::after {
            content: "";
            display: block;
            height: 7px;
            position: relative;
            right: 0;
            left: 0;
            margin: 35px auto 40px 0;
            background-color: #2ec0ec;
            width: 160px;
        }
}

.section-01 .section-02 {
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 1rem;
    padding: 35px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .section-01 .section-02 .box {
        cursor: default;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        max-width: 395px;
        margin: 0 auto;
        background-color: #2E3164;
        padding: 0px;
        height: 100%;
        overflow: hidden;
    }

        .section-01 .section-02 .box .text {
            margin-top: 250px;
            bottom: 0;
            z-index: 3;
            padding: 15px;
        }

        .section-01 .section-02 .box p {
            text-align: justify;
        }

        .section-01 .section-02 .box h3 {
            font-size: 2rem;
        }

        .section-01 .section-02 .box img {
            position: absolute;
            overflow: hidden;
            margin-top: -40px;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 300px;
        }

        .section-01 .section-02 .box .button-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin: auto 0 25px 0;
        }

            .section-01 .section-02 .box .button-container button {
                margin: 0 auto 0 auto;
            }

            .section-01 .section-02 .box .button-container a {
                margin: 0 auto 0 auto;
                text-decoration: none;
            }

        .section-01 .section-02 .box:nth-child(1) {
            background-color: #2ec0ec;
        }

            .section-01 .section-02 .box:nth-child(1) p {
                color: #2E3164;
            }

            .section-01 .section-02 .box:nth-child(1) h3 {
                color: #2E3164;
            }

        .section-01 .section-02 .box:nth-child(2) {
            background-color: #fdd707;
        }

            .section-01 .section-02 .box:nth-child(2) p {
                color: #2E3164;
            }

            .section-01 .section-02 .box:nth-child(2) h3 {
                color: #2E3164;
            }

        .section-01 .section-02 .box:nth-child(3) {
            background-color: #dd0548;
        }

            .section-01 .section-02 .box:nth-child(3) p {
                color: #fff;
            }

            .section-01 .section-02 .box:nth-child(3) h3 {
                color: #fff;
            }

@media only screen and (min-width: 576px) {
    .section-01 .section-02 {
        grid-template-columns: auto;
    }
}

@media only screen and (min-width: 768px) {
    .section-01 .section-02 {
        grid-template-columns: auto auto auto;
    }
}

/* -------------------------------------------------------------------------- */
/*                            ANCHOR home section 3                           */
/* -------------------------------------------------------------------------- */
.home-section-3-bg {
    padding: 50px 0 100px 0;
    background-color: #fff;
    width: 100%;
}

    .home-section-3-bg .box-title {
        padding: 0 15px;
        display: block;
        margin: 100px auto -50px auto;
        right: 0;
        left: 0;
        max-width: 700px;
        text-align: center;
    }

        .home-section-3-bg .box-title h2 {
            margin: 0 auto;
            font-size: 3rem;
            text-align: center;
            color: #2E3164;
            max-width: 700px;
        }

@media only screen and (min-width: 768px) {
    .home-section-3-bg .box-title h2 {
        font-size: 4rem;
    }
}

.home-section-3-bg .box-title p {
    color: #2E3164;
    font-size: 1.2rem;
}

.home-section-3 {
    padding: 0 10px;
    overflow: hidden;
    margin: 90px auto 0 auto;
    display: grid;
    grid-template-columns: auto;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    font-size: 1rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .home-section-3 .box {
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        background-color: #2E3164;
        width: 100%;
        height: 500px;
        padding: 0px;
        max-width: 395px;
        margin: auto;
        background-image: url("../content/images/background_svg/textura_will_03.svg");
        background-repeat: no-repeat;
        background-size: 400%;
        background-position: center;
        align-items: flex-end;
    }

        .home-section-3 .box .img-container {
            z-index: 3;
            display: block;
            width: 100%;
            position: relative;
            height: auto;
        }

            .home-section-3 .box .img-container img {
                display: block;
                margin: 30px auto 0 auto;
                width: 120px;
                height: 120px;
            }

        .home-section-3 .box .box-slide-info {
            overflow-y: auto;
            color: #fff;
            width: 100%;
            height: auto;
            padding: 15px;
            align-items: flex-start;
        }

            .home-section-3 .box .box-slide-info p {
                width: 100%;
                text-align: center;
            }

            .home-section-3 .box .box-slide-info .info {
                overflow: hidden;
            }

            .home-section-3 .box .box-slide-info::-webkit-scrollbar {
                display: none;
            }

        .home-section-3 .box .button-container {
            z-index: 3;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin: auto 0 25px 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: auto;
        }

            .home-section-3 .box .button-container button {
                margin: auto;
                position: absolute;
                bottom: 10px;
                background-color: #2ec0ec;
            }

        .home-section-3 .box h3 {
            color: #2ec0ec;
            margin: 30px auto 10px auto;
            text-align: center;
            z-index: 3;
        }

@media only screen and (min-width: 768px) {
    .home-section-3 {
        grid-template-columns: auto auto auto;
    }
}

/* -------------------------------------------------------------------------- */
/*                            ANCHOR Home section 4                           */
/* -------------------------------------------------------------------------- */
#home-section-04 {
    width: 100%;
    height: 100%;
}

    #home-section-04 .bgimage-02 {
        background-color: #2E3164;
        background-image: url("../content/images/home/s4/will_school_s4_01.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        will-change: transform;
        z-index: -1;
    }

    #home-section-04 .box-title {
        z-index: 3;
        padding: 150px 15px;
        display: block;
        margin: 150px auto;
        right: 0;
        left: 0;
        max-width: 700px;
        text-align: center;
    }

        #home-section-04 .box-title h2 {
            text-align: center;
            color: #fff;
        }

@media only screen and (min-width: 768px) {
    #home-section-04 .box-title h2 {
        font-size: 4rem;
    }
}

#home-section-04 .box-title p {
    font-family: "Noto Serif", serif;
    color: #fff;
    font-size: 1.2rem;
}

    #home-section-04 .box-title p:nth-child(4)::after {
        content: "";
        display: block;
        height: 6px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 25px auto;
        background-color: #2ec0ec;
        width: 120px;
    }

/* -------------------------------------------------------------------------- */
/*                               ANCHOR Home slider 2                         */
/* -------------------------------------------------------------------------- */
#home-section-5 {
    width: 100%;
    padding-bottom: 60px;
    background-color: #2E3164;
    border-bottom: 1px solid #353C72;
}

    #home-section-5 .box-title_02 {
        padding: 0 20px;
        display: block;
        margin: 60px auto 0 auto;
        right: 0;
        left: 0;
        max-width: 700px;
        text-align: center;
    }

        #home-section-5 .box-title_02 h2 {
            text-align: center;
            color: #fff;
            font-size: 3rem;
        }

            #home-section-5 .box-title_02 h2::after {
                content: "";
                display: block;
                height: 6px;
                position: absolute;
                right: 0;
                left: 0;
                margin: 25px auto;
                background-color: #2ec0ec;
                width: 120px;
            }

@media only screen and (min-width: 768px) {
    #home-section-5 .box-title_02 h2 {
        font-size: 4rem;
    }
}

#home-section-5 .slider2 {
    max-width: 1200px !important;
    margin-top: 85px !important;
}

    #home-section-5 .slider2 img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 300px !important;
    }

    #home-section-5 .slider2 li {
        margin: 0 auto !important;
        overflow: hidden !important;
        padding: 0 0;
    }

        #home-section-5 .slider2 li .caption {
            bottom: 0%;
            margin: auto;
            color: #fff;
            position: relative;
            padding: 15px;
            width: 100%;
            height: 215px;
            text-align: left;
            background-color: #2ec0ec;
        }

            #home-section-5 .slider2 li .caption h2 {
                color: #2E3164;
                font-size: 1.2rem;
            }

            #home-section-5 .slider2 li .caption p {
                color: #2E3164;
                font-size: 1rem;
            }

@media only screen and (min-width: 768px) {
    #home-section-5 .slider2 li {
        padding: 0 7px;
    }
}

#home-section-5 .slider2 .controller {
    bottom: -40px;
}


#kinderlandia-section-slider {
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    background-color: #42197a;
    background-image: url("../content/images/kinderlandia/svg/textura_10.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #kinderlandia-section-slider .text h2 {
        margin: 100px 0 50px 0;
        text-align: center;
        color: #fdd707;
        font-size: 3rem;
    }

    #kinderlandia-section-slider .slider3 {
        width: 100%;
        max-width: 1200px;
        margin-top: 85px !important;
        padding-bottom: 100px !important;
        height: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        #kinderlandia-section-slider .slider3 img {
            width: 270px;
            height: auto !important;
            margin: 30px auto 60px auto;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        #kinderlandia-section-slider .slider3 li {
            padding: 15px;
            height: auto;
        }

            #kinderlandia-section-slider .slider3 li:nth-child(1) .slide-box {
                background-color: #fdd707;
            }

            #kinderlandia-section-slider .slider3 li:nth-child(3) .slide-box {
                background-color: #a6bf31;
            }

            #kinderlandia-section-slider .slider3 li:nth-child(4) .slide-box {
                background-color: #ee809c;
            }

            #kinderlandia-section-slider .slider3 li:nth-child(5) .slide-box {
                background-color: #dd0548;
            }

            #kinderlandia-section-slider .slider3 li:nth-child(7) .slide-box {
                background-color: #fdd707;
            }

            #kinderlandia-section-slider .slider3 li .slide-box {
                margin: auto;
                color: #fff;
                position: relative;
                padding: 15px;
                width: 100% !important;
                text-align: justify;
                height: 100%;
                background-color: #2ec0ec;
                background-image: url("../content/images/kinderlandia/svg/background_06.svg");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 1300px;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
            }

                #kinderlandia-section-slider .slider3 li .slide-box .text-box {
                    padding: 15px;
                    height: 1500px;
                }

@media only screen and (min-width: 320px) {
    #kinderlandia-section-slider .slider3 li .slide-box .text-box {
        height: 1150px;
    }
}

@media only screen and (min-width: 400px) {
    #kinderlandia-section-slider .slider3 li .slide-box .text-box {
        height: 1000px;
    }
}

@media only screen and (min-width: 768px) {
    #kinderlandia-section-slider .slider3 li .slide-box .text-box {
        height: 1100px;
    }
}

@media only screen and (min-width: 992px) {
    #kinderlandia-section-slider .slider3 li .slide-box .text-box {
        height: 850px;
    }
}

#kinderlandia-section-slider .slider3 li .slide-box h2 {
    padding: 15px;
    text-align: center;
    color: #2E3164;
    font-size: 1.4rem;
}

#kinderlandia-section-slider .slider3 li .slide-box p {
    color: #2E3164;
    font-size: 1rem;
}

@media only screen and (min-width: 768px) {
    #kinderlandia-section-slider .slider3 li {
        padding: 0 7px;
    }

        #kinderlandia-section-slider .slider3 li .slide-box h2 {
            font-size: 2rem;
        }
}

#kinderlandia-section-slider .slider3 .controller {
    position: absolute !important;
    left: 0;
    right: 0;
    max-width: 100%;
    bottom: 150px;
    margin: 200px auto -120px auto !important;
}

#kinderlandia-section-slider .slider3 .indicate-area a {
    width: 20px;
    height: 20px;
    margin: 0 8px;
}

    #kinderlandia-section-slider .slider3 .indicate-area a.on:after {
        background-color: #fdd707;
    }

#kinderlandia-section-slider .slider3 .prev,
#kinderlandia-section-slider .slider3 .next {
    background-color: #42197a !important;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}

    #kinderlandia-section-slider .slider3 .prev .im,
    #kinderlandia-section-slider .slider3 .next .im {
        color: #fdd707 !important;
    }

/* -------------------------------------------------------------------------- */
/*                           ANCHOR Login section 1                           */
/* -------------------------------------------------------------------------- */
.login-section-bg {
    width: 100%;
    background-image: url("../../content/images/background_svg/textura_will_04.svg");
    background-position: center;
    background-size: cover;
    background-color: #f0f2f5;
}

    .login-section-bg .login-section-01 {
        width: 100%;
    }

        .login-section-bg .login-section-01 .box {
            margin: 200px auto 200px auto;
            display: block;
            width: 100%;
            height: 100%;
            padding: 15px;
        }

            .login-section-bg .login-section-01 .box .box-form {
                padding: 20px;
                color: #2E3164;
                margin: 0 auto;
                right: 0;
                left: 0;
                display: block;
                width: 100%;
                height: 400px;
                background-color: #fff;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
            }

@media only screen and (min-width: 768px) {
    .login-section-bg .login-section-01 .box .box-form {
        max-width: 600px;
    }
}

.login-section-bg .login-section-01 .box .box-form .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .login-section-bg .login-section-01 .box .box-form .button-container button {
        margin: 0 auto;
    }

/* -------------------------------------------------------------------------- */
/*                           ANCHOR about section 1                           */
/* -------------------------------------------------------------------------- */
.container-about-bg {
    text-align: center;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    .container-about-bg {
        text-align: left;
    }
}

.about-section-1-bg {
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

    .about-section-1-bg .box-title {
        top: 100px;
        padding: 70px 20px;
        display: block;
        right: 0;
        left: 0;
        max-width: 600px;
        text-align: center;
    }

        .about-section-1-bg .box-title:nth-child(1) {
            margin: 0px auto -30px auto;
        }

            .about-section-1-bg .box-title:nth-child(1) h2 {
                color: #2E3164;
                font-size: 2rem;
            }

                .about-section-1-bg .box-title:nth-child(1) h2::after {
                    content: "";
                    display: block;
                    height: 1px;
                    position: absolute;
                    right: 0;
                    left: 0;
                    margin: 25px auto;
                    background-color: #d8d9dc;
                    width: 120px;
                }

        .about-section-1-bg .box-title h1 {
            color: #2E3164;
        }

            .about-section-1-bg .box-title h1::before {
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                right: 0;
                left: 0;
                margin: -25px auto;
                background-color: #d8d9dc;
                width: 120px;
            }

        .about-section-1-bg .box-title p {
            color: #2E3164;
            font-size: 1rem;
            font-family: "Noto Serif", serif;
        }

            .about-section-1-bg .box-title p::after {
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                right: 0;
                left: 0;
                margin: 25px auto;
                background-color: #d8d9dc;
                width: 120px;
            }

    .about-section-1-bg .about-section-01 .box {
        color: #2E3164;
        margin: 50px 0;
    }

        .about-section-1-bg .about-section-01 .box img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .about-section-1-bg .about-section-01 .box .text p {
            font-size: 1rem;
        }

    .about-section-1-bg .about-section-02 {
        padding: 15px;
        margin: 0 0 50px 0;
    }

        .about-section-1-bg .about-section-02 .box-grid {
            grid-template-columns: auto;
            display: grid;
            -webkit-column-gap: 15px;
            -moz-column-gap: 15px;
            column-gap: 15px;
            row-gap: 15px;
        }

            .about-section-1-bg .about-section-02 .box-grid .box {
                overflow: hidden;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                background-color: #d8d9dc;
                color: #2E3164;
                width: 100%;
                height: auto;
            }

                .about-section-1-bg .about-section-02 .box-grid .box span {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 100%;
                    height: 100%;
                    background-color: #2E3164;
                    position: absolute;
                    z-index: 2;
                    padding: 15px;
                }

                    .about-section-1-bg .about-section-02 .box-grid .box span p {
                        color: #fff;
                        font-size: 1rem;
                    }

                    .about-section-1-bg .about-section-02 .box-grid .box span h3 {
                        -ms-flex-item-align: center;
                        align-self: center;
                        color: #fff;
                    }

                    .about-section-1-bg .about-section-02 .box-grid .box span .im {
                        width: auto;
                        -webkit-box-pack: right;
                        -ms-flex-pack: right;
                        justify-content: right;
                        margin: 3px 0px 0 92%;
                        color: #fff;
                    }

                        .about-section-1-bg .about-section-02 .box-grid .box span .im:hover {
                            color: #2ec0ec;
                        }

                .about-section-1-bg .about-section-02 .box-grid .box .img-container {
                    position: relative;
                    pointer-events: none;
                    margin: 0;
                }

                    .about-section-1-bg .about-section-02 .box-grid .box .img-container img {
                        -o-object-fit: cover;
                        object-fit: cover;
                        width: 100%;
                        height: auto;
                    }

                .about-section-1-bg .about-section-02 .box-grid .box .box-footer {
                    display: block;
                    text-align: center;
                    padding: 15px;
                    height: 100%;
                    margin: 0px 0;
                    position: relative;
                }

                    .about-section-1-bg .about-section-02 .box-grid .box .box-footer p {
                        margin: 0 auto;
                        max-width: 300px;
                        font-size: 0.8em;
                    }

                    .about-section-1-bg .about-section-02 .box-grid .box .box-footer::after {
                        content: "";
                        width: 100px;
                        height: 1px;
                        display: block;
                        right: 0;
                        left: 0;
                        margin: 20px auto 20px auto;
                        background-color: #2E3164;
                    }

                .about-section-1-bg .about-section-02 .box-grid .box .im {
                    color: #fff;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: 40px;
                    height: 25px;
                    right: 0;
                    left: 0;
                    position: relative;
                    margin: -10px auto 20px auto;
                    font-size: 1.4rem !important;
                }

@media only screen and (min-width: 768px) {
    .about-section-1-bg .about-section-02 .box-grid {
        grid-template-columns: repeat(4, auto);
    }
}

/* -------------------------------------------------------------------------- */
/*                           ANCHOR contact section                           */
/* -------------------------------------------------------------------------- */
.container-wrap {
    overflow: hidden;
    background-color: #f0f2f5;
    background-image: url("../../content/images/background_svg/textura_will_04.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-content {
    color: #2E3164;
    background-color: #fff;
    padding: 0px;
    right: 0;
    left: 0;
    margin: 200px auto;
    width: 1200px;
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .contact-form-content .box-title {
        padding: 70px 20px;
        display: block;
        margin: 20% auto 0 auto;
        right: 0;
        left: 0;
        max-width: 400px;
        text-align: center;
        position: absolute;
        background-color: #40404070;
    }

        .contact-form-content .box-title img {
            width: 120px;
            height: 100%;
            margin-bottom: 50px;
        }

        .contact-form-content .box-title h1 {
            color: #fff;
        }

        .contact-form-content .box-title p {
            color: #fff;
            font-size: 1rem;
            font-family: "Noto Serif", serif;
        }

            .contact-form-content .box-title p::after {
                content: "";
                /*                display: block;*/
                height: 1px;
                position: absolute;
                right: 0;
                left: 0;
                margin: 25px auto;
                background-color: #d8d9dc;
                width: 120px;
            }

    .contact-form-content .title {
        margin: 30px 0 50px 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        width: 100%;
    }

        .contact-form-content .title img {
            display: block;
            right: 0;
            left: 0;
            margin: 0 auto;
            width: 200px;
            height: auto;
        }

    .contact-form-content .box-text {
        display: block;
        right: 0;
        left: 0;
        margin: 0 auto;
        font-size: 1rem;
        text-align: center;
        padding: 0px 5px;
        max-width: 600px;
    }

    .contact-form-content .contact-icons {
        margin: 50px auto;
        width: 100px;
    }

        .contact-form-content .contact-icons li {
            list-style: none;
        }

            .contact-form-content .contact-icons li .im {
                font-size: 1.2em !important;
                color: #2E3164 !important;
            }

    .contact-form-content .input-box {
        margin: 30px 0;
        display: block;
    }

        .contact-form-content .input-box textarea {
            margin: 10px 0;
            width: 100%;
        }

    .contact-form-content .btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .contact-form-content .btn-container .btn {
            color: #fff;
            margin: 40px auto;
            border-color: transparent;
        }

    .contact-form-content .box-container .img-contact-01 {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .contact-form-content .box-container:nth-child(2) {
        padding: 0;
        height: 100%;
        background-color: #2E3164;
        color: #fff;
    }

        .contact-form-content .box-container:nth-child(2) .im {
            color: #fff !important;
        }

            .contact-form-content .box-container:nth-child(2) .im:hover {
                color: #2ec0ec !important;
            }



/* -------------------------------------------------------------------------- */
/*                           ANCHOR Teacher Detail section                           */
/* -------------------------------------------------------------------------- */

.teacher-section-01 {
    width: 100%;
    height: 50px;
}

.teacher-form-content {
    color: #2E3164;
    background-color: #fff;
    padding: 0px;
    right: 0;
    left: 0;
    margin: 200px auto;
    width: 700px;
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .teacher-form-content .box-title {
        padding: 70px 20px;
        display: block;
        margin: 20% auto 0 auto;
        right: 0;
        left: 0;
        max-width: 400px;
        text-align: center;
        position: absolute;
    }

        .teacher-form-content .box-title img {
            width: 120px;
            height: 100%;
            margin-bottom: 50px;
        }

        .teacher-form-content .box-title h1 {
            color: #fff;
        }

        .teacher-form-content .box-title p {
            color: #fff;
            font-size: 1rem;
            font-family: "Noto Serif", serif;
        }

            .teacher-form-content .box-title p::after {
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                right: 0;
                left: 0;
                margin: 25px auto;
                background-color: #d8d9dc;
                width: 120px;
            }

    .teacher-form-content .title {
        margin: 30px 0 50px 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        width: 100%;
    }

        .teacher-form-content .title img {
            display: block;
            right: 0;
            left: 0;
            margin: 0 auto;
            width: 200px;
            height: auto;
        }

    .teacher-form-content .box-text {
        display: block;
        right: 0;
        left: 0;
        margin: 0 auto;
        font-size: 1rem;
        text-align: center;
        max-width: 600px;
    }

    .teacher-form-content .teacher-icons {
        margin: 50px auto;
        width: 100px;
    }

        .teacher-form-content .teacher-icons li {
            list-style: none;
        }

            .teacher-form-content .teacher-icons li .im {
                font-size: 1.2em !important;
                color: #2E3164 !important;
            }

    .teacher-form-content .input-box {
        margin: 10px 0;
        display: block;
    }

        .teacher-form-content .input-box textarea {
            margin: 10px 0;
            width: 100%;
        }

    .teacher-form-content .btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .teacher-form-content .btn-container .btn {
            color: #fff;
            margin: 40px auto;
            border-color: transparent;
        }

    .teacher-form-content .box-container .img-contact-01 {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .teacher-form-content .box .radio-style {
        display: flex;
        margin-bottom: 13px;
    }

        .teacher-form-content .box .radio-style .radio-item {
            height: 1rem;
            width: 1rem;
            margin: 4px 5px 0px 15px !important;
        }

    .teacher-form-content input, select {
        width: 100%;
        background-color: #f0f2f5;
        border-color: #fff;
        border-radius: 5px;
        height: 32px;
        color: #000;
        /* font-size: 0.9rem; */
        font-family: inherit;
        font-size: 0.9rem;
        margin-top: 2px !important;
    }

    .teacher-form-content .password-field {
        width: 40%;
        margin: 5px 10px !important;
    }

    .teacher-form-content .btn-password {
        height: 30px;
        line-height: inherit;
        margin: 5px 10px !important;
        border-radius: 5px;
        min-width: 100px;
    }

    .teacher-form-content select {
        padding-left: 5px;
    }

    .teacher-form-content label {
        padding: 0px;
    }

.btn-save-container {
    text-align: right;
    display: block !important;
    margin: 10px 15px;
}

#btn-teacher-save {
    text-align: center;
    margin: 20px;
    border-radius: 5px;
}








/* -------------------------------------------------------------------------- */
/*                           ANCHOR Group Detail section                           */
/* -------------------------------------------------------------------------- */

.group-section-01 {
    width: 100%;
    height: 50px;
}

.group-form-content {
    color: #2E3164;
    background-color: #fff;
    padding: 0px;
    right: 0;
    left: 0;
    margin: 200px auto;
    width: 700px;
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .group-form-content .box-title {
        padding: 70px 20px;
        display: block;
        margin: 20% auto 0 auto;
        right: 0;
        left: 0;
        max-width: 400px;
        text-align: center;
        position: absolute;
    }

        .group-form-content .box-title img {
            width: 120px;
            height: 100%;
            margin-bottom: 50px;
        }

        .group-form-content .box-title h1 {
            color: #fff;
        }

        .group-form-content .box-title p {
            color: #fff;
            font-size: 1rem;
            font-family: "Noto Serif", serif;
        }

            .group-form-content .box-title p::after {
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                right: 0;
                left: 0;
                margin: 25px auto;
                background-color: #d8d9dc;
                width: 120px;
            }

    .group-form-content .title {
        margin: 30px 0 50px 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        width: 100%;
    }

        .group-form-content .title img {
            display: block;
            right: 0;
            left: 0;
            margin: 0 auto;
            width: 200px;
            height: auto;
        }

    .group-form-content .box-text {
        display: block;
        right: 0;
        left: 0;
        margin: 0 auto;
        font-size: 1rem;
        text-align: center;
        max-width: 600px;
    }

    .group-form-content .group-icons {
        margin: 50px auto;
        width: 100px;
    }

        .group-form-content .group-icons li {
            list-style: none;
        }

            .group-form-content .group-icons li .im {
                font-size: 1.2em !important;
                color: #2E3164 !important;
            }

    .group-form-content .input-box {
        margin: 10px 0;
        display: block;
    }

        .group-form-content .input-box textarea {
            margin: 10px 0;
            width: 100%;
        }

    .group-form-content .btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .group-form-content .btn-container .btn {
            color: #fff;
            margin: 40px auto;
            border-color: transparent;
        }

    .group-form-content .box-container .img-contact-01 {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .group-form-content .box .radio-style {
        display: flex;
        margin-bottom: 13px;
    }

        .group-form-content .box .radio-style .radio-item {
            height: 1rem;
            width: 1rem;
            margin: 0px 2px 0px 15px !important;
        }

    .group-form-content input, select {
        width: 100%;
        background-color: #f0f2f5;
        border-color: #fff;
        border-radius: 5px;
        height: 32px;
        color: #000;
        /* font-size: 0.9rem; */
        font-family: inherit;
        font-size: 100%;
        margin-top: 2px !important;
    }

    .group-form-content .password-field {
        width: 40%;
        margin: 5px 10px !important;
    }

    .group-form-content .btn-password {
        height: 30px;
        line-height: inherit;
        margin: 5px 10px !important;
        border-radius: 0px;
        min-width: 100px;
    }

    .group-form-content select {
        padding-left: 5px;
    }

    .group-form-content label {
        padding: 0px;
    }

.btn-save-container {
    text-align: right;
    display: block !important;
}

#btn-group-save {
    text-align: center;
    margin: 20px;
    border-radius: 5px;
}







/* -------------------------------------------------------------------------- */
/*                           ANCHOR Student Detail section                           */
/* -------------------------------------------------------------------------- */
.student-section-01 {
    width: 100%;
    height: 50px;
}

.student-form-content {
    display: inline-grid;
    color: #2E3164;
    background-color: #fff;
    padding: 0px;
    right: 0;
    left: 0;
    margin: 200px auto;
    width: 1200px;
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .student-form-content .box-title {
        padding: 70px 20px;
        display: block;
        margin: 20% auto 0 auto;
        right: 0;
        left: 0;
        max-width: 400px;
        text-align: center;
        position: absolute;
    }

        .student-form-content .box-title img {
            width: 120px;
            height: 100%;
            margin-bottom: 50px;
        }

        .student-form-content .box-title h1 {
            color: #fff;
        }

        .student-form-content .box-title p {
            color: #fff;
            font-size: 1rem;
            font-family: "Noto Serif", serif;
        }

            .student-form-content .box-title p::after {
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                right: 0;
                left: 0;
                margin: 25px auto;
                background-color: #d8d9dc;
                width: 120px;
            }

    .student-form-content .title {
        margin: 30px 0 50px 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        width: 100%;
    }

        .student-form-content .title img {
            display: block;
            right: 0;
            left: 0;
            margin: 0 auto;
            width: 200px;
            height: auto;
        }

    .student-form-content .box-text {
        display: block;
        right: 0;
        left: 0;
        margin: 0 auto;
        font-size: 1rem;
        text-align: center;
        max-width: 600px;
    }

    .student-form-content .student-icons {
        margin: 50px auto;
        width: 100px;
    }

        .student-form-content .student-icons li {
            list-style: none;
        }

            .student-form-content .student-icons li .im {
                font-size: 1.2em !important;
                color: #2E3164 !important;
            }

    .student-form-content .input-box {
        margin: 10px 0;
        display: block;
    }

        .student-form-content .input-box textarea {
            margin: 10px 0;
            width: 100%;
        }

    .student-form-content .btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .student-form-content .btn-container .btn {
            color: #fff;
            margin: 10px auto;
            border-color: transparent;
        }

    .student-form-content .box-container .img-contact-01 {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .student-form-content .box .radio-style.regular {
        display: flex;
        margin-bottom: 13px;
    }

        .student-form-content .box .radio-style.responsable-option {
            display: unset !important;
            margin-bottom: 13px;
        }

        .student-form-content .box .radio-style .radio-item {
/*            height: 1rem;*/
            width: 1rem;
            margin: 0px 2px 0px 15px !important;
        }


    .student-form-content input, select {
        width: 100%;
        background-color: #f0f2f5;
        border-color: #fff;
        border-radius: 5px;
        height: 32px;
        color: #000;
        /* font-size: 0.9rem; */
        font-family: inherit;
        font-size: 0.9rem;
        margin-top: 2px !important;
    }

        .student-form-content input[type='checkbox'] {
            height: 16px;
            width: 16px;
            display: inline;
        }

    .student-form-content .lbl-select-responsable {
        position: absolute;
        line-height: 15px;
        margin-left: 5px;
    }

    .student-form-content .password-field {
        width: 40%;
        margin: 5px 10px !important;
    }

    .student-form-content .btn-password {
        height: 30px;
        line-height: 15px;
        margin: 5px 10px !important;
        border-radius: 0px;
        min-width: 100px;
    }

    .student-form-content select {
        padding-left: 5px;
    }

    .student-form-content label {
        padding: 3px;
    }
/* -------------------------------------------------------------------------- */
/*                                ANCHOR Popup                                */
/* -------------------------------------------------------------------------- */
#popup-container {
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    background-color: #ffffffd5;
}

    #popup-container .popup {
        padding: 15px;
        top: 15%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: sticky;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 400px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        #popup-container .popup .img-popup {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            background-color: #42197a;
            background-image: url("../content/images/kinderlandia/svg/background_popup.svg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

            #popup-container .popup .img-popup img {
                z-index: -1;
                display: block;
                margin: -420px auto 0 auto;
                width: 120px;
                height: auto;
            }

                #popup-container .popup .img-popup img:nth-child(1) {
                    margin: -420px -70px 0 auto;
                }

        #popup-container .popup .info {
            margin-top: -30px;
            -ms-flex-item-align: center;
            align-self: center;
            text-align: center;
            padding: 35px;
            position: absolute;
        }

            #popup-container .popup .info h2 {
                margin: 50px auto 0 auto;
                width: 100%;
                font-size: 2rem;
                color: #fdd707;
            }

            #popup-container .popup .info p {
                margin: 30px auto 0 auto;
                color: #fff;
                font-size: 1.2rem;
                width: 100%;
            }

@media only screen and (min-width: 768px) {
    #popup-container .popup .info h2 {
        max-width: 70%;
    }

    #popup-container .popup .info p {
        max-width: 70%;
    }

    .mt-second-column {
        margin-top: 40px;
    }
}

#popup-container .popup .info .button-container {
    margin: 30px auto 0 auto;
}

    #popup-container .popup .info .button-container .btn-primary {
        font-weight: 700;
        color: #42197a;
        background-color: #2ec0ec;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

#popup-container .popup .im {
    color: #fff;
    font-size: 1.4rem !important;
    z-index: 999;
    position: absolute;
    left: auto;
    right: 20px;
    top: 30px;
}

@media only screen and (min-width: 768px) {
    #popup-container .popup {
        max-width: 600px;
        top: 170px;
        height: 400px;
    }

        #popup-container .popup .img-popup img {
            z-index: -1;
            display: block;
            margin: -450px auto 0 auto;
            width: 120px;
            height: auto;
        }

            #popup-container .popup .img-popup img:nth-child(1) {
                margin: -450px -70px 0 auto;
            }
}

/* -------------------------------------------------------------------------- */
/*                         ANCHOR project01 section 1                         */
/* -------------------------------------------------------------------------- */
.project01-s1 {
    font-size: 0.9em;
    position: relative;
}

    .project01-s1 li {
        font-family: "customfont";
        list-style: none;
        display: block !important;
        text-align: center;
        width: 100%;
        color: #fff;
        z-index: 2;
        position: absolute;
        left: 60px;
        right: 0;
        top: 38%;
        bottom: 0;
        margin: 0 auto 0 auto;
        font-size: 4rem;
        font-weight: 700;
        transform: scale(0.8) rotate(-15deg);
        -webkit-transform: scale(0.8) rotate(-15deg);
        -moz-transform: scale(0.8) rotate(-15deg);
        -ms-transform: scale(0.8) rotate(-15deg);
        -o-transform: scale(0.8) rotate(-15deg);
    }

        .project01-s1 li:nth-child(1) {
            margin: -60px auto 0 auto;
        }

        .project01-s1 li:nth-child(3) {
            margin: 60px auto 0 auto;
        }

@media only screen and (min-width: 768px) {
    .project01-s1 li {
        z-index: 5;
        top: 24%;
        font-size: 5rem;
        left: 70px;
    }

        .project01-s1 li:nth-child(1) {
            margin: -80px auto 0 auto;
        }

        .project01-s1 li:nth-child(3) {
            margin: 80px auto 0 auto;
        }
}

.project01-s1 .box {
    overflow: hidden;
    background-color: #fdd707;
    position: relative;
    width: 100vw;
    height: 1000px;
}

    .project01-s1 .box .container-bg {
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 1000px;
        position: relative;
    }

        .project01-s1 .box .container-bg img {
            z-index: 3;
            position: absolute;
        }

        .project01-s1 .box .container-bg .scene {
            z-index: 3;
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
        }

        .project01-s1 .box .container-bg .img-bg {
            width: 100%;
            max-width: 330px;
            z-index: 4;
            left: 0;
            right: 0;
            top: 0%;
            bottom: 0;
            margin: auto;
        }


    .project01-s1 .box .container-bg-recursos {
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 400px;
        position: relative;
    }

        .project01-s1 .box .container-bg-recursos img {
            z-index: 3;
            position: absolute;
        }

        .project01-s1 .box .container-bg-recursos .scene {
            z-index: 3;
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
        }

        .project01-s1 .box .container-bg-recursos .img-bg {
            width: 100%;
            max-width: 330px;
            z-index: 4;
            left: 0;
            right: 0;
            top: 0%;
            bottom: 0;
            margin: auto;
        }

@media only screen and (min-width: 768px) {
    .project01-s1 .box .container-bg .img-bg {
        top: -20%;
        max-width: 430px;
    }

    .project01-s1 .box .container-bg-recursos .img-bg {
        top: -20%;
        max-width: 430px;
    }
}

.project01-s1 .box .container-bg .objeto_01 {
    width: 100%;
    max-width: 1600px;
    bottom: -100px;
    right: -100px;
    z-index: 2;
}

.project01-s1 .box .container-bg .objeto_02 {
    z-index: 1;
    width: 100%;
    max-width: 1600px;
    bottom: -200px;
    left: -300px;
}

.project01-s1 .box .container-bg .objeto_03 {
    z-index: 2;
    bottom: 60%;
    width: 100%;
    max-width: 100px;
    left: -12%;
}

.project01-s1 .box .container-bg .objeto_04 {
    z-index: 0;
    bottom: 8%;
    width: 100%;
    max-width: 400px;
    right: -3%;
}

.project01-s1 .box .container-bg .objeto_05 {
    z-index: 2;
    top: -25%;
    width: 130%;
    max-width: 1200px;
    right: -10%;
}

.project01-s1 .box .container-bg .objeto_06 {
    z-index: 0;
    top: -10%;
    width: 100%;
    max-width: 1200px;
    left: -7%;
}

.project01-s1 .box .container-bg .objeto_07 {
    z-index: 2;
    top: 3%;
    width: 100%;
    max-width: 200px;
    right: -15%;
}

.project01-s1 .box .container-bg-recursos .objeto_07 {
    z-index: 2;
    top: 3%;
    width: 100%;
    max-width: 200px;
    right: -15%;
}

.project01-s1 .box .container-bg .objeto_08 {
    z-index: 2;
    top: 10%;
    width: 100%;
    max-width: 100px;
    left: -3%;
}

.project01-s1 .box .container-bg .objeto_09 {
    z-index: 2;
    bottom: -5%;
    width: 100%;
    max-width: 300px;
    left: -280px;
    right: 0;
    margin: auto;
}

.project01-s1 .box .container-bg .objeto_10 {
    z-index: 2;
    bottom: -12%;
    width: 100%;
    max-width: 250px;
    left: 0;
    right: -280px;
    margin: auto;
}

.project01-s1 .box .container-bg .objeto_11 {
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200%;
    height: 100%;
}

.project01-s1 .box .container-bg .objeto_12 {
    z-index: 0;
    bottom: 40%;
    width: 100%;
    max-width: 320px;
    left: -90%;
    right: 0;
    margin: auto;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
}

.project01-s1 .box .container-bg .objeto_13 {
    z-index: 0;
    bottom: 40%;
    width: 100%;
    max-width: 360px;
    left: 0;
    right: -90%;
    margin: auto;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
}

@media only screen and (min-width: 768px) {
    .project01-s1 .box .container-bg .objeto_09 {
        z-index: 2;
        bottom: -10%;
        width: 100%;
        max-width: 400px;
        left: -400px;
        right: 0;
        margin: auto;
    }

    .project01-s1 .box .container-bg .objeto_10 {
        z-index: 2;
        bottom: -20%;
        width: 100%;
        max-width: 330px;
        left: 0;
        right: -360px;
        margin: auto;
    }

    .project01-s1 .box .container-bg .objeto_07 {
        z-index: 2;
        top: 3%;
        width: 100%;
        max-width: 300px;
        right: -3%;
    }

    .project01-s1 .box .container-bg-recursos .objeto_07 {
        z-index: 2;
        top: 3%;
        width: 100%;
        max-width: 300px;
        right: -3%;
    }

    .project01-s1 .box .container-bg .objeto_05 {
        z-index: 2;
        top: -40%;
        width: 100%;
        max-width: 1200px;
        right: -10%;
    }

    .project01-s1 .box .container-bg .objeto_03 {
        bottom: 10%;
        width: 100%;
        max-width: 300px;
        left: -3%;
    }

    .project01-s1 .box .container-bg .objeto_11 {
        width: 100%;
        height: 100%;
    }

    .project01-s1 .box .container-bg .objeto_12 {
        z-index: 0;
        bottom: 20%;
        width: 100%;
        max-width: 320px;
        left: -70%;
        right: 0;
        margin: auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .project01-s1 .box .container-bg .objeto_13 {
        z-index: 0;
        bottom: 8%;
        width: 100%;
        max-width: 360px;
        left: 0;
        right: -70%;
        margin: auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

.project01-s2-bg {
    padding: 0px 0;
    z-index: 99;
    background-color: #42197a;
    margin-top: -100px;
    background-image: url("../content/images/kinderlandia/svg/background_02.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project01-s2 {
    overflow: hidden;
    margin: 0px 0;
    font-size: 1rem;
    margin: 0 0 0px 0;
}

    .project01-s2 .box {
        padding: 0;
    }

        .project01-s2 .box .img {
            height: auto;
            width: 100%;
            overflow: hidden;
            background-color: khaki;
        }

            .project01-s2 .box .img::before {
                /*min-height: 700px;
                content: "";
                display: block;
                background-image: url("../images/kinderlandia/jpg/will_school_project_14.jpg");
                background-size: cover;*/
                /*                background-size: 100%;*/
                /*background-repeat: no-repeat;
                width: 100%;
                height: 100%;
                background-attachment: fixed;*/
                /*
*/
                content: "";
                background-image: url("../content/images/kinderlandia/jpg/will_school_project_14.jpg");
                background-position: center;
                background-size: cover;
                background-color: #f0f2f5;
                /*                background-attachment: fixed;*/
                display: block;
                z-index: -99;
                /*                width: 100%;*/
                height: 100%;
                min-height: 400px;
            }

@media only screen and (min-width: 1200px) {
    .project01-s2 .box .img::before {
/*        background-size: 70%;*/
    }
}

.project01-s2 .box p {
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.project01-s2 .text {
    padding-bottom: 50px;
}

.project01-s2 .box-title {
    display: block;
    margin: 0 auto 0 auto;
    right: 0;
    left: 0;
    text-align: left;
    position: relative;
}

    .project01-s2 .box-title h1 {
        font-size: 4rem;
        color: #fdd707;
    }

    .project01-s2 .box-title h2 {
        font-size: 2rem;
        color: #fdd707;
    }

.project01-s3-bg {
    background-color: #fff;
    background-image: url("../content/images/kinderlandia/svg/background_03.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 10%;
    padding-bottom: 50px;
}

.project01-s3 {
    font-size: 1rem;
    color: #42197a;
}

    .project01-s3 p {
        font-size: 1.2rem;
    }

    .project01-s3 .box {
        margin: 20px 0;
    }

        .project01-s3 .box .text {
            color: #42197a;
        }

            .project01-s3 .box .text h2 {
                font-size: 3rem;
            }

        .project01-s3 .box img {
            height: 600px;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
        }

        .project01-s3 .box:nth-child(3) .img-container img {
            width: 100%;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
        }

/* -------------------------------------------------------------------------- */
/*                         ANCHOR project01 section 4                         */
/* -------------------------------------------------------------------------- */
.project01-s4-bg {
    background-color: #42197a;
    background-image: url("../content/images/kinderlandia/svg/background_04.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 10%;
    padding-bottom: 50px;
}

.project01-s4 {
    position: relative;
}

    .project01-s4 .box-title {
        margin: 70px auto;
        width: 100%;
        max-width: 800px;
        color: #fdd707;
        padding: 15px;
        display: block;
        text-align: center !important;
        position: relative;
        font-size: 1.2rem;
    }

        .project01-s4 .box-title h2 {
            font-size: 4rem;
        }

        .project01-s4 .box-title p {
            color: #fff;
        }

    .project01-s4 .grid-container {
        overflow: hidden;
        padding: 15px;
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 15px;
        grid-auto-flow: row;
        grid-column: 2/span 1;
    }

        .project01-s4 .grid-container img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 90px;
            -webkit-border-radius: 90px;
            -moz-border-radius: 90px;
            -ms-border-radius: 90px;
            -o-border-radius: 90px;
        }

@media only screen and (min-width: 768px) {
    .project01-s4 .grid-container img {
        border-radius: 240px;
        -webkit-border-radius: 240px;
        -moz-border-radius: 240px;
        -ms-border-radius: 240px;
        -o-border-radius: 240px;
    }
}

.project01-s4 .grid-container .box {
    overflow: hidden;
    position: relative;
    border-radius: 240px;
}

.project01-s4 .grid-container .info {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px;
    font-size: 0.8em;
    z-index: 2;
    background-color: #fdd707;
    width: 125px;
    height: 125px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
    .project01-s4 .grid-container .info:hover {
        border-radius: 20%;
        -webkit-border-radius: 20%;
        -moz-border-radius: 20%;
        -ms-border-radius: 20%;
        -o-border-radius: 20%;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .project01-s4 .grid-container .info p {
        text-align: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin: auto;
    }

.project01-s4 .grid-container :nth-child(2n) .info {
    background-color: #a6bf31;
}

.project01-s4 .grid-container :nth-child(4n) .info {
    color: #fff;
    background-color: #dd0548;
}

.project01-s4 .grid-container :nth-child(3n) .info {
    color: #fff;
    background-color: #42197a;
}

.project01-s4 .grid-container :nth-child(5n) .info {
    color: #000;
    background-color: #63deb1;
}

@media only screen and (min-width: 576px) {
    .project01-s4 .grid-container .box:nth-child(2n) {
        grid-row: span 2;
    }

    .project01-s4 .grid-container .box:nth-child(3n) {
        grid-column: span 1;
    }

    .project01-s4 .grid-container .box:nth-child(4n) {
        grid-column: span 1;
    }
}

.recursos {
    position: relative;
    margin: auto;
}

    .recursos .box-title {
        margin: 70px auto;
        width: 100%;
        max-width: 800px;
        color: #fdd707;
        padding: 15px;
        display: block;
        text-align: center !important;
        position: relative;
        font-size: 1.2rem;
    }

        .recursos .box-title h2 {
            font-size: 4rem;
        }

        .recursos .box-title p {
            color: #fff;
        }

    .recursos .grid-container {
        overflow: hidden;
        padding: 15px;
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 15px;
        grid-auto-flow: row;
    }

        .recursos .grid-container img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 90px;
            -webkit-border-radius: 90px;
            -moz-border-radius: 90px;
            -ms-border-radius: 90px;
            -o-border-radius: 90px;
        }

        .recursos .grid-container .box {
            overflow: hidden;
            position: relative;
            border-radius: 90px;
            padding: 50px;
            /*            -webkit-filter: grayscale(30%);
            filter: grayscale(30%);*/
        }

            .recursos .grid-container .box:hover {
                overflow: hidden;
                position: relative;
                border-radius: 90px;
                padding: 50px;
                /*        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;*/
            }

        .recursos .grid-container .info {
            bottom: 10px;
            right: 0;
            left: 0;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 9px;
            font-size: 0.8em;
            z-index: 2;
            background-color: #fdd707;
            width: 125px;
            height: 125px;
            position: absolute;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

            .recursos .grid-container .info p {
                text-align: center;
                -ms-flex-item-align: center;
                align-self: center;
                margin: auto;
            }


        .recursos .grid-container .info-article {
            bottom: 10px;
            right: 0;
            left: 0;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 9px;
            font-size: 0.9rem;
            z-index: 2;
            background-color: #fdd707;
            width: 60%;
            height: 75px;
            position: absolute;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

            .recursos .grid-container .info-article:hover {
                -webkit-transform: rotate( -2deg);
                transform: rotate( -2deg);
                -webkit-transition: .2s ease-in-out;
                transition: .2s ease-in-out;
                background-color: #ffe34c;
            }

            .recursos .grid-container .info-article p {
                text-align: center;
                -ms-flex-item-align: center;
                align-self: center;
                margin: auto;
            }

@media only screen and (min-width: 1200px) {
    .project01-s4 .grid-container {
        grid-template-columns: auto auto auto auto;
    }

    .recursos .grid-container {
        grid-template-columns: auto auto auto auto;
    }
}

@media only screen and (max-width: 589px) {

    .recursos .grid-container {
        grid-template-columns: auto;
    }
}

@media only screen and (min-width: 576px) {
    .project01-s4 .box-title {
        text-align: left;
    }
}

/* -------------------------------------------------------------------------- */
/*                          ANCHOR project01 section 5                        */
/* -------------------------------------------------------------------------- */
.project01-s5-bg {
    background-image: url("../content/images/kinderlandia/svg/background_05.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project01-s5 {
    margin: 140px 15px 15px 15px;
    padding: 15px;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0px;
    grid-auto-flow: row;
    padding-bottom: 50px;
}

.team-title {
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
}

    .team-title h2 {
        font-size: 4rem;
        color: #451677;
    }

    .project01-s5 .box {
        margin-bottom: 40px;
        color: #42197a;
    }
    .project01-s5 .box-title {
        margin: 70px auto;
        display: block;
        color: #451677;
        width: 100%;
        max-width: 800px;
        padding: 15px;
        position: relative;
    }

    .project01-s5 .box-title h2 {
        text-align: center !important;
        margin-bottom: 50px;
        font-size: 4rem;
    }
        .project01-s5 .box h3 {
            text-align: center !important;
            margin-bottom: 50px;
            font-size: 1.2rem;

        }

            .project01-s5 .box h3::after {
                content: "";
                display: block;
                height: 6px;
                position: relative;
                right: 0;
                left: 0;
                margin: 10px auto;
                background-color: #fdd707;
                width: 120px;
            }

    .project01-s5 img {
        display: block;
        width: 200px;
        height: auto;
        right: 0;
        left: 0;
        margin: 50px auto 30px auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

@media only screen and (min-width: 768px) {
    .project01-s5 {
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 1200px) {
    .project01-s5 {
        grid-template-columns: auto auto auto auto;
    }
}

/* -------------------------------------------------------------------------- */
/*                           ANCHOR Nav kinderlandia                          */
/* -------------------------------------------------------------------------- */
.menu-slide-bg-color {
    background-color: #fdd707;
    border-bottom: 1px solid transparent;
}

    .menu-slide-bg-color .menu-slide-container {
        margin: 0 auto;
    }

        .menu-slide-bg-color .menu-slide-container .col:nth-child(2)::before {
            content: "";
            z-index: -1;
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            border-left: solid 0px transparent;
            border-right: solid 0px transparent;
        }

@media only screen and (min-width: 768px) {
    .menu-slide-bg-color .menu-slide-container .col:nth-child(2)::before {
        border-left: solid 1px #42197a;
        border-right: solid 1px #42197a;
    }
}

#nav-02 {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    will-change: transform;
    -webkit-perspective: 1000;
    perspective: 1000;
    /* ------------ ANCHOR Navbar list style ----------- */
    /* ------------ ANCHOR Navbar icons style ----------- */
    /* ------------ ANCHOR Hamburger button style ----------- */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

    #nav-02 a {
        color: #42197a;
    }

        #nav-02 a:hover {
            color: #8169db;
            transition: color 200ms ease-in-out;
            -webkit-transition: color 200ms ease-in-out;
            -moz-transition: color 200ms ease-in-out;
            -ms-transition: color 200ms ease-in-out;
            -o-transition: color 200ms ease-in-out;
        }

    #nav-02 .brand-logo {
        width: 100%;
        position: absolute;
        -ms-flex-item-align: center;
        align-self: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #nav-02 .brand-logo img {
            right: 0;
            left: 0;
            margin: 0 auto;
            width: 150px;
            height: auto;
        }

@media only screen and (min-width: 1200px) {
    #nav-02 .brand-logo img {
        margin-left: 30px;
        width: 150px;
        height: auto;
    }
}

#nav-02 .menu-list {
    right: 0;
    left: 0;
    display: none;
    max-width: 47%;
    width: 100%;
    margin: 0 auto 0 20%;
    -ms-flex-item-align: center;
    align-self: center;
}

    #nav-02 .menu-list .menu-bg {
        height: 250px;
    }

    #nav-02 .menu-list ul {
        padding: 0;
        height: 85px;
        margin: 0 5px;
    }

        #nav-02 .menu-list ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            text-align: center;
            font-size: 1rem;
            margin: 0 auto;
            position: relative;
            height: 100%;
        }

            #nav-02 .menu-list ul li a {
                margin: auto;
                font-weight: 700;
                z-index: 100;
            }

            #nav-02 .menu-list ul li .dropdown-content {
                margin-top: 20px !important;
                padding-bottom: 30px !important;
                overflow: hidden;
                border-radius: 0 0 8px 8px;
                cursor: pointer;
                margin: auto;
                width: 100%;
                display: block;
                position: absolute;
                z-index: 99;
                -webkit-border-radius: 0 0 8px 8px;
                -moz-border-radius: 0 0 8px 8px;
                -ms-border-radius: 0 0 8px 8px;
                -o-border-radius: 0 0 8px 8px;
            }

                #nav-02 .menu-list ul li .dropdown-content span {
                    position: relative;
                    border-top: solid 1px transparent;
                    cursor: pointer;
                    padding: 0px 0;
                    height: 40px;
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    background-color: transparent;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    #nav-02 .menu-list ul li .dropdown-content span:nth-child(1) {
                        margin-top: 64px;
                        border-top: solid 1px transparent;
                    }

                    #nav-02 .menu-list ul li .dropdown-content span a {
                        width: 100%;
                        display: block;
                        height: 55px;
                        line-height: 55px;
                        font-weight: 400;
                        transition: background-color 200ms ease-in-out;
                        -webkit-transition: background-color 200ms ease-in-out;
                        -moz-transition: background-color 200ms ease-in-out;
                        -ms-transition: background-color 200ms ease-in-out;
                        -o-transition: background-color 200ms ease-in-out;
                    }

                        #nav-02 .menu-list ul li .dropdown-content span a:hover {
                            background-color: transparent;
                            color: #fff;
                        }

            #nav-02 .menu-list ul li:nth-child(1) {
                background-color: #a6bf31;
            }

            #nav-02 .menu-list ul li:nth-child(2) {
                background-color: #dd0548;
            }

                #nav-02 .menu-list ul li:nth-child(2) a {
                    color: #63deb1;
                }

            #nav-02 .menu-list ul li:nth-child(3) {
                background-color: #42197a;
            }

                #nav-02 .menu-list ul li:nth-child(3) a {
                    color: #a6bf31;
                }

            #nav-02 .menu-list ul li:nth-child(4) {
                background-color: #63deb1;
            }

            #nav-02 .menu-list ul li:nth-child(5) {
                background-color: #fcd709;
            }

                #nav-02 .menu-list ul li:nth-child(5) a {
                    color: #1a64b3;
                }

            #nav-02 .menu-list ul li a:hover {
                color: white !important;
            }

@media only screen and (min-width: 1200px) {
    #nav-02 .menu-list {
        display: block;
    }
}

#nav-02 .nav-icons {
    -ms-flex-item-align: center;
    align-self: center;
    display: none;
    right: 0;
    position: absolute;
    margin-right: 70px;
    height: auto;
}

    #nav-02 .nav-icons .noticon {
        z-index: 2;
        font-size: 0.7rem;
        font-weight: 700;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #dd0548;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        left: -2px;
        top: -4px;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    #nav-02 .nav-icons li {
        margin: 0 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #nav-02 .nav-icons li a {
            font-size: 0.7em;
            margin: auto;
        }

@media only screen and (min-width: 768px) {
    #nav-02 .nav-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

#nav-02 .nav-icons li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    #nav-02 .nav-icons li:nth-child(2) a {
        font-size: 0.7rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #nav-02 .nav-icons li:nth-child(2) a:hover {
            color: #8169db;
        }

#nav-02 .nav-icons .icon-user {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

#nav-02 .nav-icons [class^=icon-] {
    display: block;
    width: 25px;
    height: 24px;
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
    -webkit-transition: transform 100ms ease-in-out;
    -moz-transition: transform 100ms ease-in-out;
    -ms-transition: transform 100ms ease-in-out;
    -o-transition: transform 100ms ease-in-out;
}

    #nav-02 .nav-icons [class^=icon-]:nth-child(1) {
        margin-right: 8px;
        margin-top:-6px;
    }

    #nav-02 .nav-icons [class^=icon-]:hover {
        transform: scale(1.2) rotate(15deg);
        -webkit-transform: scale(1.2) rotate(15deg);
        -moz-transform: scale(1.2) rotate(15deg);
        -ms-transform: scale(1.2) rotate(15deg);
        -o-transform: scale(1.2) rotate(15deg);
    }

#nav-02 .menu-button {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 20px;
    right: 0;
    position: absolute;
    width: 40px;
    height: auto;
}

.footer-custom-brand img {
    width: 80px !important;
    margin-right: -20px !important;
    margin-top: 3px;
}

/* -------------------------------------------------------------------------- */
/*                           ANCHOR e-will section 1                          */
/* -------------------------------------------------------------------------- */
.screen-title {
    font-size: 1.2rem;
    color: #292d65;
}

.h3-head {
    font-size: 1rem;
    width: 400px;
    font-size: 1rem;
    width: 95%;
    max-width: 400px;
    text-align: center;
    margin: auto;
    padding: 20px 20px 0px 20px;
    font-weight: 100;
    font-style: italic;
}

.edit-btn {
    width: 35px !important;
    height: 35px !important;
    border-radius: 15% !important;
    -webkit-border-radius: 15% !important;
    -moz-border-radius: 15% !important;
    -ms-border-radius: 15% !important;
    -o-border-radius: 15% !important;
}

.e-will-section-bg {
    width: 100%;
    background-image: url("../../content/images/background_svg/textura_will_04.svg");
    background-position: center;
    background-size: cover;
    background-color: #f0f2f5;
}

    .e-will-section-bg .e-will-section-01 {
        width: 100%;
        padding: 150px 15px 50px 15px;
    }

    .e-will-section-bg .e-will-section-02 {
        width: 100%;
        padding: 50px 15px 10px 15px;
    }


    .e-will-section-bg .e-will-section-01 .box {
        margin: 0px auto 0px auto;
        display: block;
        width: 100%;
        height: 100%;
        padding: 15px;
        max-width: 1400px;
        background-color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .e-will-section-bg .e-will-section-02 .box {
        margin: 0px auto 0px auto;
        display: block;
        width: 100%;
        height: 100%;
        padding: 15px;
        max-width: 1200px;
        background-color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }


    .e-will-section-bg .e-will-section-01 .box .box-form {
        text-align: center;
        padding: 20px;
        color: #2E3164;
        margin: 0 auto;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .e-will-section-bg .e-will-section-01 .box .box-form img {
            display: block;
            height: 150px;
            width: 150px;
            margin: 0 auto;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

.edit-student-btn.table-icon > img {
    border-radius: 0% !important;
}
.journal-student-btn.table-icon > img {
    border-radius: 0% !important;
}

.e-will-section-bg .e-will-section-01 .box .box-form h2 {
    font-size: 2rem;
    margin: 40px auto 20px auto;
    display: block;
}

        .e-will-section-bg .e-will-section-01 .box .box-form p {
            margin: 0 auto;
            color: #80848a;
            width: 100%;
            max-width: 250px;
        }

        .e-will-section-bg .e-will-section-01 .box .box-form .button-container {
            display: block;
            padding-bottom: 0px;
        }

            .e-will-section-bg .e-will-section-01 .box .box-form .button-container button {
                margin: 15px;
                bottom: 0;
                margin: 25px auto 20px auto;
            }

        .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) {
            text-align: center;
        }

            .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) h2 {
                font-size: 1.4rem;
                margin-bottom: 40px;
            }

            .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) li {
                margin: 15px 0;
                list-style: none;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) li a {
                    width: 250px;
                    padding: 25px;
                    background-color: #f0f2f5;
                    text-decoration: none;
                    color: #2E3164;
                    border-radius: 3px;
                    margin: 0px 11px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                }

            .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) .button {
                margin-top: 25px;
            }

                .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) .button .im {
                    vertical-align: middle;
                    margin-top: 0px;
                    font-size: 1.4rem !important;
                }

                    .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) .button .im:hover {
                        color: #2E3164;
                    }

                .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) .button .notify {
                    font-weight: 700;
                    padding: 2px;
                    text-align: center;
                    color: #fff;
                    position: absolute;
                    display: block;
                    width: 26px;
                    height: 26px;
                    font-size: 0.7rem;
                    background-color: #dd0548;
                    margin: -36px 0px 0 -25px;
                    border: solid #fff 3px;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                }

@media only screen and (min-width: 768px) {
    .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) {
        text-align: left;
    }

        .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2) li {
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
        }

        .e-will-section-bg .e-will-section-01 .box .box-form:nth-child(2)::before {
            margin: -20px 0 0 -20px;
            position: absolute;
            content: "";
            display: block;
            width: 1px;
            height: 100%;
            background-color: #f0f2f5;
        }
}

/* -------------------------------------------------------------------------- */
/*                            ANCHOR Notify section 02                        */
/* -------------------------------------------------------------------------- */
.e-will-section-02-bg {
    width: 100%;
    background-image: url("../../content/images/background_svg/textura_will_04.svg");
    background-position: center;
    background-size: cover;
    background-color: #f0f2f5;
    background-attachment: fixed;
}

    .e-will-section-02-bg .e-will-section-02 {
        width: 100%;
        padding: 150px 15px;
    }

        .e-will-section-02-bg .e-will-section-02 h2 {
            text-align: center;
            font-size: 2rem;
            margin: 40px auto 40px auto;
            display: block;
            color: #2E3164;
        }

        .e-will-section-02-bg .e-will-section-02 .box {
            overflow: hidden;
            margin: 0px auto 0px auto;
            display: block;
            width: 100%;
            height: 100%;
            padding: 15px;
            max-width: 1150px;
            background-color: #fff;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
        }

            .e-will-section-02-bg .e-will-section-02 .box .box-form {
                border-top: solid #f0f2f5 1px;
                border-bottom: solid #f0f2f5 1px;
                text-align: left;
                padding: 20px;
                color: #2E3164;
                margin: -1px auto 0 auto;
                right: 0;
                left: 0;
                display: block;
                width: 100%;
                height: auto;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .e-will-section-02-bg .e-will-section-02 .box .box-form .on-status {
                    display: block;
                    width: 10px;
                    height: 10px;
                    margin: 3px 15px 0 0;
                    background-color: #a6bf31;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                }

                .e-will-section-02-bg .e-will-section-02 .box .box-form .off-status {
                    display: block;
                    width: 10px;
                    height: 10px;
                    margin: 3px 15px 0 0;
                    background-color: #f44336;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                }

                .e-will-section-02-bg .e-will-section-02 .box .box-form li {
                    list-style: none;
                }

                    .e-will-section-02-bg .e-will-section-02 .box .box-form li a {
                        color: #2E3164;
                        text-decoration: none;
                    }

                .e-will-section-02-bg .e-will-section-02 .box .box-form p {
                    margin: 0 auto;
                    color: #80848a;
                    width: 100%;
                    max-width: 250px;
                }

                .e-will-section-02-bg .e-will-section-02 .box .box-form .fecha {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    color: #80848a;
                    font-size: 0.9rem;
                    margin-bottom: 20px;
                }

                .e-will-section-02-bg .e-will-section-02 .box .box-form .subject {
                    font-size: 1.2rem;
                    font-weight: 700;
                    margin-bottom: 5px;
                }

                .e-will-section-02-bg .e-will-section-02 .box .box-form .mesage {
                    color: #80848a;
                    font-size: 0.9rem;
                    margin-bottom: 20px;
                }

            .e-will-section-02-bg .e-will-section-02 .box .message-content {
                border-bottom: #2e3164 1px solid;
                text-align: left;
                padding: 20px;
                color: #2E3164;
                margin: -1px auto 0 auto;
                right: 0;
                left: 0;
                display: block;
                width: 100%;
                height: auto;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .e-will-section-02-bg .e-will-section-02 .box .message-content-no-border {
                text-align: left;
                padding: 5px 20px;
                color: #2E3164;
                margin: -1px auto 0 auto;
                right: 0;
                left: 0;
                display: block;
                width: 100%;
                height: auto;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }


                .e-will-section-02-bg .e-will-section-02 .box .message-content a {
                    text-decoration: none;
                }

                .e-will-section-02-bg .e-will-section-02 .box .message-content .im {
                    color: #d8d9dc;
                    margin: 0 -10px 20px 0;
                    font-size: 1.4rem !important;
                }

                .e-will-section-02-bg .e-will-section-02 .box .message-content li {
                    list-style: none;
                }

            .e-will-section-02-bg .e-will-section-02 .box .message-content p {
                margin: 0 auto;
                color: #2d2d2d;
                width: 100%;
                font-size: 0.9rem;
            }

                .e-will-section-02-bg .e-will-section-02 .box .message-content img {
                    margin: 30px 0;
                    width: 100%;
                    height: auto;
                }

                .e-will-section-02-bg .e-will-section-02 .box .message-content .fecha {
                    color: #80848a;
                    font-size: 0.9rem;
                    margin-bottom: 20px;
                    padding-bottom: 10px;
                    border-bottom: solid #f0f2f5 1px;
                }

            .e-will-section-02-bg .e-will-section-02 .box .message-content .remitente {
                color: #80848a;
                font-size: 0.9rem;
/*                margin-bottom: 5px;*/
/*                padding-bottom: 5px;*/
                /*border-bottom: solid #f0f2f5 1px;*/
            }

                .e-will-section-02-bg .e-will-section-02 .box .message-content .subject {
                    font-size: 1.2rem;
                    font-weight: 700;
                    margin-bottom: 5px;
                }

/* -------------------------------------------------------------------------- */
/*                            ANCHOR daily section 03                         */
/* -------------------------------------------------------------------------- */
#e-will-bg-03 {
    width: 100%;
    background-image: url("../../content/images/background_svg/textura_will_04.svg");
    background-position: center;
    background-size: cover;
    background-color: #f0f2f5;
    background-attachment: fixed;
}

    #e-will-bg-03 .e-will-section-03 {
        width: 100%;
        padding: 200px 15px;
    }

        #e-will-bg-03 .e-will-section-03 .link {
            color: #b0b3b8;
            font-style: normal;
            text-decoration: none;
        }

        #e-will-bg-03 .e-will-section-03 h2 {
            text-align: center;
            font-size: 2rem;
            margin: 40px auto 0px auto;
            display: block;
            color: #2E3164;
        }

        #e-will-bg-03 .e-will-section-03 h4 {
            text-align: center;
            color: #b0b3b8;
        }

        #e-will-bg-03 .e-will-section-03 .box {
            overflow: hidden;
            margin: 0px auto 0px auto;
            display: block;
            width: 100%;
            height: 100%;
            padding: 15px 0;
            max-width: 768px;
            background-color: #fff;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
        }

            #e-will-bg-03 .e-will-section-03 .box img {
                display: block;
                margin: 25px auto;
                width: 150px;
                height: 150px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
            }

            #e-will-bg-03 .e-will-section-03 .box .box-content {
                text-align: left;
                padding: 20px;
                color: #2E3164;
                margin: -1px auto 0 auto;
                right: 0;
                left: 0;
                display: block;
                width: 100%;
                height: auto;
                /*                min-height: 700px;*/
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

.journal-box-content {
    height: auto;
    min-height: 100% !important;
}

#e-will-bg-03 .e-will-section-03 .box .box-content .info-content {
    display: none;
}

#e-will-bg-03 .e-will-section-03 .box .box-content #info-container .info-content:nth-child(2) h4 {
    color: #2E3164;
    text-align: left;
    margin: 30px 0 20px 0;
}

#e-will-bg-03 .e-will-section-03 .box .box-content #info-container .info-content:nth-child(2) li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 0 0;
}

    #e-will-bg-03 .e-will-section-03 .box .box-content #info-container .info-content:nth-child(2) li .im {
        color: #2E3164;
        margin-right: 10px;
        font-size: 1.2rem !important;
    }

#e-will-bg-03 .e-will-section-03 .box .box-content a {
    text-decoration: none;
}

#e-will-bg-03 .e-will-section-03 .box .box-content .im {
    color: #d8d9dc;
    margin: 0 -10px 20px 0;
    font-size: 1.4rem !important;
}

#e-will-bg-03 .e-will-section-03 .box .box-content li {
    list-style: none;
}

#e-will-bg-03 .e-will-section-03 .box .box-content p {
    margin: 0 auto;
    color: #80848a;
    width: 100%;
    font-size: 0.9rem;
}

#e-will-bg-03 .e-will-section-03 .box .box-content img {
    margin: 30px 0;
    width: 100%;
    height: auto;
}

#e-will-bg-03 .e-will-section-03 .box .box-content .fecha {
    color: #80848a;
    font-size: 0.9rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#e-will-bg-03 .e-will-section-03 .box .box-content .subject {
    padding-top: 20px;
    border-top: solid #f0f2f5 1px;
    font-size: 1rem;
    margin-bottom: 5px;
}

#e-will-bg-03 .e-will-section-03 .box .box-content #list-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 10px 0 30px 0;
}

    #e-will-bg-03 .e-will-section-03 .box .box-content #list-info li {
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #f0f2f5;
        width: 100%;
    }

        #e-will-bg-03 .e-will-section-03 .box .box-content #list-info li span {
            height: 40px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-item-align: center;
            align-self: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        #e-will-bg-03 .e-will-section-03 .box .box-content #list-info li .link-mark {
            position: absolute;
            display: block;
            width: 100%;
            height: 4px;
            background-color: #2ec0ec;
            bottom: 0;
        }

        #e-will-bg-03 .e-will-section-03 .box .box-content #list-info li:nth-child(2) span {
            width: 100%;
            border-left: solid #d8d9dc 1px;
            border-right: solid #d8d9dc 1px;
        }
/*# sourceMappingURL=main.css.map */



/*EXTRAS IN DEVELOPMENT*/
.user-font {
    font-size: 1.2rem;
}

.logout-font {
    font-size: 1.2rem;
}

.edit-student-btn {
    background-color: transparent;
    color: white;
    margin: 2px 2px !important;
    cursor: pointer;
    border-radius: 5px;
/*    width: 48%;*/
    font-size: 0.9rem;
    height: 35px;
    text-align: center;
    display: inline-flex;
}

    .edit-student-btn :hover {
/*        background-color: #fff !important;*/
        opacity:0.9;
        
    }

    .edit-student-btn img {
        width: 35px !important;
        height: 35px !important;
        border-radius: 15%;
        -webkit-border-radius: 15%;
        -moz-border-radius: 15%;
        -ms-border-radius: 15%;
        -o-border-radius: 15%;
    }

.journal-student-btn {
    background-color: transparent;
    color: white;
    margin: 2px 2px !important;
    cursor: pointer;
    border-radius: 5px;
/*    width: 48%;*/
    font-size: 0.9rem;
    height: 35px;
    text-align: center;
    display: inline-flex;
}
    .journal-student-btn img {
        width: 35px !important;
        height: 35px !important;
        border-radius: 15%;
        -webkit-border-radius: 15%;
        -moz-border-radius: 15%;
        -ms-border-radius: 15%;
        -o-border-radius: 15%;
    }

    .journal-student-btn :hover {
/*        background-color: #fff !important;*/
        opacity: 0.9;
    }


.edit-teacher-btn {
    background-color: transparent;
    color: white;
    margin: 2px 2px !important;
    cursor: pointer;
    border-radius: 5px;
    /*    width: 48%;*/
    font-size: 0.9rem;
    height: 35px;
}

    .edit-teacher-btn img {
        width: 35px !important;
        height: 35px !important;
        border-radius: 15%;
        -webkit-border-radius: 15%;
        -moz-border-radius: 15%;
        -ms-border-radius: 15%;
        -o-border-radius: 15%;
    }

    .edit-teacher-btn :hover {
        /*        background-color: #444a98 !important;*/
        opacity: 0.9;
    }


    .edit-teacher-btn.table-icon img {
        width: 35px !important;
        height: 35px !important;
        border-radius: 15%;
        -webkit-border-radius: 15%;
        -moz-border-radius: 15%;
        -ms-border-radius: 15%;
        -o-border-radius: 15%;
    }

.edit-group-btn {
    background-color: transparent;
    color: white;
    margin: 2px 2px !important;
    cursor: pointer;
    border-radius: 10px;
    /*    width: 48%;*/
    font-size: 0.9rem;
    height: 35px;
}

    .edit-group-btn img {
        width: 35px !important;
        height: 35px !important;
        border-radius: 15% !important;
        -webkit-border-radius: 15% !important;
        -moz-border-radius: 15% !important;
        -ms-border-radius: 15% !important;
        -o-border-radius: 15% !important;
    }

    .edit-group-btn :hover {
/*        background-color: #444a98 !important;*/
        opacity: 0.9;
    }

#example .table-icon {
    -webkit-appearance: button-bevel;
}

#example > tbody td:nth-child(6) {
    /*    display: inline-flex;*/
}

.p-0 {
    padding: 0px !important;
}

.dtr-data {
    display: inline-flex;
}


.mt-107 {
    margin-top: 107px;
}

@media (max-width:767px) {
    .mt-second-column {
        margin-top: 25px;
    }

    .e-will-section-bg .e-will-section-01 .box .box-form h2 {
        margin: 5px auto 20px auto;
    }
}


/*.menu-list ul {
    width: 75%;
    margin: auto;
}*/

.scroller {
    overflow-y: auto;
    max-height: 600px;
}

.estudiante-notificacion {
    position: absolute;
    right: 35px;
}

#accordion {
    width: 100%;
    margin: auto;
}

.ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
    text-align: left;
    background-color: #f0f2f5;
    /*    border-radius: 5px;*/
    color: #2E3164;
}

.ui-accordion-content p {
    background-color: #fff;
    margin: 0px;
    padding: 0px 15px;
}

.t-a-right-accordion {
    text-align: right;
    right: 15px;
    position: absolute;
    color: #2E3164;
    cursor: pointer;
}

.notification-form-content {
    color: #2E3164;
    background-color: #fff;
    padding: 0px;
    right: 0;
    left: 0;
    /* margin: 200px auto; */
    /* width: 1200px; */
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .notification-form-content .input-box {
        margin: 10px 0;
        display: block;
    }

    .notification-form-content input, select {
        width: 100%;
        background-color: #f0f2f5;
        border-color: #fff;
        border-radius: 5px;
        height: 32px;
        color: #000;
        /* font-size: 0.9rem; */
        font-family: inherit;
        font-size: 0.9rem;
        margin-top: 2px !important;
    }

    .notification-form-content textarea {
        width: 100%;
        background-color: #f0f2f5;
        border-color: #fff;
        border-radius: 5px;
        color: #000;
        /* font-size: 0.9rem; */
        font-family: inherit;
        font-size: 0.9rem;
        margin-top: 2px !important;
    }


    .notification-form-content .box-content .radio-style {
        display: flex;
        height: 20px;
    }

        .notification-form-content .box-content .radio-style .radio-item {
            height: 1rem;
            width: 1rem;
            margin: 0px 2px 0px 2px !important;
        }



.lesson-form-content {
    color: #2E3164;
    background-color: #fff;
    padding: 0px;
    right: 0;
    left: 0;
    /* margin: 200px auto; */
    /* width: 1200px; */
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .lesson-form-content h2 {
        margin: 20px auto 0px auto !important;
    }

.lesson-form-content .input-box {
    margin: 10px 0;
    display: block;
}

.lesson-form-content input, select {
    width: 100%;
    background-color: #f0f2f5;
    border-color: #fff;
    border-radius: 5px;
    height: 32px;
    color: #000;
    /* font-size: 0.9rem; */
    font-family: inherit;
    font-size: 0.9rem;
    margin-top: 2px !important;
}

.lesson-form-content .box-content .radio-style {
    display: flex;
    height: 20px;
}

    .lesson-form-content .box-content .radio-style .radio-item {
        height: 1rem;
        width: 1rem;
        margin: 0px 2px 0px 2px !important;
    }






.calendar-form-content {
    color: #2E3164;
    background-color: #fff;
    padding: 5px;
    right: 0;
    left: 0;
    /* margin: 200px auto; */
    /* width: 1200px; */
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .calendar-form-content .input-box {
        margin: 10px 0;
        display: block;
    }

    .calendar-form-content input, select {
        width: 100%;
        background-color: #f0f2f5;
        border-color: #fff;
        border-radius: 5px;
        height: 32px;
        color: #000;
        /* font-size: 0.9rem; */
        font-family: inherit;
        font-size: 0.9rem;
        margin-top: 2px !important;
    }

    .calendar-form-content .box-content .radio-style {
        display: flex;
        height: 20px;
    }

        .calendar-form-content .box-content .radio-style .radio-item {
            height: 1rem;
            width: 1rem;
            margin: 0px 2px 0px 2px !important;
        }

    .calendar-form-content input[type='checkbox'] {
        height: 16px;
        width: 16px;
        display: inline;
        margin-top: 10px !important;
        margin-right: 5px !important;
    }

    .calendar-form-content .lbl-select-IsAllDay {
        position: absolute;
        margin-left: 5px;
        margin: 10px 0;
    }

    .calendar-form-content .btn-event {
        width:45%;
        margin: 0px 5px;
    }


    .date-time-box input {
        width: 180px;
        display: inline-flex;
        margin: 0px 10px 0px 0px !important;
    }







.journal-form-content {
    color: #2E3164;
    background-color: #fff;
    padding: 0px;
    right: 0;
    left: 0;
    /* margin: 200px auto; */
    /* width: 1200px; */
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .journal-form-content .input-box {
        margin: 10px 0;
        display: block;
    }

    .journal-form-content input, select {
        width: 100%;
        background-color: #f0f2f5;
        border-color: #fff;
        border-radius: 5px;
        height: 32px;
        color: #000;
        /* font-size: 0.9rem; */
        font-family: inherit;
        font-size: 0.9rem;
        margin-top: 2px !important;
    }

    .journal-form-content .box-content .radio-style {
        display: flex;
        height: 20px;
    }

        .journal-form-content .box-content .radio-style .radio-item {
            height: 1rem;
            width: 1rem;
            margin: 0px 2px 0px 2px !important;
        }

        .journal-form-content .box-content .radio-style > label {
            margin: 0px 10px 0px 2px !important;
        }








#txtGrupoList:disabled {
    color: #a0a0a0;
}

#txtGrupoList:disabled {
    color: #a0a0a0;
}

#txtEnviarNombre:disabled {
    color: #a0a0a0;
}

.btn-notification {
    border-radius: 5px;
    width: -webkit-fill-available;
}

.btn-event {
    border-radius: 5px;
    width: -webkit-fill-available;
}

.archivo-adjunto-input {
    display: inline-block;
    padding: 1px 2px;
    cursor: pointer;
    background-color: white !important;
    border: 0px;
}

.inline-dropdown {
    display: flex !important;
    padding: 0px 0px;
}

.w-48p {
    width: 50%;
}

.radio-label {
    margin-right: 10px;
}


.btn-new-student {
    display: block;
    height: 35px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.p-0 {
    padding: 0px !important;
}

.p-5 {
    padding-left: 36px !important;
    padding-top: 2px !important;
}


.note-modal-footer {
    height: 40px;
    padding: 0px 30px !important;
    text-align: center;
}

.journal-date {
    padding: 0px 0px;
    font-size: 0.8rem;
    text-align: right;
    right: 0px;
    display: block;
}

.info-content hr {
    border-top: 1px solid #f0f2f5;
}

.img-isotipo-head {
    display: block;
    height: auto;
    width: 150px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.calendar-content {
    width: 100%;
    height: 100%;
    padding: 15px;
    max-width: 1200px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
}

.tooltip {
    position: absolute;
    padding: .8em 1em;
    top: 15px; /* Defines the spacing between tooltip and target position */
    max-width: 200px;
    color: #fff;
    background: #222;
}

@media (max-width: 650px) {
    .fc-toolbar-chunk .fc-button-group button {
        font-size: 0.7rem;
    }

    .fc-today-button {
        font-size: 0.7rem !important;
    }

    .fc-toolbar-title {
        font-size: 0.8rem !important;
    }

    .fc-col-header-cell.fc-day a {
        font-size: 0.7rem !important;
    }

    .fc-daygrid-day-number {
        font-size: 0.7rem !important;
    }
}

.fc-daygrid-event {
    white-space: initial !important;
}


.time-select {
    background-color: transparent !important;
    width: 190px !important;
}


/* Wrapper around the hour, minute, second, and am/pm fields as well as 
the up and down buttons and the 'X' button */
input[type=time]::-webkit-datetime-edit-fields-wrapper {
    display: flex;
}

/* The space between the fields - between hour and minute, the minute and 
second, second and am/pm */
input[type=time]::-webkit-datetime-edit-text {
    padding: 8px 3px;
}

/* The naming convention for the hour, minute, second, and am/pm field is
`-webkit-datetime-edit-{field}-field` */

/* Hour */
input[type=time]::-webkit-datetime-edit-hour-field {
    background-color: #f2f4f5;
    border-radius: 15%;
    padding: 8px 10px;
}

/* Minute */
input[type=time]::-webkit-datetime-edit-minute-field {
    background-color: #f2f4f5;
    border-radius: 15%;
    padding: 8px 10px;
}

/* AM/PM */
input[type=time]::-webkit-datetime-edit-ampm-field {
    background-color: #4459a9;
    border-radius: 15%;
    color: #fff;
    padding: 8px 10px;
}

/* 'X' button for resetting/clearing time */
input[type=time]::-webkit-clear-button {
    display: none;
}

/* Up/Down arrows for incrementing/decrementing the value */
input[type=time]::-webkit-inner-spin-button {
    display: none;
}

.student-form-content form {
    display: contents;
    padding: 10px 0px 20px 10px;
}

.field-validation-error {
    color: red;
}

.field-validation-valid {
    color: red;
}

.process-validation-error {
    color: black;
    margin: 5px;
    display: block;
}

.usuario-field {
    margin: 0px 15px 5px 15px !important;
    width:60% !important;
    border-bottom: 2px !important;
}





/*Spinner for loading/waiting animation in website*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


/*Spinner for loading/waiting animation in website*/
#cover-spin-uploading {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin-uploading::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}





.no-line {
    text-decoration: none;
}

.body-scroll-y-hidden {
    overflow-y: hidden;
    position: fixed;
}

#popup-container-desarrollointegral {
    z-index: 9999;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #ebebebd0;
}

    #popup-container-desarrollointegral .popup-box {
        display: block;
        padding: 15px;
        position: relative;
        margin: auto;
        text-align: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 100%;
        max-width: 768px;
        height: auto;
        background-color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

        #popup-container-desarrollointegral .popup-box h2 {
            margin-top: 50px;
            color: #2E3164;
        }

        #popup-container-desarrollointegral .popup-box p {
            overflow-y: auto;
            color: #2E3164;
            margin-bottom: 100px;
        }

        #popup-container-desarrollointegral .popup-box span {
            right: 0;
            margin: 10px 20px 0 0;
            position: absolute;
            transform: scale(1.7);
            -webkit-transform: scale(1.7);
            -moz-transform: scale(1.7);
            -ms-transform: scale(1.7);
            -o-transform: scale(1.7);
        }

        #popup-container-desarrollointegral .popup-box img {
            margin-top: 30px;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

#desarrollointegral {
    width: 100%;
}

    #desarrollointegral .circular-menu li:nth-child(7) .label p, #desarrollointegral .circular-menu li:nth-child(8) .label p, #desarrollointegral .circular-menu li:nth-child(9) .label p {
        color: #fff !important;
    }

    #desarrollointegral .pointer-event-off {
        pointer-events: visible !important;
    }

    #desarrollointegral .color-filter {
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }

    #desarrollointegral .pointer-event-on {
        pointer-events: visible !important;
    }

    #desarrollointegral .content span {
        cursor: pointer;
        position: absolute;
        display: flex;
        margin: 10px 0 0 5px;
        font-size: 0.9em;
        color: #2E3164;
        align-items:center;
    }

    #desarrollointegral .content span im{
       align-self:center;
    }


    #desarrollointegral .content-bg {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%;
        background-color: #fff;
        background-image: url("../content/images/desarrollointegral/main/main.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        #desarrollointegral .content-bg .content {
            margin: 200px auto 100px auto;
            width: 100%;
            max-width: 768px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
            background-color: #ffffffdb;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
        }

            #desarrollointegral .content-bg .content .title {
                text-align: center;
                width: 100%;
                max-width: 600px;
                margin: 0 auto 50px auto;
            }

                #desarrollointegral .content-bg .content .title h2 {
                    color: #2E3164;
                    font-size: 2rem;
                }

                #desarrollointegral .content-bg .content .title p {
                    color: #2E3164;
                    font-size: 1rem;
                }

            #desarrollointegral .content-bg .content .info-select {
                margin: 50px auto 100px auto;
                width: 100%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                #desarrollointegral .content-bg .content .info-select .btn {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    opacity: 1;
                    width: 100%;
                    height: 90px;
                    max-width: 120px;
                    background-color: #2ec0ec;
                    margin: 15px auto 0 auto;
                }

                    #desarrollointegral .content-bg .content .info-select .btn span {
                        z-index: 2;
                        margin-top: 50px;
                        color: #2E3164;
                        width: 100%;
                        display:block;
                        text-align: center;
                        -ms-flex-item-align: center;
                        align-self: center;
                        margin-bottom: 20px;
                        font-size: 0.7rem;
                    }

                    #desarrollointegral .content-bg .content .info-select .btn .arrow-activated {
                        position: absolute;
                        background-color: darkblue;
                        display: block;
                        width: 30px;
                        height: 30px;
                        margin: -21px 0 0 0;
                        background-color: #2ec0ec;
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        z-index: 0;
                    }

                    /*  #desarrollointegral .content-bg .content .info-select .btn .active-btn-off {
                        margin: -21px 0 0 0;
                        opacity: 0;
                    }

                    #desarrollointegral .content-bg .content .info-select .btn .active-btn-on {
                        opacity: 1;
                        margin: -21px 0 0 0;
                    }*/

                    #desarrollointegral .content-bg .content .info-select .btn:nth-child(2) .arrow-activated {
                        background-color: #fdd707;
                    }

                    #desarrollointegral .content-bg .content .info-select .btn:nth-child(3) .arrow-activated {
                        background-color: #dd0548;
                    }

                    #desarrollointegral .content-bg .content .info-select .btn img {
                        left: 0;
                        right: 0;
                        position: absolute;
                        margin: auto;
                        width: 50px;
                        height: 50px;
                        z-index: 2;
                    }

                    #desarrollointegral .content-bg .content .info-select .btn:nth-child(2) {
                        background-color: #fdd707;
                    }

                    #desarrollointegral .content-bg .content .info-select .btn:nth-child(3) {
                        background-color: #dd0548;
                    }

                        #desarrollointegral .content-bg .content .info-select .btn:nth-child(3) span {
                            color: #fff;
                        }

@media only screen and (min-width: 400px) {
    #desarrollointegral .content-bg .content .info-select .btn {
        height: 100px;
    }

        #desarrollointegral .content-bg .content .info-select .btn img {
            width: 40px;
        }

        #desarrollointegral .content-bg .content .info-select .btn span {
            margin-top: 50px;
            font-size: 0.8rem;
        }

        #desarrollointegral .content-bg .content .info-select .btn .active-btn-off {
            margin: 70px 0 0 0;
            opacity: 0;
        }

        #desarrollointegral .content-bg .content .info-select .btn .active-btn-on {
            opacity: 1;
            margin: 70px 0 0 0;
        }
}

@media only screen and (min-width: 768px) {
    #desarrollointegral .content-bg .content .info-select .btn {
        height: 120px;
        margin: 0 5px 0 5px;
    }

        #desarrollointegral .content-bg .content .info-select .btn img {
            top: 5px;
        }

        #desarrollointegral .content-bg .content .info-select .btn span {
            margin-top: 50px;
            font-size: 1rem;
            display: block;
        }

        #desarrollointegral .content-bg .content .info-select .btn .active-btn-off {
            margin: 96px 0 0 0;
            opacity: 0;
        }

        #desarrollointegral .content-bg .content .info-select .btn .active-btn-on {
            opacity: 1;
            margin: 96px 0 0 0;
        }
}

#desarrollointegral .content-bg .content .box {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    /* 
      Created on : 22-Jun-2015, 13:00:20
      Author     : probinson
      Based on    : https://codepen.io/schoenwaldnils/pen/JnIKA
  */
    /*
      following functions from
      https://unindented.org/articles/trigonometry-in-sass/
  */
}

    #desarrollointegral .content-bg .content .box * {
        Box-sizing: Border-box;
    }

    #desarrollointegral .content-bg .content .box .circular-menu-container {
        margin-top: 0px;
        margin-bottom: 100px;
        margin: 0 auto;
        width: 320px;
        height: 320px;
    }

    #desarrollointegral .content-bg .content .box .circular-menu {
        width: 320px;
        height: 320px;
        position: relative;
        margin: -35px auto;
        overflow: hidden;
        border-radius: 100%;
        z-index: 1;
        list-style: none;
        border-radius: 50%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

    #desarrollointegral .content-bg .content .box .center-section {
        width: 192px;
        height: 192px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -96px;
        margin-left: -96px;
        padding: 25px;
        border-radius: 500px;
        border-radius: 50%;
        text-align: center;
        background: #f0f2f5;
        display: none;
        z-index: 1;
        font-size: 0.7rem;
    }

        #desarrollointegral .content-bg .content .box .center-section.section-intro {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:hover ~ .center-section.section-intro,
    #desarrollointegral .content-bg .content .box .touch .circular-menu li:focus ~ .center-section.section-intro {
        display: none;
    }

    #desarrollointegral .content-bg .content .box .touch .circular-menu li:focus {
        outline: 0;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li div.label {
        cursor: pointer;
        position: absolute;
        width: 96px;
        height: 96px;
        z-index: 2;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li div.label p {
            text-align: center;
            max-width: 63.36px;
            margin: 0 auto;
            margin-top: 38.4px;
            color: #2E3164;
            font-weight: bold;
            font-size: 0.6rem;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li span.arrow {
        position: absolute;
        width: 16px;
        height: 16px;
        display: block;
        z-index: 2;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li .bg {
        width: 210px;
        height: 160px;
        position: absolute;
        -webkit-transform-origin: 0 160px;
        transform-origin: 0 160px;
        margin-top: -160px;
        left: 50%;
        top: 50%;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li {
        position: absolute;
        text-decoration: none;
        top: 50%;
        left: 50%;
        display: none;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) .bg {
                -webkit-transform: rotate(-70deg) skew(-50deg);
                transform: rotate(-70deg) skew(-50deg);
                background: #2ec0ec;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus .bg {
                background: #5dcef0;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) span.arrow {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin: -120px 0 0 -8px;
                background: #2ec0ec;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus span.arrow {
                background: #5dcef0;
                margin: -104px 0 0 -8px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) div.label {
                margin: -176px 0 0 -48px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover div.center-section.section-1,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus div.center-section.section-1 {
                display: block;
            }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) .bg {
                -webkit-transform: rotate(-30deg) skew(-50deg);
                transform: rotate(-30deg) skew(-50deg);
                background: #2ea6ec;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus .bg {
                background: #5dbaf0;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) span.arrow {
                -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
                margin: -93.7969776293px 0 0 63.9922122849px;
                background: #2ea6ec;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus span.arrow {
                background: #5dbaf0;
                margin: -81.5402665394px 0 0 53.7076105299px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) div.label {
                margin: -146.0536887192px 0 0 34.2768140399px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover div.center-section.section-2,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus div.center-section.section-2 {
                display: block;
            }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) .bg {
                -webkit-transform: rotate(10deg) skew(-50deg);
                transform: rotate(10deg) skew(-50deg);
                background: #2e7aec;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus .bg {
                background: #5d98f0;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) span.arrow {
                -webkit-transform: rotate(35deg);
                transform: rotate(35deg);
                margin: -27.4485958987px 0 0 102.2984683374px;
                background: #2e7aec;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus span.arrow {
                background: #5d98f0;
                margin: -24.670225056px 0 0 86.5415442892px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) div.label {
                margin: -70.2269667414px 0 0 78.0553923856px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover div.center-section.section-3,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus div.center-section.section-3 {
                display: block;
            }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) .bg {
                -webkit-transform: rotate(50deg) skew(-50deg);
                transform: rotate(50deg) skew(-50deg);
                background: #fdd707;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus .bg {
                background: #fddf3a;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) span.arrow {
                -webkit-transform: rotate(75deg);
                transform: rotate(75deg);
                margin: 48px 0 0 88.9948452239px;
                background: #fdd707;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus span.arrow {
                background: #fddf3a;
                margin: 40px 0 0 75.1384387633px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) div.label {
                margin: 16px 0 0 62.8512516844px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover div.center-section.section-4,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus div.center-section.section-4 {
                display: block;
            }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) .bg {
                -webkit-transform: rotate(90deg) skew(-50deg);
                transform: rotate(90deg) skew(-50deg);
                background: #fdc407;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus .bg {
                background: #fdd03a;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) span.arrow {
                -webkit-transform: rotate(115deg);
                transform: rotate(115deg);
                margin: 97.245573528px 0 0 30.3062560525px;
                background: #fdc407;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus span.arrow {
                background: #fdd03a;
                margin: 82.2104915954px 0 0 24.8339337593px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) div.label {
                margin: 72.2806554606px 0 0 -4.2214216543px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover div.center-section.section-5,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus div.center-section.section-5 {
                display: block;
            }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) .bg {
                -webkit-transform: rotate(130deg) skew(-50deg);
                transform: rotate(130deg) skew(-50deg);
                background: #fdaf07;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus .bg {
                background: #fdbf3a;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) span.arrow {
                -webkit-transform: rotate(155deg);
                transform: rotate(155deg);
                margin: 97.245573528px 0 0 -46.3062560525px;
                background: #fdaf07;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus span.arrow {
                background: #fdbf3a;
                margin: 82.2104915954px 0 0 -40.8339337593px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) div.label {
                margin: 72.2806554606px 0 0 -91.7785783457px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover div.center-section.section-6,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus div.center-section.section-6 {
                display: block;
            }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) .bg {
                -webkit-transform: rotate(170deg) skew(-50deg);
                transform: rotate(170deg) skew(-50deg);
                background: #dd0548;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus .bg {
                background: #fa1b60;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) span.arrow {
                -webkit-transform: rotate(195deg);
                transform: rotate(195deg);
                margin: 48px 0 0 -104.9948452237px;
                background: #dd0548;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus span.arrow {
                background: #fa1b60;
                margin: 40px 0 0 -91.1384387632px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) div.label {
                margin: 16px 0 0 -158.8512516842px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover div.center-section.section-7,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus div.center-section.section-7 {
                display: block;
            }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) .bg {
                -webkit-transform: rotate(210deg) skew(-50deg);
                transform: rotate(210deg) skew(-50deg);
                background: #bd0842;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus .bg {
                background: #ee0a53;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) span.arrow {
                -webkit-transform: rotate(235deg);
                transform: rotate(235deg);
                margin: -27.4485958947px 0 0 -118.2984683096px;
                background: #bd0842;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus span.arrow {
                background: #ee0a53;
                margin: -24.6702250526px 0 0 -102.5415442654px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) div.label {
                margin: -70.2269667368px 0 0 -174.0553923538px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover div.center-section.section-8,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus div.center-section.section-8 {
                display: block;
            }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) {
            display: block;
        }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) .bg {
                -webkit-transform: rotate(250deg) skew(-50deg);
                transform: rotate(250deg) skew(-50deg);
                background: #a80639;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover .bg,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus .bg {
                background: #d9084a;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) span.arrow {
                -webkit-transform: rotate(275deg);
                transform: rotate(275deg);
                margin: -93.7969773072px 0 0 -79.9922104432px;
                background: #a80639;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover span.arrow,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus span.arrow {
                background: #d9084a;
                margin: -81.5402662633px 0 0 -69.7076089513px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) div.label {
                margin: -146.0536883511px 0 0 -130.2768119351px;
            }

            #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover div.center-section.section-9,
            #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus div.center-section.section-9 {
                display: block;
            }

    #desarrollointegral .content-bg .content .box .animated {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #desarrollointegral .content-bg .content .box .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

@media only screen and (min-width: 400px) {
    #desarrollointegral .content-bg .content .box .circular-menu-container {
        width: 370px;
        height: 370px;
    }

    #desarrollointegral .content-bg .content .box .circular-menu {
        width: 370px;
        height: 370px;
    }

    #desarrollointegral .content-bg .content .box .center-section {
        width: 222px;
        height: 222px;
        margin-top: -111px;
        margin-left: -111px;
        padding: 40px;
        font-size: 0.8rem;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li div.label {
        width: 111px;
        height: 111px;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li div.label p {
            max-width: 73.26px;
            margin-top: 44.4px;
            font-size: 0.7rem;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li span.arrow {
        width: 18.5px;
        height: 18.5px;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li .bg {
        width: 235px;
        height: 185px;
        -webkit-transform-origin: 0 185px;
        transform-origin: 0 185px;
        margin-top: -185px;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) .bg {
            -webkit-transform: rotate(-70deg) skew(-50deg);
            transform: rotate(-70deg) skew(-50deg);
            background: #2ec0ec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus .bg {
            background: #5dcef0;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) span.arrow {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin: -138.75px 0 0 -9.25px;
            background: #2ec0ec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus span.arrow {
            background: #5dcef0;
            margin: -120.25px 0 0 -9.25px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) div.label {
            margin: -203.5px 0 0 -55.5px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover div.center-section.section-1,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus div.center-section.section-1 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) .bg {
            -webkit-transform: rotate(-30deg) skew(-50deg);
            transform: rotate(-30deg) skew(-50deg);
            background: #2ea6ec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus .bg {
            background: #5dbaf0;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) span.arrow {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
            margin: -108.4527553839px 0 0 73.9909954544px;
            background: #2ea6ec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus span.arrow {
            background: #5dbaf0;
            margin: -94.2809331862px 0 0 62.0994246752px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) div.label {
            margin: -168.8745775816px 0 0 39.6325662336px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover div.center-section.section-2,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus div.center-section.section-2 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) .bg {
            -webkit-transform: rotate(10deg) skew(-50deg);
            transform: rotate(10deg) skew(-50deg);
            background: #2e7aec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus .bg {
            background: #5d98f0;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) span.arrow {
            -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
            margin: -31.7374390079px 0 0 118.2826040151px;
            background: #2e7aec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus span.arrow {
            background: #5d98f0;
            margin: -28.524947721px 0 0 100.0636605844px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) div.label {
            margin: -81.1999302947px 0 0 90.2515474458px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover div.center-section.section-3,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus div.center-section.section-3 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) .bg {
            -webkit-transform: rotate(50deg) skew(-50deg);
            transform: rotate(50deg) skew(-50deg);
            background: #fdd707;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus .bg {
            background: #fddf3a;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) span.arrow {
            -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
            margin: 55.5px 0 0 102.9002897901px;
            background: #fdd707;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus span.arrow {
            background: #fddf3a;
            margin: 46.25px 0 0 86.8788198201px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) div.label {
            margin: 18.5px 0 0 72.6717597601px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover div.center-section.section-4,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus div.center-section.section-4 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) .bg {
            -webkit-transform: rotate(90deg) skew(-50deg);
            transform: rotate(90deg) skew(-50deg);
            background: #fdc407;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus .bg {
            background: #fdd03a;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) span.arrow {
            -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
            margin: 112.4401943918px 0 0 35.0416085607px;
            background: #fdc407;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus span.arrow {
            background: #fdd03a;
            margin: 95.0558809072px 0 0 28.7142359091px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) div.label {
            margin: 83.5745078763px 0 0 -4.8810187878px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover div.center-section.section-5,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus div.center-section.section-5 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) .bg {
            -webkit-transform: rotate(130deg) skew(-50deg);
            transform: rotate(130deg) skew(-50deg);
            background: #fdaf07;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus .bg {
            background: #fdbf3a;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) span.arrow {
            -webkit-transform: rotate(155deg);
            transform: rotate(155deg);
            margin: 112.4401943918px 0 0 -53.5416085607px;
            background: #fdaf07;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus span.arrow {
            background: #fdbf3a;
            margin: 95.0558809072px 0 0 -47.2142359092px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) div.label {
            margin: 83.5745078763px 0 0 -106.1189812122px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover div.center-section.section-6,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus div.center-section.section-6 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) .bg {
            -webkit-transform: rotate(170deg) skew(-50deg);
            transform: rotate(170deg) skew(-50deg);
            background: #dd0548;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus .bg {
            background: #fa1b60;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) span.arrow {
            -webkit-transform: rotate(195deg);
            transform: rotate(195deg);
            margin: 55.5px 0 0 -121.4002897899px;
            background: #dd0548;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus span.arrow {
            background: #fa1b60;
            margin: 46.25px 0 0 -105.3788198199px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) div.label {
            margin: 18.5px 0 0 -183.6717597599px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover div.center-section.section-7,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus div.center-section.section-7 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) .bg {
            -webkit-transform: rotate(210deg) skew(-50deg);
            transform: rotate(210deg) skew(-50deg);
            background: #bd0842;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus .bg {
            background: #ee0a53;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) span.arrow {
            -webkit-transform: rotate(235deg);
            transform: rotate(235deg);
            margin: -31.7374390033px 0 0 -136.782603983px;
            background: #bd0842;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus span.arrow {
            background: #ee0a53;
            margin: -28.5249477171px 0 0 -118.5636605568px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) div.label {
            margin: -81.1999302894px 0 0 -201.2515474091px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover div.center-section.section-8,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus div.center-section.section-8 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) .bg {
            -webkit-transform: rotate(250deg) skew(-50deg);
            transform: rotate(250deg) skew(-50deg);
            background: #a80639;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus .bg {
            background: #d9084a;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) span.arrow {
            -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
            margin: -108.4527550114px 0 0 -92.4909933249px;
            background: #a80639;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus span.arrow {
            background: #d9084a;
            margin: -94.2809328669px 0 0 -80.5994228499px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) div.label {
            margin: -168.8745771559px 0 0 -150.6325637999px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover div.center-section.section-9,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus div.center-section.section-9 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .animated {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@media only screen and (min-width: 768px) {
    #desarrollointegral .content-bg .content .box .circular-menu-container {
        width: 500px;
        height: 500px;
    }

    #desarrollointegral .content-bg .content .box .circular-menu {
        width: 500px;
        height: 500px;
    }

    #desarrollointegral .content-bg .content .box .center-section {
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px;
        padding: 55px;
        font-size: 1rem;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li div.label {
        width: 150px;
        height: 150px;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li div.label p {
            max-width: 99px;
            margin-top: 60px;
            font-size: 0.9rem;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li span.arrow {
        width: 25px;
        height: 25px;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li .bg {
        width: 300px;
        height: 250px;
        -webkit-transform-origin: 0 250px;
        transform-origin: 0 250px;
        margin-top: -250px;
    }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) .bg {
            -webkit-transform: rotate(-70deg) skew(-50deg);
            transform: rotate(-70deg) skew(-50deg);
            background: #2ec0ec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus .bg {
            background: #5dcef0;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) span.arrow {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin: -187.5px 0 0 -12.5px;
            background: #2ec0ec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus span.arrow {
            background: #5dcef0;
            margin: -162.5px 0 0 -12.5px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1) div.label {
            margin: -275px 0 0 -75px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(1):hover div.center-section.section-1,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(1):focus div.center-section.section-1 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) .bg {
            -webkit-transform: rotate(-30deg) skew(-50deg);
            transform: rotate(-30deg) skew(-50deg);
            background: #2ea6ec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus .bg {
            background: #5dbaf0;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) span.arrow {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
            margin: -146.5577775458px 0 0 99.9878316951px;
            background: #2ea6ec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus span.arrow {
            background: #5dbaf0;
            margin: -127.4066664679px 0 0 83.918141453px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2) div.label {
            margin: -228.2088886238px 0 0 53.5575219373px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(2):hover div.center-section.section-2,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(2):focus div.center-section.section-2 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) .bg {
            -webkit-transform: rotate(10deg) skew(-50deg);
            transform: rotate(10deg) skew(-50deg);
            background: #2e7aec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus .bg {
            background: #5d98f0;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) span.arrow {
            -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
            margin: -42.8884310917px 0 0 159.8413567771px;
            background: #2e7aec;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus span.arrow {
            background: #5d98f0;
            margin: -38.54722665px 0 0 135.2211629518px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3) div.label {
            margin: -109.7296355334px 0 0 121.9615506024px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(3):hover div.center-section.section-3,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(3):focus div.center-section.section-3 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) .bg {
            -webkit-transform: rotate(50deg) skew(-50deg);
            transform: rotate(50deg) skew(-50deg);
            background: #fdd707;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus .bg {
            background: #fddf3a;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) span.arrow {
            -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
            margin: 75px 0 0 139.0544456623px;
            background: #fdd707;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus span.arrow {
            background: #fddf3a;
            margin: 62.5px 0 0 117.4038105677px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4) div.label {
            margin: 25px 0 0 98.2050807569px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(4):hover div.center-section.section-4,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(4):focus div.center-section.section-4 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) .bg {
            -webkit-transform: rotate(90deg) skew(-50deg);
            transform: rotate(90deg) skew(-50deg);
            background: #fdc407;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus .bg {
            background: #fdd03a;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) span.arrow {
            -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
            margin: 151.9462086375px 0 0 47.353525082px;
            background: #fdc407;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus span.arrow {
            background: #fdd03a;
            margin: 128.4538931179px 0 0 38.8030214988px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5) div.label {
            margin: 112.9385241572px 0 0 -6.5959713349px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(5):hover div.center-section.section-5,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(5):focus div.center-section.section-5 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) .bg {
            -webkit-transform: rotate(130deg) skew(-50deg);
            transform: rotate(130deg) skew(-50deg);
            background: #fdaf07;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus .bg {
            background: #fdbf3a;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) span.arrow {
            -webkit-transform: rotate(155deg);
            transform: rotate(155deg);
            margin: 151.9462086375px 0 0 -72.353525082px;
            background: #fdaf07;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus span.arrow {
            background: #fdbf3a;
            margin: 128.4538931179px 0 0 -63.8030214989px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6) div.label {
            margin: 112.9385241572px 0 0 -143.4040286652px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(6):hover div.center-section.section-6,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(6):focus div.center-section.section-6 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) .bg {
            -webkit-transform: rotate(170deg) skew(-50deg);
            transform: rotate(170deg) skew(-50deg);
            background: #dd0548;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus .bg {
            background: #fa1b60;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) span.arrow {
            -webkit-transform: rotate(195deg);
            transform: rotate(195deg);
            margin: 75px 0 0 -164.0544456621px;
            background: #dd0548;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus span.arrow {
            background: #fa1b60;
            margin: 62.5px 0 0 -142.4038105675px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7) div.label {
            margin: 25px 0 0 -248.2050807566px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(7):hover div.center-section.section-7,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(7):focus div.center-section.section-7 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) .bg {
            -webkit-transform: rotate(210deg) skew(-50deg);
            transform: rotate(210deg) skew(-50deg);
            background: #bd0842;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus .bg {
            background: #ee0a53;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) span.arrow {
            -webkit-transform: rotate(235deg);
            transform: rotate(235deg);
            margin: -42.8884310855px 0 0 -184.8413567337px;
            background: #bd0842;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus span.arrow {
            background: #ee0a53;
            margin: -38.5472266447px 0 0 -160.2211629146px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8) div.label {
            margin: -109.7296355263px 0 0 -271.9615505528px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(8):hover div.center-section.section-8,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(8):focus div.center-section.section-8 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) {
        display: block;
    }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) .bg {
            -webkit-transform: rotate(250deg) skew(-50deg);
            transform: rotate(250deg) skew(-50deg);
            background: #a80639;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover .bg,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus .bg {
            background: #d9084a;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) span.arrow {
            -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
            margin: -146.5577770425px 0 0 -124.9878288175px;
            background: #a80639;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover span.arrow,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus span.arrow {
            background: #d9084a;
            margin: -127.4066660364px 0 0 -108.9181389864px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9) div.label {
            margin: -228.2088880485px 0 0 -203.5575186485px;
        }

        #desarrollointegral .content-bg .content .box .circular-menu li:nth-child(9):hover div.center-section.section-9,
        #desarrollointegral .content-bg .content .box .touch .circular-menu li:nth-child(9):focus div.center-section.section-9 {
            display: block;
        }

    #desarrollointegral .content-bg .content .box .animated {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}


.content-bg {
    padding: 0px 0;
    z-index: 99;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-s1 {
    padding-top: 15px;
    font-size: 1rem;
    margin: 200px 0 50px 0;
    background-color: #fff;
}

    .content-s1 .box {
        text-align: center;
        padding: 0;
    }

        .content-s1 .box span {
            text-align: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-left: 20px;
        }

            .content-s1 .box span::after {
                position: absolute;
                margin: 7px 0px 0 -20px;
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                background-color: #42197a;
                border-radius: 50%;
            }

        .content-s1 .box img {
            -o-object-fit: cover;
            object-fit: cover;
            display: block;
            height: 450px;
            width: 100%;
        }

        .content-s1 .box h1 {
            margin: 30px auto 50px auto;
            max-width: 800px;
            font-size: 3rem;
            color: #42197a;
        }

        .content-s1 .box h2 {
            margin: 50px auto 30px auto;
            max-width: 500px;
            font-size: 2rem;
            color: #42197a;
        }

        .content-s1 .box .column-bg {
            margin: 0 auto;
        }

            .content-s1 .box .column-bg p {
                padding: 0;
                margin: 0;
            }

        .content-s1 .box .double-column {
            text-align: left;
        }

@media only screen and (min-width: 768px) {
    .content-s1 .box .double-column p {
        width: 50%;
        padding-right: 15px;
    }

        .content-s1 .box .double-column p:nth-child(2) {
            padding-left: 15px;
        }
}

.content-s1 .box .column {
    text-align: left;
}

    .content-s1 .box .column .list img {
        margin: 50px auto 30px auto;
        width: 150px;
        height: 150px;
        display: block;
        border-radius: 50%;
    }

@media only screen and (min-width: 768px) {
    .content-s1 .box .column .list img {
        margin: 0px auto 30px auto;
    }
}

@media only screen and (min-width: 768px) {
    .content-s1 .box .column .list p {
        width: 50%;
        padding: 15px;
    }
}

.content-s1 .box .column .list b {
    font-size: 1.4rem;
    color: #42197a;
}

.content-s1 .box .column:last-child .list p {
    width: 100%;
}

.content-s1 .box .img-ref-01 {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .content-s1 .box .img-ref-01 {
        width: 50%;
        margin: 15px 15px 15px 0;
    }
}





.align-center {
    text-align: center;
    display: block;
}


#profile-thumbnail {
    width: 50px;
    display: block;
    margin: 6px;
    float: left;
}

#top-img-profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#file-profile-img {
    width: 300px;
    padding-top: 5px;
}

#txtUsuario {
    width: 60%;
    margin: 0px 5px;
}
.btn-generar {
    width: 50px;
    line-height: 15px;
    margin: auto;
}


/*Spinner for loading/waiting animation in website*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.im {
    display: inline-block;
    font: normal normal normal 24px/1 'iconic-font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
}

.student-menu-option {
    padding: 5px;
}

.subject-message {
    text-decoration: none;
    list-style: none;
    font-size: 1rem;
}
.subject-message {
    text-decoration: none;
    list-style: none;
    font-size: 1rem;
}

.message-back-link {
    color: #b0b3b8;
    font-style: normal;
    text-decoration: none;
}

#lbl-usuario-validacion {
    padding: 0px 15px;
    color:red;
}

.not-disable-text {
    color: #000 !important;
}

#txtContent {
    color: #000 !important;
}

#responsible-data input[name='responsable-option'] {
    width: 16px;
    height: 16px;
    margin: 4px !important;
    display: inline-flex;
}

.file-upload-icon {
    width: 32px !important;
    height: 32px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.file-upload-image-preview {
    width: 120px !important;
/*    height: 64px !important;*/
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}



.inner-uploading-text {
    margin: auto;
    width: 100%;
    top: 50px;
    position: absolute;
    text-align: center;
    height: 200px;
    padding: 50px;
}

.btnActionContainer {
    display:inline-flex;
}

.limpiar-nota, .editar-nota, .borrar-nota {
    font-size: 0.8rem;
    background-color: #ffffffcf;
    display: block;
    border-radius: 9px;
    color: black;
    position: relative;
    margin: auto 5px 0px auto;
    cursor: pointer;
}

ul.notification-list {
    padding:0px;
}



.grid-container img {
    -webkit-transform: rotate( 1deg) scale(1);
    transform: rotate( 1deg) scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

    .grid-container img:hover {
        -webkit-transform: rotate( 5deg) scale(1);
        transform: rotate( 5deg) scale(1);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }



.play-icon {
    border-radius: unset !important;
    -webkit-border-radius: unset !important;
    width: 48px !important;
    height: 48px !important;
    object-fit: unset !important;
    transform: unset !important;
    top: 5px;
    position: relative;
}

.book-image {
    object-fit: none;
    width: 100%;
    height: 100%;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.tbl-advice {
    margin: auto;
    padding: 20px;
    width: 80%;
}

    .tbl-advice th {
        margin: auto;
        border: 1px solid black;
    }

    .tbl-advice thead tr td:first-child {
        background-color: #7fd35d;
    }

    .tbl-advice thead tr td:nth-child(2) {
        background-color: #ff9595;
    }

    .tbl-advice tr {
        margin: auto;
        border: 1px solid black;
    }

        .tbl-advice tr td {
            width: 50%;
            border: 1px solid black;
            padding: 5px 15px;
        }




.lang-select ul {
    line-height: 17px;
    margin-right: 5px;
}

.lang-select ul li {
    margin: 0 4px;
}

.nav-icons {
    margin-right: 52px;
}

.input-icon-side {
    width: 94%  !important;
    display: inline-flex;
}
.input-icon-style {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    transition: transform 0.3s;
}

.input-icon-style:hover {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    transition: transform 0.3s;
}

    .input-icon-style:hover {
        transform: scale(1.3) rotate(360deg);
        transition: transform 1s;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0);
    }

    /*.input-icon-style:hover {*/
        /*transform: rotate(20deg);*/
        /*transform: rotate(360deg);
        transition:  transform 0.5s;
    }*/

.btnFilter {
    padding: 5px 12px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #2e3164;
    color: white;
    margin: 5px 3px;
}

.btnFilterSelected {
    padding: 5px 12px;
    border-radius: 15px;
    border-color: silver;
    cursor: pointer;
    background-color: #f7f7f7;
    color: #000000;
    margin: 5px 3px;
}

#filterContainer {
    display: inline-flex;
}