*{
    margin: 0;
    padding: 0;
}

:root{
    --bg-header: #0346a7;
    --bg-header-dark: #141414;
    --bg-footer-bottom: #f4f4f4;
    --bg-footer: #1e1e1e;
    --cor-font-1: #000ac2;
    --cor-font-2: #9c9fe3;
    --cor-navlink: #ffffff;
    --date-post: #595959;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: Helvetica, Arial, sans-serif;
    background: var(--bg-body);
}
main {
    flex: 1 0 auto;
    overflow: hidden;
}
main figure{
    margin: 0;
}

.pagination{
    text-align: center;
    display: block;
    margin: 0px auto 40px auto;
}
.pagination a:hover{
    color: var(--cor-fonte-2);
    border: 1px solid var(--cor-fonte-2);
}
.pagination a{
    border: 1px solid transparent;
    padding: 5px 14px;
    color: var(--bs-gray);
    margin: 0px 4px;
    font-weight: 300;
    border-radius: 3px;
    cursor: pointer;
}

.pagination a.jp-current{
    border: 1px solid #f3f3f3;
}
.pagination a.jp-previous,
.pagination a.jp-next{
    position: relative;
    background-size: 15px;
}
.pagination a.jp-next{
    padding-right: 20px;
}

.pagination a.jp-previous{
    padding-left: 20px;
}

.pagination a.jp-previous:before,
.pagination a.jp-next:before{
    content: "";
    position: absolute;
    top: 10px;
    background: url("../images/icons/down.png");
    background-size: 100%;
    filter: grayscale(1);
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 14px;
}

.pagination a.jp-next:before{
    transform: rotate(-90deg);
    right: 0px;
}

.pagination a.jp-previous:before{
    left: 0;
    transform: rotate(90deg);
}

.citacao span{
        color: var(--cor-font-1);
    font-weight: 200;
    font-size: 16px;
  
}
.citacao span cite{
    all: unset;
    font-style: normal;
}
.details .name-user{
         font-size: 14px;
    min-height: 65px;
    justify-content: center;
    align-items: center;
}
.fixed-link{
     position: fixed;
    bottom: 7%;
    right: 2%;
    width: 5%;
    z-index: 99999;
}
.fixed-link img{
    width: 100%;
}
.cadastroPage figure img{
    object-fit: cover;
}
#loginDropdown{
    color:var(--cor-font-1);
}
 
.fmr-login.fmr-cadastro{
    padding: 50px 35px;
    min-height: 690px;
    display: flex;
    align-items: center;
}
 
.forca-senha.progressItem {
    height: 27px;
}
 
ul{
    padding: 0;
    list-style: none;
}
 
.backdrop-navbar{
    display: none;
}

.fmr-login .nav-tabs li {
    width: auto;
}
.loginPage figure{
    display: flex;
    width: 100%;
    height: 100%;
}
.loginPage figure img{
        object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.loginPage .chamada{
       position: relative;
    bottom: 0;
    padding: 14px 40px;
    border-top: 4px solid #141414;
}
.chamada p{
    font-size: 35px;
    color: #141414;
    font-weight: 600;
}
.fmr-login .tab-pane{
    border: none!important;
    background: none;
    padding: 50px 40px;
    width: 100%;
    margin: 0 auto;
    min-height: 469px;
}
.fmr-login .chamada{
     padding: 0px 40px;
}
.fmr-login .nav-tabs{
    height: 50px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
    border: none;
}
.fmr-login button{
    outline: none;
    box-shadow: none;
    border: none;
}
.fmr-login p{
    font-size: 22px;
    font-weight: 600;
}
.fmr-login .nav-tabs li button.nav-link{
    font-size: 14px;
    pointer-events: auto;
    padding: 5px 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
    opacity: 1;
    background: #141414;
    border-color: #141414;
    color: var(--cor-font-1);
}

.pageSteps  .nav-tabs{
    border: none;
}
.text-block{
    display: inline-block;
    width: 66%;
}
.figure-block{
    width: 27%;
    display: inline-block;
}
 
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.header-top .ct-contato li [class^="flaticon-"]:before, .header-top .ct-contato li [class*=" flaticon-"]:before, .header-top .ct-contato li [class^="flaticon-"]:after, .header-top .ct-contato li [class*=" flaticon-"]:after {
    display: inline-block;
    font-size: 16px;
    padding-right: 6px;
    margin-left: 0;
}
.cor-1{
    color: var(--cor-fonte-2)!important;
}
.btn, .btn:focus{
    outline: none;
    box-shadow: none;
    border: none;
}
a.destaque{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: var(--cor-fonte-2);
    padding: 14px 28.5px;
    display: block;
}
 
.navbar-brand img{
    max-width: 150px;
    height: 100%;
} 
footer p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    color: var(--cor-font-2);
}
i.theme-icon{
    display: inline-block;
}
 
