:root {
    --cor_bg_header: #98d8fe;
    --cor_branco: #ffffff;
    --cor_azul_escuro: #032d6a;
    --cor_azul_claro_1: #98dbf4;
    --cor_azul_claro_2: #2b9dc7;
    --cor_azul_claro_3: #e3f6fc;
    --cor_cinza_escuro_1: #181818;
    --cor_cinza_escuro_2: #0d0d0d;
    --let_roboto: font-family: 'Roboto';
    --let_raleaway: font-family: 'Raleway';
}

#contentImpOra,
#contentCirOra,
#contentPer,
#contentPro,
#contentOrt,
#contentOdo,
#contentOdoMio,
#contentHar,
#contentApn,
#contentAne,
#contentOrtInv,
#contentAnes,
#contentCBC,
#contentCGF,
#contentInv,
#contentLas,
#contentMyo,
#contentNav,
#contentSca,
#contentSed,
#contentPol {
    /*position: absolute;*/
    width: 1px;
    height: 100px;
    left: 0;
    /*margin-top: 160px;
    */
    /* esse valor varia de acordo com a altura do seu Header, se ele tiver 200px de altura coloque aqui -220px por exemplo */
    background-color: transparent;
    z-index: -1;
}

.row {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    -webkit-box-shadow: 0 10px 6px -6px var(--cor_azul_claro_1);
    -moz-box-shadow: 0 10px 6px -6px var(--cor_azul_claro_1);
    box-shadow: 0 10px 6px -6px var(--cor_azul_claro_1);
}

.MultiCarousel .MultiCarousel-inner .itemCarousel {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .index .itemCarousel>div {
    height: 455px;
    text-align: center;
    padding: 10px;
    background: var(--cor_azul_claro_3);
    color: #666;
}

.MultiCarousel .MultiCarousel-inner .tecn .itemCarousel>div {
    text-align: center;
    padding: 10px;
    background: var(--cor_azul_claro_3);
    color: #666;
}

.MultiCarousel .MultiCarousel-inner .itemCarousel .tecnologias>div {
    height: 455px;
    text-align: center;
    padding: 10px;
    background: var(--cor_azul_claro_3);
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 0.25rem;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: var(--cor_azul_claro_3);
}

.itemCarousel {
    order: 3;
    width: 100%;
    text-align: center;
}

#menuSpace {
    padding: 14px 16px;
}

li a,
.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    letter-spacing: 1px;
}

li.dropdown {
    display: inline-block;
}

.header {
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 100px;
}

.progress-container {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 1;
}

.progress-bar {
    height: 5px;
    background: var(--cor_azul_escuro);
    width: 0%;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    background: rgb(152, 216, 243);
    background: linear-gradient(0deg, rgba(152, 216, 254, 0.20351890756302526) 0%, rgba(255, 255, 255, 1) 10%, rgba(152, 216, 254, 0.2) 30%, rgba(255, 255, 255, 1) 50%, rgba(152, 216, 254, 0.2) 70%, rgba(255, 255, 255, 1) 90%, rgba(152, 216, 254, 0.2) 100%);
    line-height: 1.5;
}

h1 {
    font-size: 50px;
    font-family: "", bold;
    font-family: montserrat;
}

h2 {
    font-size: 20px;
    font-family: "Roboto", bold;
    font-family: montserrat;
}

.btn-outline-primary {
    color: var(--cor_azul_escuro);
    border-color: var(--cor_azul_escuro);
    background: rgba(255, 255, 255, 0.7);
    font-family: montserrat;
}

.btn-outline-primary:hover {
    background-color: var(--cor_azul_escuro);
    border-color: var(--cor_azul_escuro);
}

#textLogo {
    font-family: montserrat;
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    text-align: start;
    height: 100%;
    margin: 0;
}

.logoCor1 {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--cor_branco);
    margin-right: 5px;
    font-family: montserrat;
}

.logoCor2 {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--cor_azul_escuro);
    font-family: montserrat;
}

.h1Cor1 {
    color: var(--cor_azul_claro_2);
    font-family: montserrat;
}

.h1Cor2 {
    color: var(--cor_azul_escuro);
    font-family: montserrat;
}

