/* Minification failed. Returning unminified contents.
(1410,36): run-time error CSS1046: Expect comma, found '0'
(1410,40): run-time error CSS1046: Expect comma, found '/'
(1416,36): run-time error CSS1046: Expect comma, found '0'
(1416,40): run-time error CSS1046: Expect comma, found '/'
(1420,36): run-time error CSS1046: Expect comma, found '0'
(1420,40): run-time error CSS1046: Expect comma, found '/'
(1474,36): run-time error CSS1046: Expect comma, found '0'
(1474,40): run-time error CSS1046: Expect comma, found '/'
 */
#pagina-detalhes-campanha {
    padding-bottom: 145px !important;
    padding-top: 60px;
}


#pagina-detalhes-campanha .valor-arrecadado .valor {
    font-family: "Raleway";
    display: flex;
    align-items: baseline;
    margin-top: -7px;
}


#pagina-detalhes-campanha .valor-arrecadado .valor .numero {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    white-space: nowrap;
}


#pagina-detalhes-campanha .valor-arrecadado .valor .numero .moeda {
    font-weight: 200;
    font-size: 14px;
}



#pagina-detalhes-campanha .valor-arrecadado .valor .label {
    color: #f7f7f7;
    font-size: 12px;
    margin-left: 5px;
}

#pagina-detalhes-campanha .valor-arrecadado .barra-progresso {
    margin-top: 10px;
    background-color: rgba(255, 255, 255, .1);
}





#pagina-detalhes-campanha .wrapper-1 {
    padding-left: 30px;
    display: flex;
    align-items: center;
}

#pagina-detalhes-campanha .wrapper-1 .secao-1 .legenda {
    color: grey;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Raleway";
    font-weight: 200;
}

#pagina-detalhes-campanha .wrapper-1 .secao-1 .nome {
    margin-top: 10px;
    font-family: "Raleway";
    font-weight: 800;
    font-size: 36px;
}


#pagina-detalhes-campanha .wrapper-1 .secao-1 .paciente {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#pagina-detalhes-campanha .wrapper-1 .secao-1 .paciente .icone {
    height: 22px;
    width: 21px;
    fill: #060B3D;
}


#pagina-detalhes-campanha .wrapper-1 .secao-1 .paciente .label {
    font-family: "Raleway";
    margin-left: 10px;
    font-size: 21px;
}


#pagina-detalhes-campanha .wrapper-1 .secao-1 .paciente .label .nome-completo {
    font-weight: 700;
}


#pagina-detalhes-campanha .wrapper-1 .secao-2 {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-right: 30px;
}


#pagina-detalhes-campanha .wrapper-1 .secao-2 > div:first-child{
    margin-right: 30px;
}

#pagina-detalhes-campanha .wrapper-1 .secao-2 .verificado {
    height: 35px;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    
}

#pagina-detalhes-campanha .wrapper-1 .secao-2 .verificado .icone {
    width: 15px;
    fill: #8175F9;
    height: 15px;
}


#pagina-detalhes-campanha .wrapper-1 .secao-2 .verificado .label {
    margin-left: 5px;
    color: #8175F9;
    font-weight: 700;
    font-family: Raleway;
    transition: .2s ease-in-out;
    margin-top: 1px;
}


#pagina-detalhes-campanha .wrapper-1 .secao-2 .curtir {
    height: 35px;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 10px;
    transition: .2s ease-in-out;
}

#pagina-detalhes-campanha .wrapper-1 .secao-2 .curtir .icone {
    transition: .2s ease-in-out;
    cursor: pointer;
    fill: #f4f4f4;
    width: 14px;
    height: 14px;
    display: flex;
}

#pagina-detalhes-campanha .wrapper-1 .secao-2 .curtir .icone.ativo {
    fill: #F8312F;
}

#pagina-detalhes-campanha .wrapper-1 .secao-2 .curtir .icone:hover {
    fill: #F8312F;
    opacity: .8;
}

#pagina-detalhes-campanha .wrapper-1 .secao-2 .curtir .label {
    color: #fff;
    margin-left: 5px;
    font-family: "Raleway";
}


#pagina-detalhes-campanha .wrapper-1 .secao-2 .curtir .label .numero {
    font-weight: 600;
}




#pagina-detalhes-campanha .wrapper-2 {
    display: flex;
    align-items: flex-start;
    margin-top: 60px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}






#pagina-detalhes-campanha .wrapper-2 .secao-1 {
    width: 400px;
    flex-shrink: 0;
}

#pagina-detalhes-campanha .wrapper-2 .secao-1 .imagem {
    height: 400px;
    width: 100%;
    background-size: cover;
    border-radius: 10px;
}


#pagina-detalhes-campanha .wrapper-2 .secao-2 {
    padding: 30px;
}


#pagina-detalhes-campanha .wrapper-2 .secao-2 .titulo {
    font-size: 26px;
    font-weight: 700;
    font-family: "Raleway";
}


#pagina-detalhes-campanha .wrapper-2 .secao-2 .titulo span {
    font-weight: 800;
    background-color: #060B3D;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
}

#pagina-detalhes-campanha .wrapper-2 .secao-2 .descricao {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}


#pagina-detalhes-campanha .wrapper-3 {
    margin-top: 30px;
    padding: 30px;
    /*background-color: rgba(255, 255, 255, .5);*/
    background-color: #FBFBFB;
    border-radius: 10px;
}


#pagina-detalhes-campanha .wrapper-3 .titulo {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
}


#pagina-detalhes-campanha .wrapper-3 .titulo .icone {
    width: 50px;
    height: 32px;
    display: flex;
    fill: #060B3D;
    opacity: .8;
    
}

#pagina-detalhes-campanha .wrapper-3 .titulo .label {
    font-size: 26px;
    font-family: "Raleway";
    margin-top: 30px;
    font-weight: 200;
    line-height: 40px;
    /*color: #43D2F7;*/
}


#pagina-detalhes-campanha .wrapper-3 .titulo .label .s1 {
    font-weight: 700;
}


#pagina-detalhes-campanha .wrapper-3 .titulo .label .s2 {
    font-weight: 700;
    color: #43D2F7;
}


#pagina-detalhes-campanha .wrapper-3 .doadores {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}



#pagina-detalhes-campanha .wrapper-3 .doadores .doador {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 1px 1px 2px lightgrey;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    /*max-width: 1000px;*/
}


#pagina-detalhes-campanha .wrapper-3 .doadores .doador:last-child{
    margin-bottom: 0px;
}

#pagina-detalhes-campanha .wrapper-3 .doadores .doador .info .nome {
    font-size: 16px;
    font-family: "Raleway";
    font-weight: 700;
}


#pagina-detalhes-campanha .wrapper-3 .doadores .doador .info .descricao {
    font-family: "Raleway";
    /*color: #8175F9;*/
    opacity: .6;
    font-size: 14px;
    margin-top: 5px;
}

#pagina-detalhes-campanha .wrapper-3 .doadores .doador .doacao {
    margin-left: auto;
    font-size: 14px;
    font-family: "Raleway";
    display: flex;
    align-items: center;
}

#pagina-detalhes-campanha .wrapper-3 .doadores .doador .doacao .label {
    font-family: "Raleway";
    
    color: grey;
    font-size: 12px;
}

#pagina-detalhes-campanha .wrapper-3 .doadores .doador .doacao .valor {
    font-weight: 600;
    background-color: #43D2F7;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

#pagina-detalhes-campanha .wrapper-3 .doadores .doador .doacao .valor .moeda {
    font-size: 12px;
    font-weight: 500;
}



#pagina-detalhes-campanha .wrapper-doacao {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #8175F9;
    background-color: #060B3D;
    background-color: rgba(6, 11, 61, .9);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}


#pagina-detalhes-campanha .wrapper-doacao .container {
    flex-grow: 1;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#pagina-detalhes-campanha .wrapper-doacao .container .secao-1 {
    flex-grow: 1;
}



#pagina-detalhes-campanha .wrapper-doacao .container .secao-2 {
    margin-left: 100px;
}


#pagina-detalhes-campanha .wrapper-arrecadacao {
    display: none;
}


#pagina-detalhes-campanha .wrapper-meta {
    text-align: center;
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

#pagina-detalhes-campanha .wrapper-meta .legenda {
    color: grey;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Raleway";
    font-weight: 200;
}

#pagina-detalhes-campanha .wrapper-meta .valor {
    font-size: 26px;
    margin-top: 5px;
    font-weight: 700;
}


#pagina-detalhes-campanha .video {
    margin-top: 25px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
}