i.theme-icon.envelope-line-icon{
    -webkit-mask: url("../images/icons/envelope-line-icon.svg") center / contain no-repeat;
    margin-right: 7px;
}
 
i.theme-icon.phone-line-icon{
    -webkit-mask: url("../images/icons/phone-line-icon.svg") center / contain no-repeat;
    margin-right: 7px;
}
 
i.theme-icon.login{
    -webkit-mask: url("../images/login.svg") center / contain no-repeat;
    margin-right: 7px;
}
i.theme-icon.donwload-icon{
    -webkit-mask: url("../images/icons/donwload-icon.svg") 100% center / 100% no-repeat;
}
i.theme-icon.eye-view{
    -webkit-mask: url("../images/icons/eye-view.svg") 100% center / 100% no-repeat;
}
i.theme-icon.share-icon{
    -webkit-mask: url("../images/icons/share-icon.svg") 100% center / 100% no-repeat;
}

i.theme-icon.start-icon{
    top:0;
    left: 0;
}
.header-of-page{
    min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-header .text h1{
    font-weight: 400;
    position: relative;
    padding-bottom: 16px;
    color: #000ac2;
}
.text-header .text h1:after{
     content: "";
    bottom: 2px;
    left: 0;
    position: absolute;
    width: 35%;
    height: 1px;
    background: var(--bg-footer-bottom);
}
.subtitle-page h2 {
    color: #000ac2;
}
.text-header .text h1:before{
    content: "";
    bottom: -2px;
    left: 30px;
    position: absolute;
    width: 52px;
    height: 9px;
    background: #000ac2;
    z-index: 2;
}
.text-header .text h1 span{
    color:var(--cor-font-1);
}
.text-header{
    padding: 14px 0px;
}
.text-header .text p{
    font-size: 25px;
    font-weight: 200;
    color: var(--cor-font-1);
    margin: 0;
}
 
@-webkit-keyframes highlight {
    to {
        background-position: 0 0;
    }
}
 
@keyframes highlight {
    to {
        background-position: 0 0;
    }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}
 
.section-default{
    min-height: 370px;
}

/*Header*/
#header  .navbar-collapse {
justify-content: start;
}
 
#header.bg-1 .navbar-expand-lg {
    background: #b91c23;
    top: 58px;
}
#header .logo-b{
    display: block;
}
#header .logo-a{
    display: none;
}

#header .navbar-expand-lg{
    transition: all 100ms linear;
    background: var(--bg-header);
    z-index: 9;
    height: auto;
    z-index: 9999999;
}
 
#header .nav-link.active:before,
#header .extra-link.active:before{
    content: "";
    position: absolute;
    display: block;
    left: 14px;
    margin: 0 auto;
    bottom: 7px;
    width: 45%;
    height: 2px;
    box-shadow: 0px 2px 8px rgb(212 212 212 / 48%);
    animation: widthActive 2s normal ease-out;
}
 
#header .extra-link.active:before{
    left: 6px;
    bottom: 0px;
}
@-webkit-keyframes widthActive{
  0%{width: 0%;background: var(--cor-font-1);}
  100%{width: 45%;}
}
@keyframes widthActive{
  0%{width: 0%;background: var(--cor-font-1);}
  100%{width: 45%;}
}
 
#header .navbar-expand-lg.fixed-top{
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    -webkit-animation: headerSlideDown 0.95s ease forwards;
    animation: headerSlideDown 0.95s ease forwards;
    z-index: 99999;
}
#header .navbar-expand-lg.fixed-top .navbar-nav {
    align-items: center;
}
#header .dropdown-menu li{
    width: 100%;
}

#header  .navbar>.container, #header .navbar>.container-fluid{
    align-items: center;
    justify-content: space-between;
}
#header .navbar-expand-lg li {
    list-style: none;
    display: inline-block;
    font-size: inherit;
    transition: opacity 0.2s;
}
 
