ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
}


/**************************
* Fonts
***************************/


/*gotham font foi substituida por roboto*/

.gotham-book {
    font-family: 'Roboto';
    font-weight: 400;
}

.gotham-bold {
    font-family: 'Roboto';
    font-weight: 700;
}

.gotham-medium {
    font-family: 'Roboto';
    font-weight: 500;
}

.gotham-black {
    font-family: 'Roboto';
    font-weight: 900;
}

.gotham-light {
    font-family: 'Roboto';
    font-weight: 300;
}


/*Roboto font*/

.roboto {
    font-family: 'Roboto';
}

.roboto-bold {
    font-family: 'Roboto';
    font-weight: 700;
}

.roboto-medium {
    font-family: 'Roboto';
    font-weight: 500;
}

.roboto-black {
    font-family: 'Roboto';
    font-weight: 900;
}

.roboto-light {
    font-family: 'Roboto';
    font-weight: 300;
}


/*responsive-font*/

.size-01vw {
    font-size: 1vw;
}

.size-02vw {
    font-size: 2vw;
}

.size-03vw {
    font-size: 3vw;
}

.size-03-5vw {
    font-size: 3.5vw;
}

.size-04vw {
    font-size: 4vw;
}

.size-05vw {
    font-size: 5vw;
}

.size-06vw {
    font-size: 6vw;
}

.size-07vw {
    font-size: 7vw;
}

.size-08vw {
    font-size: 8vw;
}

.size-09vw {
    font-size: 9vw;
}

.size-10vw {
    font-size: 10vw;
}

.size-11vw {
    font-size: 11vw;
}

.size-12vw {
    font-size: 12vw;
}

.size-13vw {
    font-size: 13vw;
}

.size-14vw {
    font-size: 14vw;
}

.size-15vw {
    font-size: 15vw;
}

.size-16vw {
    font-size: 16vw;
}

.size-17vw {
    font-size: 17vw;
}

.size-18vw {
    font-size: 18vw;
}

.size-19vw {
    font-size: 19vw;
}

.size-20vw {
    font-size: 20vw;
}


/*Sizes*/

.size-08 {
    font-size: 8px;
}

.size-09 {
    font-size: 9px;
}

.size-10 {
    font-size: 10px;
}

.size-11 {
    font-size: 11px;
}

.size-12 {
    font-size: 12px;
}

.size-13 {
    font-size: 13px;
}

.size-14 {
    font-size: 14px;
}

.size-15 {
    font-size: 15px;
}

.size-16 {
    font-size: 16px;
}

.size-17 {
    font-size: 17px;
}

.size-18 {
    font-size: 18px;
}

.size-19 {
    font-size: 19px;
}

.size-20 {
    font-size: 20px;
}

.size-21 {
    font-size: 21px;
}

.size-22 {
    font-size: 22px;
}

.size-23 {
    font-size: 23px;
}

.size-24 {
    font-size: 24px;
}

.size-25 {
    font-size: 25px;
}

.size-26 {
    font-size: 26px;
}

.size-27 {
    font-size: 27px;
}

.size-28 {
    font-size: 28px;
}

.size-29 {
    font-size: 29px;
}

.size-30 {
    font-size: 30px;
}

.size-31 {
    font-size: 31px;
}

.size-32 {
    font-size: 32px;
}

.size-33 {
    font-size: 33px;
}

.size-34 {
    font-size: 34px;
}

.size-35 {
    font-size: 35px;
}

.size-36 {
    font-size: 36px;
}

.size-37 {
    font-size: 37px;
}

.size-38 {
    font-size: 38px;
}

.size-39 {
    font-size: 39px;
}

.size-40 {
    font-size: 40px;
}

.size-45 {
    font-size: 45px;
}

.size-48 {
    font-size: 48px;
}

.size-50 {
    font-size: 50px;
}

.size-55 {
    font-size: 55px;
}

.size-60 {
    font-size: 60px;
}

.size-65 {
    font-size: 65px;
}

.size-70 {
    font-size: 70px;
}

.size-75 {
    font-size: 75px;
}

.size-80 {
    font-size: 80px;
}

.size-85 {
    font-size: 85px;
}

.size-90 {
    font-size: 90px;
}

.size-100 {
    font-size: 100px;
}

@media (min-width: 375px) {
    .size-xs-08 {
        font-size: 8px;
    }
    .size-xs-09 {
        font-size: 9px;
    }
    .size-xs-10 {
        font-size: 10px;
    }
    .size-xs-11 {
        font-size: 11px;
    }
    .size-xs-12 {
        font-size: 12px;
    }
    .size-xs-13 {
        font-size: 13px;
    }
    .size-xs-14 {
        font-size: 14px;
    }
    .size-xs-15 {
        font-size: 15px;
    }
    .size-xs-16 {
        font-size: 16px;
    }
    .size-xs-17 {
        font-size: 17px;
    }
    .size-xs-18 {
        font-size: 18px;
    }
    .size-xs-19 {
        font-size: 19px;
    }
    .size-xs-20 {
        font-size: 20px;
    }
    .size-xs-21 {
        font-size: 21px;
    }
    .size-xs-22 {
        font-size: 22px;
    }
    .size-xs-23 {
        font-size: 23px;
    }
    .size-xs-24 {
        font-size: 24px;
    }
    .size-xs-25 {
        font-size: 25px;
    }
    .size-xs-26 {
        font-size: 26px;
    }
    .size-xs-27 {
        font-size: 27px;
    }
    .size-xs-28 {
        font-size: 28px;
    }
    .size-xs-29 {
        font-size: 29px;
    }
    .size-xs-30 {
        font-size: 31px;
    }
    .size-xs-31 {
        font-size: 31px;
    }
    .size-xs-32 {
        font-size: 32px;
    }
    .size-xs-33 {
        font-size: 33px;
    }
    .size-xs-34 {
        font-size: 34px;
    }
    .size-xs-35 {
        font-size: 35px;
    }
    .size-xs-36 {
        font-size: 36px;
    }
    .size-xs-37 {
        font-size: 37px;
    }
    .size-xs-38 {
        font-size: 38px;
    }
    .size-xs-39 {
        font-size: 39px;
    }
    .size-xs-40 {
        font-size: 40px;
    }
    .size-xs-48 {
        font-size: 48px;
    }
    .size-xs-50 {
        font-size: 50px;
    }
    .size-xs-60 {
        font-size: 60px;
    }
}