#pagina-detalhes-campanha .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 900px) {
    /* FONTES */

    #pagina-detalhes-campanha .wrapper-1 .secao-1 .legenda {
        font-size: 10px;
    }

    #pagina-detalhes-campanha .wrapper-1 .secao-1 .nome {
        font-size: 32px;
    }

    #pagina-detalhes-campanha .wrapper-1 .secao-1 .paciente .label {
        font-size: 16px;
    }

    #pagina-detalhes-campanha .wrapper-2 .secao-2 .titulo,
    #pagina-detalhes-campanha .wrapper-3 .titulo .label {
        font-size: 21px;
    }


    /* OUTROS */


    #pagina-detalhes-campanha {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px !important;
    }

    #pagina-detalhes-campanha .wrapper-1 {
        margin-top: 15px;
        flex-direction: column;
        padding-left: 0px;
    }

    #pagina-detalhes-campanha .wrapper-1 .secao-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #pagina-detalhes-campanha .wrapper-1 .secao-1 .nome {
        margin-top: 5px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    #pagina-detalhes-campanha .wrapper-1 .secao-1 .paciente {
        margin-top: 15px;
    }

    #pagina-detalhes-campanha .wrapper-1 .secao-1 .paciente .icone {
        height: 19px;
        width: 17px;
    }

    #pagina-detalhes-campanha .wrapper-1 .secao-1 .paciente .label {
        margin-left: 7px;
    }

    #pagina-detalhes-campanha .wrapper-1 .secao-2 {
        padding-right: 0px;
        margin-left: 0px;
        margin-top: 30px;
    }

    #pagina-detalhes-campanha .wrapper-2 {
        padding: 0px;
        margin-top: 30px;
        flex-direction: column;
    }

    #pagina-detalhes-campanha .wrapper-2 .secao-1 {
        width: 100%;
    }


    #pagina-detalhes-campanha .wrapper-2 .secao-2 {
        padding: 15px;
        padding-top: 30px;
    }

    #pagina-detalhes-campanha .wrapper-2 .secao-2 .titulo {
        text-align: center;
        
    }

    #pagina-detalhes-campanha .wrapper-2 .secao-2 .descricao {
        margin-top: 25px; /*30px, pra compensar a margem do texto*/
        text-align: justify;
    }

    #pagina-detalhes-campanha .wrapper-3 
    {
        margin-top: 15px;
        padding: 15px;
    }

    #pagina-detalhes-campanha .wrapper-3 .titulo {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    #pagina-detalhes-campanha .wrapper-3 .titulo .icone {
        height: 19px;
        width: 30px;
    }

    #pagina-detalhes-campanha .wrapper-3 .titulo .label {
        margin-top: 15px;
        line-height: 30px;
    }

    #pagina-detalhes-campanha .wrapper-3 .titulo .label br {
        display: none;
    }

    #pagina-detalhes-campanha .wrapper-3 .doadores {
        margin-top: 15px;
    }

    #pagina-detalhes-campanha .wrapper-3 .doadores .doador {
        flex-direction: column;
        align-items: center;
        padding: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #pagina-detalhes-campanha .wrapper-3 .doadores .doador .info {
        text-align: center;
    }

    #pagina-detalhes-campanha .wrapper-3 .doadores .doador .doacao {
        margin-left: 0px;
        margin-top: 30px;
        flex-direction: column;
    }

    #pagina-detalhes-campanha .wrapper-3 .doadores .doador .doacao .valor {
        margin-top: 5px;
        margin-left: 0px;
    }


    #pagina-detalhes-campanha .wrapper-doacao {
        /*height: 215px;*/
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        left: 5px;
        width: calc(100% - 10px);
    }

    #pagina-detalhes-campanha .wrapper-doacao .container {
        flex-direction: column;
        padding: 15px;
        
    }


    #pagina-detalhes-campanha .wrapper-doacao .container .secao-1 {
        /*width: 100%;*/
        display: none;
    }

    #pagina-detalhes-campanha .wrapper-doacao .container .secao-2 {
        margin-left: 0px;
        /*margin-top: 30px;*/
        width: 100%;
    }

    #pagina-detalhes-campanha .wrapper-doacao .container .secao-2 .btn {
        height: 60px;
        
    }

    #pagina-detalhes-campanha .wrapper-arrecadacao {
        display: block;
        padding: 30px;
        margin-top: 15px;
        background-color: #060B3D;
        border-radius: 10px;
    }

    #pagina-detalhes-campanha .wrapper-arrecadacao .valor-arrecadado .valor {
        flex-direction: column;
    }

    #pagina-detalhes-campanha .wrapper-arrecadacao .valor-arrecadado .valor .label
    {
        margin-left: 0px;
        margin-top: 0px;
    }


    #pagina-detalhes-campanha .wrapper-meta {
        margin-top: 15px;
        padding: 15px;
    }

}
#pagina-doar {
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
}


#pagina-doar .secao-2 {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 60px;
    padding: 30px;
    text-align: center;
}


#pagina-doar .secao-2 > .icone {
    height: 50px;
    width: 50px;
    display: inline-flex;
    fill: #8175F9;
    opacity: .8;
}

#pagina-doar .secao-2 > .titulo {
    font-family: "Raleway";
    font-weight: 600;
    font-size: 42px;
    color: #8175F9;
    margin-top: 30px;
}

#pagina-doar .secao-2 > .titulo .doar {
    font-weight: 700;
}


#pagina-doar .secao-2 > .subtitulo {
    font-size: 21px;
    font-family: "Raleway";
    color: grey;
    font-weight: 200;
    margin-top: 10px;
}




#pagina-doar .secao-2 .opcoes {
    margin-top: 75px;
    display: flex;
    align-items: center;
}

#pagina-doar .secao-2 .opcoes .opcao {
    background-color: #060B3D;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    margin-right: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    min-height: 475px;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-medio,
#pagina-doar .secao-2 .opcoes .opcao.outro-valor {
    box-shadow: 0px 4px 0px 0px #8175f9;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-maior {
    box-shadow: 0px 4px 0px 0px #ff9800;
    margin-top: -50px;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-medio:hover,
#pagina-doar .secao-2 .opcoes .opcao.outro-valor:hover {
    transform: translateY(-10px);
    box-shadow: 0px 40px 29px -19px rgba(129, 117, 249, .9);
}

#pagina-doar .secao-2 .opcoes .opcao.valor-maior:hover {
    transform: translateY(-10px);
    box-shadow: 0px 40px 29px -19px rgba(255, 152, 0, .9);
}


#pagina-doar .secao-2 .opcoes .opcao:last-child {
    margin-right: 0px;
}


#pagina-doar .secao-2 .opcoes .opcao .icone-container {
    text-align: center;
    display: flex;
    justify-content: center;
}

#pagina-doar .secao-2 .opcoes .opcao .icone {
    fill: #fff;
    height: 50px;
    width: 50px;
    display: inline-flex;
    opacity: .4;
    transition: all 0.4s ease;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-medio:hover .icone,
#pagina-doar .secao-2 .opcoes .opcao.outro-valor:hover .icone {
    fill: #8175F9;
    opacity: 1;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-maior:hover .icone {
    fill: #ff9800;
    opacity: 1;
}



#pagina-doar .secao-2 .opcoes .opcao .titulo {
    margin-top: 17px;
    font-weight: 600;
    font-family: "Raleway";
    font-size: 16px;
}

#pagina-doar .secao-2 .opcoes .opcao .subtitulo {
    margin-top: 5px;
    font-weight: 200;
    line-height: 18px;
}

#pagina-doar .secao-2 .opcoes .opcao .container-valor {
    border: 3px solid #fff;
    border-radius: 10px;
    flex-grow: 1;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-maior .container-valor {
    border: 3px solid #ff9800;
}



#pagina-doar .secao-2 .opcoes .opcao .container-valor .pontos {
    margin-top: 30px;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-maior .container-valor .pontos {
    color: #ff9800;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-medio .container-valor .pontos,
#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .pontos {
    color: #8175F9;
}


#pagina-doar .secao-2 .opcoes .opcao .container-valor .pontos .legenda {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#pagina-doar .secao-2 .opcoes .opcao .container-valor .pontos .saldo {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

#pagina-doar .secao-2 .opcoes .opcao .container-valor .pontos .saldo .bonus {
    font-weight: 500;
}

#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .pontos .saldo {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .pontos .saldo .digito {
    height: 17px;
    width: 15px;
    flex-shrink: 0;
    margin-right: 3px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 2px;
    opacity: .8;
}


#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .pontos .saldo .digito:last-child{
    margin-right: 0px;
}


#pagina-doar .secao-2 .opcoes .opcao .container-valor .valor .numero {
    color: #fff;
    font-weight: 600;
    font-size: 54px;
    white-space: nowrap;
    font-family: "Raleway";
    display: flex;
    align-items: baseline;
    margin-top: -13px;
}


#pagina-doar .secao-2 .opcoes .opcao.valor-maior .container-valor .valor .numero {
    /*color: #43D2F7;*/
}

#pagina-doar .secao-2 .opcoes .opcao .container-valor .valor .numero .moeda {
    font-weight: 200;
    font-size: 21px;
    margin-right: 7px;
}

#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .valor .numero .moeda {
    margin-top: 20px;
}


#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .valor .numero {
    display: flex;
    align-items: center;
    margin-top: 10px;
}


#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .valor .numero .container-digitos {
    display: flex;
    align-items: center;
}

#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .valor .numero .container-digitos .digito {
    height: 44px;
    width: 40px;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
}

#pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .valor .numero .container-digitos .digito:last-child{
    margin-right: 0px;
}



#pagina-doar .secao-2 .opcoes .opcao .legenda-pontos {
    margin-top: 10px;
    line-height: 15px;
    opacity: .6;
    font-size: 10px;
}


#pagina-doar .secao-2 .opcoes .opcao .legenda-pontos span{
    font-weight: 600;
}


#pagina-doar .secao-2 .opcoes .opcao .btn {
    margin-top: 30px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-medio .btn {
    background-color: #8175F9;
}

#pagina-doar .secao-2 .opcoes .opcao.valor-maior .btn {
    background-color: #ff9800;
}

#pagina-doar .secao-2 .opcoes .opcao.outro-valor .btn {
    background-color: rgba(255, 255, 255, .2);
}

#pagina-doar .secao-2 .opcoes .opcao .btn .valor-opcao {
    font-weight: 700;
}


#pagina-doar .secao-2 .doacao-outro-valor-container {
    display: none;
}


#pagina-doar .secao-2 .doacao-outro-valor-container.visivel {
    
    display: block;
    padding-top: 30px;
}


