/*Autor: Alan Varela Ferreira
email: alan.varela404@gmail.com
*/

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

html, body {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a, a:hover {
    text-decoration: none;
}

.text__center {
    text-align: center;
}

.text__right {
    text-align: right;
}

.text__left {
    text-align: left;
}

/* HEADER */

.header {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    transition: all .2s;
}

.header__yellow-bar {
    width: 100%;
    height: 1rem;
    background-color: #ffc700;
    transition: all .2s;
}

.header__contact {
    background-color: #010066;
}

.header__hide {
    max-height: 10rem;
    position: relative;
    transition: all .5s;
}

.header__contact-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.header__contact-item {
    margin-right: 3rem;
}

.header__contact-item .header__contact-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
}

.header__contact-link i {
    color: #010066;
    background-color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: .5rem;
}

.header__contact-link span a {
    color: #fff;
}

.header__redes {
    margin: 0 4rem;
}

.redes-item {
    display: inline-block;
    margin: 0 .25rem;
    transition: all .2s;
}

.redes-item:hover {
    transform: translateY(-3px);
}

.redes-item:active {
    transform: translateY(1px);
}

.header__main {
    background-color: #f2f2f2;
    padding: 1rem 0;
    position: relative;
    transition: all .2s;
}

.header__logo {}

.header__logo img {
    width: 80%;
    display: block;
    transition: all .5s;
}

.header__search {}

.header__search form {
    display: flex;
    width: 90%;
    margin-left: auto;
}

.header__search input {
    flex-grow: 1;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-radius: 5px 0 0 5px;
    padding: 1rem 2.5rem;
    color: #a8a8a8;
}

.header__search input:focus {
    outline: none;
}

.header__search input::placeholder {
    color: #a8a8a8;
    font-weight: 500;
}

.header__search button {
    color: #010066;
    background-color: #010066;
    border: none;
    padding: .5rem 1.5rem;
    font-size: 2.4rem;
    border-radius: 5px;
}

.header__nav {
    margin-top: 3rem;
}

.header__menu {}

.header__menu-list {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.header__menu-list>li {
    display: inline-block;
}

.header__menu-list>li:not(:last-child) {
    margin-right: 1rem;
}

.header__menu-list>li:not(:first-child) {
    margin-left: 1rem;
}

.header__menu-list>li>a {
    color: #626262;
    font-weight: 600;
    font-size: 2rem;
    display: block;
    position: relative;
    transition: all .2s;
}

.header__menu-list>li>a:hover {
    color: #010066;
}

.current-menu-item>a {
    color: #010066 !important;
    font-weight: 700 !important;
}

.header__menu-btn {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-radius: 5px;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 99;
    padding: .8rem 1.2rem;
    cursor: pointer;
    display: none;
}

.header__menu-btn i {
    line-height: 1;
    color: #bf313d;
}

.header__menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(77, 77, 77, 0.99);
    z-index: 999;
    padding: 2rem;
    transform: translate(100%);
    transition: all .2s ease-in;
}

.header__menu-mobile-list {
    padding: 0;
    list-style: none;
    margin-top: 2rem;
}

.header__menu-mobile-list>li {
    padding: .2rem 0;
}

.header__menu-mobile-list>li>a {
    color: #fff;
    font-size: 2rem;
    position: relative;
    padding-bottom: .2rem;
    font-weight: 500;
}

.header__menu-mobile-list>li.current-menu-item>a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: auto;
    right: 0;
    background-color: #bf2f39;
    transition: all .2s;
}