@media (min-width: 576px) {
    .size-sm-08 {
        font-size: 8px;
    }
    .size-sm-09 {
        font-size: 9px;
    }
    .size-sm-10 {
        font-size: 10px;
    }
    .size-sm-11 {
        font-size: 11px;
    }
    .size-sm-12 {
        font-size: 12px;
    }
    .size-sm-13 {
        font-size: 13px;
    }
    .size-sm-14 {
        font-size: 14px;
    }
    .size-sm-15 {
        font-size: 15px;
    }
    .size-sm-16 {
        font-size: 16px;
    }
    .size-sm-17 {
        font-size: 17px;
    }
    .size-sm-18 {
        font-size: 18px;
    }
    .size-sm-19 {
        font-size: 19px;
    }
    .size-sm-20 {
        font-size: 20px;
    }
    .size-sm-21 {
        font-size: 21px;
    }
    .size-sm-22 {
        font-size: 22px;
    }
    .size-sm-23 {
        font-size: 23px;
    }
    .size-sm-24 {
        font-size: 24px;
    }
    .size-sm-25 {
        font-size: 25px;
    }
    .size-sm-26 {
        font-size: 26px;
    }
    .size-sm-27 {
        font-size: 27px;
    }
    .size-sm-28 {
        font-size: 28px;
    }
    .size-sm-29 {
        font-size: 29px;
    }
    .size-sm-30 {
        font-size: 31px;
    }
    .size-sm-31 {
        font-size: 31px;
    }
    .size-sm-32 {
        font-size: 32px;
    }
    .size-sm-33 {
        font-size: 33px;
    }
    .size-sm-34 {
        font-size: 34px;
    }
    .size-sm-35 {
        font-size: 35px;
    }
    .size-sm-36 {
        font-size: 36px;
    }
    .size-sm-37 {
        font-size: 37px;
    }
    .size-sm-38 {
        font-size: 38px;
    }
    .size-sm-39 {
        font-size: 39px;
    }
    .size-sm-40 {
        font-size: 40px;
    }
    .size-sm-48 {
        font-size: 48px;
    }
    .size-sm-50 {
        font-size: 50px;
    }
    .size-sm-60 {
        font-size: 60px;
    }
    .size-sm-70 {
        font-size: 70px;
    }
}

@media (min-width: 768px) {
    .size-md-08 {
        font-size: 08px;
    }
    .size-md-09 {
        font-size: 09px;
    }
    .size-md-10 {
        font-size: 10px;
    }
    .size-md-11 {
        font-size: 11px;
    }
    .size-md-12 {
        font-size: 12px;
    }
    .size-md-13 {
        font-size: 13px;
    }
    .size-md-14 {
        font-size: 14px;
    }
    .size-md-15 {
        font-size: 15px;
    }
    .size-md-16 {
        font-size: 16px;
    }
    .size-md-17 {
        font-size: 17px;
    }
    .size-md-18 {
        font-size: 18px;
    }
    .size-md-19 {
        font-size: 19px;
    }
    .size-md-20 {
        font-size: 20px;
    }
    .size-md-21 {
        font-size: 21px;
    }
    .size-md-22 {
        font-size: 22px;
    }
    .size-md-23 {
        font-size: 23px;
    }
    .size-md-24 {
        font-size: 24px;
    }
    .size-md-25 {
        font-size: 25px;
    }
    .size-md-26 {
        font-size: 26px;
    }
    .size-md-27 {
        font-size: 27px;
    }
    .size-md-28 {
        font-size: 28px;
    }
    .size-md-29 {
        font-size: 29px;
    }
    .size-md-30 {
        font-size: 31px;
    }
    .size-md-31 {
        font-size: 31px;
    }
    .size-md-32 {
        font-size: 32px;
    }
    .size-md-33 {
        font-size: 33px;
    }
    .size-md-34 {
        font-size: 34px;
    }
    .size-md-35 {
        font-size: 35px;
    }
    .size-md-36 {
        font-size: 36px;
    }
    .size-md-37 {
        font-size: 37px;
    }
    .size-md-38 {
        font-size: 38px;
    }
    .size-md-39 {
        font-size: 39px;
    }
    .size-md-40 {
        font-size: 40px;
    }
    .size-md-48 {
        font-size: 48px;
    }
    .size-md-50 {
        font-size: 50px;
    }
    .size-md-60 {
        font-size: 60px;
    }
    .size-md-70 {
        font-size: 70px;
    }
}

@media (min-width: 992px) {
    .size-lg-08 {
        font-size: 08px;
    }
    .size-lg-09 {
        font-size: 09px;
    }
    .size-lg-10 {
        font-size: 10px;
    }
    .size-lg-11 {
        font-size: 11px;
    }
    .size-lg-12 {
        font-size: 12px;
    }
    .size-lg-13 {
        font-size: 13px;
    }
    .size-lg-14 {
        font-size: 14px;
    }
    .size-lg-15 {
        font-size: 15px;
    }
    .size-lg-16 {
        font-size: 16px;
    }
    .size-lg-17 {
        font-size: 17px;
    }
    .size-lg-18 {
        font-size: 18px;
    }
    .size-lg-19 {
        font-size: 19px;
    }
    .size-lg-20 {
        font-size: 20px;
    }
    .size-lg-21 {
        font-size: 21px;
    }
    .size-lg-22 {
        font-size: 22px;
    }
    .size-lg-23 {
        font-size: 23px;
    }
    .size-lg-24 {
        font-size: 24px;
    }
    .size-lg-25 {
        font-size: 25px;
    }
    .size-lg-26 {
        font-size: 26px;
    }
    .size-lg-27 {
        font-size: 27px;
    }
    .size-lg-28 {
        font-size: 28px;
    }
    .size-lg-29 {
        font-size: 29px;
    }
    .size-lg-30 {
        font-size: 31px;
    }
    .size-lg-31 {
        font-size: 31px;
    }
    .size-lg-32 {
        font-size: 32px;
    }
    .size-lg-33 {
        font-size: 33px;
    }
    .size-lg-34 {
        font-size: 34px;
    }
    .size-lg-35 {
        font-size: 35px;
    }
    .size-lg-36 {
        font-size: 36px;
    }
    .size-lg-37 {
        font-size: 37px;
    }
    .size-lg-38 {
        font-size: 38px;
    }
    .size-lg-39 {
        font-size: 39px;
    }
    .size-lg-40 {
        font-size: 40px;
    }
    .size-lg-48 {
        font-size: 48px;
    }
    .size-lg-50 {
        font-size: 50px;
    }
    .size-lg-60 {
        font-size: 60px;
    }
    .size-lg-70 {
        font-size: 70px;
    }
    .size-lg-80 {
        font-size: 80px;
    }
}