#pagina-doar .secao-2 .formulario-doacao {
    margin-top: 30px;
    background-color: #060B3D;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #8175f9;
    margin: 0 auto;
    max-width: 800px;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .icone-container {
    text-align: center;
    display: flex;
    justify-content: center;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .icone-container .icone {
    fill: #8175F9;
    height: 50px;
    width: 50px;
    display: inline-flex;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .titulo {
    margin-top: 17px;
    font-weight: 600;
    font-family: "Raleway";
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .subtitulo {
    margin-top: 5px;
    font-weight: 200;
    line-height: 18px;
    color: #fff;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container {
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;

    display: inline-block;
    width: 100%;
    max-width: 100%;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container .valor {

    display: flex;
    align-items: baseline;
    justify-content: center;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container .valor .moeda {
    font-weight: 200;
    font-size: 21px;
    margin-right: 7px;
    color: #fff;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container .valor .label {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 54px;
    color: #fff;
    margin-top: -9px;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container .pontos {
    margin-top: 30px;
    color: #8175F9;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container .legenda {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container .saldo {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .legenda-pontos {
    margin-top: 10px;
    line-height: 15px;
    opacity: .6;
    font-size: 10px;
    color: #fff;
}

#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .btn-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}


#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .btn-container .btn {
    background-color: #8175F9;
    font-weight: 400;
}


#pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .btn-container .btn span {
    font-weight: 700;
}

#pagina-doar .valor-mobile,
#pagina-doar .subtitulo.mobile {
    display: none;
}


@media screen and (max-width: 1100px) {

    #pagina-doar {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #pagina-doar .secao-2 {
        margin-top: 30px;
        padding: 15px;
        padding-top: 30px;
    }

    #pagina-doar .secao-2 > .icone {
        height: 45px;
        width: 45px;
    }

    #pagina-doar .secao-2 > .titulo {
        margin-top: 15px;
        font-size: 32px;
        line-height: 40px;
    }

    #pagina-doar .secao-2 > .subtitulo {
        line-height: 30px;
        margin-top: 15px;
    }


    #pagina-doar .secao-2 .opcoes {
        flex-direction: column;
        margin-top: 30px;
    }

    #pagina-doar .secao-2 .opcoes .opcao {
        padding: 15px;
        margin-top: 15px;
        margin-right: 0px;
        align-items: center;
        min-height: 0px;
    }

    #pagina-doar .secao-2 .opcoes .opcao.valor-medio:hover,
    #pagina-doar .secao-2 .opcoes .opcao.outro-valor:hover {
        transform: none;
        
    }

    #pagina-doar .secao-2 .opcoes .opcao.valor-maior:hover {
        transform: none;
        
    }

    #pagina-doar .secao-2 .opcoes .opcao.valor-maior {
        margin-top: 15px;
    }


    #pagina-doar .secao-2 .opcoes .opcao:first-child {
        margin-top: 0px;
    }

    

    #pagina-doar .secao-2 .opcoes .opcao .icone {
        height: 30px;
        width: 30px;
    }

    #pagina-doar .secao-2 .opcoes .opcao .titulo {
        margin-top: 12px;
    }

    #pagina-doar .secao-2 .opcoes .opcao .container-valor {
        width: 100%;
        margin-top: 15px;
        padding: 15px;  
    }

    #pagina-doar .secao-2 .opcoes .opcao .container-valor .valor .numero {
        font-size: 32px;
        margin-top: -9px;
    }


    #pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .valor .numero {
        margin-top: 0px;
    }

    #pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .valor .numero .moeda {
        margin-top: 10px;
    }

    #pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .valor .numero .container-digitos .digito {
        height: 35px;
        width: 30px;
    }

    #pagina-doar .secao-2 .opcoes .opcao .container-valor .pontos {
        margin-top: 10px;
    }

    #pagina-doar .secao-2 .opcoes .opcao.outro-valor .container-valor .pontos {
        margin-top: 15px;
    }

    #pagina-doar .secao-2 .opcoes .opcao .btn {
        width: 100%;
    }

    #pagina-doar .secao-2 .formulario-doacao {
        padding: 15px;
    }

    #pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .icone-container .icone {
        height: 30px;
        width: 30px;
    }

    #pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container
    {
        padding: 15px;
    }

    #pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container .valor {
        display: none;
    }

    #pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .valor-container .pontos {
        margin-top: 15px;
    }

    #pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .btn-container .btn {
        width: 100%;
    }

    #pagina-doar .secao-2 .doacao-outro-valor-container .formulario-doacao .legenda-pontos {
        padding-left: 70px;
        padding-right: 70px;
    }

    #pagina-doar .secao-2 .doacao-outro-valor-container.visivel {
        padding-top: 30px;
    }

    #pagina-doar .subtitulo.desktop {
        display: none;
    }
    #pagina-doar .subtitulo.mobile {
        display: block;
    }

    #pagina-doar .valor-mobile {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    #pagina-doar .valor-mobile .moeda {
        font-weight: 200;
        font-size: 21px;
        margin-right: 7px;
        color: #fff;
        margin-bottom: 5px;
    }

    #pagina-doar .valor-mobile input {
        border: 0px;
        border-bottom: 3px solid rgba(255, 255, 255, .2);
        background-color: transparent;
        border-radius: 0px;
        color: #fff;
        font-size: 32px;
        width: 28%;
        padding: 0px;
        font-family: 'Raleway';
        font-weight: 600;
    }

    #pagina-doar .valor-mobile input:focus {
        outline: none;
    }
}

#pagina-fundo-campanhas {
       
}


#pagina-fundo-campanhas .video-container {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100vh - 10px);
    width: 100%;
    background-color: #060B3D;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

#pagina-fundo-campanhas video {
    opacity: .4;
    flex-shrink: 0;
    width: 1500px;
    min-width: 100vw;
}


#pagina-fundo-campanhas .secao-1 {
    text-align: center;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 10px);
}

#pagina-fundo-campanhas .secao-1 .icone {
    height: 30px;
    width: 30px;
    display: inline-flex;
    fill: #37F7AD;
}


#pagina-fundo-campanhas .secao-1 .titulo .l1 {
    font-family: "Raleway";
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    margin-top: 30px;
}

#pagina-fundo-campanhas .secao-1 .titulo .l1 .doacao {
    border-bottom: 4px solid #37F7AD;
}

#pagina-fundo-campanhas .secao-1 .titulo .l2 {
    font-family: "Raleway";
    font-weight: 800;
    font-size: 54px;
    color: #37F7AD;
    margin-top: 15px;
}


#pagina-fundo-campanhas .secao-1 .subtitulo {
    font-size: 21px;
    font-family: "Raleway";
    color: grey;
    font-weight: 200;
    margin-top: 10px;
}



#pagina-fundo-campanhas .secao-1 .texto {
    color: #fff;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}


#pagina-fundo-campanhas .secao-1 .btn-container{
    margin-top: 60px;
}

#pagina-fundo-campanhas .secao-1 .btn-container .btn {
    background-color: #8175F9;
    font-weight: 700;
}


@media screen and (max-width: 900px)
{
    #pagina-fundo-campanhas .secao-1
    {
        padding-left: 15px;
        padding-right: 15px;
    }


    #pagina-fundo-campanhas .secao-1 .titulo .l1 {
        font-size: 26px;
    }

    #pagina-fundo-campanhas .secao-1 .titulo .l1 .doacao
    {
        border-bottom-width: 3px;
    }


    #pagina-fundo-campanhas .secao-1 .titulo .l2 {
        font-size: 48px;
    }

    #pagina-fundo-campanhas .secao-1 .texto {
        padding-left: 15px;
        padding-right: 15px;
    }

    #pagina-fundo-campanhas .secao-1 .texto br {
        display: none;
    }

    #pagina-fundo-campanhas .secao-1 .btn-container {
        width: 100%;
       
    }
}



#pagina-campanhas .container-busca {
    width: 100%;
    display: flex;
    justify-content: center;
}

#pagina-campanhas .container-busca .busca {
    display: flex;
    align-items: center;
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    transition: .2s ease-in-out;
    margin-bottom:75px;
}

#pagina-campanhas .container-busca .busca:hover {
    box-shadow: 0px 8px 20px rgb(0 0 0 / 8%);
}

#pagina-campanhas .container-busca .busca:focus-within {
    box-shadow: 0px 8px 20px rgb(0 0 0 / 8%);
}


#pagina-campanhas .container-busca .busca .icone {
    fill: #9e9ea7;
    height: 16px;
    width: 16px;
}

#pagina-campanhas .container-busca .busca .inp {
    margin-left: 10px;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #9e9ea7;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}


#pagina-campanhas .container-busca .busca .inp::placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    color: #9e9ea7;
    opacity: .6;
}


#pagina-campanhas .container-campanhas {
   
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#pagina-campanhas .container-campanhas .campanha {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
   
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: grayscale(.8);

    flex-basis: 400px;
    transition: .2s ease-in-out;
    margin: 25px;
}


#pagina-campanhas .container-campanhas .campanha:hover {
    filter: none;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    
}



#pagina-campanhas .container-campanhas .campanha .imagem {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: top;   
}



#pagina-campanhas .container-campanhas .campanha .verificado {
    height: 35px;
    position: absolute;
    left: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

#pagina-campanhas .container-campanhas .campanha .verificado .icone {
    width: 15px;
    fill: #8175F9;
    height: 15px;
}


#pagina-campanhas .container-campanhas .campanha .verificado .label {
    margin-left: 5px;
    color: #8175F9;
    font-weight: 700;
    font-family: Raleway;
    transition: .2s ease-in-out;
    margin-top: 1px;
}


#pagina-campanhas .container-campanhas .campanha .curtir {
    height: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    padding: 10px;    
    background-color: rgba(0, 0, 0, .8);
    border-radius: 10px;
    transition: .2s ease-in-out;
}

#pagina-campanhas .container-campanhas .campanha .curtir .icone {
    transition: .2s ease-in-out;
    cursor: pointer;
    fill: #f4f4f4;
    width: 14px;
    height: 14px;
    display: flex;
}




#pagina-campanhas .container-campanhas .campanha .curtir .icone.ativo {
    fill: #F8312F;
}

#pagina-campanhas .container-campanhas .campanha .curtir .icone:hover {
    fill: #F8312F;
    opacity: .8;
}


#pagina-campanhas .container-campanhas .campanha .curtir .label {
    color: #fff;
    margin-left: 5px;
    font-family: "Raleway";
    
}


#pagina-campanhas .container-campanhas .campanha .curtir .label .numero {
    font-weight: 600;
}


#pagina-campanhas .container-campanhas .campanha .nome-wrapper {
    height: 70px;
    position: absolute;
    top: 220px;
    width: 100%;
    padding: 15px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 35px; /*Serve para forçar a quebra de linha*/
    background: linear-gradient(0deg, #3f3c3c 0%, transparent 100%);
}


#pagina-campanhas .container-campanhas .campanha .nome-wrapper .nome {
    font-family: "Raleway";
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 14px;
    padding-right: 40px;
    display:flex;
    align-items: center;
}




#pagina-campanhas .container-campanhas .campanha .secao-1 {
    background-color: #f4f4f4;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px;
    padding-bottom: 30px;
}


#pagina-campanhas .container-campanhas .campanha .secao-1 .paciente {
    display: flex;
    align-items: center;
}

#pagina-campanhas .container-campanhas .campanha .secao-1 .paciente .icone {
    height: 19px;
    width: 17px;
    fill: #060B3D;
}


#pagina-campanhas .container-campanhas .campanha .secao-1 .paciente .label {
    font-family: "Raleway";
    margin-left: 7px;
    font-size: 16px;
}


#pagina-campanhas .container-campanhas .campanha .secao-1 .paciente .label .nome {
    font-weight: 700;
}



#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper {
    margin-top: 12px;
}

#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper .fade-top {
    opacity: 0;
    background: linear-gradient(180deg, #f4f4f4 0%, transparent 100%);
    height: 20px;
    margin-bottom: -20px;
    z-index: 2;
}

#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper .fade-bottom {
    opacity: 0;
    background: linear-gradient(0deg, #f4f4f4 0%, transparent 100%);
    height: 20px;
    margin-top: -20px;
    z-index: 2;
}


#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper .fade-top.visivel,
#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper .fade-bottom.visivel {
    opacity: 1;
}


#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper .descricao-container {
    height: 80px;
    overflow-y: auto;
}


#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper .descricao-container::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper .descricao-container::-webkit-scrollbar-thumb {
    background-color: #e7e9e9;
    border-radius: 10px;
}


#pagina-campanhas .container-campanhas .campanha .secao-1 .descricao-wrapper .descricao {
    line-height: 20px;
    font-size: 14px;
    transition: .2s ease-in-out;
}





#pagina-campanhas .container-campanhas .campanha .box {
    width: 100%;
    padding: 5px;
    padding-top: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #3f3c3c;
    margin-top: -10px;
}