.h2Cor2 {
    color: var(--cor_azul_escuro);
    font-family: montserrat;
}

.h2AzulEscuro25 {
    font-size: 27px;
    color: var(--cor_azul_claro_2);
    font-family: montserrat;
}

.h2BAzul38 {
    font-size: 38px;
    color: var(--cor_azul_claro_2);
    font-family: montserrat;
}

.h2Azul35 {
    font-size: 35px;
    color: var(--cor_azul_claro_2);
    font-family: montserrat;
}

.azulClaro16 {
    font-size: 16px;
    color: var(--cor_azul_claro_2);
    font-family: montserrat;
}

.azulEscuro30 {
    font-size: 30px;
    color: var(--cor_azul_escuro);
    font-family: montserrat;
}

.h3AzulClaro {
    font-size: 24px;
    color: var(--cor_azul_claro_2);
    font-family: montserrat;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.textoCorpo14 {
    font-size: 14px;
    line-height: 2.0;
    color: var(--cor_cinza_escuro_1);
    font-family: montserrat;
}

.envTitulo {
    margin: 100px 0px 50px 0px;
}

.envMargContacto {
    margin: 20px 0px 0px 0px;
}

.iconCarrousel {
    padding-top: 10px;
    width: 100px;
}

.envContactSup {
    padding-top: 10px;
}

.textCarrousel {
    padding: 0px 10px 0px 10px
}

.marginEspSi {
    margin: 90px 0px 0px 0px;
}

.envAreasClin {
    margin: 50px 0px 0px 0px;
}

#backenvClosePage {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.envClosePage {
    width: 75%;
    margin-top: 50px;
    margin-bottom: 80px;
    background-color: rgba(152, 216, 254, 0.5);
    border-radius: 15px;
}

.shadow {
    box-shadow: 0px 20px 60px -30px rgb(0 0 0 / 45%);
}

.ajustCarousel {
    margin-bottom: 40px;
}

#spaceQS {
    padding-top: 100px;
}

#spaceQS40 {
    padding-top: 40px;
}

.ajustCP {
    margin-bottom: 80px !important;
}

#margin30 {
    margin-top: 30px;
}

#margin20 {
    margin-bottom: 20px;
}

.marginTop100 {
    margin-top: 100px
}

#imgQS {
    width: 100%;
    padding-bottom: 20px;
}

.imgHomeContact {
    width: 85%;
}

.h2Priv {
    color: var(--cor_azul_escuro);
    font-family: montserrat;
    padding: 50px 0px 5px 0px;
    text-align: center;
}

.whatsapp_float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-left: 3px;
    margin-top: 10px;
}

#button {
    display: inline-block;
    background-color: var(--cor_azul_claro_1);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 65px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    box-shadow: 2px 2px 3px #999;
}

#button::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: var(--cor_azul_claro_2);
}

#button:active {
    background-color: var(--cor_azul_claro_2);
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.titCovid {
    color: var(--cor_azul_escuro);
}

.h6Term {
    color: var(--cor_azul_escuro);
    font-family: montserrat;
}

#h2QS38 {
    font-size: 38px;
    color: var(--cor_azul_escuro);
    font-family: montserrat;
}

.h2QS30 {
    font-size: 30px;
    color: var(--cor_azul_escuro);
    font-family: montserrat;
}

#textQS {
    color: var(--cor_cinza_escuro_1);
    font-size: 14px;
    font-family: montserrat;
    line-height: 2.0;
    margin-top: 30px;
}

#envServ {
    margin-top: 50px;
}

.marginTit {
    margin: 50px 0px 50px 0px
}

#marginTopDiv {
    margin-top: 20px;
}

.marginBtn {
    animation: ban 3s;
    padding-top: 25px;
    padding-bottom: 25px;
}

.ajust {
    height: 33px;
}

.zoom {
    transition: transform .2s;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#marginBtnC {
    margin-top: 50px;
}

#btnHome {
    font-size: 25px;
}

.shadowText {
    text-shadow: 1px 1px 2px black, 0 0 1em var(--cor_azul_claro_3), 0 0 0.2em var(--cor_azul_claro_3);
}