@media (min-width: 1200px) {
    .size-xl-08 {
        font-size: 08px;
    }
    .size-xl-09 {
        font-size: 09px;
    }
    .size-xl-10 {
        font-size: 10px;
    }
    .size-xl-11 {
        font-size: 11px;
    }
    .size-xl-12 {
        font-size: 12px;
    }
    .size-xl-13 {
        font-size: 13px;
    }
    .size-xl-14 {
        font-size: 14px;
    }
    .size-xl-15 {
        font-size: 15px;
    }
    .size-xl-16 {
        font-size: 16px;
    }
    .size-xl-17 {
        font-size: 17px;
    }
    .size-xl-18 {
        font-size: 18px;
    }
    .size-xl-19 {
        font-size: 19px;
    }
    .size-xl-20 {
        font-size: 20px;
    }
    .size-xl-21 {
        font-size: 21px;
    }
    .size-xl-22 {
        font-size: 22px;
    }
    .size-xl-23 {
        font-size: 23px;
    }
    .size-xl-24 {
        font-size: 24px;
    }
    .size-xl-25 {
        font-size: 25px;
    }
    .size-xl-26 {
        font-size: 26px;
    }
    .size-xl-27 {
        font-size: 27px;
    }
    .size-xl-28 {
        font-size: 28px;
    }
    .size-xl-29 {
        font-size: 29px;
    }
    .size-xl-30 {
        font-size: 31px;
    }
    .size-xl-31 {
        font-size: 31px;
    }
    .size-xl-32 {
        font-size: 32px;
    }
    .size-xl-33 {
        font-size: 33px;
    }
    .size-xl-34 {
        font-size: 34px;
    }
    .size-xl-35 {
        font-size: 35px;
    }
    .size-xl-36 {
        font-size: 36px;
    }
    .size-xl-37 {
        font-size: 37px;
    }
    .size-xl-38 {
        font-size: 38px;
    }
    .size-xl-39 {
        font-size: 39px;
    }
    .size-xl-40 {
        font-size: 40px;
    }
    .size-xl-48 {
        font-size: 48px;
    }
    .size-xl-50 {
        font-size: 50px;
    }
    .size-xl-60 {
        font-size: 60px;
    }
    .size-xl-70 {
        font-size: 70px;
    }
}

@media (min-width: 1400px) {
    .size-xxl-08 {
        font-size: 8px;
    }
    .size-xxl-09 {
        font-size: 9px;
    }
    .size-xxl-10 {
        font-size: 10px;
    }
    .size-xxl-11 {
        font-size: 11px;
    }
    .size-xxl-12 {
        font-size: 12px;
    }
    .size-xxl-13 {
        font-size: 13px;
    }
    .size-xxl-14 {
        font-size: 14px;
    }
    .size-xxl-15 {
        font-size: 15px;
    }
    .size-xxl-16 {
        font-size: 16px;
    }
    .size-xxl-17 {
        font-size: 17px;
    }
    .size-xxl-18 {
        font-size: 18px;
    }
    .size-xxl-19 {
        font-size: 19px;
    }
    .size-xxl-20 {
        font-size: 20px;
    }
    .size-xxl-21 {
        font-size: 21px;
    }
    .size-xxl-22 {
        font-size: 22px;
    }
    .size-xxl-23 {
        font-size: 23px;
    }
    .size-xxl-24 {
        font-size: 24px;
    }
    .size-xxl-25 {
        font-size: 25px;
    }
    .size-xxl-26 {
        font-size: 26px;
    }
    .size-xxl-27 {
        font-size: 27px;
    }
    .size-xxl-28 {
        font-size: 28px;
    }
    .size-xxl-29 {
        font-size: 29px;
    }
    .size-xxl-30 {
        font-size: 31px;
    }
    .size-xxl-31 {
        font-size: 31px;
    }
    .size-xxl-32 {
        font-size: 32px;
    }
    .size-xxl-33 {
        font-size: 33px;
    }
    .size-xxl-34 {
        font-size: 34px;
    }
    .size-xxl-35 {
        font-size: 35px;
    }
    .size-xxl-36 {
        font-size: 36px;
    }
    .size-xxl-37 {
        font-size: 37px;
    }
    .size-xxl-38 {
        font-size: 38px;
    }
    .size-xxl-39 {
        font-size: 39px;
    }
    .size-xxl-40 {
        font-size: 40px;
    }
    .size-xxl-48 {
        font-size: 48px;
    }
    .size-xxl-50 {
        font-size: 50px;
    }
    .size-xxl-60 {
        font-size: 60px;
    }
    .size-xxl-70 {
        font-size: 70px;
    }
    .size-xxl-80 {
        font-size: 80px;
    }
    .size-xxl-90 {
        font-size: 90px;
    }
    .size-xxl-100 {
        font-size: 100px;
    }
}

.lh-1 {
    line-height: 1.0;
}

.lh-1-4 {
    line-height: 1.4;
}

.container-limit {
    max-width: 1600px;
}

@media (min-width: 992px) {
    .row-toggle:nth-child(even) {
        flex-direction: row-reverse;
    }
}


/*colors*/

.color-blue {
    color: #08003B;
}

.color-yellow {
    color: #FFBA00;
}

.color-gray {
    color: #272727;
}

.color-gray-2 {
    color: #383838;
}

.color-white {
    color: #fff;
}

a.color-blue:hover {
    color: #110086;
}

a.color-white:hover {
    color: #fff;
}

a.color-yellow:hover {
    color: #ffd04f;
}

a.color-gray:hover {
    color: #303030;
}

a.color-gray-2:hover {
    color: #5a5a5a;
}

.bg-blue {
    background-color: #08003B;
}

.bg-blue-2 {
    background-color: #090057;
}

.bg-yellow {
    background-color: #FFBA00;
}

.bg-gray {
    background-color: #272727;
}

.bg-gray-2 {
    background-color: #383838;
}

.bg-gray-clean {
    background-color: #F1F1F1;
}

.bg-white {
    background-color: #fff;
}

.bg-white-2 {
    background: #f5f5f5;
}

.bg-white-3 {
    background: #F1F1F1;
}


/*splide pagination*/

.splide__pagination__page {
    width: 12px;
    height: 12px;
    background: #9D9D9D;
    opacity: 1;
}