#pagina-campanhas .container-campanhas .campanha .box .secao-2 {
    margin-top: -10px;
    border-radius: 10px;
    background-color: #fff;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    width: 100%;
}


#pagina-campanhas .container-campanhas .campanha .box .secao-2 .wrapper-baixo {
    padding: 15px;
}



#pagina-campanhas .container-campanhas .campanha .box .secao-2 .valor-arrecadado {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

#pagina-campanhas .container-campanhas .campanha .box .secao-2 .valor-arrecadado .valor {
    font-family: "Raleway";

}

#pagina-campanhas .container-campanhas .campanha .box .secao-2 .valor-arrecadado .valor .numero {
    color: #060B3D;
    font-weight: 700;
    font-size: 21px;
}


#pagina-campanhas .container-campanhas .campanha .box .secao-2 .valor-arrecadado .valor .numero .moeda {
    font-weight: 300;
    font-size: 14px;
}

#pagina-campanhas .container-campanhas .campanha .box .secao-2 .valor-arrecadado .valor .label {
    color: #9e9ea7;
    font-size: 12px;

}


#pagina-campanhas .container-campanhas .campanha .box .secao-2 .valor-arrecadado .barra-progresso {
    margin-top: 10px;
    background-color: rgba(0, 0, 0, .05);
}


#pagina-campanhas .container-campanhas .campanha .box .secao-2 .btn {
    margin-top: 15px;    
}


#pagina-campanhas .container-fundo {
    background-color: #060B3D;
    border-radius: 10px;
    margin-top: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    color: #fff;
    flex-direction: column;
    align-items: center;
    display: flex;
}

#pagina-campanhas .container-fundo .icone {
    height: 30px;
    width: 30px;
    fill: #37F7AD;
}

#pagina-campanhas .container-fundo .titulo {
    font-family: "Raleway";
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

#pagina-campanhas .container-fundo .titulo span {
    font-weight: 700;
    color: #37F7AD;
}

#pagina-campanhas .container-fundo .descricao 
{
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

#pagina-campanhas .container-fundo .btn-container {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}


#pagina-campanhas .container-fundo .btn-container .btn {

}


#pagina-campanhas .campanhas-encerradas {
   
    margin-top: 45px;
    align-items: center;
    justify-content: center;
    padding: 60px;
    border-top: 1px dashed lightgrey;
    flex-direction: column;
}

#pagina-campanhas .campanhas-encerradas .titulo {
    font-family: "Raleway";
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}


#pagina-campanhas .campanhas-encerradas .descricao {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

#pagina-campanhas .campanhas-encerradas .btn {
    margin-top: 50px;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


#pagina-campanhas .container-campanhas .campanha.encerrada {
    filter: none;
}

#pagina-campanhas .container-campanhas .campanha.encerrada .box .secao-2 .btn {
    margin-top: 0px;
}

#pagina-campanhas .titulo-encerradas {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 200;
    color: grey;
    margin-top: 25px;
    margin-bottom: 50px;
    text-align:center;
}




#pagina-campanhas .sobre {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    flex-direction: column;
}

#pagina-campanhas .sobre .titulo {
    font-family: "Raleway";
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}


#pagina-campanhas .sobre .descricao {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

#pagina-campanhas .sobre .btn {
    margin-top: 50px;
}


#pagina-campanhas .container-video {
    margin-top: 60px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


#pagina-campanhas .container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 900px) {
    #pagina-campanhas .cabecalho {
        margin-top: 0px;
    }

    #pagina-campanhas .container-busca .busca
    {
        margin-bottom: 30px;

    }

    #pagina-campanhas .container-busca .busca .inp {
        font-size: 16px;
    }

    #pagina-campanhas .container-campanhas {
       
    }

    #pagina-campanhas .container-campanhas .campanha {
        filter: none;
        margin: 0px;
        margin-bottom: 15px;
    }


    #pagina-campanhas .container-fundo {
        padding-left: 15px;
        padding-right: 15px;
    }

    #pagina-campanhas .container-fundo br {
        display: none;
    }

    #pagina-campanhas .campanhas-encerradas {
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #pagina-campanhas .campanhas-encerradas .descricao br {
        display: none;
    }

    #pagina-campanhas .container-video {
        margin-top:30px;
    }
}

#pagina-confirmacao-pagamento {
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
}

#pagina-confirmacao-pagamento .secao-2 {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 60px;
    padding: 60px;
    text-align: center;
}

#pagina-confirmacao-pagamento .secao-2 > .icone {
    height: 66px;
    width: 100px;
    display: inline-flex;
    fill: #a9cf7e;
}

#pagina-confirmacao-pagamento .secao-2 > .titulo {
    font-family: "Raleway";
    font-weight: 400;
    font-size: 42px;
    color: #a9cf7e;
    margin-top: 25px;
}

#pagina-confirmacao-pagamento .secao-2  > .subtitulo {
    font-size: 21px;
    font-family: "Raleway";
    color: grey;
    font-weight: 400;
    margin-top: 10px;
}

#pagina-confirmacao-pagamento .secao-2 .btn-container {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 900px) {

    #pagina-confirmacao-pagamento {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #pagina-confirmacao-pagamento .secao-2 {
        margin-top: 30px;
        padding: 15px;
        padding-top: 30px;
    }

    #pagina-confirmacao-pagamento .secao-2 > .icone {
        height: 50px;
        width: 75px;
    }

    #pagina-confirmacao-pagamento .secao-2 > .titulo {
        margin-top: 15px;
        font-size: 32px;
        line-height: 40px;
    }

    #pagina-confirmacao-pagamento .secao-2 > .subtitulo {
        line-height: 30px;
        margin-top: 15px;
    }
}
#pagina-pagar {
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom:60px;
}


#pagina-pagar .mensagem-erro {
    margin-top: 45px;
}


#pagina-pagar .secao-2 {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 60px;
    padding: 60px;
    text-align: center;
}


#pagina-pagar .secao-2 > .icone {
    height: 33px;
    width: 50px;
    display: inline-flex;
    fill: #8175F9;
    opacity: .8;
}

#pagina-pagar .secao-2 > .titulo {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 42px;
    color: #8175F9;
    margin-top: 30px;
}

#pagina-pagar .secao-2 > .titulo > span {
    display: block;
    font-size: 36px;
}

#pagina-pagar .secao-2 > .titulo .bold {
    font-weight: 700;
}

#pagina-pagar .secao-2 > .titulo br {
    display: none;
}


#pagina-pagar .secao-2 > .subtitulo {
    font-size: 21px;
    font-family: "Raleway";
    color: grey;
    font-weight: 200;
    margin-top: 10px;
}

#pagina-pagar .secao-2 > .subtitulo .valor {
    font-weight: 700;
}

#pagina-pagar .secao-2 > .subtitulo .campanha {
    font-weight: 700;
}

#pagina-pagar .secao-2 .container-arrecadacao {
    display: flex;
    align-items: center;
    margin-top: 60px;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    padding: 50px;
}

#pagina-pagar .secao-2 .container-arrecadacao .flecha-container {
    margin-right: 60px;
    margin-left: 60px;
}


#pagina-pagar .secao-2 .container-arrecadacao .flecha-container .icone {

    height: 25px;
    width: 25px;
    fill: lightgrey;
    transform: rotate(-90deg);
}


#pagina-pagar .secao-2 .container-arrecadacao .arrecadado {
    display: block;
    width: 100%;
}


#pagina-pagar .secao-2 .container-arrecadacao .arrecadado.original {
    opacity: .6;
}


#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .label {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .label .bold {
    font-weight: 600;
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado.original .label {
    color: grey;
}


#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .container-valor {

    border-radius: 4px;
    text-align: left;
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .container-valor .valor {
    font-family: "Raleway";
    display: flex;
    align-items: baseline;
    margin-top: -7px;
    margin-top: 18px;
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .container-valor .valor .numero {
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .container-valor .percentual {
    margin-top: -7px;
    color: grey;
    font-weight: 200;
    font-family: "Raleway";
    font-size: 21px;
    text-align: center;
}


/* PERCENTUAL -> NÚMERO */

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .container-valor .percentual .numero {
    font-weight: 700;
    margin-top: -10px;
    font-size: 26px
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado.novo .container-valor .percentual .numero {
    color: #060B3D;
}



/* VALOR -> NÚMERO */

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado.original .container-valor .valor .numero {
    color: grey;
    font-size: 26px;
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado.novo .container-valor .valor .numero {
    color: #8175F9;
}


/* VALOR -> NÚMERO -> MOEDA */

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado.original .container-valor .valor .numero .moeda {
    font-weight: 200;
    font-size: 14px;
    text-decoration: none !important;
    margin-right: 7px;
}


#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .container-valor .barra-progresso {
    margin-top: 20px;
    background-color: rgba(0, 0, 0, .05);
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado .container-valor .barra-progresso .fill.secundario {
    background-color: #8175F9;
}

#pagina-pagar .secao-2 .container-arrecadacao .arrecadado.original .container-valor .barra-progresso .fill.ativo {
    background-color: #9e9ea7;
}

#pagina-pagar .secao-2 #componente-formulario-cartao {
    margin-top: 60px;
}


#pagina-pagar .secao-2 .form-dados {
    margin-top: 60px;
    text-align: left;
}




#pagina-pagar .formas-pagamento {
    display: flex;
    margin-top: 60px;

}


#pagina-pagar .formas-pagamento .forma {
    border: 2px solid transparent;
    width: 100%;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 10px;
    transition: .2s ease-in-out;
}




#pagina-pagar .formas-pagamento .forma:hover {
    border-color: #8175F9;
}


#pagina-pagar .formas-pagamento .forma:last-child {
    margin-right: 0px;
}

#pagina-pagar .formas-pagamento .forma .label {
    margin-top: 15px;
    font-weight: 200;
    color: grey;
    font-size: 21px;
}

#pagina-pagar .formas-pagamento .forma .icone-cartao {
    height: 41px;
    width: 60px;
    fill: #8175F9;
    display: flex;
}

#pagina-pagar .formas-pagamento .forma .icone-boleto {
    height: 41px;
    width: 69px;
    fill: #8175F9;
    display: flex;
}



#pagina-pagar .formas-pagamento .forma .img-pix {
    height: 60px;
    display: flex;
}


#pagina-pagar .container-formulario-pix {
    margin-top: 60px;
    padding: 60px;
}

#pagina-pagar .formulario-pix {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagina-pagar .formulario-pix.mobile {
   display: none;
}

#pagina-pagar .formulario-pix .texto {
    margin-left: 30px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#pagina-pagar .formulario-pix .texto .titulo {
    font-size: 32px;
    font-weight: 200;
    line-height: 50px;
}