.textBannerAzul {
    animation: ban 3s;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--cor_azul_escuro);
    font-size: 60px;
}

.textBannerBranco {
    animation: ban 3s;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--cor_branco);
    font-size: 60px;
}

main {
    margin: 0 auto;
    display: block;
}

#swalWindow {
    height: 70vh;
    width: 100%;
}

.marg0 {
    margin: 0px;
}

.menuActivo {
    color: var(--cor_azul_escuro)!important;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
}

#fundoDiv {
    background-color: #7bd3f424;
    border-radius: 2%;
    margin-top: 75px;
}

#iconSocial {
    color: var(--cor_azul_escuro);
    padding: 10px 0px 20px 0px;
    font-size: 20px;
}

#divCovid {
    margin-top: 50px;
    background-color: rgba(152, 216, 254, 0.3);
    border-radius: 15px;
}

.marginContTec {
    margin: 15px 15px 15px 15px;
}

a:link {
    text-decoration: none;
}

.active {
    color: black;
}

.envelopeLogo {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

#ajustmentFooter {
    margin-top: 25px;
    background-color: var(--cor_bg_header);
}

#ajustmentFootCen {
    padding-top: 30px;
}

#footerTextLogo {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footerText {
    font-size: 14px;
    font-family: roboto;
    color: white;
    font-family: montserrat;
}

#logo-img {
    display: flex;
    background: var(--cor_bg_header);
    align-items: center;
    color: var(--cor_branco);
    transition: 0.4s;
}

#logoFooter img {
    height: 50px;
}

#logo-img img {
    height: 80px;
}

#spaceIcon {
    padding: 0px 25px 0px 25px;
}

#sbEntry {
    font-size: 12px;
    line-height: 0 !important;
    text-transform: capitalize;
}

.btn-primary {
    font-family: Montserrat;
    color: #fff;
    background-color: var(--cor_bg_header);
    border-color: var(--cor_azul_claro_2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: var(--cor_azul_escuro);
    border-color: var(--cor_azul_escuro);
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: montserrat;
}

.navbar {
    padding: 0!important;
}

#mapLocation {
    border: 0;
    height: 400px;
    padding-top: 25px;
    width: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
}

nav {
    background: var(--cor_bg_header);
    padding: 0 15px;
    font-family: montserrat;
    text-transform: uppercase;
    color: white;
}

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

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.iconAdjust {
    padding: 0 0 0 50px;
}

.menu li a {
    display: block;
}

.menu li.subitem a {
    padding: 15px;
}

.toggle {
    font-size: 20px;
}

.item.button {
    order: 2;
}

.item {
    order: 3;
    width: 100%;
    text-align: center;
    display: none;
}

.active .item {
    display: block;
}

.submenu {
    display: none;
}

.submenu-active .submenu {
    display: block;
}

.has-submenu i {
    font-size: 12px;
}

.has-submenu>a::after {
    font-family: "Font Awesome 5 Free";
    line-height: 14px;
    font-weight: 900;
    content: "\f078";
    color: white;
    padding: 10px 5px 0px 3px;
}

.subitem a {
    padding: 10px 10px;
}

.submenu a :hover {
    text-decoration: none;
    color: white;
}

.submenu-active {
    background-color: var(--cor_bg_header);
    border-radius: 3px;
}

@media all and (min-width: 769px) {
    #socialIcon {
        display: none!important;
    }
    .menu {
        justify-content: start;
    }
    .menu li a {
        display: block;
    }
    .logo {
        flex: 1;
    }
    .item.button {
        width: auto;
        order: 1;
        display: block;
    }
    .toggle {
        font-size: 20px;
        text-align: right;
    }
    .iconAdjust {
        padding-left: calc(100% - 420px);
    }
    .menu li.button a {
        padding: 10px 15px;
        margin: 5px 0;
    }
}