.splide__pagination__page.is-active {
    width: 28px;
    transform: none;
    background: #08003B;
    border-radius: 6px;
    transition: 0.2s;
}

.silder-bg-dark .splide__pagination__page {
    background: #9D9D9D;
}

.silder-bg-dark .splide__pagination__page.is-active {
    background: #FFBA00;
}


/*custom buttons*/

.btn {
    border-radius: 46px;
    border: solid 2px #0D0048;
    text-transform: uppercase;
    text-decoration: none;
    color: #0D0048;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    /*padding: 1rem 1.75rem;*/
    padding: 0.8rem 1.75rem;
    /*font-size: 19px;*/
    font-size: 17px;
    transition: 320ms;
}

.btn-sm {
    padding: 0.63rem 15px;
    font-size: 14px;
}

.btn:hover {
    border-color: #110086;
    color: #110086;
    transform: scale(1.02);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(165 165 165 / 25%);
}

.btn-yellow {
    color: #FFBA00;
    border-color: #FFBA00;
}

.btn-yellow:hover {
    color: #ffc44f;
    border-color: #ffc44f;
}

.btn-yellow-full {
    border-color: #FFBA00;
    color: #fff;
    background: #FFBA00;
}

.btn-yellow-full:hover {
    border-color: #ffc44f;
    color: #fff;
    background: #ffc44f;
}

.btn-header {
    border-color: #fff;
    color: #fff;
    font-weight: 400;
    height: 44px;
}

.btn-header:hover {
    color: #00CEFF;
    border-color: #00CEFF;
}

.btn-blue-2 {
    color: #074072;
    border-color: #074072;
}

.btn-blue-2:hover {
    color: #0c5697;
    border-color: #0c5697;
}


/*custom buttons end*/

.a-default:hover {
    text-decoration: underline!important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}


/*header*/

header {
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 100px;
    background: #0A0050;
    display: flex;
}

@media (min-width: 1400px) {
    header {
        min-height: 164px;
    }
}

#header-home {
    background: #0A0050;
}

@media (min-width: 992px) {
    #header-home {
        background: none;
    }
}

.header-scroll {
    background: #0A0050!important;
}

@media (max-width: 991px) {
    .logo-senai img {
        max-width: 102px;
    }
    .overflow-mob-hidden {
        overflow: hidden!important;
    }
}

#menu-top .menu-item {
    display: inline-block;
    margin-right: 1rem;
}

#menu-top .menu-item a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border-radius: 46px;
    border: solid 2px #fff;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: 320ms;
    padding: 0.63rem 15px;
    font-size: 14px;
    font-family: 'Roboto';
    height: 44px;
}

@media (max-width: 1199px) {
    #menu-top .menu-item {
        margin-right: 0.5rem;
    }
    #menu-top .menu-item a {
        font-size: 10px;
        padding: 12px 15px 0 15px;
    }
}

#menu-top .menu-item a:hover {
    color: #00CEFF;
    border-color: #00CEFF;
    transform: scale(1.02);
}

#header-top-search {
    border-radius: 25px;
    border: solid 2px #fff;
    /*margin-right: 1rem;*/
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 44px;
    max-width: 44px;
    text-decoration: none;
    justify-content: center;
}

#header-top-search-input {
    font-family: 'Roboto';
    color: #fff;
    background: none;
    border: none;
    outline: none;
    width: 0;
    padding: 0;
    font-size: 14px;
}

#header-top-search-input::-webkit-input-placeholder,
#header-top-search-input::placeholder {
    color: #67637e;
}

#header-top-search-btn {
    background: none;
    border: none;
    outline: none;
    color: #fff;
}

#header-top-search:hover {
    border-color: #00CEFF;
    transform: scale(1.02);
    cursor: pointer;
}

#header-top-search:hover #header-top-search-btn {
    color: #00CEFF;
}

.search-open {
    max-width: initial!important;
    width: 100%;
}

.search-open input[type='text'] {
    transition: 0.2s;
    width: 100%!important;
}

.search-hide-logo {
    display: none;
}

.logo-senai img {
    max-width: 152px!important;
}

@media(min-width: 576px) {
    .search-open {
        max-width: initial!important;
        width: initial;
    }
    .search-open input[type='text'] {
        width: 180px!important;
    }
    .search-hide-logo {
        display: initial;
    }
}

#header-translate select {
    background: none;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 900;
    text-transform: uppercase;
    border: none;
}

#header-translate option {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

#header-top-menu-btn {
    border-radius: 25px;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    height: 44px;
    width: 44px;
    text-decoration: none;
    justify-content: center;
    transition: 0.2s;
    color: #fff;
}

#header-top-menu-btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

#header-top-menu-btn[aria-expanded="true"] .fa-bars:before {
    content: "\f00d";
}

#header-menu {
    background: #110070;
    position: fixed;
    top: 100px;
    z-index: 10;
    width: 100%;
    overflow-y: auto;
    /*overflow-x: hidden;*/
}

#header-menu .navbar-nav {
    border-bottom: solid 1px #707070;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    justify-content: space-between;
}

#header-menu .navbar-nav>.menu-item {
    padding: 0.5rem 0.5rem 1.75rem 0.5rem;
    display: flex;
    justify-content: start;
    margin-bottom: 0.5rem;
    align-items: start;
    flex-direction: column;
}

#header-menu .navbar-nav>.menu-item.menu-item-has-children {
    background: no-repeat right 7px;
    background-image: url(../img/arrow-drop-closed.svg);
}

#header-menu .menu-open {
    background-image: url(../img/arrow-drop-open.svg)!important;
}

#header-menu .navbar-nav>.menu-item>a {
    text-transform: uppercase;
    line-height: 16px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 14px;
}

#header-menu .navbar-nav>.menu-item>a:hover {
    transition: 0.2s;
    color: #ffba00;
}

#header-menu .navbar-nav>.current-menu-item a {
    color: #ffba00 !important;
}

.sub-menu .current-menu-item a {
    color: #08003B !important;
}


/*submenu*/

#header-menu .sub-menu {
    position: initial;
    top: 0;
    border: none;
    padding: 0 0.5rem;
    width: 100%;
    cursor: pointer;
    /*for responsive:*/
    height: 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .sub-menu-open {
        height: initial!important;
        overflow: initial!important;
        margin-top: 1rem;
    }
}

#header-menu .sub-menu a {
    font-family: 'Roboto';
    font-size: 14px;
    display: block;
    padding: 0.5rem 0;
    color: #fff;
    border-bottom: solid 1px #352882;
}