.fa-window-close {
    display: block;
    cursor: pointer;
    color: #bf313d;
    font-size: 2.5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.redes-item i {
    color: #010066;
    background-color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.header__login {
    display: flex;
    margin-left: 1rem;
}

.header__login>i {
    color: #fff;
    font-size: 3rem;
    margin-right: 1rem;
}

.header__login-btns {
    display: flex;
    flex-direction: column;
}

.btn {
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .2s;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn:active {
    transform: translateY(1px);
}

.btn--bg-red {
    background-color: #bf313d;
    border-radius: 2rem;
    padding: .1rem 3rem;
}

.btn--white, .btn--white:hover {
    color: #fff !important;
}

.btn--signin {
    padding: 0;
    font-weight: 400;
    text-decoration: underline;
}

.btn--signin:hover {
    text-decoration: underline;
}

/* .header__cart {
    float: right;
    position: relative;
    left: 6rem;
    top: -5rem;
} */

.btn--search, .btn--cart {
    background-color: #010066;
    padding: 0;
    width: 4rem;
    height: 4rem;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    ;
}

.menu__btn {
    height: auto;
    padding: 1rem 1rem .8rem 1rem;
    position: fixed;
    top: 2rem;
    right: 2rem;
    background-color: #ffc700;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    z-index: 10;
    display: none;
}

.menu__btn i {
    font-size: 2rem;
    display: block;
    line-height: 1;
}

.menu__sidebar {
    position: fixed;
    z-index: 11;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 2rem 4rem;
    background-color: #010066;
    color: #fff;
    transition: all .3s ease-in;
    transform: translate(100%);
}

.responsive__menu {
    list-style: none;
    padding: 0;
}

.responsive__menu li a {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .5rem;
    text-align: center;
    display: block;
}

.responsive__menu .current-menu-item>a {
    color: #fff !important;
    font-weight: 700 !important;
}

.menu__close {
    margin-bottom: 2rem;
}

.menu__close i {
    color: #fff;
    font-size: 2rem;
    
}

/* END HEADER */

/* BANNER */

.banner {}

.banner__item {
    
}

.banner__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.banner-content {
    position: relative;
    padding: 0 2rem;
}

.banner-title {
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 4rem;
}

.banner-btn {
    text-transform: uppercase;
}

.btn--border-white {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 1rem 2.5rem;
}

.intern__banner .banner-item {
    padding-bottom: 2rem;
    text-align: center;
}

.intern__banner .banner-title {
    text-transform: initial;
}

/* END BANNER */

/* HOME */

.page__pad {
    padding: 5rem 0;
}

.page__pad.home, .page__pad.about, .page__pad.services {
    padding-bottom: 0;
}

.home__about {
    margin-bottom: 10rem;
}

.title {
    margin-bottom: 3rem;
}

.title__before {
    display: block;
    padding-left: 7.5rem;
    position: relative;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.title__before::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6rem;
    height: .3rem;
    background-color: #ffc700;
    color: #000;
}

.title__main {
    font-size: 3.5rem;
}

.text {
    font-weight: 500;
}

.text__home-about {
    margin-bottom: 2rem;
}

.home__about-image img {
    width: 90%;
    padding-top: 2rem;
    display: block;
    margin-left: auto;
}

.home__about-info {
    padding-right: 6rem;
}

.btn--bg-blue {
    background-color: #010066 !important;
    border-radius: .5rem !important;
    padding: 1rem 3rem !important;
}

.btn--bg-blue-saber-mais {
    background-color: #010066 !important;
    border-radius: .5rem !important;
    padding: 1rem 3rem !important;
}

.btn--quote {
    font-size: 1.6rem !important;
}

.home__about .btn {
    font-size: 2rem;
}

.subtitle {
    margin-bottom: 4rem;
}

.home__services {
    margin-bottom: 10rem;
}

.home__services-items > .row > [class^='col-']{
    margin-bottom: 5rem;
}

.home__products-item, .home__services-item {
    background-color: #f2f3f5;
    padding: 2rem 1rem 0 1rem;
    width: 90%;
    display: flex;
    margin: auto;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    height: 100%;
}

.home__services-image {
    width: auto;
    width: 100%;
    height: 20rem;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.home__products-category, .home__services-category {
    display: block;
    color: #5d5e60;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.home__products-category a {
    color: #5d5e60;
    font-size: 1.6rem;
}

.home__services-name, .home__services-name {
    margin-bottom: 1.5rem;
    color: #616161;
}

.btn--home-products, .btn--home-services {
    transform: translateY(50%);
}

.btn--home-products:hover, .btn--home-services:hover {
    transform: translateY(40%);
}

.home__products .btn__box .btn, .home__services .btn__box .btn {
    font-size: 2rem;
}

.home__products {
    margin-bottom: 10rem;
}

.home__products-image {
    width: 70%;
    margin: auto;
    height: 20rem;
    position: relative;
    margin-bottom: 1rem;
}

.home__products-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel__home-products {
    margin-bottom: 6rem;
}


.carousel__home-products .owl-prev, .carousel__home-products .owl-next, .carousel__service .owl-prev, .carousel__service .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10rem !important;
    background: #010066 !important;
    display: block !important;
    width: 5rem;
    height: 5rem;
    line-height: 1;
    border-radius: 50%;
    font: unset !important;
}

.carousel__home-products .owl-prev, .carousel__service .owl-prev {
    left: 0%;
}

.carousel__home-products .owl-next, .carousel__service .owl-next {
    right: 0%;
}

.carousel__home-products .owl-prev, .carousel__home-products .owl-next, .carousel__service .owl-prev, .carousel__service .owl-next {
    font-size: 6rem !important;
}

.carousel__home-products .owl-prev span, .carousel__home-products .owl-next span, .carousel__service .owl-prev span, .carousel__service .owl-next span {
    position: relative;
    line-height: 1;
    top: -2.5rem;
    color: #fff;
}

.home__products-item {
    margin-bottom: 3rem;
}

.home__projects {
    background-color: #f2f2f2;
    padding: 10rem 0;
}

.home__projects-image img {
    width: 120%;
}

.home__projects-content {
    background-color: #010066;
    padding: 6rem 2rem 2rem 6rem;
    color: #fff;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    top: -2rem;
}

.home__clients .title__before, .home__projects-content .title__before, .home__clients .title__main, .home__projects-content .title__main {
    color: #fff;
}

.home__projects-content .btn {
    font-size: 2rem;
}

.btn--bg-yellow {
    background-color: #ffc700;
    border-radius: .5rem;
    padding: 1rem 3rem;
}

.home__clients {
    background-color: #010066;
    padding: 6rem 0;
    display: none;
}

.home__clients-item img {
    width: 100%;
    opacity: .7;
    transition: all .2s;
}

.home__clients-item img:hover {
    opacity: 1;
}

.carousel__home-clients {
    margin-top: 2rem;
}

.home__map {
    background-color: #ebebeb;
}

.home__map iframe {
    width: 100%;
    height: 30rem;
}

/* END HOME */

/* FOOTER */

.footer {
    background-color: #f2f2f2;
    color: #626262;
    padding-top: 4rem;
    border-top: .7rem solid #ebebeb;
}

.footer__about {}

.footer__logo img {
    width: 80%;
    margin-bottom: 2.5rem;
}

.footer__about .text {
    margin-bottom: 2.5rem;
}

.copyright {
    background-color: #010066;
    padding: 1.5rem 0;
    margin-top: 4rem;
    color: #fff;
    font-weight: 600;
}

.footer__item-title span {
    font-size: 1.8rem;
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer__item {
    margin-bottom: 2rem;
}

.footer__item .footer__item-link {
    display: flex;
    align-items: center;
}

.footer__item-link i {
    color: #010066;
    width: 3.5rem;
    height: 3.5rem;
    border: 2px solid #010066;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 1rem;
    font-size: 1.8rem;
}

.footer__item-link span, .footer__item address {
    color: #626262;
    font-weight: 600;
    margin-bottom: 0;
}

.footer__item-link span a {
    color: #626262;
}

.footer__infos {
    padding-left: 5rem;
}

.footer__redes i {
    color: #010066;
    background-color: transparent;
    width: 3.5rem;
    height: 3.5rem;
    border: 2px solid #010066;
    text-align: center;
    line-height: 32px;
    margin-right: 1rem;
    font-size: 1.8rem;
}

.footer__payment {
    margin-top: 2rem;
}

.footer__payment img {
    max-width: 100%;
    display: inline-block;
    max-height: 10rem;
}

/* END FOOTER */

/* ABOUT */

.about .home__about {
    margin-bottom: 0;
}

.about__motivation {}

.about__motivation-items {
    background-color: #f7f8fa;
    padding: 6rem 0 6rem 6rem;
    position: relative;
}

.about__motivation-items::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(calc(100% - 5px));
    background-color: #f7f8fa;
}

.about__motivation-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    font-weight: 500;
    gap: 2rem;
}

.about__motivation-icon img {
    width: 5rem;
    margin-right: 3rem;
}

.about__motivation-text {}

.about__motivation-text span {
    font-size: 1.8rem;
}

/* END ABOUT */

/* SERVICES */

.services__main {
    margin-top: 10rem;
}

.services__wrapper {
    margin-bottom: 10rem;
}

.services__list {
    position: relative;
}

.services__list ul {
    list-style: none;
    padding-left: 5rem;
}

.services__list ul li a {
    display: inline-block;
    color: #fff;
    background: #010066;
    padding: 1rem 2rem;
    border-radius: .5rem;
    margin-bottom: 1rem;
    transition: all .2s;
}

.services__list ul li a:hover, .services__list ul li a.active {
    background-color: #ffc700;
}

.services__image img {
    width: 90%;
    display: block;
    margin: auto;
    border-radius: 1rem;
}

.services__desc {}

.services__name {
    font-weight: 400;
    margin-bottom: 2rem;
}

.services__name a {
    color: #000;
    font-weight: 600;
}

#mostra-servico {
    position: relative;
}

.services__wrapper #loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 101%;
    background: rgb(255 255 255 / 100%);
    transition: all .2s;
}