#header .navbar-expand-lg  .nav-link,
.extra-link{
    font-size: 12px;
    font-weight: 600;
    color: var(--cor-navlink);
    letter-spacing: 1.2px;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
}
.page-header-overlay {
    background: rgba(124, 182, 69, 0.61);
}
.bg-page-header .page-header {
    padding: 64px 0 44px 0;
}
.page-title h1 {
    color: #fff;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}
.page-header-content .breadcrumb {
    background: none;
    margin: 0;
    padding-top: 10px;
    justify-content: center;
}
.page-header-content .breadcrumb li, .page-header-content .breadcrumb li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}


.break{
    display: block;
}
.subtitle-page h2{
    font-size: 26px;
    font-weight: normal;
}
.blog-list-item{
    min-height: 395px;
    margin-bottom: 50px;
}
#listagem .blog-list-item{
    min-height: 310px;
}

.blog-list-item .tags{
    min-height: 20px;
}

.blog-list-item .description{
    min-height: 115px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 0px;
}
.blog-list-item figure img{
    border-radius: 28px;
}
.blog-list-item figure img:hover{
    transform: scale(1.1);
}
#commentsSection .forms-padrao label, .forms-padrao input {
    font-size: 17px;
    line-height: normal;
}
#commentsSection  .form-floating>label.error,
#commentsSection .forms-padrao .form-check label.error {
     bottom: 25px;
    font-size: 13px!important;
}
#commentsSection .form-check-label strong{
    color:#67696A;
}
#commentsSection .forms-padrao textarea{
        height: 220px!important;
        margin-bottom: 14px;
}
#commentsSection .forms-padrao .form-check-input{
    border: 1px solid #000000!important;
    background: transparent;
}

#commentsSection h3{
    font-size: 25px;
    font-weight: 700;
}
 
.blog-list-item .item-text{
    padding: 0px 17% 0px 20px;
}
.blog-list-item figure{
    padding: 0 1rem;
}
.commentsListOrder,
.commentsList{
    margin-top: 30px;
}
.commentContent {
    margin: 14px 0px 30px 0px;
}
.commentContent p{
    margin: 0;
    line-height: normal;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}
.commentsList span.nameUser{
    color: var(--date-post);
    font-size: 18px;
    font-weight: 600;;
}
.commentsList span.commentDate {
    font-weight: 200;
    font-size: 15px;
    color: var(--date-post);
}
.commentsListOrder .form-select{
    width: 150px;
    padding: 0.375rem 0.25rem 0.375rem 1.95rem;
    background-position: left .75rem center;
    height: 50px;
    opacity: 0.7;
}

.blog-list-item .tags p,
.tags-related span{
    color: var(--cor-font-1);
    font-size: 16px;
    font-weight: 600;
}
.blog-list-item .date-post-article{
    color: var(--date-post);
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 7px 0px;
}
.blog-list-item a{
    color: unset;
    cursor: pointer;
}
.blog-list-item h3{
    font-weight: bolder;
    font-size: 23px;
    margin: 12px 0px;
}

.border-divider{
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(112 112 112 / 61%);
}
.social-item-option{
    display: inline-block;
    margin-right: 10px;
}
.social-item-option img{
    height: 35px;
}
.blog-content .editor{
    margin-top: 60px;
}

.blog-content .header-content-blog h1{
    font-weight: bolder;
    margin-bottom: 30px;
}
.blog-content .header-content-blog .infopost,
.blog-content .header-content-blog .tags-related {
    padding-left: 15px;
    padding-bottom: 5px;
}
.blog-content .header-content-blog .infopost span{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--date-post);
    line-height: normal;
}
.blog-content .header-content-blog .autorName figure{
        width: 80px;
}
.blog-content .header-content-blog .autorName figure img{
    border-radius: 50%;
}
@keyframes positionEffect1{
    0%{left: 0;}
    100%{left: 30%;}
}
.item-mobile{
    display: none;
}
.item-desktop{
    display: block;
}
body.menu-open{
    overflow: hidden;
}
body.menu-open .backdrop-navbar{
    width: 100%;
    height: 100vh;
    display: block;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    position: fixed;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
footer{
    position: relative;
}
footer a{
    text-decoration: none;
}
.widgets-title {
    margin-bottom: 20px;
    padding: 0px 20px 0px  0px;
}
.logo-footer {
    max-width: 100%;
    height: auto;
    width: 60%;
}
.widgets-title h3 {
    text-transform: none;
    font-weight: bold;
    position: relative;
    color: #fefefe;
    font-size: 16px;
}
.widgets-title h3::after {
    content: ' ';
    width: 16px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.social-icon-rounded li {
    display: inline-block;
    overflow: hidden;
    margin: 0 3px;
}
.social-icon-rounded li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: var(--cor-fonte-2);
    border: 2px solid var(--cor-fonte-2);
    border-radius: 100%;
    overflow: hidden;
}
.social-icon-rounded li a:hover {
    background: var(--cor-fonte-2);
    border: 2px solid var(--cor-fonte-2);
    color: #fff;
}
.quick-links li a:hover,.address li a:hover {
    color: var(--date-post);
}
.quick-links li{
    margin-bottom: 2px;
}
.latest-news li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #343434;
 
}
.latest-news li:first-child, .twitter-widget li:first-child {
    padding-top: 0;
}
.latest-news li:last-child, .twitter-widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.address li .fa {
    float: left;
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: var(--cor-fonte-2);
    line-height: 36px;
    text-align: center;
    background: var(--bg-footer);
    border: 1px solid #343434;
    border-radius: 2px;
    margin-right: 14px;
}