#header-menu .sub-menu li:last-child a {
    border-bottom: none;
}

#header-menu .sub-menu a:hover {
    transition: 0.1s;
    /*background: #1a029e;*/
    color: #ffba00;
}

.header-menu-btn {
    width: 100%;
    max-width: 210px;
}

.header-menu-subscrible a {
    min-width: 160px;
    color: #fff;
    background: #FFBA00;
    padding: 0.63rem 15px;
    font-size: 14px!important;
    border-radius: 46px;
    text-transform: uppercase;
    font-family: 'Roboto'!important;
    font-weight: 700;
    text-align: center;
    transition: 320ms;
    display: inline-block;
    line-height: 1.5!important;
    vertical-align: middle;
    cursor: pointer;
}

.header-menu-subscrible a:hover {
    color: #fff;
    background: #ffc44f;
}


/*botoes do menu*/

#menu-top-mobile ul {
    width: 100%;
}

#menu-top-mobile li {
    margin-bottom: 1.5rem;
    text-align: center;
}

#menu-top-mobile a {
    border-radius: 46px;
    border: solid 2px #0D0048;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-align: center;
    transition: 320ms;
    padding: 0.63rem 15px;
    font-size: 14px;
    border-color: #fff;
    color: #fff;
    font-weight: 400;
    height: 44px;
    width: 100%;
    max-width: 290px;
    display: inline-block;
}

#menu-top-mobile li:first-child a {
    border-color: #FFBA00;
    background: #FFBA00;
    display: inline-block!important;
}

#menu-top-mobile li a:hover {
    color: #00CEFF;
    border-color: #00CEFF;
    transform: scale(1.02);
}

#menu-top-mobile li:first-child a:hover {
    border-color: #FFBA00;
    color: #fff;
}

@media (min-width: 992px) {
    #menu-top-mobile li {
        margin-bottom: 0;
    }
    #menu-top-mobile a {
        display: none;
    }
    #header-menu {
        background: #110070;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
        width: initial;
        overflow-y: initial;
        height: 92px;
    }
    #header-menu .navbar-nav {
        border-bottom: none;
        padding-bottom: initial;
        margin-bottom: initial;
    }
    #header-menu .navbar-nav>.menu-item {
        width: 85px;
        justify-content: center;
        margin-bottom: initial;
        align-items: center;
        flex-direction: row;
        background: none!important;
        background-image: none!important;
        position: relative;
        min-height: 68px;
    }
    #header-menu .navbar-nav>.menu-item>a {
        font-size: 10px;
        /*min-height: 32px;*/
    }
    #header-menu .sub-menu {
        position: absolute;
        top: 68px;
        z-index: 54;
        /* border: solid 1px #301a9a; */
        display: none;
        margin-top: 0;
        width: initial;
        background: #FFBA00;
        padding: 0 1.5rem;
        height: initial;
        overflow: initial;
        left: 0;
        min-width: 206px;
    }
    #header-menu .navbar-nav>.menu-item:hover .sub-menu {
        display: block;
    }
    #header-menu .sub-menu a {
        font-size: 13px;
        color: #383838;
        border-bottom: solid 1px #bd8a00;
        white-space: nowrap;
    }
    #header-menu .sub-menu a:hover {
        color: #777777;
    }
}

@media (min-width: 1200px) {
    #header-menu .navbar-nav>.menu-item {
        width: 100px;
    }
}

@media (min-width: 1400px) {
    #header-menu {
        top: 164px;
    }
    /*#header-menu .navbar-nav > .menu-item{
        width: 124px;
    }*/
    #header-menu .navbar-nav>.menu-item>a {
        font-size: 14px;
    }
    #header-menu .sub-menu a {
        font-size: 17px;
    }
}

#home-banner {
    margin-top: -100px;
    position: sticky;
    top: 0;
    background: #0A0050;
}

.homme-banner-inner {
    padding-top: 100px;
    height: 100%;
}

.home-banner-slider:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ffffff14;
    left: 30px;
    z-index: 1;
}

@media (min-width: 1400px) {
    #home-banner {
        margin-top: -164px;
    }
    .homme-banner-inner {
        padding-top: 164px;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    #navbarNav>.container-fluid {
        padding-bottom: 100px!important;
    }
}

.home-banner-title {
    color: #FFBA00;
    text-transform: uppercase;
    line-height: 1.0;
    font-family: 'Roboto';
    font-weight: 700;
}

.home-banner-title:before {
    content: '+';
    font-family: 'Roboto';
    position: absolute;
    margin-left: -2rem;
}

.home-banner-text {
    color: #fff;
}

.home-banner-btn {
    font-size: 19px;
}

.home-banner-btn:hover {
    background: #0000007c;
}

@media(min-width: 992px) {
    .home-banner-title:before {
        margin-left: -4rem;
    }
}

@media(max-width: 991.98px) {
    .home-banner-btn {
        padding: 0.63rem 15px;
        font-size: 14px;
    }
}

.home-banner-tour {
    height: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    align-items: flex-end;
    padding-right: 2rem;
    width: 100%;
}

.home-banner-tour-img {
    display: block;
    border: solid 4px #fff;
    border-radius: 1px;
    max-width: 290px;
    max-height: 200px;
    position: relative;
    overflow: hidden;
}

.home-banner-tour-img>div {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    color: #00CEFF;
    position: absolute;
    top: 0;
    line-height: 1.0;
    margin-right: -50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.home-banner-tour-img>* {
    transition: 0.2s;
}

.home-banner-tour-img:hover>* {
    transform: scale(1.1);
}

.home-banner-tour-img>div:before {
    content: url('<?= THEME_IMGS ?>home-banner-tour-1.svg');
    margin-top: auto;
}

.home-banner-tour-img>div:after {
    content: url('<?= THEME_IMGS ?>home-banner-tour-2.svg');
    margin-bottom: auto;
}

.home-banner-tour-text {
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding-top: 0.75rem;
}

.home-banner-tour-right {
    position: absolute;
    left: 8px;
    top: 243px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-banner-tour-right-separator {
    font-size: 60px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    padding-right: 0.5rem;
}

.home-banner-tour-right-text {
    writing-mode: vertical-lr;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    transform: rotate(180deg);
    display: block;
    color: #fff;
}

#home-banner .splide__pagination {
    bottom: 1.5rem;
    font-family: 'Roboto';
}


/*#home-banner .splide__pagination:before {
    content: 'anterior';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 0.25rem;
}

#home-banner .splide__pagination:after {
    content: 'próximo';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 0.25rem;
}*/

@media(min-width: 768px) {
    .home-banner-slider:before {
        display: none;
    }
    .home-banner-tour-right {
        position: initial;
        left: initial;
        top: initial;
        padding-bottom: 2rem;
    }
    #home-banner .splide__pagination {
        padding-right: 6rem;
    }
}