@media (min-width: 993px) {
    .menu {
        justify-content: space-around;
    }
    #logo-img {
        padding: 0px 15px 0px 15px;
    }
    .menu {
        flex-wrap: nowrap;
    }
    .logo {
        order: 0;
    }
    .item {
        order: 1;
        position: relative;
        display: block;
        width: auto;
    }
    .button {
        order: 2;
    }
    .submenu-active .submenu {
        display: block;
        position: absolute;
        left: 0;
        background: var(--cor_bg_header);
    }
    .toggle {
        display: none;
    }
    .submenu-active {
        border-radius: 0;
    }
    #sbEntry {
        line-height: 1.5 !important;
    }
    #hideInDesktop {
        display: none;
    }
    #banner {
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.2) url("../img/home/wall1.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center center;
        background-blend-mode: overlay;
    }
    #linha2Mobile {
        display: none!important;
    }
    #btnHid {
        display: none!important;
    }
    .btnHid {
        display: none!important;
    }
    .margGall {
        margin-left: auto;
        margin-right: auto;
    }
    nav {
        height: 100px;
        background: var(--cor_bg_header);
        position: fixed;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 0;
        box-sizing: border-box;
        z-index: 100;
    }
    nav a {
        font-size: 90%;
        letter-spacing: 1px;
        color: #ffffff;
        transition: 0.4s;
    }
    nav a:hover {
        text-decoration: none;
        color: var(--cor_azul_escuro);
    }
    nav a i {
        transition: 0.4s;
    }
    nav ul {
        display: flex;
        list-style: none;
        justify-content: space-around;
        align-items: center;
        margin: 0;
        text-transform: uppercase;
        padding-left: 0px;
    }
    .ajustExpanEMobile {
        padding-bottom: 0px;
    }
    .ajustExpanEDesktop {
        padding-bottom: 24px;
    }
    #menuSpace {
        padding: 10px 10px;
    }
}

@media (max-width: 992px) {
    #contentImpOra,
    #contentCirOra,
    #contentPer,
    #contentPro,
    #contentOrt,
    #contentOdo,
    #contentOdoMio,
    #contentHar,
    #contentApn,
    #contentAne,
    #contentOrtInv,
    #contentAnes,
    #contentCBC,
    #contentCGF,
    #contentInv,
    #contentLas,
    #contentMyo,
    #contentNav,
    #contentSca,
    #contentSed,
    #contentPol {
        /*position: absolute;*/
        width: 1px;
        height: 1px;
        left: 0;
        /*margin-top: 160px;
    */
        /* esse valor varia de acordo com a altura do seu Header, se ele tiver 200px de altura coloque aqui -220px por exemplo */
        background-color: transparent;
        z-index: -1;
    }
    #ajustIconMobileMenu {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ajustMobileHarm {
        height: 33px;
    }
    .ajustTemp {
        margin-top: -40px;
    }
    .ajustExpanEMobile {
        padding-bottom: 49px;
    }
    #socialIcon {
        display: none!important;
    }
    #ajustmentFooter {
        margin-top: 25px;
        background-color: var(--cor_bg_header);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav {
        height: 60px;
        background: var(--cor_bg_header);
        width: 100%;
        position: fixed;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 0;
        box-sizing: border-box;
        z-index: 100;
    }
    nav a {
        margin: 0px 14px 0px 14px;
        transition: 0.4s;
    }
    nav a:hover {
        text-decoration: none;
    }
    nav a i {
        transition: 0.4s;
    }
    nav ul {
        background: var(--cor_bg_header);
        display: flex;
        list-style: none;
        align-items: center;
        margin: 0;
        padding-left: 0px;
    }
    a:link {
        text-decoration: none;
    }
    span.tel:link,
    span.tel:active {
        color: #212529 !important;
    }
    .header {
        top: 0;
        z-index: 1;
        width: 100%;
        background-color: #f1f1f1;
        margin-top: 60px;
    }
    #logo-img img {
        height: 50px;
    }
    #banner {
        height: 93vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.2) url("../img/home/wallMobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center center;
        background-blend-mode: overlay;
    }
    .whatsapp-icon {
        margin-top: 10px;
    }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
    #button {
        right: 10px !important;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #linha2Mobile {
        display: none!important;
    }
    #hideInMobile {
        display: none;
    }
    .menu {
        justify-content: start;
    }
}