#pagina-pagar .formulario-pix .texto .btn-container {
    margin-top: 60px;
}


#pagina-pagar .container-formulario-boleto {
    margin-top: 60px;
    padding: 60px;
}

#pagina-pagar .container-formulario-boleto .codigo-barras {
    text-align: center;
    font-family: 'Source Sans Pro';
    font-size: 21px;
    letter-spacing: 3px;
    font-weight: 700;
}

#pagina-pagar .container-formulario-boleto .texto {

    margin-top: 30px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pagina-pagar .container-formulario-boleto .texto .titulo {
    font-size: 32px;
    font-weight: 200;
    line-height: 50px;
}

#pagina-pagar .container-formulario-boleto .btn-container {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

#pagina-pagar .aviso-fundo-ofter {
    color: grey;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    margin-top: 60px;
    line-height: 25px;

}

@media screen and (max-width: 900px) {
    #pagina-pagar {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

   
    #pagina-pagar .secao-2 {
        margin-top: 30px;
        padding: 15px;
        padding-top: 30px;
    }

    #pagina-pagar .secao-2 > .icone {
        height: 30px;
        width: 45px;
    }

    #pagina-pagar .secao-2 > .titulo {
        margin-top: 15px;
        font-size: 32px;
        line-height: 40px;
    }

    #pagina-pagar .secao-2 > .titulo br {
        display: initial;
    } 


    #pagina-pagar .secao-2 > .subtitulo {
        line-height: 30px;
        margin-top: 15px;
    }

    #pagina-pagar .secao-2 .container-arrecadacao {
        flex-direction: column;
        margin-top: 30px;
        padding: 30px;
    }

    #pagina-pagar .secao-2 .container-arrecadacao .flecha-container {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
        transform: rotate(90deg);
    }

    #pagina-pagar .secao-2 #componente-formulario-cartao {
        margin-top: 30px;
    }

    #pagina-pagar .secao-2 .form-cartao {
        margin-top: 30px;
    }

    #pagina-pagar .formulario-pix {
        display: none;

    }

    #pagina-pagar .formulario-pix.mobile {
        display: flex;
        flex-direction: column;
    }

    #pagina-pagar .formulario-pix.mobile .texto {
        margin-left: 0px;
    }

    #pagina-pagar .formulario-pix.mobile .texto .titulo {
        margin-top: 30px;
        font-size: 24px;
        line-height: 40px;
    }

    #pagina-pagar .formulario-pix .texto .btn-container {
        margin-top: 30px;
    }

    #pagina-pagar .container-formulario-pix {
        padding: 15px;
    }



    #pagina-pagar .formulario-pix .codigo-qr-code {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: justify;
        word-break: break-all;
        width: 100%;
        height: 150px;
        resize: none;
        border-radius: 4px;
        padding: 5px;
    }

    #pagina-pagar .formulario-pix .codigo-qr-code:focus{
        outline: none;
    }


    #pagina-pagar .formas-pagamento {
        flex-direction: column;
    }

    #pagina-pagar .formas-pagamento .forma {
        margin-right: 0px;
        text-align: center;
    }

    #pagina-pagar .formas-pagamento .forma:last-child {
        margin-top: 15px;
    }


    #pagina-pagar .container-formulario-boleto {
        padding: 15px;
    }

    #pagina-pagar .container-formulario-boleto .btn-container {
        margin-top: 30px;
    }
}


#campanhas-solicitar {
    padding: 60px;
    min-height: 400px;
}

#campanhas-solicitar .box {
    margin-top: 60px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}


#campanhas-solicitar .formulario {
    
}

#campanhas-solicitar .confirmacao {
    margin-top: 60px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: "Raleway";
    color: grey;
    font-weight: 200;
}

@media screen and (max-width: 1000px) {
    #campanhas-solicitar {
        padding: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #campanhas-solicitar .box {
        padding: 15px;
    }
}
#login {
}

#login .flex-container {
    display: flex;
    align-items: center;
    height: 100%;
    height: calc(100vh - 20px);
}

#login .flex-container > div {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#login .flex-container .esquerda {
    background-color: #214665;
    height: 100%;
}

#login .flex-container .direita {
    padding: 50px;
}

#login .flex-container .direita .formulario {
    max-width: 450px;
    align-items: center;
}

#login .flex-container .direita .formulario .flex {
    flex-direction: column;
}

#login .flex-container .direita .formulario .flex .campo {
    margin-bottom: 25px;
}

#login .flex-container .direita .formulario .flex .campo:last-child {
    margin-bottom: 0px;
}



#login .logo {
    width: 200px;
    animation: transicao-fill-branco-gradiente 15s infinite alternate both;
    -webkit-animation: transicao-fill-branco-gradiente 15s infinite alternate both;
}

#login h1 {
    font-size: 42px;
    margin-top: 50px;
    text-align: center;
}


#login h1.mobile {
    display: none;
}


#login h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
}


#login h3 {
    margin-top: 25px;
    color: lightgrey;
    text-align: center;
}




@media screen and (max-width: 1300px) {
    #login .flex-container > div {
        width: auto;
    }
}

@media screen and (max-width: 1200px) {

    #login .flex-container {
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        align-items: center;
        padding: 15px;
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: 100vh;
    }

    #login .flex-container > div {
        justify-content: flex-start;
        flex-grow: 0;
    }

    #login .flex-container .direita {
        width: 100%;
        padding: 0;
    }

    #login .flex-container .direita .formulario .flex .campo {
        margin-bottom: 15px;
    }

    #login .flex-container .direita .formulario > .btn-container {
        margin-top: 60px;
    }

    #login .flex-container .esquerda {
        background: none;
        margin-bottom: 15px;
    }

    #login .flex-container .direita .formulario {
        max-width: none;
    }


    #login .logo {
        width: 30px;
    }

    #login h1 {
        display: none;
    }

    #login h1.mobile {
        display: block;
        font-size: 24px;
        margin-top: 15px;
    }

    #login h1.mobile .titulo {
        font-size: 36px;
    }

    #login h2 {
        margin-top: 20px;
        border: 1px solid #292932;
        border-radius: 10px;
        padding: 15px;
    }

    #login h2 br {
        display: none;
    }

    #login h3 {
        margin-top: 60px;
    }

    #login h3 .label-1 {
        display: block;
        margin-bottom: 5px;
    }
}

.boilerplate-modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    display: none;
    z-index: 999;
}

.boilerplate-modal .box {
    background-color: #ededed;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.boilerplate-modal .box {
}


.boilerplate-modal > .box > .container-btn {
    display: flex;
    background-color: #e1e1e1;
    height: 75px;
}

.boilerplate-modal > .box > .container-btn > div {
    padding: 25px;
}

.boilerplate-modal > .box > .container-btn .voltar {
    display: flex;
    visibility: hidden;
}


.boilerplate-modal > .box > .container-btn .voltar.visivel {
    visibility: visible;
}

.boilerplate-modal > .box > .container-btn .voltar .icone {
    height: 25px;
    width: 25px;
    cursor: pointer;
    fill: grey;
    display: inline-block;
    transition: .1s ease-in-out;
}

.boilerplate-modal > .box > .container-btn .voltar .icone:hover {
    fill: black;
}


.boilerplate-modal > .box > .container-btn .fechar {
    margin-left: auto;
    display: flex;
}

.boilerplate-modal > .box > .container-btn .fechar .icone {
    height: 25px;
    width: 25px;
    cursor: pointer;
    fill: grey;
    display: inline-block;
    transition: .1s ease-in-out;
}


.boilerplate-modal > .box > .container-btn .fechar .icone:hover {
    fill: black;
}


.boilerplate-modal .box .carregando {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 10;
    width: 50px;
    height: 50px;
    fill: lightgrey;
}

.boilerplate-modal .box .conteudo {
    overflow-y: scroll;
    height: 92%;
    text-align: left;
    color: #171821;
    padding-bottom: 25px;
}

.boilerplate-modal .box .conteudo::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: transparent;
}

.boilerplate-modal .box .conteudo::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 10px;
}

.boilerplate-modal .titulo {
    font-weight: 200;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: 3px;
    padding: 25px;
    color: #656e70;
    text-align: center;
}

.boilerplate-modal .titulo-2 {
    font-weight: 200;
    border-bottom: 1px solid #e1e1e1;
    padding: 25px;
    color: #656e70;
    text-align: center;
}

.boilerplate-modal .wrap {
    padding: 25px;
    background-color: #fff;
    border: 10px;
    margin: 25px;
    border-radius: 10px;
}

.boilerplate-modal .wrap > .btn-container {
    margin-top: 50px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boilerplate-modal .wrap > .btn-container.vertical {
    flex-direction: column;
}


.boilerplate-modal .wrap > .btn-container .btn {
    margin-right: 50px;
}

.boilerplate-modal .wrap > .btn-container.vertical .btn {
    margin-bottom: 25px;
    margin-right: 0px;
}

.boilerplate-modal .wrap > .btn-container .btn:last-child {
    margin-right: 0px;
}

.boilerplate-modal .wrap > .btn-container.vertical .btn:last-child {
    margin-bottom: 0px;
}

.boilerplate-modal .confirmacao {
    color: #656e70;
}

@media screen and (max-width: 900px) {

    .boilerplate-modal {
        padding: 5px;
    }

    .boilerplate-modal .box {
        border-radius: 10px;
    }

    .boilerplate-modal > .box > .container-btn {
        height: 60px;
    }

    .boilerplate-modal > .box > .container-btn > div {
        padding: 15px;
    }

    .boilerplate-modal .box .conteudo {
        padding-bottom: 0px;
    }

    .boilerplate-modal .titulo {
        text-align: center;
        padding: 30px;
    }

    .boilerplate-modal .wrap {
        padding: 15px;
    }

    .boilerplate-modal .wrap > .btn-container {
        margin-left: 0px;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .boilerplate-modal .wrap > .btn-container .btn,
    .boilerplate-modal .wrap > .btn-container.vertical .btn {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
    }


    .boilerplate-modal .wrap > .btn-container .btn:last-child {
        margin-bottom: 0px;
    }
}

#pagina-institucional
{
    min-height: 100vh;
}

#pagina-institucional .fotao {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

#pagina-institucional .box {
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -90px;
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 4px;
}



#pagina-institucional .box .titulo {
    font-size: 26px;
    font-weight: 600;
}


#pagina-institucional .box .titulo:not(:first-child)
{
    margin-top: 30px;
}

#pagina-institucional .box .texto {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    font-weight: 400;
}

#pagina-institucional .box .container-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

#pagina-institucional .big-tit {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

@media screen and (max-width: 1000px)
{
    #pagina-institucional .big-tit {
        margin-bottom: 30px;
        margin-top: 15px;
    }
}
.cabecalho-campanha{
    text-align: center;
}