#home-scroll {
    position: absolute;
    top: 0;
    right: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 2rem;
}

#home-scroll div {
    color: #fff;
    writing-mode: vertical-lr;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    /* transform: rotate(180deg); */
    display: block;
}

#home-scroll:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #FFBA00;
    display: block;
    margin: 0.75rem 0;
}

#home-scroll:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6.5px 0 6.5px;
    border-color: #e5e246 transparent transparent transparent;
    display: block;
    margin-top: 0.75rem;
}

#home-last-news {
    background: #fff;
    /*position: relative;*/
}

.last-news-container {
    border-radius: 5px;
    background-color: #F5F5F5;
    overflow: hidden;
    height: 100%;
}

.last-news-container-2 {
    border-radius: 5px;
    background-color: #F5F5F5;
    overflow: hidden;
}

@media (min-width: 992px) {
    .last-news-container-2 {
        min-height: 48%;
    }
    .last-news-container-2:last-child {
        margin-bottom: 0!important;
    }
}

.last-news-container-2 .last-news-content {
    width: 70%;
}

.last-news-title * {
    display: block;
    font-family: 'Roboto';
}

.last-news-title span:nth-child(1) {
    color: #FFBA00;
}

.last-news-title span:nth-child(2) {
    color: #272727;
}

.last-news-title a {
    color: #272727;
    text-transform: uppercase;
    margin-top: 1rem;
}

.last-news-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.last-news-content-date {
    font-family: 'Roboto';
    font-weight: bold;
    color: #FFBA00;
    font-size: 14px;
    display: block;
    margin-bottom: 0.75rem;
}

.last-news-content-title {
    color: #272727;
    font-family: 'Roboto';
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
}

.last-news-content-title:hover {
    color: #424242;
}

.last-news-content-text {
    /*color: #383838;*/
    color: #707070;
    font-family: 'Roboto';
}

.btn-news {
    color: #074072;
    border-color: #074072;
    width: 100%;
    max-width: 210px;
}

.btn-news:hover {
    border-color: #0e65b1;
    color: #0e65b1;
}

.last-news-img {
    overflow: hidden;
}

.last-news-img>img {
    transition: 0.2s;
}

.last-news-img:hover>img {
    transform: scale(1.05);
}

.last-news-img-bg {
    width: 30%;
    display: block;
    overflow: hidden;
}

.last-news-img-bg>div {
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.2s;
    width: 100%;
    height: 100%;
}

.last-news-img-bg:hover>div {
    transform: scale(1.05);
}


/*====SECTION NEWSLETTER====*/

#home-newsletter {
    background: #272727;
    /*position: relative;*/
    overflow: hidden;
}

@media(min-width: 992px) {
    #home-newsletter {
        background: linear-gradient(to right, #272727 0%, #272727 70%, #FFBA00 70%, #FFBA00 100%);
        max-height: 172px;
    }
}

.home-newsletter-title {
    font-family: 'Roboto';
}

.home-newsletter-input {
    height: 76px;
    background: none;
    border: solid 2px #fff;
    font-family: 'Roboto';
    font-size: 16px;
    color: #FFBA00;
    width: 100%;
    border-radius: 8px;
    padding: 1rem;
    outline: none;
}

.home-newsletter-input::-webkit-input-placeholder,
.home-newsletter-input::placeholder {
    color: #fff;
}

.home-newsletter-button {
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    text-align: left;
    background: transparent !important;
    border: none !important;
    align-items: center;
    width: 100%;
}

.home-newsletter-button:hover {
    color: #fff;
    transition: 0.2s;
    transform: scale(1.1);
}

.home-newsletter-button p {
    display: none;
}


/*estilo do cf7*/

#home-newsletter .wpcf7-not-valid-tip {
    font-family: 'Roboto';
    font-size: 14px;
    padding-top: 0.2em;
}

#home-newsletter .wpcf7-response-output {
    margin: 1.5rem 1.5rem 0 1.5rem;
    font-family: 'Roboto';
    font-weight: 300;
    border-radius: 5px;
    border-width: 1px;
    background: #191919;
    font-size: 14px
}

@media (min-width: 996px) {
    #home-newsletter .wpcf7-response-output {
        position: absolute;
        margin: 10px 0 0 0;
    }
}

#home-in-numbers {
    background: url('../img/in-numbers-bg.png') bottom center no-repeat #272727;
    /*position: relative;*/
    background-size: contain;
}

.home-in-numbers-slider-item {
    padding-top: 3rem;
    transition: 0.2s;
}

.home-in-numbers-slider-item:hover {
    padding-top: 0;
    padding-bottom: 3rem;
    cursor: pointer;
}

.home-in-numbers-slider-img {
    background: #000;
}

.home-in-numbers-slider-img img {
    opacity: 0.5;
}

.home-in-numbers-slider-text {
    position: relative;
    top: -84px;
    padding-left: 18px;
}

.home-in-numbers-slider-text span {
    display: block;
    text-transform: uppercase;
    line-height: 1.0;
}


/*Newslleter*/

.newsletter-input-content {
    padding: 15px 0;
}

.custom-form {
    flex-direction: column;
}

.wpcf7-response-output {
    color: #fff;
}

.custom-form-row .ajax-loader {
    position: absolute;
    top: 100%;
}

.custom-form-row {
    flex-direction: column;
}

.home-newsletter-subscribe {
    position: relative;
    max-width: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media (min-width: 996px) {
    .home-newsletter-subscribe {
        justify-content: center;
    }
}


/*.arrow-content{
	position: relative;
}*/

.arrow-content {
    display: block;
    background: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 42px;
    height: 33px;
    margin-left: 12px;
}

.home-newsletter-input::placeholder {
    color: #FFBA00 !important;
}

.newsletter-input-content {
    margin-right: 0px;
}


/*==partners==*/

#home-partners {
    background: #fff;
    /*position: relative;*/
}