@media (max-width: 600px) {
    main {
        width: 100%;
    }
    .menu {
        justify-content: start;
    }
    nav {
        padding: 50px 15px 0 0;
    }
    #logo-img img {
        height: 40px;
    }
    h1 {
        font-size: 38px;
    }
    #banner h3 {
        font-size: 20px;
    }
    .card {
        text-align: center;
    }
    #logo-img {
        padding: 0 0 0 5px;
    }
    .vertical-align {
        display: block;
        align-items: center;
    }
    #linha2Desktop {
        display: none!important;
    }
    .textMCenter {
        text-align: center;
    }
    .marginCorpCl {
        margin: 50px 0px 0px 0px
    }
    #marginBtnCorpCl {
        margin-top: 15px;
    }
    #envServ {
        margin-top: 0px;
    }
    .textBannerAzul {
        animation: ban 3s;
        margin-top: 0px;
        margin-bottom: 0px;
        color: var(--cor_azul_escuro);
        font-size: 45px;
    }
    .textBannerBranco {
        animation: ban 3s;
        margin-top: 0px;
        margin-bottom: 0px;
        color: var(--cor_branco);
        font-size: 45px;
    }
    #socialIconHor {
        display: inherit;
        justify-content: center;
    }
    #hideInMobile {
        display: none;
    }
}

@media (min-width: 720px) {
    main {
        width: 95%;
    }
    .card {
        width: 45%;
    }
    .card .card-image img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    main {
        width: 85%;
    }
}

@media (max-width: 319px) {
    .menu {
        justify-content: start;
    }
    .iconAdjust {
        padding-left: calc(100% - 310px);
    }
    .logoCor2 {
        text-transform: uppercase;
        font-size: 11px;
    }
    .logoCor1 {
        text-transform: uppercase;
        font-size: 11px;
    }
    #logo-img {
        padding: 0 0 0 3px;
    }
    nav a {
        margin: 0px 5px 0px 0px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #ajustIconMobileMenu {
        margin-left: 0px;
        margin-right: 0px;
    }
    .menu {
        justify-content: start;
    }
    .iconAdjust {
        padding-left: calc(100% - 315px);
    }
    #mainNav {
        background-color: #98d8fe;
        padding: 0px;
        line-height: 1.5;
    }
    #mainNav a {
        margin: 0px 5px 0px 5px !important;
        color: #ffffff;
        transition: 0.4s;
        line-height: 0;
    }
    nav a {
        margin: 0px 5px 0px 5px !important;
        color: #ffffff;
        transition: 0.4s;
    }
    #logo-img {
        align-items: center;
        background: var(--cor_bg_header);
        color: var(--cor_branco);
        display: flex;
        margin: 0px 0px 0px 0px;
        transition: 0.4s;
    }
    #mainNav .navbar-toggler {
        border: 0;
        background-color: #98d8fe;
        color: white;
        font-family: montserrat;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 15px;
        right: 0;
        text-transform: uppercase;
    }
    .logoCor2 {
        color: var(--cor_azul_escuro);
        font-size: 12px;
        text-transform: uppercase;
        font-family: montserrat;
    }
    .logoCor1 {
        color: var(--cor_branco);
        font-size: 12px;
        margin-right: 5px;
        font-family: montserrat;
        text-transform: uppercase;
    }
    .alignButton {
        align-items: center;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .menu {
        justify-content: start;
    }
    .iconAdjust {
        padding-left: calc(100% - 420px);
    }
}

form {
    animation-name: fade;
    animation-duration: 750ms;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ban {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.anim-esq-dir {
    animation: esq-dir;
    animation-duration: 2s;
}

@keyframes esq-dir {
    from {
        opacity: 0;
        transform: translateX(-35%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.anim-dir-esq {
    animation: dir-esq;
    animation-duration: 2s;
}

@keyframes dir-esq {
    from {
        opacity: 0;
        transform: translateX(35%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.fadeUpDown {
    animation: fadeUpDown;
    animation-duration: 2s;
}

@keyframes fadeUpDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeDownUp {
    animation: fadeDownUp;
    animation-duration: 2s;
}

@keyframes fadeDownUp {
    from {
        opacity: 0;
        transform: translate3d( 0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}