.address-box {
    margin-top: 20px;
    overflow: hidden;
}
 
.post-date {
    font-size: 14px;
    color: #9b9b9b;
}
.quick-links li a {
    font-weight: 300;
    position: relative;
    margin-left: 15px;
    color: var(--cor-navlink);
    font-size: 15px;
}
.quick-links.not-style li a{
    margin-left: 0;
    color: #ffffffff;
}
.quick-links i.theme-icon{
    background: var(--cor-navlink);
    width: 18px;
    height: 18px;
    margin-right: 9px;
}
.bg-footer-top {
    background: var(--bg-header);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 50px;
    padding: 25px 0 11px;
}
 
 
.landing-footer .quick-links i.theme-icon{
    background: var(--cor-font-1);
}
.landing-footer ul li{
        color: var(--cor-font-1);
}

ul.in-line li{
    display: inline-block;
    margin: 0;
}

ul.in-line i.theme-icon{
       margin: 0px 5px 0px 0px;
}

i.theme-icon.whatsapp{
    -webkit-mask: url("../images/icons/whatsapp.svg") center / contain no-repeat;
}
 
i.theme-icon.mail{
    -webkit-mask: url("../images/icons/mail.svg") center / contain no-repeat;
}
i.theme-icon.linkedin{
    -webkit-mask: url("../images/icons/linkedin.svg") center / contain no-repeat;
}
i.theme-icon.globo{
    -webkit-mask: url("../images/icons/glob.svg") center / contain no-repeat;
}
i.theme-icon.instagram{
    -webkit-mask: url("../images/icons/instagram.svg") center / contain no-repeat;
}
.btn-default
{
    color: var(--cor-font-1);
    padding: 8px 40px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
 
.copyright-txt p {
    font-size: 16px;
    color:  var(--cor-font-2);
    padding-top: 8px;
}
 
.copyright-txt p a {
    color: var(--cor-fonte-2);
    font-weight: 700;
}
 
.copyright-txt p a:hover{
    color: #000000;
}
@media(min-width: 1400px){
    .navbar-brand img {
        max-width: 170px;
    }
    #header .navbar-expand-lg .nav-link, .extra-link {
        font-size: 14px;
    }
}
@media(min-width: 1px) and (max-width:992px){
    .blog-content .header-content-blog h1 {
        font-size: 28px;

    }
    #blogArticlesRelated h2 {
        font-size: 28px;
    }
    .social-share-links{
        text-align: center;
    }
    .blog-content .header-content-blog .tags-related{
        margin-top: 20px;
    }
    .autorinfo{
        flex-wrap: wrap;
    }
    .blog-content {
        max-width: 90%;

    }

    .blog-list-item h3 {
        font-size: 24px;
    }


    .row.mobile-reverse,
    .mobile-reverse{
        display: flex;
        flex-direction: column-reverse;
    }

    .btn-default
    {
        padding: 6px 20px!important;
    }
    .padding-default {
        padding: 30px 19px 20px 19px;
    }
    #header .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }
    #header .navbar-expand-lg .navbar-collapse.show {
       left: 0px;
        z-index: 7;
        display: flex;
    }
    .fixed-link {
        width: 18%;
    }
    .title-style {
        font-size: 40px;
    }
    .formsteps  .options {
        flex-wrap: wrap;
    } 
    .formsteps  .options .item{
        width: 100%;
    }
    .descritivo{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .formsteps .form-group .group {
        margin-bottom: 22px;
    }
    #header .navbar-expand-lg.fixed-top .navbar-nav {
        justify-content: start;
        align-items: initial;
    }
 
    #header .nav-link.active:before, #header .extra-link.active:before {
        left: 0;
        bottom: 0px;
        width: 100%;
    }
    .fmr-login .nav-tabs li {
        width: 50%!important;
    }

    .text-header .text{
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 74px 0px 2px 0px;
    }
    .text-header .text h1 {
        font-size: 30px;
        text-align: initial;
    } 
 
   
    #header .navbar-expand-lg .nav-link, .extra-link{
        font-size: 20px;
    }
    .navbar-nav{
        margin-top: 30px;
    }
   
    .bg-footer-top {
        padding: 35px 19px 0px 19px;
    }
     
    .bg-footer-top .itemColumn.justify-content-center{
        justify-content: initial!important;
    }
    .footer-widgets{
        margin-bottom: 50px;
    }
     
    .section-default{
        min-height: auto;
    }
    .logo-mobile{
        max-width: 100%;
        margin-bottom: 30px;
        padding: 12px;
        border-bottom: 2px solid var(--cor-font-1);
    }
    .item-mobile{
        display: block;
    }
    #header .navbar-toggler {
        right: 5px;
        z-index: 10;
        box-shadow: none;
        border: none;
    }
    #header, 
    #header .navbar-expand-lg {
        height: 62px;
    }
    #header .navbar-toggler:focus{
        box-shadow: none;
    }
    .logo-mobile{
        max-width: 100%;
        margin-bottom: 5px;
        padding: 15px 10px;
        border-bottom: 2px solid var(--cor-font-1);
        
    }
    #header .navbar-brand img, .logo-mobile img{
        max-width: 70%;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
 
    .logo-mobile img{
        display: block;
        margin: 0 auto;
    }
    .mobile{
        display: block!important;
    }

    body.menu-open #header .navbar-toggler-icon{
        background: url("../images/icons/close-menu.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        font-size: 0;
    }
    #header .navbar-toggler-icon{
        background: url("../images/icons/menu.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        font-size: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    #header.bg-1 .navbar-expand-lg {
        background: transparent;
        top: 70px;
    }
    #header .navbar-expand-lg .navbar-collapse{
        left: -1000px;
        position: fixed;
        top: 0;
        padding: 25px 20px;
        height: 100%;
        width: 80%;
        z-index: 99;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        background: var(--bg-header);
        display: block!important;
    }
    #header .navbar-expand-lg .navbar-collapse.show {
        left: 0px;
        z-index: 7;
    }
    #header .navbar-expand-lg  .nav-link, #header .navbar-expand-lg.fixed-top  .nav-link {
        padding-bottom: 4px;
        margin: 5px 0px 0px 0px;
        padding: 2px 0px;
        display: inline;
    }
    #header .navbar-expand-lg li {
        margin: 0px 0px 7px 0px;
        padding: 0px 14px;
    }
}
 

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
}
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}
 