.cabecalho-campanha .legenda {
    color: grey;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Raleway";
    font-weight: 200;
    margin-bottom: 10px;
}

.cabecalho-campanha .nome {
    font-family: "Raleway";
    font-weight: 800;
    font-size: 36px;
    
}


@media screen and (max-width: 900px)
{
    .cabecalho-campanha .legenda {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .cabecalho-campanha .nome {
        
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 32px;
    }
}
@keyframes transicao-fill-branco-gradiente {

    0% {
        fill: #fff;
    }

    100% {
        fill: #AEF3E7;
    }
}


@keyframes transicao-color-branco-gradiente {

    0% {
        color: #fff;
    }

    100% {
        color: #AEF3E7;
    }
}


.btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: lightgrey;
    display: inline-flex;
    height: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s ease-in-out;
    border: 0;
    -webkit-appearance: none;
    font-family: 'Raleway', sans-serif;
    min-width: 250px;
    text-align: center;

    display: flex;
    align-items:center;
}

.btn:hover {
    opacity: .8;
}



#layout-administrador .btn,
.boilerplate-modal .btn {
    font-size: 14px;
    font-weight: 600;
}




.btn-link {
    height: 50px;
    width: 50px;
    padding: 12px;
    border-radius: 100%;
    fill: #fff;
    cursor: pointer;
    transition: .2s ease-in-out;
}


.btn-link:hover {
    opacity: .8;
}

.btn-link.esq-1 {
    transform: rotate(45deg);
}

.btn-link.esq-2 {
    transform: rotate(90deg);
}

.btn-link.esq-3 {
    transform: rotate(135deg);
}

.btn-link.dir-1 {
    transform: rotate(-45deg);
}

.btn-link.dir-2 {
    transform: rotate(-90deg);
}

.btn-link.dir-3 {
    transform: rotate(-135deg);
}

.btn-link.cima {
    transform: rotate(180deg);
}

.btn.ghost {
    background-color: transparent;
    border: 2px solid;
}


.btn.pequeno {
    height: 35px;
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
}

.btn.roxo {
    background-color: #8175F9;
    color: #fff;
}

.btn.vermelho {
    background-color: #f44336;
    color: #fff;
}