.services__wrapper #loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* END SERVICES */

/*SERVICE*/

.service__gallery {
    margin-top: 5rem;
}

.carousel__service .owl-prev {
    left: -6%;
}

.carousel__service-item img {
    border-radius: 5px;
}

.carousel__service .owl-next {
    right: 6%;
}

.service__desc {
    margin: 5rem 0 5rem 0;
}

/*END SERVICE*/

/* PRODUCTS */

.products.page__pad {
    padding: 2rem 0 5rem 0;
}

.products__header {
    margin-bottom: 2rem;
}

.products__main {}

.products__categories {}

.products__categories ul {
    padding: 0;
    list-style: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    background-color: #fbfbfb;
}

.products__categories li a {
    color: #616161;
    display: block;
    padding: 1.5rem 1rem;
    font-size: 2rem;
    border-radius: 5px;
    text-align: left;
    transition: all .2s;
    width: 100%;
}

.products__categories li {
    border-radius: 5px;
    background-color: #f9f9f9;
}

.products__categories li:hover, .products__categories li.active {
    background-color: #010066;
}

.products__categories li:hover > div >a, .products__categories li.active > div > a, .products__categories li:hover > div > i, .products__categories li.active > div > i{
    color: #fff;
}

.products__categories-submenu {
    margin-bottom: 0 !important;
}