.home-partners-slider-img {
    background: #D8D8D8;
    display: block;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-partners-slider-img img {
    max-width: 156px;
    height: auto;
    display: block;
    filter: grayscale(1);
}

.home-partners-slider-img:hover img {
    transition: 0.2s;
    filter: none;
}

.home-partners-slider .splide__pagination {
    bottom: -35px;
}


/*==TITLE-BANNER==*/

#title-banner {
    background: no-repeat center bottom;
    background-size: cover;
}

#title-banner>div {
    /*min-height: 310px;*/
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1400px) {
    .public-more-card {
        max-width: 350px;
    }
}

.title-banner-search {
    max-width: 396px;
    border: solid 2px #FFBA00;
    height: 44px;
    padding: 0 50px;
    border-radius: 30px;
    /* margin-right: 8rem; */
    width: 100%;
}

.title-banner-search-input {
    background: none;
    outline: none;
    border: none;
    height: 40px;
    width: 230px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    width: 90%;
}

.title-banner-search-input::-webkit-input-placeholder,
.title-banner-search-input::placeholder {
    color: #fff;
}

.title-banner-search-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    transition: 0.2s;
    width: 10%;
    padding: 0;
    margin: 0;
    float: right;
    height: 100%;
}

.title-banner-search-button:hover {
    transform: scale(1.1);
}

.public-selective-process-btn {
    max-width: 340px;
    font-family: 'Roboto';
    width: 100%;
}


/*==Public more==*/

#public-more {
    background: #262626;
}

.public-more-card {
    max-width: 296px;
    border: solid 2px #ffba00;
    border-radius: 5px;
    padding-bottom: 1.25rem;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#public-more .splide__pagination {
    bottom: -2.5em;
}

.public-more-img {
    display: block;
    overflow: hidden;
}

.public-more-img img {
    transition: 0.2s;
}

.public-more-img:hover img {
    transform: scale(1.05);
}

.public-more-btn {
    text-transform: initial;
    padding: 0.63rem 44px;
}

.cols-content-btn {
    min-width: 190px;
}

.cols-content-row {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 3rem;*/
    padding: 0 3rem;
}

.cols-content-text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.cols-content-title {
    font-size: 40px;
    font-family: 'Roboto';
    color: #08003B;
    line-height: 1.0;
    margin-bottom: 2rem;
}

.cols-content-img {
    margin-bottom: 1rem;
}

.cols-content-excerpt {
    font-family: 'Roboto';
    font-size: 15px;
    color: #383838;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    /*Home Newsletter*/
    .newsletter-input-content {
        padding: 3rem 0;
    }
    .custom-form-row {
        flex-direction: row;
    }
    .home-newsletter-subscribe {
        justify-content: start;
        /*width: auto;*/
    }
    /*.home-newsletter-button{
		max-width: 120px;
	}*/
    .newsletter-input-content {
        margin-right: 15px;
    }
    /*.arrow-content::after{
		transform: translate(100%,-60%);
		left: auto;
	}*/
    .cols-content-row {
        padding: 0;
    }
    .cols-content-row>* {
        width: 50%;
    }
    .col-content:nth-child(odd) .cols-content-row {
        flex-direction: row-reverse;
    }
    .col-content:nth-child(even) .cols-content-row {
        flex-direction: row;
    }
    .cols-content-img {
        margin-bottom: 0;
    }
    .cols-content-text {
        padding: 0 5rem 0 3rem;
    }
    .custom-bg .cols-content-row {
        flex-direction: row;
        margin-bottom: 0;
    }
    .extension-cols-content {
        margin-bottom: 0;
    }
}

.post-loop-card-featured {
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
}

.post-loop-card {
    border-radius: 5px;
    height: 100%;
    background: #f5f5f5;
}

.post-loop-card-img {
    height: 216px;
    display: block;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #ababab;
}

.post-loop-card-img>img {
    transition: 0.2s;
}

.post-loop-card-img:hover>img {
    transform: scale(1.05);
}

.post-loop-card-content {
    background: #F5F5F5;
}

.post-pagination-item {
    display: block;
    margin: 0 24px;
}

.post-pagination-item a {
    background: #074072;
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    color: #fff!important;
    border: solid 3px #074072;
    padding: 6px 0;
    border-radius: 5px;
    font-size: 19px;
    font-family: 'Roboto';
    line-height: 1.3;
}

.pagination-active a,
.post-pagination-item a:hover {
    color: #FFBA00!important;
    background-color: #fff;
    border-color: #FFBA00;
}

.post-related-title {
    font-family: 'Roboto';
}

.about-profile {
    background: url('../img/profile-line.gif') center repeat-x;
}

.about-profile-block {
    width: 33%;
}

.about-profile-content {
    border-left: dotted 2px #ffba00;
    height: 100px;
    padding-left: 16px;
    font-family: 'Roboto';
    max-width: 276px;
    padding-right: 32px;
    color: #383838;
    display: flex;
    margin-left: 24px;
}


/*ABOUT PROFILE SLIDER*/

.profile-title {
    position: absolute;
    top: -80px;
    color: #ffba00;
    font-family: Roboto;
}

.profile-section-1 {
    position: relative;
}

.profile-section-1-line {
    background: url('../img/profile-line.gif') center repeat-x #fff;
    width: 50%;
    float: right;
    height: 100%;
}