.btn.verde {
    background: linear-gradient(90deg,#a9cf7e 0%,#7cae66 100%);
    color: #fff;
}

.btn.azul {
    background-color: #060B3D;
}


.btn.doar .icone {
    height: 19px;
    width: 19px;
    fill: #fff;
    margin-left: 10px;
    margin-top: -2px;
    transition: .2s ease-in-out;
}


@media screen and (max-width: 900px) {

    .btn {
        height: 60px;
        padding-left: 60px;
        padding-right: 60px;
        
    }
}





.color-verde {
    color: #4caf50 !important;
}

.background-color-verde {
    background-color: #4caf50 !important;
}

.color-vermelho {
    color: #f44336 !important;
}

.background-color-vermelho {
    background-color: #f44336 !important;
}

.color-amarelo {
    color: #fd9b41 !important;
}

.background-color-amarelo {
    background-color: #fd9b41 !important;
}

.color-azul {
    color: #03a9f4 !important;
}

.background-color-azul {
    background-color: #03a9f4 !important;
}

.color-cinza {
    color: grey;
}

.background-color-cinza {
    background-color: grey;
}


.color-paleta-verde-claro {
    color: #37F7AD;
}



.color-roxo {
    color: #8175F9;
}

.background-color-roxo {
    background-color: #8175F9 !important;
}

.color-vermelho {
    color: #f44336;
}

.background-color-vermelho {
    background-color: #f44336;
}

.color-verde {
    color: #a9cf7e; /*#7cae66*/
}
.background-color-verde {
    background: linear-gradient(90deg,#a9cf7e 0%,#7cae66 100%);
}

.color-azul {
    color: #060B3D;
}

.background-color-azul {
    background-color: #060B3D;
}





.exibicao-formulario {
    display: flex;
    flex-direction: column;
}

.exibicao-formulario .legenda {
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c4c2c2;
    font-weight: 200;
}



.exibicao-formulario .legenda img {
    width: 150px;
}

.exibicao-formulario .legenda:first-child {
    margin-top: 20px;
}

.exibicao-formulario .subtitulo {
    margin-top: 50px;
    color: grey;
    font-weight: 200;
    margin-left: 5px;
}

.exibicao-formulario .subtitulo:first-child {
    margin-top: 20px;
}

.exibicao-formulario .flex {
    display: flex;
    width: 100%;
    margin-top: 25px;
    align-items: start;
}



.exibicao-formulario .campo {
    width: 100%;
    text-align: left;
    margin-right: 25px;
}


.exibicao-formulario .campo:last-child {
    margin-right: 0px;
}


.exibicao-formulario .campo .label {
    margin-left: 5px;
    color: #656e70;
    font-weight: 400;
}


.exibicao-formulario .campo .label > span {
    font-weight: 200;
}

.exibicao-formulario .campo .valor {
    padding: 15px;
    background-color: transparent;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-top: 5px;
    color: #292a33;
    width: 100%;
    min-height: 50px;
    display: flex;
    box-shadow: 1px 1px 1px #e1e1e1;
    align-items: center;
    font-weight: 600;
}


.exibicao-formulario .campo .valor.na {
    opacity: .5;
}

.exibicao-formulario .campo .valor .aux {
    margin-left: auto;
    color: #656e70;
    font-weight: 200;
}


.exibicao-formulario .campo .valor img {
    max-width: 100%;
    border-radius: 10px;
}


.exibicao-formulario .campo .valor img.mw400 {
    max-width: 400px;
}


.exibicao-formulario .campo .btn {
    margin-top: 5px;
    width: 100%;
    border-radius: 10px;
}

.exibicao-formulario > .container {
    margin-top: 20px;
    text-align: center;
    border: none;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ededed;
}


.exibicao-formulario.cinza > .container {
    border: 1px solid #e1e1e1;
}


.exibicao-formulario > .container:first-child {
    margin-top: 0px;
}

.exibicao-formulario > .container .flex:first-child {
    margin-top: 0px;
}


.exibicao-formulario > .container .nenhum {
    margin-top: 25px;
    line-height: 25px;
}


.exibicao-formulario > .container .nenhum .importante {
    font-weight: 400;
}

.exibicao-formulario .lista.l2 .item {
    background-color: #f5f5f5;
    cursor: default;
    text-align: left;
}

.exibicao-formulario .lista.l2 .item:hover {
    background-color: #f5f5f5;
}



.exibicao-formulario > .container > .container-btn {
    margin-top: 50px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.exibicao-formulario > .container > .container-btn.borda {
    border-top: 1px solid #f1f1f1;
    padding-top: 50px;
    margin-top: 40px;
}


.exibicao-formulario > .container > .container-btn .btn {
    margin-right: 50px;
}

.exibicao-formulario > .container > .container-btn .btn:last-child {
    margin-right: 0px;
}

.exibicao-formulario > .container > .container-btn > .container {
    margin-right: 50px;
}

.exibicao-formulario > .container > .container-btn > .container:last-child {
    margin-right: 0px;
}

.exibicao-formulario > .container > .container-btn > .container > .btn {
    margin-right: 0px;
}

.exibicao-formulario > .container .container-btn > .container > .aux {
    color: #656e70;
    margin-top: 10px;
}


.exibicao-formulario > .container .legenda {
    text-align: left;
    margin-top: 50px;
}


.exibicao-formulario > .container .legenda:first-child {
    margin-top: 0px;
}


.exibicao-formulario > .container .sub-container {
    margin-top: 10px;
    padding-top: 25px;
    border-top: 1px dashed #f1f1f1;
}


.exibicao-formulario > .container .sub-container:last-child {
    border-bottom: 1px dashed #f1f1f1;
}

.exibicao-formulario > .container .sub-container > .item {
    background-color: transparent;
    border: 1px solid #ededed;
    box-shadow: 1px 1px 1px #e1e1e1;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: .2s ease-in-out;
}

.exibicao-formulario > .container .sub-container > .item .bloco > div:first-child {
    font-weight: 700;
    margin-bottom: 5px;
}

.exibicao-formulario > .container .sub-container > .item .bloco > div:nth-child(2) {
    color: #656e70;
    font-weight: 400;
}


.exibicao-formulario > .container .sub-container > .item .auto {
    margin-left: auto;
}


.exibicao-formulario > .container .sub-container > .item .bloco {
    text-align: left;
}

.exibicao-formulario > .container .sub-container > .item .bloco .desc {
    margin-top: 5px;
    font-weight: 200;
}



.exibicao-formulario .barra-progresso {
    background-color: #f7f7f7;
}

.exibicao-formulario .container-acoes {
    padding: 50px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.exibicao-formulario .container-acoes .btn {
    margin-right: 25px;
}

.exibicao-formulario .container-acoes .btn:last-child {
    margin-right: 0px;
}


.exibicao-formulario .status-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ededed;
    border-radius: 10px;
    padding: 25px;
}

.exibicao-formulario .status-container .status {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #ededed;
    height: 100px;
    width: 100px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #e7e9e9;
    flex-shrink: 0;
}


.exibicao-formulario .status-container .status .bola {
    height: 50px;
    width: 50px;
    border-radius: 100%;
}

@media screen and (max-width: 900px) {

    .exibicao-formulario .legenda {
        margin-top: 45px;
        margin-left: 15px;
        padding-right: 15px;
        letter-spacing: 1px;
    }

    .exibicao-formulario .legenda:first-child {
        margin-top: 25px;
    }

    .exibicao-formulario > .container {
        margin-top: 20px;
        padding: 0px;
        padding-bottom: 15px;
        padding-top: 15px;
        border-radius: 0px;
        border: 0;
        border-top: 1px dashed #ededed;
        border-bottom: 1px dashed #ededed;
    }

    .exibicao-formulario > .container .legenda {
        text-align: center;
    }


    .exibicao-formulario .legenda:first-child,
    .exibicao-formulario > .container .legenda:first-child {
        margin-top: 25px;
    }

    .exibicao-formulario .subtitulo {
        margin-top: 45px;
    }


    .exibicao-formulario .subtitulo:first-child {
        margin-top: 15px;
    }

    .exibicao-formulario .flex {
        margin-top: 15px;
        flex-direction: column;
    }


    .exibicao-formulario .flex .campo {
        margin-bottom: 15px;
        margin-right: 0px;
    }


    .exibicao-formulario .flex .campo:last-child {
        margin-bottom: 0px;
    }




    .exibicao-formulario > .container .nenhum {
        margin-top: 15px;
    }

    .exibicao-formulario > .container > .item {
        padding: 15px;
        flex-direction: column;
    }

    .exibicao-formulario > .container > .item .bloco {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 15px;
    }

    .exibicao-formulario > .container > .item .bloco:last-child {
        margin-bottom: 0px;
    }


    .exibicao-formulario > .container > .item .barra-step {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        padding: 15px;
        width: 100%;
        border: 1px solid #f0f0f0;
    }


    .exibicao-formulario > .container > .item .barra-step.auto {
        margin-left: 0px;
    }

    .exibicao-formulario > .container > .item .barra-step .step .label {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .exibicao-formulario > .container > .item .barra-step .step.atual .fill {
        background: #ddeccb;
    }


    .exibicao-formulario > .container > .item > .container-btn {
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .exibicao-formulario > .container > .item > .auto {
        margin-top: auto;
    }


    .exibicao-formulario .item .bola {
        margin-right: 0px;
        margin-bottom: 15px;
    }


    .exibicao-formulario .item .icone-container {
        margin-right: 0px;
        margin-bottom: 15px;
    }


    .exibicao-formulario > .container > .container-btn {
        margin-top: 30px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .exibicao-formulario > .container > .container-btn.borda {
        padding-top: 30px;
        margin-top: 20px;
    }


    .exibicao-formulario > .container > .container-btn .btn {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
    }


    .exibicao-formulario > .container > .container-btn .btn:last-child {
        margin-bottom: 0px;
    }

    .exibicao-formulario > .container .sub-container {
        padding-top: 0px;
    }

    .exibicao-formulario > .container .sub-container > .item {
        flex-direction: column;
        padding: 15px;
    }

    .exibicao-formulario > .container .sub-container > .item .container-btn {
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .exibicao-formulario .container-acoes {
        padding: 30px;
        margin-top: 30px;
        flex-direction: column;
    }


    .exibicao-formulario .container-acoes .btn {
        margin-right: 0px;
        margin-bottom: 30px;
    }


    .exibicao-formulario .container-acoes .btn:last-child {
        margin-bottom: 0px;
    }


    .exibicao-formulario .campo .valor img.mw400 {
        max-width: 100%;
    }

    .exibicao-formulario .status-container {
        padding: 15px;
    }
}


.f1 {
    font-size: 36px; 
}

.f2 {
    font-size: 32px;
}

.f3 {
    font-size: 26px;
}

.f4 {
    font-size: 21px;
}

.f5 {
    font-size: 16px;
}

.f6 {
    font-size: 14px;
}

.f7 {
    font-size: 16px;
}

.f8 {
    font-size: 15px;
}

.f9 {
    font-size: 14px;
}

.nowrap {
    white-space: nowrap;
}

.riscado {
    text-decoration: line-through;
    opacity: .6;
}

.fw100 {
    font-weight: 100 !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}





.box-formulario {
    text-align: left;
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 30px;
}

.formulario .titulo {
    font-size: 26px;
    font-weight: 700;
}

.formulario .subtitulo {
    font-size: 21px;
    color: grey;
    font-weight: 200;
    margin-top: 5px;
}


.formulario .legenda 
{
    font-family: Raleway;
    font-size: 12px;
    color: grey;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 60px;
    font-weight: 200;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.formulario .legenda:first-child
{
    margin-top: 15px;
}


.formulario .campo:not(:last-child) {
    margin-bottom: 30px;
}

.formulario .campo .label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    width: 100%;
    display: block;
    user-select: none;
    font-family: "Source Sans Pro", sans-serif;
}

.formulario .campo .inp {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid lightgrey;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    background: none;
    font-family: "Source Sans Pro", sans-serif;
}



.formulario .campo textarea.inp {
    height: 300px;
    resize: none;
}


.formulario .campo .mensagem {
    font-size: 12px;
    margin-top: 5px;
}


.formulario .campo .inp:hover {
    border-color: #a4a4a4;
}

.formulario .campo .inp:focus {
    border-color: #8175F9;
}

.formulario .campo .inp:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
    outline: none;
}

.formulario .campo select.inp {
    -webkit-appearance: none;
    background-image: url('data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC');
    background-size: 12px;
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.formulario .campo select.inp.grande {
    background-position: 98% center;
}

.formulario .campo .inp::placeholder,
.formulario .campo select.inp:invalid:not(:focus) {
    color: lightgrey;
    font-weight: 200;
}

.formulario .campo select.inp option.placeholder {
    display: none;
}


.formulario .campo.invalido .inp {
    border-color: #f44336;
}

.formulario .campo.invalido .mensagem {
    color: #f44336;
}

.formulario .grupo {
    display: flex;
    align-items: flex-start;
}

.formulario .grupo:not(:last-child)
{
    margin-bottom: 30px;
}

.formulario .grupo .campo {
    margin-bottom: 0px;
}

.formulario .grupo .campo:not(:last-child) {
    margin-right: 30px;
}

.formulario .grupo .campo.flex-1 {
    flex: 1;
}

.formulario .grupo .campo.flex-2 {
    flex: 2;
}

.formulario .grupo .campo.flex-3 {
    flex: 3;
}

.formulario .grupo .campo.flex-4 {
    flex: 4;
}

.formulario .grupo .campo.flex-5 {
    flex: 5;
}

.formulario .grupo .campo.flex-6 {
    flex: 6;
}

.formulario .btn-container {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}


.formulario .texto {
    text-align: center;
    padding: 25px;
    padding-top: 50px;
}

@media screen and (max-width: 900px) {
    .box-formulario {
        padding: 15px;
    }

    .formulario .grupo {
        flex-direction: column;
    }

    .formulario .grupo .campo {
        width: 100%;
    }

    .formulario .grupo .campo:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}



#layout-administrador .campo .inp {
    color: #fff;
}

#layout-administrador .campo .inp:focus 
{
    border-color: #fff;
}
.gradiente-1 {
    background: #c33c54;
    background: linear-gradient(90deg, #c33c54 0%, #c33c54 100%);
}

.gradiente-2 {
    background: #eae08b;
    background: linear-gradient(90deg, #eae08b 0%, #a9cf7e 50%, #7cae66 100%);
}

.gradiente-2-1 {
    background: #eae08b;
    background: linear-gradient(90deg, #a9cf7e 0%, #7cae66 100%);
}

.gradiente-3 {
    background: #9592ec;
    background: linear-gradient(90deg, #9592ec 0%, #c053de 50%, #c755ac 100%);
}

.gradiente-4 {
    background: #655ca0;
    background: linear-gradient(90deg, #655ca0 0%, #5865a9 50%, #4987cf 100%);
}


.gradiente-5 {
    background: #f04d75;
    background: linear-gradient(90deg, #f04d75 0%, #fe5e5e 50%, #fe6d57 100%);
}

.gradiente-6 {
    background: #f1e76a;
    background: linear-gradient(90deg, #f1e76a 0%, #f8bc4f 50%, #fd9b41 100%);
}


.gradiente-7 {
    background: #d1bfe2;
    background: linear-gradient( 45deg, #d1bfe2 0%, #978fed 25%, #c558af 50%, #ed8866 100%);
}


.gradiente-azul {
    background: linear-gradient(90deg, #24bbff 0%, #03a9f4 100%);
}

.gradiente-cinza {
    background: linear-gradient(90deg, lightgrey 0%, #cbc6c6 100%);
}

#layout-administrador-container {
    padding: 10px;
    background: linear-gradient(45deg, #8EE3EF 0%, #AEF3E7 100%);
    transition: .2s ease-in-out;
}

#layout-administrador {
    height: calc(100vh - 20px);
    display: flex;
    background-color: #254e70;
    color: #fff;
    overflow: auto;
    border-radius: 10px;
    margin: 0 auto;
}

#layout-administrador::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

#layout-administrador::-webkit-scrollbar-thumb {
    background-color: #e7e9e9;
    border-radius: 10px;
}

#layout-administrador .menu {
    padding: 25px;
    height: 100%;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    background-color: #1e3e5a;
}




#layout-administrador .menu .itens {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#layout-administrador .menu .itens a {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    height: 50px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    cursor: pointer;
    margin-bottom: 25px;
    fill: grey;
    background-color: #254e70;
    border-radius: 10px;
    line-height: 13px;
}

#layout-administrador .menu .itens a.extra-responsivo {
    display: none;
}


#layout-administrador .menu .itens a:last-child {
    margin-bottom: 0px;
}

#layout-administrador .menu .itens a:hover {
    color: #fff;
}

#layout-administrador .menu .itens a.ativo {
    color: #254e70;
    background-color: #8EE3EF;
}



#layout-administrador .corpo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

#layout-administrador .corpo .cabecalho {
    z-index: 10;
    background-color: #214665;
    position: sticky;
    top: 0;
    padding: 25px;
    display: flex;
    align-items: center;
    height: 100px;
}


#layout-administrador .corpo .cabecalho.center {
    justify-content: center;
}

#layout-administrador .corpo .cabecalho:not(.center) h1 {
    margin-right: 50px;
}


#layout-administrador .corpo .cabecalho .btn-wrap {
    margin-left: auto;
}





#layout-administrador .corpo .cabecalho .container {
    margin-left: auto;
    display: flex;
}

#layout-administrador .corpo .cabecalho .container .btn-link {
    border: 0px solid #e7e9e9;
    margin-left: 15px;
}

#layout-administrador .corpo .cabecalho .container .btn-link:first-child {
    margin-left: 0px;
}


#layout-administrador .corpo .conteudo {
    padding: 25px;
}


#layout-administrador .corpo .conteudo.centralizado {
    display: flex;
    justify-content: center;
    align-items: center;
}

#layout-administrador > .corpo > .conteudo.centralizado {
    height: calc(100vh - 50px); /*Mesma altura da '#layout-administrador' */
}


#layout-administrador > .corpo > .conteudo .legenda {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 200;
    margin-top: 50px;
    margin-bottom: 25px;
}

#layout-administrador > .corpo > .conteudo .legenda:first-child{
    margin-top: 20px;
}