@-webkit-keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg);
    }
 
}
 
@keyframes loading-center-absolute {
    100% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}
 
 
 
@-webkit-keyframes object_one {
    25% {
        -webkit-transform: translate(0, -50px) rotate(-180deg);
    }
 
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
 
}
 
@keyframes object_one {
    25% {
        transform: translate(0, -50px) rotate(-180deg);
        -webkit-transform: translate(0, -50px) rotate(-180deg);
    }
 
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}
 
 
@-webkit-keyframes object_two {
    25% {
        -webkit-transform: translate(50px, 0) rotate(-180deg);
    }
 
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}
 
@keyframes object_two {
    25% {
        transform: translate(50px, 0) rotate(-180deg);
        -webkit-transform: translate(50px, 0) rotate(-180deg);
    }
 
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}
 
@-webkit-keyframes object_three {
    25% {
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
    }
 
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}
 
@keyframes object_three {
    25% {
        transform: translate(-50px, 0) rotate(-180deg);
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
    }
 
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: rtranslate(0, 0) rotate(-180deg);
    }
}
 
 
@-webkit-keyframes object_four {
    25% {
        -webkit-transform: translate(0, 50px) rotate(-180deg);
    }
 
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}
 
@keyframes object_four {
    25% {
        transform: translate(0, 50px) rotate(-180deg);
        -webkit-transform: translate(0, 50px) rotate(-180deg);
    }
 
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}