.products__categories-submenu li a {
    color: #616161;
    display: block;
    background-color: #f9f9f9;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-align: left;
    transition: all .2s;
}

.products__categories-submenu li a i {
    font-size: .7rem !important;
    color: #616161;
    transition: all .2s;
    vertical-align: middle;
}

.products__categories-submenu li a:hover, .products__categories-submenu li.active a, .products__categories-submenu li a:hover i, .products__categories-submenu li.active a i{
    color: #fff;
    background-color: #010066;
}

.products__categories-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1rem;
}

.products__categories-item i {
    cursor: pointer;
    transition: all .2s;
}

.products__categories-item i::before {
    cursor: pointer;
    content: "\f078";
    transition: all .2s;
    padding: 1rem;
}

.products__categories-item i.collapsed::before {
    content: "\f054";
}

.products__list {}

.products__list .home__products-item {
    margin-bottom: 7rem;
    height: calc(100% - 7rem)
}

.products__list .home__products-category, .products__list .home__services-name {
    font-size: 2.2rem;
    text-align: center;
}

.products__list .home__products-image {
    height: 17rem;
}

.pagination{
    justify-content: center;
    margin-top: 2rem;
}

.pagination a{
    color: #fff;
    background-color: #010066;
    margin: 0 .25rem;
    padding: .9rem;
    border: 1px solid #010066;
    transition: all .2s;
}

.pagination a:hover, .pagination span{
    color: #010066;
    background-color: #fff;
    margin: 0 .25rem;
    padding: .9rem;
    border: 1px solid #010066;
}