@media screen and (max-width: 900px) {
    #layout-administrador-container {
        min-height: 100vh;
        padding: 5px;
        background: linear-gradient(00deg, #254e70 0%, #37718e 25%, #8EE3EF 50%, #AEF3E7 100%);
    }

    #layout-administrador-container.usuario-autenticado {
        padding-bottom: 70px;
    }

    #layout-administrador {
        min-height: calc(100vh - 10px);
        border-radius: 10px;
        height: auto;
    }

    #layout-administrador .menu {
        display: none;
    }

    #layout-administrador .corpo {
        height: auto;
    }

    #layout-administrador .corpo .cabecalho {
        position: relative;
        padding: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        justify-content: center;
        flex-direction: column;
        height: auto;
        align-items: center;
    }


    #layout-administrador .corpo .cabecalho .btn-wrap {
        width: 100%;
        flex-shrink: 0;
        margin-left: 0;
        margin-top: 30px;
    }

    #layout-administrador .corpo .cabecalho .btn-wrap .btn {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #layout-administrador .corpo .cabecalho:not(.center) h1 {
        margin-right: 0px;
    }

    #layout-administrador .corpo .cabecalho h1 {
        text-align: center;
    }



    #layout-administrador .corpo .cabecalho .container {
        margin-left: auto;
        justify-content: space-around;
        padding: 10px;
        border-radius: 10px;
    }

    #layout-administrador .corpo .conteudo {
        padding: 15px;
    }

    #layout-administrador > .corpo > .conteudo.centralizado {
        height: calc(100vh - 10px); /* Mesma altura da '#layout-administrador' */
    }

}
#site {
    display: flex;
    flex-direction: column;
}

#site .cabecalho {

    padding: 30px;
    padding-top: 25px;
}

#site .cabecalho .conteudo {
    display: flex;
    align-items: center;
    justify-content: center;
}

#site .cabecalho .logo {
    height: 25px;
}

#site > #pagina {
    background-color: #f7f7f7;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 15;
}


#site > #pagina > .conteudo {
    padding: 50px;
}


.largura-pagina {
    max-width: 1200px;
    margin: 0 auto;
}

#site .rodape {
    background-color: #012430;
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 1;
}

#site .rodape .label {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 3px;
}

#site .rodape .apoiadores {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#site .rodape .apoiadores .apoiador {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 30px;
    border-radius: 100%;
    overflow: hidden;
    max-width: 100px;
    display: flex;
}

#site .rodape .apoiadores .apoiador:last-child{
    margin-right: 0px;
}

#site .rodape img {

    width: 100%;
}

#site .rodarodape {
    background-color: #011d27;
    color: #fff;
    padding: 15px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    #site > #pagina > .conteudo {
        padding: 15px;
    }


    #site .rodape .apoiadores 
    {
        flex-direction :column;
    }

    #site .rodape .apoiadores .apoiador 
    {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    #site .rodape .apoiadores .apoiador:last-child{
        margin-bottom: 0px;
    }
}
.lista {
    width: 100%;
}

.lista .item {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    min-height: 100px;
}

.lista .item .status {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #191a23;
    height: 50px;
    width: 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #e7e9e9;
    flex-shrink: 0;
}


.lista .item .status .bola {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background-color: #e7e9e9;
    transition: .2s ease-in-out;
}


.lista .item:hover .status .bola {
    background-color: #fff;
}




.lista.l1 {
    background-color: #292a33;
    border-radius: 10px;
}

.lista.l1 .item {
    border-bottom: 1px solid #171821;
}

.lista.l1 .item:last-child {
    border-bottom: 0px;
}

.lista.l1 .item .btn-link {
    margin-left: auto;
}

.lista.l2 .item {
    background-color: #e7e9e9;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .2s ease-in-out;
    color: #292a33;
}

.lista.l2 .item:last-child {
    margin-bottom: 0px;
}

.lista.l2 .item:hover {
    background-color: #fff;
}

.lista.l2 .item .c1 {
    padding: 25px;
}

.lista.l2 .item .c1 > div:nth-child(2) {
    margin-top: 5px;
}

.lista.l2 .item .c-auto {
    margin-left: auto;
}



.lista.l2 .barra-progresso {
    background-color: #ccd0d0;
}




@media screen and (max-width: 900px) {

    .lista {
    }

    .lista .item {
        padding: 0px;
        flex-direction: column;
        text-align: center;
    }

    .lista.l2 .item {
        margin-bottom: 15px;
    }

    .lista.l2 .item .c1 {
        padding: 15px;
    }

    .lista .item .status {
        margin-top: 15px;
    }

    .lista.l2 .item .c-auto {
        margin-left: 0;
        text-align: center;
        border-top: 1px solid #e1e1e1;
        border-left: 0;
        width: 100%;
        padding: 15px;
    }
}

.margin-top-00 {
    margin-top: 5px !important;
}

.margin-top-0 {
    margin-top: 10px !important;
}

.margin-top {
    margin-top: 25px !important;
}

.margin-top-2 {
    margin-top: 50px !important;
}

.margin-top-3 {
    margin-top: 75px !important;
}


.margin-bottom-00 {
    margin-bottom: 5px !important;
}

.margin-bottom {
    margin-bottom: 25px !important;
}

.margin-bottom-2 {
    margin-bottom: 50px !important;
}

.margin-right {
    margin-right: 25px !important;
}

.margin-right-2 {
    margin-right: 50px !important;
}

.padding {
    padding: 25px !important;
}




@media screen and (max-width: 900px) {

    .margin-top {
        margin-top: 15px !important;
    }

    .margin-top-2 {
        margin-top: 30px !important;
    }

    .margin-top-3 {
        margin-top: 45px !important;
    }

    .margin-bottom {
        margin-bottom: 15px !important;
    }

    .margin-bottom-2 {
        margin-bottom: 30px !important;
    }

    .margin-right {
        margin-right: 15px !important;
    }

    .margin-right-2 {
        margin-right: 30px !important;
    }

    .padding {
        padding: 15px !important;
    }
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #060B3D;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #e7e9e9;
    border-radius: 10px;
}

* {
    box-sizing: border-box;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}

strong {
    font-weight: 400;
}

input[type=text] {
    -webkit-appearance: none;
}

input[type=text]:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

.link {
    cursor: pointer;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}



.break-word {
    word-break: break-all;
}


.link:hover {
    text-decoration: underline;
}

.menu-responsivo {
    display: none;
}


.inativo {
    transition: none !important;
    cursor: not-allowed !important;
}

.inativo:hover {
    filter: blur(2px);
}



.barra-progresso {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}


.barra-progresso .fill {
    height: 100%;
    background-color: #43D2F7;
    z-index: 10;
}


.barra-progresso .fill.secundario {
    z-index: 9;
    margin-left: -5px;
    margin-right: -5px;
}

.barra-progresso.redonda .fill {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.barra-progresso.reversa .fill {
    background-color: #cecfcf;
    box-shadow: 1px 1px 1px grey;
    border: 1px solid #c8c4c4;
}


.cursor {
    display: none;
    box-shadow: 0 0 15px #00000033;
    transform: translate(-50%, -50%);
    border: 1px solid #0000001a;
    backdrop-filter: blur(3px);
    background: #ffffff0d;
    position: absolute;
    border-radius: 50%;
    aspect-ratio: 1;
    z-index: 9;
    width: 60px;
    pointer-events: none;
}


.mensagem-erro {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f44336;
    font-weight: 600;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
}


.privacidade-rodape {
    background-color: #011d27;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #012430;
}


@media screen and (max-width: 900px) {
    p br {
        display: none;
    }

    .box-branco {
        padding: 15px;
    }

    .menu-responsivo {
        display: block;
        background-color: #1e3e5a;
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        left: 0;
    }

    .menu-responsivo .menu .logo {
        display: none;
    }

    .menu-responsivo .menu .itens {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .menu-responsivo .menu .itens a {
        font-size: 12px;
        text-align: center;
        height: 45px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .2s ease-in-out;
        cursor: pointer;
        margin: 5px;
        background-color: #254e70;
        border-radius: 10px;
        line-height: 13px;
    }

    .menu-responsivo .menu .itens a.ativo {
        color: #254e70;
        background-color: #8EE3EF;
    }
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

.croppie-container {
    width: 100%;
    height: 100%;
}

    .croppie-container .cr-image {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: 0 0;
        max-height: none;
        max-width: none;
    }

    .croppie-container .cr-boundary {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .croppie-container .cr-viewport,
    .croppie-container .cr-resizer {
        position: absolute;
        border: 2px solid #fff;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

    .croppie-container .cr-resizer {
        z-index: 2;
        box-shadow: none;
        pointer-events: none;
    }

    .croppie-container .cr-resizer-vertical,
    .croppie-container .cr-resizer-horisontal {
        position: absolute;
        pointer-events: all;
    }

        .croppie-container .cr-resizer-vertical::after,
        .croppie-container .cr-resizer-horisontal::after {
            display: block;
            position: absolute;
            box-sizing: border-box;
            border: 1px solid black;
            background: #fff;
            width: 10px;
            height: 10px;
            content: '';
        }

    .croppie-container .cr-resizer-vertical {
        bottom: -5px;
        cursor: row-resize;
        width: 100%;
        height: 10px;
    }

        .croppie-container .cr-resizer-vertical::after {
            left: 50%;
            margin-left: -5px;
        }

    .croppie-container .cr-resizer-horisontal {
        right: -5px;
        cursor: col-resize;
        width: 10px;
        height: 100%;
    }

        .croppie-container .cr-resizer-horisontal::after {
            top: 50%;
            margin-top: -5px;
        }

    .croppie-container .cr-original-image {
        display: none;
    }

    .croppie-container .cr-vp-circle {
        border-radius: 50%;
    }

    .croppie-container .cr-overlay {
        z-index: 1;
        position: absolute;
        cursor: move;
        touch-action: none;
    }

    .croppie-container .cr-slider-wrap {
        display: none;
        width: 75%;
        margin: 15px auto;
        margin-bottom: 0px;
        text-align: center;
    }

.croppie-result {
    position: relative;
    overflow: hidden;
}

    .croppie-result img {
        position: absolute;
    }

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}


.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

    .cr-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        background: #ccc0af;
        border: 0;
        border-radius: 3px;
    }

    .cr-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px;
    }

    .cr-slider:focus {
        outline: none;
    }
    /*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

    .cr-slider::-moz-range-track {
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, 0.5);
        border: 0;
        border-radius: 3px;
    }

    .cr-slider::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px;
    }

    /*hide the outline behind the border*/
    .cr-slider:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    .cr-slider::-ms-track {
        width: 100%;
        height: 5px;
        background: transparent;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
        border-width: 6px 0;
        color: transparent; /*remove default tick marks*/
    }

    .cr-slider::-ms-fill-lower {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .cr-slider::-ms-fill-upper {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .cr-slider::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: 1px;
    }

    .cr-slider:focus::-ms-fill-lower {
        background: rgba(0, 0, 0, 0.5);
    }

    .cr-slider:focus::-ms-fill-upper {
        background: rgba(0, 0, 0, 0.5);
    }
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

    .cr-rotate-controls button {
        border: 0;
        background: none;
    }

    .cr-rotate-controls i:before {
        display: inline-block;
        font-style: normal;
        font-weight: 900;
        font-size: 22px;
    }

.cr-rotate-l i:before {
    content: 'â†º';
}

.cr-rotate-r i:before {
    content: 'â†»';
}