.profile-section-1-base {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.profile-section-2 {
    background: url('../img/profile-line.gif') center repeat-x #08003B;
}

.profile-section-content {
    height: 600px;
    position: relative;
}

@media (min-width: 1400px) {
    .profile-section-content {
        height: 800px;
    }
}

.profile-section-2-box {
    border: solid 3px #ffba00;
    height: 40%;
    max-height: 300px;
    border-top: none;
    /* margin-top: 399px; */
    margin-top: -1px;
    background: #08003b;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    /* max-width: 720px; */
}

.profile-section-2-box-content {
    position: absolute;
    text-align: justify;
    width: 100%;
    padding: 0 30px 30px;
    bottom: 0;
}

.profile-section-2-box-content>span {
    text-align: left;
}

.profile-section-i {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700;
    border: solid 1px #fff;
    text-align: center;
    max-width: 284px;
    padding: 1rem 2rem;
    position: relative;
    margin-bottom: 4rem;
    background: #08003b;
    text-transform: uppercase;
}

.profile-section-i:after {
    content: '';
    border-left: dashed 1px #fff;
    position: absolute;
    bottom: 0;
    height: 62px;
    left: 50%;
    margin-bottom: -62px;
}

.profile-section-i-2 {
    color: #ffba00;
    border-color: #ffba00;
}

.profile-section-i-2:after {
    border-color: #ffba00;
}

.profile-section-i-3 {
    color: #00AFFF;
    border-color: #00AFFF;
    margin-bottom: 0;
    margin-top: 4rem;
}

.profile-section-i-3:after {
    border-color: #00AFFF;
    top: -3.8rem;
}

.profile-section-2-right-top {
    height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

.profile-section-2-right-bottom {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.profile-section-3 {
    /*background: url('../img/profile-line.gif') center repeat-x #08003B;*/
    background: url('../img/profile-bg-3.jpg') top center no-repeat #000;
    background-size: cover;
}

.profile-section-3-lines {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.profile-section-3-start {
    width: 4%;
    height: 50%;
    border-top: solid 3px #fff;
    margin-bottom: 1.5px;
    position: relative;
}

.profile-section-3-middle {
    width: 80%;
    height: 18%;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
    display: flex;
    position: relative;
    bottom: 50%;
    margin-bottom: -2px;
}

.profile-section-3-middle-t {
    color: #fff;
    position: absolute;
    padding-top: 1rem;
    font-family: 'Roboto';
    font-weight: 600;
    text-transform: uppercase;
}

.profile-section-3-middle-t1 {
    left: 20%;
}

.profile-section-3-middle-t:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: -6px;
    right: 50%;
    border-radius: 10px;
}

.profile-section-3-middle-t2 {
    right: 0;
}

.profile-section-3-middle-t2:before {
    right: 0!important;
}

.profile-section-3-middle-t2 div {
    padding-left: 50%;
}

.profile-section-content-3 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.profile-section-3-item {
    width: 20%;
    max-width: 310px;
    margin-top: 3%;
    position: relative;
}

.profile-section-3-text {
    position: absolute;
    width: 180%;
}

.profile-section-square {
    position: relative;
    width: 100%;
    border: solid 4px #0c5697;
}

.profile-section-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.profile-section-square div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.profile-section-square img {
    margin-top: 0;
    margin-left: -20%;
    max-width: 110%;
}

.profile-bg {
    background-size: contain;
}

.profile-content {
    height: 100%;
    max-height: 800px;
}

.about-profile-circle>div {
    width: 50px;
    height: 50px;
    background: #ffba00;
    margin-left: 0px;
}

.about-profile-info {
    font-family: 'Roboto';
    font-weight: 700;
    /*font-size: 19px;*/
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    line-height: 1.0;
    position: absolute;
    bottom: 2rem;
    right: 1rem;
}

.about-profile-info:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f04b';
    font-weight: 900;
    margin: -18px 0 0 12px;
}

.about-slider-mob .splide__pagination {
    bottom: 0.8rem;
}

@media (min-width: 1200px) {
    .post-related-title {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        position: absolute;
        margin-left: -98px;
        line-height: 1;
        margin-top: 86px;
    }
}

.post-share-icon {
    background: #08003B;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding-top: 2px;
    transition: 0.2s;
}

.post-share-icon:hover {
    background: #0e006b;
    color: #fff;
    transform: scale(1.02);
}

.post-share-line {
    width: 100%;
    height: 4px;
    background: #FFBA00;
}


/*=====FOOTER====*/

#footer {
    background: #0A0050;
    color: #fff;
    position: relative;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footer-menu a {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    display: inline-block;
}

.footer-menu a:hover {
    text-decoration: none!important;
}

.footer-title {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.footer-contact>* {
    display: block;
    font-family: 'Roboto';
}

.footer-email {
    font-weight: 300;
}

.footer-copyright {
    font-family: 'Roboto';
    font-weight: 300;
}

.footer-media-social li {
    margin-right: 1rem;
}

.footer-media-social ul li:last-child {
    margin-right: 0;
}

.footer-media-social a {
    background: #fff;
    color: #0A0050!important;
    width: 27px;
    height: 27px;
    border-radius: 25px;
    display: flex;
    transition: 0.2s;
    text-align: center;
    padding: 1px 0 0 0;
    align-items: center;
    justify-content: center;
    line-height: 1.0;
}

.footer-media-social a:hover {
    color: #1800b8!important;
    cursor: pointer;
    transform: scale(1.07);
    text-decoration: none!important;
}

.footer-media-social a:hover i {
    text-decoration: none!important;
}

.footer-menu {
    overflow: hidden;
}

.footer-menu .menu-item {
    width: 18%;
    display: block;
    float: left;
    min-height: 34px;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}

.footer-menu .menu-item a:hover {
    transition: 0.2s;
    color: #ffba00!important;
}


/*=====FOOTER====*/


/*wordpress pagination*/

.nav-links {
    display: flex;
    margin: 0 auto;
}

.page-numbers {
    background: #074072;
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    color: #fff!important;
    border: solid 3px #074072;
    padding: 6px 0;
    border-radius: 5px;
    font-size: 19px;
    font-family: 'Roboto';
    line-height: 1.3;
    margin: 0 24px;
    overflow: hidden;
}

.page-numbers.current {
    color: #FFBA00!important;
    background-color: #fff;
    border: solid 3px #FFBA00;
    cursor: default;
}

a.page-numbers:hover {
    transition: 0.2s;
    color: #FFBA00!important;
    background-color: #fff;
    border: solid 3px #FFBA00;
}

.prev.page-numbers,
.next.page-numbers {
    font-size: 0px;
}

.prev.page-numbers:before {
    content: '<';
    font-size: 19px;
}

.next.page-numbers:before {
    content: '>';
    font-size: 19px;
}

.img-animation {
    overflow: hidden;
}

.img-animation:hover>img {
    transition: 0.2s;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .img-featured {
        height: 216px;
    }
}

.acordionDefault .accordion-item {
    border: none;
    padding-bottom: 1rem;
}

.acordionDefault .accordion-button {
    border: solid 2px #0a0050;
    border-radius: 0!important;
    background: #fff!important;
    color: #0a0050!important;
    font-weight: 600;
}

.acordionDefault .accordion-button:not(.collapsed) {}

.acordionDefault .accordion-body {
    background: #F1F1F1;
    margin: 0 1rem;
    padding: 1.5rem;
}

.acordionDefault .accordion-button::after {
    background-image: url(../img/arrow.svg)!important;
}

.acordionDefault .accordion-body p:last-child {
    margin-bottom: 0!important;
}

.acordionDefault .accordion-body a {
    color: #110070;
    font-weight: 600;
}

.acordionDefault .accordion-body a:hover {
    text-decoration: underline;
}