/* END PRODUCTS */

/* PRODUCT */

.product {}

.product__header {
    margin-bottom: 5rem;
}

.product__main {
    margin: 5rem 0 10rem 0;
}

.product__image img {
    width: 100%;
    border-radius: .5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.product__content {
    padding-left: 3rem;
}

.product__name {
    margin-bottom: 2rem;
    font-size: 2.4rem;
}

.product__desc {
    font-weight: 500;
    margin-bottom: 2rem;
}

.product__quantity label {
    display: block;
    font-weight: 700;
    margin-bottom: .5rem;
}

.product__quantity input {
    padding: 1rem 0rem 1rem 2rem;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    max-width: 7rem;
    font-size: 2rem;
    font-weight: 700;
}

.product__budget {
    margin-top: 10rem;
}

/* END PRODUCT */

/* PROJECTS */

.projects {}

.projects__header {}

.projects__list {
    padding: 5rem 0;
}

.projects__item {
    height: 40rem;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    margin-bottom: 2rem;
}

.projects__item-image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.projects__item-content {
    background-color: rgba(1, 0, 102, .8);
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.projects__item-name {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.projects__item-desc {
    margin-bottom: 2rem;
}

.projects__item:hover .projects__item-content {
    opacity: 1;
    visibility: visible;
}

/* END PROJECTS */

/* CONTACT */

.contact__header {
    margin-bottom: 2rem;
    padding-right: 4rem;
}

.contact__info {}

.contact__info-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.contact__info-item i, .contact__redes i {
    color: #010066;
    width: 3.5rem;
    height: 3.5rem;
    border: 2px solid #010066;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 1rem;
    font-size: 1.8rem;
}

.contact__info-item span {
    font-weight: 500;
}

.contact__redes-title {
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

.form__def form {
    padding: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

.form__def input, .form__def textarea {
    width: 100%;
    padding: .8rem 1rem;
    border: 1px solid #eee;
    margin-bottom: 2rem;
    font-weight: 500;
    transition: all .2s;
}

.form__def input[type="submit"] {
    width: auto;
}

.form__def input::placeholder, .form__def textarea::placeholder {
    color: #000;
    font-weight: 500;
}

.form__def input:focus, .form__def textarea:focus {
    outline: none;
    border: 1px solid #ccc;
}

.form__def textarea {
    min-height: 20rem;
}

.form__def button {
    font-size: 2.2rem !important;
}

/* END CONTACT */

/* PROJECT */

.project #secondary-slider {
    margin-top: 2rem;
}

.project .splide__slide {
    border-radius: .5rem;
}

.project .splide__slide img {
    width: 100%;
    display: block;
}

.project {

}

.project__header {
    margin-bottom: 5rem;
}

.project__main {

}

.project__gallery {

}

.project__content {
    font-weight: 500;
}

.project__name {
    font-weight: 500;
    margin-bottom: 2rem;
}

.project__desc {
    margin-bottom: 3rem;
}

.project__budget {

}

.project__budget span {
    font-size: 2rem;
}

.project__budget .btn {
    margin-top: 3rem
}

/* END PROJECT */

/*PRELOADER*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#loader {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #010066;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.header__search {
    width: 100%;
    margin-right: 5rem;
}

.header__search .wp_autosearch_input {
    width: 100% !important;
    color: #000000 !important;
    border-radius: 1rem !important;
}

body .wp_autosearch_suggestions {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2) !important;
}

body .wp_autosearch_suggestions li {
    transition: all .2s !important;
}

body .wp_autosearch_suggestions .wp_autosearch_category, body .wp_autosearch_suggestions .wp_autosearch_more, body .wp_autosearch_suggestions li.ac_over {
    background-color: #010066 !important;
}

.wps_even {
    background-color: #f5f5f5 !important;
}

#loading {
    display: none;
}

.wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper {
    border: none !important;
}

.whatsapp-fixed {
    position: fixed;
    display: block;
    z-index: 9999;
    background-color: #25d366;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.whatsapp-fixed i {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}

.page__404 {
    text-align: center;
}

.page__404 h1{
    font-size: 3rem;
    margin-bottom: 4rem;
}