@font-face {
    font-family: 'OpenSans-Regular';
    src: local('OpenSans Regular'), local('OpenSans-Regular'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: local('OpenSans Light'), local('OpenSans-Light'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: local('OpenSans SemiBold'), local('OpenSans-SemiBold'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-BoldItalic';
    src: local('OpenSans BoldItalic'), local('OpenSans-BoldItalic'),
        url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: local('OpenSans ExtraBold'), local('OpenSans-ExtraBold'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.home-capa-video-wrapper {
    width: 100vw;
    height: 100%;
    background: black;
}
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: 'OpenSans-SemiBold';
    font-size: 14px;
    background-color: #FFF;
    color: #FFF;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #6D78B6;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.row.home-padding-top {
    /* padding-top: 200px; */
    padding-top: 8vh;
}

.cor-branca {
    color: #FFF !important;
}

.cor-preta {
    color: #000 !important;
}

#input_ficheiro {
    width: 179px !important;
    height: 55px;
    left: 0;
    margin-top: -17px;
    margin-left: 49px;
    z-index: 10;
    opacity: 0;
    position: absolute;
    color: #6D78B6;
    cursor: pointer;
}

#texto_ficheiro {
    color: #6D78B6;
}

.btn-redondo-branco:hover #texto_ficheiro {
    color: #fff !important;
}

.container.lrb {
    padding-left: 10%;
    padding-right: 0%;
    /* max-width: unset; */
    max-width: 85%;
}

.container .col-esquerda {
    padding-right: 10vw;
}

.container.lrb .col-esquerda {
    padding-right: 6%;
}

.politica-qualidade-container {
    background-color: #383838;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
}

.grupo-erre-footer {
    height: 5rem;
}

.selo-qualidade {
    height: 3.5rem;
}

.footer-h6 {
    padding: 10px;
}

.container.paginas {
    max-width: 75%;
}

.col-esq-com-texto {
    padding-right: 5rem;
}

.box-bottoms {
    margin-top: 70px;
    margin-bottom: 35px;
}

.btn-redondo-transparente {
    border-radius: 25px;
    border: #FFF solid 1px;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    color: #FFF;
    transition: all ease 0.3s;
}

.btn-redondo-transparente:hover {
    background-color: #FFF;
    color: #6D78B6;
}

.btn-redondo-cor {
    border-radius: 25px;
    border: #6D78B6 solid 1px;
    background-color: #6D78B6;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    color: #FFF;
    transition: all ease 0.3s;
}

.btn-redondo-cor:hover {
    background-color: #FFF;
    border: #FFF solid 1px;
    color: #6D78B6;
}

.btn-redondo-branco {
    border-radius: 25px;
    border: #FFF solid 1px;
    background-color: #FFF;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    color: #6D78B6;
    transition: all ease 0.3s;
}

.btn-redondo-branco:hover {
    background-color: #6D78B6;
    border: #FFF solid 1px;
    color: #FFF;
}

.menu-header {
    font-family: 'OpenSans-SemiBold';
    font-size: 14px;
    letter-spacing: 1px;
    width: 100vw;
    position: fixed;
    top: 0;
    /* left: 0; */
    z-index: 99;
    padding: 40px 5% 0 5%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
}

.menu-header-open {
    display: none;
    transition: all ease 2s;
}

.menu-header-logo {
    max-height: 60px;
    width: auto;
    display: block;
}

.menu-header-logo-mobile {
    max-height: 40px;
    width: auto;
    display: none;
}

.menu-header .menu-items {
    display: none;
}

.menu-header .menu-items .active {
    color: #6D78B6;
    text-decoration: underline;
}

.menu-header .menu-items {
    display: none;
}

.menu-header .menu-items.menu-language .active {
    color: #6D78B6;
    text-decoration: underline;
}

.titulo-roxo-extra-bold {
    color: #6D78B6;
    font-family: 'OpenSans-ExtraBold';
    font-size: 30px;
    margin-bottom: 25px;
}

.titulo-branco-extra-bold {
    color: #FFF;
    font-family: 'OpenSans-ExtraBold';
    font-size: 30px;
    margin-bottom: 25px;
}

.titulo-cinza-bold-italic {
    color: #3C3C3B;
    font-family: 'OpenSans-BoldItalic';
    font-size: 22px;
    margin-bottom: 25px;
}

.texto-preto-light {
    color: #000;
    font-family: 'OpenSans-Light';
    font-size: 18px;
    margin-bottom: 25px;
    text-align: justify;
}

.texto-branco-light {
    color: #FFF;
    font-family: 'OpenSans-Light';
    font-size: 18px;
    margin-bottom: 25px;
}

.texto-roxo-light {
    color: #6D78B6;
    font-family: 'OpenSans-Light';
    font-size: 18px;
    margin-bottom: 25px;
}

.input-box {
    width: 85%;
    display: flex;
    font-size: 16px;
    font-family: 'OpenSans-Light';
    margin-bottom: 10px;
}

.input-box label {
    margin-bottom: 0;
    padding-right: 0;
}

.input-box input {
    width: 100%;
    border: 0;
    border-bottom: #FFF 1px solid;
    background-color: transparent;
    margin-left: 10px;
}

/**********************************************************************************/
/**********************************************************************************/
/* HOME */
/**********************************************************************************/
/**********************************************************************************/

.home-capa-video-wrapper video {
    opacity: 0.2;
    min-width: 100%;
    min-height: 100%;
}

.home-capa-content {
    position: absolute;
    z-index: 9;
    left: 15vw;
    top: 35vh;
}

.home-capa-titulo {
    font-family: 'OpenSans-ExtraBold';
    font-size: 95px;
    line-height: .65;
    margin-bottom: 50px;
}

.home-capa-texto {
    font-family: 'OpenSans-BoldItalic';
    font-size: 24px;
    margin-top: 25px;
}

.home-capa-autor {
    font-family: 'OpenSans-Regular';
    font-size: 18px;
}

.home-box-bottoms {
    margin-top: 70px;
}

.home-capa-ver-mais-wrapper {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
}

.home-capa-ver-mais-box {
    letter-spacing: 1px;
    position: absolute;
    bottom: 3vh;
    left: 50%;
    transform: translateX(-50%);
}

.home-capa-ver-mais-box img {
    width: 30px;
    height: auto;
    margin-top: 10px;
}

.home-capa-bolinhas-direita {
    top: 25vh;
    left: 0;
    width: 100vw;
}

.home-capa-bolinhas-direita img {
    width: auto;
    height: fit-content;
    float: right;
    margin-right: 7%;
}

.home-capa-bolinhas-esquerda {
    position: absolute;
    top: 0;
    left: -145px;
    height: 106%;
}

.home-capa-bolinhas-esquerda img {
    width: auto;
    height: 100%;
}

.home-sobre {
    background: #FFF;
}

.home-sobre-image {
    width: 100%;
    padding-left: 5vw;
    overflow: hidden;
    max-height: 60vh;
    height: 100%;
    min-height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-sobre-bolinhas-esquerda {
    position: absolute;
    bottom: -7vh;
    left: -5vw;
}

.home-sobre-bolinhas-esquerda img {
    width: 100%;
}

.home-valores {
    background: #6D78B6;
}

.home-valores-image {
    display: flex;
    width: 100%;
    overflow: hidden;
    max-height: 60vh;
    height: 100%;
    min-height: 50vh;
}

.home-valores-image img {
    margin: auto;
    width: 100%;
    max-height: 330px;
    height: 100%;
}

.home-grupo {
    background: #3C3C3B;
}

.home-grupo-image {
    display: flex;
    width: 100%;
    padding-left: 5vw;
    overflow: hidden;
    max-height: 60vh;
    height: 100%;
    min-height: 50vh;
}

.home-grupo-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.home-alcance {
    background: #FFF;
}

.home-alcance-col-esquerda {
    padding-right: 0vw;
    margin-left: -4vw;
    margin-right: 4vw;
}

.home-alcance-bolinhas {
    position: absolute;
    bottom: -1vh;
    left: 0vw;
}

.home-alcance-bolinhas img {
    width: 100%;
}

.home-alcance-image {
    display: flex;
    width: 100%;
    overflow: hidden;
    max-height: 60vh;
    height: 100%;
    min-height: 50vh;
}

.home-alcance-image img {
    width: 100%;
    max-width: 555px;
    height: auto;
    margin: auto;
}

/**********************************************************************************/
/**********************************************************************************/
/* EQUIPA */
/**********************************************************************************/
/**********************************************************************************/

.equipa-container {
    margin: auto;
}

/**********************************************************************************/
/**********************************************************************************/
/* CANDIDATURAS */
/**********************************************************************************/
/**********************************************************************************/

.candidaturas-wrap {
    height: 100vh;
    display: flex;
    background-color: #3C3C3B;
}

.candidaturas-container {
    margin: auto;
}

.candidaturas-bolinhas {
    position: absolute;
    bottom: -4vh;
    right: 0vw;
}

.candidaturas-bolinhas img {
    width: 130%;
    display: none;
}

.candidaturas-form-wrap {
    background-color: #6D78B6;
    height: 100%;
    padding: 35px;
    margin-top: -35px;
}

/**********************************************************************************/
/**********************************************************************************/
/* PARCEIROS */
/**********************************************************************************/
/**********************************************************************************/

.parceiros-wrap {
    height: 100vh;
    display: flex;
}

.parceiros-container {
    margin: auto;
}

.parceiros-container .row.home-padding-top {
    padding-top: 28vh;
}

.parceiros-container .row.clientes {
    padding-top: 15vh;
}

/**********************************************************************************/
/**********************************************************************************/
/* CONTACTOS */
/**********************************************************************************/
/**********************************************************************************/

.contactos-wrap {
    height: 100vh;
    display: flex;
    background-color: #3C3C3B;
}

.contactos-container {
    margin: auto;
    width: 100vw;
}

.contactos-container .row.home-padding-top {
    padding-top: 28vh;
}

.contactos-wrap .col-direita {
    background-color: #6D78B6;
    display: flex;
    padding-left: 6%;
    max-height: 23rem;
    margin-top: -1.6rem;
}

.contactos-wrap .social-links {
    margin-top: 50px;
}

.contactos-wrap .social-links a:hover img {
    opacity: 0.6;
}

.contactos-wrap .social-links img {
    width: 33px;
    margin-right: 15px;
}

.contactos-bolinhas {
    position: absolute;
    top: -8vh;
    right: 0vw;
}

.contactos-bolinhas img {
    width: 90%;
}

.contactos-form-wrap {
    height: 100%;
    padding: 0;
    margin-top: -35px;
}

.contactos-form-wrap .input-box input {
    color: #6D78B6;
    font-family: 'OpenSans-Regular';
    display: grid;
}

.contactos-form-wrap .input-box textarea {
    background: #2D2D2D;
    color: #6D78B6;
    font-family: 'OpenSans-Regular';
    border: 0;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
}

.footer-contactos-wrap {
    height: -webkit-fill-available;
    margin-top: 35px;
    background-color: #3C3C3B;

}

.footer-contactos-container {
    min-height: 10vh;
}

.footer-padding {
    padding-top: 5vh;
    padding-bottom: 8vh;
}

.footer-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-form .input-box input,
.footer-form .input-box textarea {
    color: #6D78B6;
    font-family: 'OpenSans-Regular';
    display: grid;
}

.footer-form-wrap {
    height: 100%;
    padding: 0;
    margin-top: -35px;
}

.footer-col-direita {
    height: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
}

.footer-box-bottoms {
    margin-top: 70px;
    width: 85%;
    text-align: right;
    margin-bottom: 0;
}

.footer-textarea {
    width: 100%;
    background-color: #2D2D2D;
    color: #FFF;
    border: 0;
    padding: 10px;
}

/**********************************************************************************/
/**********************************************************************************/
/* O QUE FAZEMOS */
/**********************************************************************************/
/**********************************************************************************/

.container.paginas.oquefazemos {
    margin-top: 20vh;
    margin-bottom: 20vh;
    margin-top: 1%;
}

.container.paginas.oquefazemos a img:hover,
.home-alcance-image img:hover {
    transition: all ease 0.3s;
    opacity: .8;
}

.oquefazemos-image-horizontal {
    display: flex;
    width: 100%;
    overflow: hidden;
    max-height: 60vh;
    height: 100%;
    min-height: 50vh;
    margin-bottom: 10vh;
}

.oquefazemos-image-horizontal img {
    width: 100%;
    max-width: 555px;
    height: auto;
    margin: auto;
}

.oquefazemos-image-vertical {
    display: flex;
    width: 100%;
    overflow: hidden;
    max-height: 60vh;
    height: 100%;
    min-height: 50vh;
    margin-bottom: 10vh;
}

.oquefazemos-image-vertical img {
    width: 60%;
    max-width: 555px;
    height: auto;
    margin: auto;
}

.oquefazemos-bolinhas-1 {
    position: absolute;
    top: -8vh;
    left: 5vw;
}

.oquefazemos-bolinhas-1 img {
    width: 140px;
    /* width: 200%; */
}

.oquefazemos-bolinhas-2 {
    position: absolute;
    top: 47%;
    right: 2vw;
    transform: translateY(-47%);
}

.oquefazemos-bolinhas-2 img {
    width: 140px;
    /* width: 200%; */
}

.oquefazemos-bolinhas-3 {
    position: absolute;
    top: 3vh;
    left: -10px;
}

.oquefazemos-bolinhas-3 img {
    width: 100%;
}

.oquefazemos-bolinhas-4 {
    position: absolute;
    bottom: -1vh;
    right: 8vw;
}

.oquefazemos-bolinhas-4 img {
    width: 140px;
    /* width: 200%; */
}

/**********************************************************************************/
/**********************************************************************************/
/* O QUE FAZEMOS */
/**********************************************************************************/
/**********************************************************************************/

.portefolio {
    height: 100vh;
    display: flex;
}

.portefolio-container {
    margin: auto;
}

.portefolio .container.paginas.items {
    margin-top: 20vh;
    margin-bottom: 15vh;
}

.portefolio-titulo-grande-direita {
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    left: 15px;
    font-size: 40px;
    color: #6D78B6;
    font-family: 'OpenSans-ExtraBold';
    letter-spacing: 2px;
}

.portefolio-titulo-grande-esquerda {
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    left: 15px;
    font-size: 40px;
    color: #6D78B6;
    font-family: 'OpenSans-ExtraBold';
    letter-spacing: 2px;
}

.portefolio-titulo-pequeno-direita {
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    left: 15px;
    font-size: 40px;
    color: #6D78B6;
    font-family: 'OpenSans-ExtraBold';
    letter-spacing: 2px;
}

.portefolio-container figure {
    position: relative;
}

.portefolio-container figure a:hover {
    color: #FFF !important;
}

.portefolio-container figure .titulo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/**********************************************************************************/
/**********************************************************************************/
/* PAGINA-TIPO */
/**********************************************************************************/
/**********************************************************************************/

.pagina-tipo-cover {
    width: 100vw;
    height: 100vh;
    display: flex;
}

.pagina-tipo-cover-wrap {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}

.pagina-tipo-titulo {
    position: relative;
    /* overflow: hidden; */
}

.pagina-tipo-cover-wrap .cover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: .5;
}

.pagina-tipo-cover-wrap .home-capa-texto {
    width: 70%;
}

.pagina-tipo-cover-wrap .home-capa-titulo.grande {
    font-size: 70px;
    line-height: 1;
}

.pagina-tipo {
    margin-top: 15vh;
    margin-bottom: 20vh;
}

.pagina-tipo-bolinhas-2 {
    position: absolute;
    top: -83%;
    right: 0vw;
}

.pagina-tipo-bolinhas-2 img {
    width: 60%;
}

.pagina-tipo .titulo-roxo-extra-bold {
    font-size: 25px;
    margin-bottom: 15vh;
    width: 100%;
    /* width: 80%;  */
}

.pagina-subtitulo-col-img {
    padding-right: 30px;
}

.pagina-subtitulo-col-img .pagina-img {
    min-height: 500px;
    width: 100%;
    height: 100%;
}

.pagina-subtitulo-col-texto {
    padding-left: 30px;
}

.pagina-tipo-portefolio {
    margin-top: 15vh;
    margin-bottom: 0;
}

.pagina-tipo-portefolio .titulo-roxo-extra-bold {
    margin-bottom: 0;
}

.pagina-tipo-portefolio-itens {
    padding-top: 5vh;
}

.pagina-tipo-portefolio-itens figure a {
    position: relative;
}

.pagina-tipo-portefolio-itens figure a {
    color: #FFF !important;
}

.pagina-tipo-portefolio-itens figure .titulo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.pagina-tipo .portefolio-titulo-grande-direita.muito-grande {
    font-size: 40px;
    top: 0px;
}

/* Zoom Out #1 */
.hover03 figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #3c3d3b;
}

.hover03 figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .5;
}

.hover03 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.myButton {
    background-color: #6d78b6;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 5px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.myButton:hover {
    background-color: #6d78b6;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.a2a_dd {
    display: none;
}

/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');

.details-card {
    background: #ffffff;
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}


.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    display: none;
    position: absolute;
    top: 15%;
    left: 12%;
    background: #6D78B6;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
}

.card-desc {
    padding: 1.25rem;
    margin-bottom: 10%;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.btn-card {
    background-color: #6D78B6;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-card:hover {
    background: grey;
}

a.btn-card {
    text-decoration: none;
    color: #fff;
}

/* End card section */

HTML CSSResult Skip Results Iframe EDIT ON
/* icon: https://fortawesome.github.io/Font-Awesome/icons/ */
/* Animation: https://daneden.github.io/animate.css/ */

body {
    background: #263238;
}

.arrow-container {
    margin-top: 10%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.arrow-1 {
    width: 100px;
    height: 100px;
    background: #6E79B6;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 60px;
    height: 60px;
    background: #6D78B6;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
}

.arrow-2:before {
    width: 52px;
    height: 52px;
    content: "";
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.arrow-2 i.fa {
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
}

/* Custom Animate.css */

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

Resources1× 0.5× 0.25×Rerun