@charset "UTF-8";

:root{
      /* Cores */
  --cor-background-principal: #c5e0ed;
  --cor-background-secundaria: #eaeaea;
  --cor-lilas: #9664a9;
  --cor-verde: #00af7d;
  --cor-texto-principal: #4e356f;
  --cor-acentuacao-roxa: #8e39a4;
  --cor-acentuacao-rss-feed: #dbbfe6;
  --cor-acentuacao-azul: #00C1DB;
  --cor-cinza: #323133;

  /* Tamanho das fontes. */
    --fonte-h1: 1.625rem; /*26px*/
    --fonte-p-pequena: 0.6875rem; /* 11px */
}

*{
    font-family: Manrope, sans-serif !important
}
 

/* Classes genéricas */

.corVioleta {
    color: var(--cor-acentuacao-roxa);
} 

body{
    overflow-x: hidden;
}

.titulo h2{
    font-weight: 500;
}

pl-6 {
    padding-left: 100px;
}

/* Header */

header {
    display: flex;
    justify-content: space-between;
    margin: 1rem;
    align-items: center;
    width: 100%; 
}

header ul{
    display: flex;
}

header li{
    margin: 10px;    
}

header img{
    width: 100%;
}  
#navbar-links{
    display: flex;
    width: 100%;
   flex-wrap: wrap;
}
 


main{
    background: #C5E0ED;
}
ul.ui-autocomplete.ui-menu {
    width: 370px
}
.header.scroll {
    box-shadow: 0 2px 16px 0 #00000033
}
.header.scroll .logo a img {
    max-width: 160px
}

.header nav.menu ul li a {
    color: black !important;
}

.header nav.menu ul li a.login{
    color: white !important;
}
 
.wrapper {
    padding: 32px
}

h1.cabecalhoPrincipal {
    font-size: 3rem;
}

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #b191c0 0, #da8eb3 100%);
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 0 -2px 2rem #da8eb366;
    transition: .4s;
    z-index: 10000000;
    display: flex
}
.cookie-container p {
    font-weight: 600;
    letter-spacing: .04rem;
    margin: 24px 0;
    line-height: 1.5;
    flex-grow: 8
}
.cookie-container.active {
    bottom: 0
}
.cookie-container a {
    text-decoration: underline;
    color: #2b2029
}
.cookie-btn {
    background: #2b2029;
    border: 0;
    color: #f5f6fa;
    padding: .5rem 2rem;
    font-size: 1rem;
    margin-bottom: 16px;
    margin-top: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    flex-grow: 2;
    align-self: center
}
.alert-isolamento {
    font-weight: 600;
    background-color: #ffe5f6;
    border-radius: 0;
    color: #3d1e7a;
    margin-bottom: 0
}
.alert-isolamento a {
    font-weight: 600;
    color: #3d1e7a
}
.alert-amarelo p, .alert-branco p, .alert-isolamento p, .alert-novembro-azul p, .alert-outubro-rosa p {
    margin-bottom: 0
}

.alert-amarelo {
    font-weight: 600;
    background-color: #f5d85a;
    border-radius: 0;
    color: #302702;
    margin-bottom: 0;
    text-align: center
}

.alert-amarelo a {
    font-weight: 600;
    color: #302702
}

.alert-outubro-rosa {
    font-weight: 600;
    background-color: #d883dd;
    border-radius: 0;
    color: #230230;
    margin-bottom: 0;
    text-align: center
}

.alert-outubro-rosa a {
    font-weight: 600;
    color: #230230
}

.alert-novembro-azul {
    font-weight: 600;
    background-color: #63cde7;
    border-radius: 0;
    color: #022730;
    margin-bottom: 0;
    text-align: center
}

.alert-branco {
    font-weight: 600;
    background-color: #f9f9f1;
    border-radius: 0;
    color: #1a1721;
    margin-bottom: 0
}

.alert-branco a {
    font-weight: 600;
    color: #1a1721
}

.easteregg {
    display: inline-block
}

.alert-easteregg {
    display: inline-block;
    background: #fdd;
    border-radius: 16px;
    padding: 16px
}

.texto-consulta-online {
    color: #fff;
    font-size: 200%;
    text-align: center
}

.red-icon {
    font-size: 1.3rem;
    color: #f3145b;
    margin: 1px .2rem;
    display: inline-flex;
    vertical-align: top;
    line-height: 25px
}

.on-status {
    background: 0 0;
    color: green
}

.off-status {
    background: 0 0;
    color: red
}

.link-saiba-mais {
    font-size: 15px;
    color: #8c8c8c;
    text-align: center
}

.adapt-footer-top {
    margin-bottom: -17px
}

.logo01 {
    max-height: 4rem
}


#descricaoPrincipal{
    width: 36rem;
    margin-left: 5vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#botaoAgendamentoConsulta{
    margin-top: 0.5rem;
    cursor: pointer;
    align-self: flex-start;
    padding: 1rem !important;
}


img#selo-gptw {
    width: 100px;
    height: 150px;
}

.cabecalhoPrincipal{ 
    font-size: var(--fonte-h1); 
    color: #4E356F;
    font-weight: 700;
}

.embreve {
    display: none;
    width: 50%;
    margin: 0 auto
}

.larger-font {
    font-size: larger
}

.clear-line {
    clear: both
}

.alert-novembro-azul a {
    font-weight: 600;
    color: #022730
}

.alert-novembro-azul p {
    margin-bottom: 0
}

.mini-pv {
    position: relative;
    top: -2px
}

.lgpd-consent-container {
    position: fixed;
    left: 0;
    bottom: 10px;
    display: flex;
    width: 100vw;
    justify-content: center;
    z-index: 10000000
}

.lgpd-consent {
    background: #fff;
    color: 333;
    position: fixed;
    border-radius: .5rem;
    font-weight: 600;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .4);
    display: flex
}

.lgpd-consent-collumn {
    font-weight: 600 !important;
    display: table-cell;
    vertical-align: middle
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7))
    }
}

.slider {
    background: #C5E0ED;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
    margin-bottom: 50px;
    margin-top: 3rem;
}

.slider::after, .slider::before {
    background: linear-gradient(to right, #C5E0ED 0, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.slider::before {
    left: 0;
    top: 0
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14)
}

.slider .slide {
    height: 100px;
    width: 250px
}

.vodiapicker {
    display: none
}

#a {
    padding-left: 0
}

#a img, .btn-select img {
    width: 104px
}

#a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px
}

#a li:hover {
    background-color: #f4f3f3
}

#a li img {
    margin: 5px
}

#a li span, .btn-select li span {
    margin-left: 30px
}

.b {
    display: none;
    width: 100%;
    max-width: 236px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    clear: both
}

.open {
    display: show !important
}

.btn-select {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    height: 60px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 16px
}

.btn-select li {
    list-style: none;
    padding-bottom: 0
}

.btn-select:hover li {
    margin-left: 0
}

.btn-select:hover {
    background-color: #f4f3f3;
    border: 1px solid transparent;
    box-shadow: inset 0 0 0 1px #ccc
}

.btn-select:focus {
    outline: 0
}

.lang-select {
    margin-left: 0
}

#selecionaPlano {
    width: 283px
}

.btnsFesp {
    float: left;
    background: hsla(213, 57%, 67%, 1);
    color: #fff;
    margin: 20px 10px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 22px;
    padding: 8px 16px;
    min-height: 44px;
    transition: all .3s ease-in-out
}

.btnsFesp:hover {
    background: hsla(213, 57%, 47%, 1);
    box-shadow: 0 4px 16px hsla(213, 57%, 67%, .4)
}

.btnsFesp:focus {
    outline: 0
}

.btn-primary-alt {
    float: left;
    background: #ba83bf;
    color: #fff;
    margin: 20px 10px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 22px;
    padding: 8px 16px;
    min-height: 44px;
    transition: all .3s ease-in-out
}

.btn-primary-alt {
    background: #a157a8;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 32px;
    padding: .625rem 1rem;
    min-height: 44px;
    transition: all .3s ease-in-out
}

.btn-primary-alt:hover {
    background: #a157a8;
    box-shadow: 0 4px 16px hsla(295, 32%, 43%, .4);
    color: #fff
}

.btn-primary-alt:focus {
    outline: 0
}

.btn-old {
    border-radius: 9px;
    cursor: pointer
}

.btn-green {
    cursor: default;
    background-color: #008944
}

.logo-porto .logo-careplus .logo-unimmed-rio .logo-abertta .logo-amil .logo-prevent {
    cursor: pointer;
    width: 100px;
    margin: 10px
}

.planos-saude {
    list-style: none;
    margin: 0;
    padding: 0
}

.planos-saude:after {
    content: "";
    clear: both
}

.planos-saude input:focus + label {
    border-radius: 6px;
    outline: 4px dotted #ba83bf
}

.planos-saude input:hover + label {
    border-radius: 6px;
    outline: 2px dotted #ba83bf66
}

.planos-saude input:checked + label {
    border-radius: 6px;
    box-shadow: 0 0 0 4px #ba83bf
}

.planos-saude input[type=radio] {
    display: none
}

.typeform-link {
    color: #267ddd;
    text-decoration: underline;
    font-size: 20px;
    display: none;
    z-index: 1100
}

.btn-cta-maisclientes {
    width: 283px
}

.title-blog {
    background-color: #ebf5f5;
    margin-bottom: -.5rem
}

.planos-saude input:checked + label:after {
    background: url(https://www.psyalive.com/assets/img/icons/check.png);
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -10px;
    width: 20px
}

@-moz-document url-prefix() {
    .planos-saude input:checked + label:after {
        bottom: 0;
        right: 0;
        background-color: #ba83bf
    }
}

.plano-saude {
    box-sizing: border-box;
    float: left;
    height: 80px;
    position: relative;
    width: 120px;
    border-radius: 6px;
    margin: 0 3px
}

.plano-saude label {
    background: #fff no-repeat center center;
    bottom: 1px;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 1px;
    position: absolute;
    right: 1px;
    text-indent: 100%;
    top: 1px;
    white-space: nowrap
}

.amil label {
    background-image: url(https://www.psyalive.com/assets/img/planossaude/amil.png);
    background-size: contain
}

.abertta label {
    background-image: url(https://www.psyalive.com/assets/img/planossaude/abertta.png);
    background-size: contain
}

.careplus label {
    background-image: url(https://www.psyalive.com/assets/img/planossaude/careplus.png);
    background-size: contain
}

.portoseguro label {
    background-image: url(https://www.psyalive.com/assets/img/planossaude/portoseguro.png);
    background-size: contain
}

.preventsenior label {
    background-image: url(https://www.psyalive.com/assets/img/planossaude/preventsenior.png);
    background-size: contain
}

.unimed label {
    background-image: url(https://www.psyalive.com/assets/img/planossaude/unimed.png);
    background-size: contain
}

.selo-psi {
    display: block;
    position: absolute;
    left: 64%
}

.selo-hipaa {
    padding-left: .5rem;
    position: relative;
    left: 250px
}

.link, a {
    text-decoration: none
}

img, span {
    max-width: 100%
}

.both, .cboth, .cf:after {
    clear: both
}

.container-100, .relative {
    position: relative
}

.cards .slider-card .card, .ilustracoes .slider-card .card, .noticias .slider-card .card, .servicos .msg-terapia, .servicos .terapia-casais:hover:after, .servicos .terapia-para-jovens:hover:after {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.app-store, .btn, .cards .slider-card .card, .formulario .campo input[type=submit], .header nav.menu ul li a, .icon-facebook-circled, .icon-pinterest-circled, .icon-twitter-circled, .icon-youtube, .ilustracoes .slider-card .card, .link a, .noticias .slider-card .card, .play-store, .servicos .terapia-casais, .servicos .terapia-para-jovens, footer .footer-top .links-footer ul li a, footer .footer-top .redes-sociais li a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dispositivos, .newsletter .form-newsletter, .servicos, footer .footer-top .links-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-style: normal;
    font-weight: 400;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.link a:hover, .pv-bannerTextContent .center-buttons .btn-plano-de-saude:hover {
    text-decoration: underline
}

.icon-cancel:before {
    content: '\e803'
}

.icon-ok:before {
    content: '\e804'
}

.icon-menu:before {
    content: '\e806'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-linkedin:before {
    content: '\f0e1'
}

.icon-youtube-play:before {
    content: '\f16a'
}

.icon-facebook-official:before {
    content: '\f230'
}

.icon-instagram:before {
    content: '\f32d'
}

.icon-colombia:before {
    content: url(https://www.psicologiaviva.com.br/wp-content/uploads/2020/01/colombia.png)
}

.icon-brasil:before {
    content: url(https://www.psicologiaviva.com.br/wp-content/uploads/2020/01/brazil-1.png)
}

.icon-chile:before {
    content: url(https://www.psicologiaviva.com.br/wp-content/uploads/2020/01/chile.png)
}

.icon-espanha:before {
    content: url(https://www.psicologiaviva.com.br/wp-content/uploads/2020/01/spain.png)
}

.icon-mexico:before {
    content: url(https://www.psicologiaviva.com.br/wp-content/uploads/2020/01/mexico.png)
}

.icon-uruguai:before {
    content: url(https://www.psicologiaviva.com.br/wp-content/uploads/2020/01/uruguay.png)
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline;
    border: 0;
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.align-middle, .dt, .ib, .vertical {
    vertical-align: middle
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.right, .rigth {
    float: right !important
}

:focus {
    outline: 0
}

.none, footer ~ iframe {
    display: none
}

a {
    color: inherit
}

img {
    height: auto
}

.container-100, .dt {
    height: 100%
}

.db {
    display: block
}

.ib {
    display: inline-block
}

.left {
    float: left
}

.right {
    float: right
}

.dt {
    display: table;
    width: 100%
}

.vertical {
    display: table-cell
}

.center {
    text-align: center
}

.header nav.menu ul, .text-right {
    margin-top: .4rem;
    margin-bottom: .4rem;
    text-align: right;
    margin-right: -65px;
}

.slick-slide {
    outline: 0 !important
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

.pswp {
    z-index: 99999
}

.uppercase {
    text-transform: uppercase
}

.home-login-panel {
    background-color: var(--cor-acentuacao-roxa);
    width: auto;
    display: inline-block;
    border-radius: 30px;
}

.home-login-panel h4 {
    font-weight: 700;
    color: #1f1a1e
}

.button-cta {
    font-weight: 600;
    background: #a157a8;
    color: #fff;
    border-radius: 24px;
    padding: 10px 16px;
    display: inline-block;
    transition: all .3s ease-in-out
}

.button-cta:hover {
    color: #fff;
    background: #ba83bf;
    box-shadow: 0 4px 16px hsla(295, 32%, 43%, .4)
}

.button-cta + .button-cta {
    margin-left: 16px
}

#dismiss-alert {
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 24px;
    position: absolute;
    z-index: 910;
    display: block;
    height: 32px;
    width: 32px;
    margin-top: 12px;
    right: 12px
}

#headFix {
    height: auto;
    padding: 0 0;
    background: white;
}

.material-icons {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.hidden {
    display: none
}

@keyframes poundLeft {
    to {
        right: -3px
    }
    from {
        right: 0
    }
}

@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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 {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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 {
    50%, from, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    50%, from, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    from, to {
        -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)
    }
}

@keyframes pulse {
    from, to {
        -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)
    }
}

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

@-webkit-keyframes rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 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, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
}

@keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
}

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

@-webkit-keyframes wobble {
    from, to {
        -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)
    }
}

@keyframes wobble {
    from, to {
        -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)
    }
}

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

@-webkit-keyframes jello {
    11.1%, from, 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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    11.1%, from, 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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0%, 28%, 70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14%, 42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes heartBeat {
    0%, 28%, 70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14%, 42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.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
}

.bounceIn, .bounceOut, .flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.bounceOut, .flipOutX {
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -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(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .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
}

.flipInX, .flipInY, .flipOutX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-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 {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY, .flipOutX {
    backface-visibility: visible !important
}

@-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-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-name: flipOutX;
    animation-name: flipOutX
}

@-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: .75s;
    animation-duration: .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(.1) rotate(30deg);
        transform: scale(.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(.1) rotate(30deg);
        transform: scale(.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
}

@-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
}

@-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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.header nav.menu ul li a:hover, footer .footer-top .links-footer ul li a:hover {
    opacity: .7
}

.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: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

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

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 354px;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
 


.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
 


footer {
    background: #f3f3f3
}

footer .footer-top {
    padding: 2rem 0
}

footer .footer-top .redes-sociais {
    margin-right: 5%
}

footer .footer-top .redes-sociais li {
    display: inline-block
}

footer .footer-top .redes-sociais li a {
    display: block;
    font-size: 35px;
    color: #7e7a7f
}

footer .footer-top .redes-sociais li a:hover {
    color: #ba83bf
}

footer .footer-top .apps img {
    margin-right: 10px
}

footer .footer-top .links-footer {
    margin-top: 30px
}

footer .footer-top .links-footer ul:first-child {
    margin-right: 25px
}

footer .footer-top .links-footer ul li {
    margin-bottom: 40px
}

footer .footer-top .links-footer ul li a {
    font-size: 1.25rem;
    font-weight: 100;
    color: #ba83bf
}

footer .footer-top .links-footer ul li a hr {
    width: 50px;
    height: 5px;
    background: #62b1c1;
    margin: 5px 0
}

footer .footer-top .sobre-a-psicologia .content {
    position: relative
}

footer .footer-top .sobre-a-psicologia .content .psi {
    display: block;
    position: absolute;
    left: 70%
}

footer .footer-top .sobre-a-psicologia .content h3 {
    font-size: 1.25rem;
    font-weight: 100;
    color: #7e7a7f;
    text-transform: uppercase;
    margin-bottom: 1.875rem
}

footer .footer-top .sobre-a-psicologia .content h3 span {
    font-size: 16px;
    color: #919da3;
    display: block
}

footer .footer-top .sobre-a-psicologia .content .formacoes h4 {
    font-size: 1rem;
    font-weight: 100;
    color: #7e7a7f;
    text-transform: uppercase
}

.formacoes-adapt {
    margin-top: -110px
}

footer .footer-top .sobre-a-psicologia .content .formacoes h4 span {
    font-size: 14px;
    display: block
}

footer .footer-top .sobre-a-psicologia .content .formacoes .txt p {
    color: #919da3;
    font-size: 14px
}

footer .footer-bottom {
    background: #fff;
    padding: 1.25rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .footer-bottom a {
    margin-right: 50px
}

footer .footer-bottom a img {
    width: 90px
}

footer .footer-bottom .img-albert {
    height: 80px
}

.formulario label.title {
    font-size: .875rem;
    color: #a8a4b4;
    line-height: 1.6;
    font-weight: 100;
    display: block;
    margin-bottom: 10px
}

.formulario .campo {
    position: relative;
    margin-bottom: 20px
}

.formulario .campo label {
    font-size: .875rem;
    color: #000;
    line-height: 1.6;
    font-weight: 100
}

.formulario .campo input, .formulario .campo select, .formulario .campo textarea {
    width: 100%;
    padding: 12px;
    background: 0 0;
    font-size: .875rem;
    font-weight: 100;
    color: #000;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.formulario .campo input[type=submit] {
    background: #434174;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff
}

.formulario .campo input[type=submit]:hover {
    color: #434174;
    background: #fff
}

.formulario .campo input[type=radio] {
    width: 20px;
    height: 20px;
    padding: 0 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.formulario .campo input[type=file] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.formulario .campo input[type=checkbox] {
    width: 20px;
    height: 20px;
    padding: 0 !important;
    border: none
}

.formulario .campo .input-check {
    width: 15px;
    height: 15px;
    padding: 9px;
    position: absolute;
    top: 0;
    background: 0 0;
    border: 1px solid #000;
    cursor: pointer
}

.formulario .campo textarea {
    min-height: 130px;
    resize: none;
    display: block
}

.formulario .campo.select {
    position: relative
}

.formulario .campo.select i.icon-angle-down {
    display: block;
    position: absolute;
    right: 12px;
    top: 33px;
    font-size: 18px;
    color: #000
}

.formulario .campo.select select {
    padding: 12px 20% 12px 12px
}

.formulario .campo.check {
    position: relative
}

.formulario .campo.check.before-check .input-check:before {
    content: '\e80c';
    font-size: 11px;
    position: absolute;
    left: 3px;
    top: 3.5px;
    color: #000
}

.formulario .campo.radio {
    position: relative;
    display: inline-block;
    margin: 4px 18px 4px 0
}

.formulario .campo.radio .input-check {
    top: -2px
}

.formulario .campo.radio .input-check:before {
    content: '\f10c';
    font-size: 21px;
    color: #fff
}

.formulario .campo.radio label {
    position: relative;
    top: -5px
}

.formulario .campo.radio input {
    border: none;
    background: 0 0
}

.formulario .campo.radio.before-check .input-check:before {
    content: '\f192'
}

.formulario .campo.seach {
    position: relative
}

.formulario .campo.seach input {
    padding: 7px 35px 7px 7px
}

.formulario .campo.seach i {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 25px;
    cursor: pointer
}

.formulario .campo.ok .icon-ok {
    display: block
}

.formulario .campo.ok .icon-erro {
    display: none
}

.formulario .campo.erro input, .formulario .campo.erro select, .formulario .campo.erro textarea {
    border: 1px solid red
}

.formulario .campo.erro .icon-angle-down, .formulario .campo.erro .icon-ok {
    display: none !important
}

.formulario .campo.erro .icon-erro {
    display: block
}

.formulario .campo .icon-erro, .formulario .campo .icon-ok {
    display: none;
    position: absolute;
    top: 33px;
    right: 10px
}

.formulario .campo .icon-ok {
    color: #10947d
}

.formulario .campo .icon-erro {
    color: #d51a30
}

body {
    font-size: 16px
}
 

.overflow {
    overflow: hidden
}

.no-desktop {
    display: none
}

.no-padding {
    padding: 0
}

h2, h5, h6 {
    font-weight: 700
}

h1.h {
    font-size: 4.0625rem;
    font-weight: 100;
    color: #fff;
    line-height: 50px;
    letter-spacing: -.2px
}

h2.h, h3.h {
    color: #62b1c1;
    letter-spacing: -.2px;
    font-weight: 100
}

h2.h {
    font-size: 7vh;
    color: #543E75;
    font-weight: 700;
    text-align: center;
}

h3.h {
    font-size: 1.5625rem
}

.content h1 {
    font-size: 3.5rem;
    font-weight: 100;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -.2px
}

.content h2, .content h3 {
    font-weight: 500;
    color: #C5E0ED;
    letter-spacing: -.2px;
    padding-top: 3rem;
}

.link, .link a {
    line-height: 20px
}

.content h2 {
    font-size: 2.3rem;
}

.content h3 {
    font-size: 1.5625rem
}

.bold, .btn {
    font-weight: 800;
    text-transform: uppercase
}

.link {
    font-size: 15px;
    color: #8c8c8c
}

.link a {
    color: #ba83bf;
    font-weight: 700;
    letter-spacing: 0
}

.btn, .txt {
    color: #fff;
    font-weight: 100
}

.btn {
    width: 344px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .17);
    background-color: #ba83bf;
    border-radius: 9px;
    font-size: 1.0625rem;
    padding: 16px 12px;
    display: block;
    margin: 10px 0;
    cursor: pointer
}

.btn:hover {
    background-color: #09b198;
    text-shadow: 0 2px 2px rgba(150, 150, 150, .6)
}

.btn2, .txt {
    color: #fff;
    font-weight: 100
}

.home .header-content .content .btn2 {
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 10px
}

.btn2 {
    width: 228px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .17);
    background-color: #ba83bf;
    border-radius: 9px;
    font-size: 1.0625rem;
    padding: 16px 12px;
    display: inline-block;
    margin: 5px 3px;
    cursor: pointer;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center
}

.btn2:hover {
    background-color: #09b198;
    text-shadow: 0 2px 2px rgba(150, 150, 150, .6)
}

.home .header-content .content .btn2:hover {
    color: #09b198;
    background: #fff;
    text-shadow: none
}

.btn2:focus, .btn2:hover {
    text-decoration: none
}

pre {
    max-height: 350px
}

.txt {
    font-size: 1rem;
    margin-top: 2rem;
    font-weight: 600;
}

 

.txt p.bold {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: initial
}

.home .header-content .content .txt strong, .terapia .content .txt strong {
    text-transform: uppercase
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    left: 19%
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 30px;
    background: rgba(146, 146, 146, .5)
}

.slick-next, .slick-prev {
    top: 50%;
    margin-top: -3px;
    z-index: 2;
    font-size: 0;
    position: absolute;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0
}

.slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background: #4dd1be
}

.slick-dots li button {
    font-size: 0;
    background: 0 0
}

.slick-next {
    right: -60px;
    background: 0 0
}

.slick-next:before {
    color: #000;
    content: "\F105";
    font-size: 40px
}

.slick-next.cinza:before {
    color: #cdd0d7 !important
}

.slick-prev {
    left: -60px;
    background: 0 0
}

.slick-prev:before {
    color: #000;
    content: "\F104";
    font-size: 40px
}

.slick-prev.cinza:before {
    color: #cdd0d7 !important
}

.df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.icon-facebook-circled {
    color: #3b5998
}

.icon-twitter-circled {
    color: #1da1f2
}

.icon-youtube {
    color: #cd201f
}

.icon-pinterest-circled {
    color: #bd081c
}

.icon-instagram {
    width: 54px;
    height: 55px
}

.app-store, .play-store {
    height: 3rem;
    width: auto
}

.app-store:hover, .play-store:hover {
    opacity: .7
}

.cards .slider-card .card:hover .content, .cards .slider-card .card:hover .content .data, .cards .slider-card .card:hover .content img, .ilustracoes .slider-card .card:hover .content, .ilustracoes .slider-card .card:hover .content .data, .ilustracoes .slider-card .card:hover .content img, .noticias .slider-card .card:hover .content, .noticias .slider-card .card:hover .content .data, .noticias .slider-card .card:hover .content img {
    opacity: 1
}

.home {
    min-height: 760px;
    background: #C5E0ED;
}

#home{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center; 
    margin: 0 !important;
    padding: 0;
}

#home h1{ 
    font-weight: 700;
}

#home h4{
    font-size: 1.3rem
}

#home p{
    font-weight: 700; 
}

#ilustracaoPrincipal{
    z-index: 1;
    width: 50%
}

.home .header-content .content {
    max-width: 50.3125rem;
    padding: 8.75rem 6rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.home .header-content .content h1 {
    margin-top: 10vh;
    margin-bottom: 15px
}

.home .header-content .content .txt {
    width: 85%;
    max-width: 31.25rem
}

.dispositivos .content .txt, .terapia .content {
    max-width: 30rem
}

.fullscreen-bg {
    height: 760px;
    overflow: hidden;
    display: block;

}

.fullscreen-bg::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #C5E0ED;
}

.home .fullscreen-bg video {
    height: 100%;
    min-width: 100%;
    min-height: 56.25vw
}

.home .slick-dots {
    left: 0;
    bottom: 63px
}

.home .slick-dots li, .home .slick-dots li button {
    width: 10px;
    height: 10px
}

.home .slick-dots li button:before {
    display: none
}

.home .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background: #ded8d8
}

.sectionProfissionaisLicenciados{ 
    background: #EAEAEA;
}

.sectionDepoimentos{
    background: white;
    padding-top: 5px;
    height: 30rem;
}

.terapia {
    padding: 57px 11% 35px;
    margin-bottom: 10px;
}

.terapia .destaque {
    margin-bottom: 40px
}

.terapia .destaque span {
    font-size: 1.25rem;
    font-weight: 100;
    color: #8c8c8c;
    margin-right: 15px
}

.terapia .content h2 {
    line-height: 1.2;
    margin: 15px 0;
    color: #4E356F;
}
.form-check-label{
    color: #000;
    font-weight: 500;
}

.form-check{
    padding-right: 10.5rem;
}

.form-check-input:checked {
    background-color: #9664A9;
    border-color: #9664A9;
}
.terapia .content .txt {
    width: 90%;
    color: #222f2d
}

.terapia .busca-psicologo {
    display: flex;
    justify-content: right;
    width: 87%;
}

.terapia .busca-psicologo .input-busca {
    padding: 13px 16px;
    background: #fff;
    color: #333;
    border: 1px solid #afafaf;
    border-radius: 8px
}

.terapia .busca-psicologo .input-busca::-moz-placeholder {
    color: #fff
}

.terapia .busca-psicologo .input-busca::-webkit-input-placeholder {
    color: #fff
}

.terapia .busca-psicologo .input-busca:-ms-input-placeholder {
    color: #fff
}


.terapia .busca-psicologo .btn-procuarar-psicologo {
    width: 120px;
    background-color: #ba83bf;
    font-size: 14px;
    color: #fff;
    display: block;
    cursor: pointer;
    padding: 13.5px 0;
    margin: 10px 0;
    box-shadow: rgba(0, 0, 0, .17) 0 5px 5px 0;
    border: 1px solid #afafaf
}

.terapia img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#dispositivo img {
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-top: -80px;
}

#terapiaParaJovens img{
    height: 90%;
    width: 80%;
    background-size: cover;
}

#terapiaParaJovens{
    background: var(--cor-background-principal);
}

#primeiroDepoimento h3, #segundoDepoimento h3{
    font-size: 3vh;
    font-weight: bolder;
}

#terapiaParaJovens .titulo {
    padding: .5rem 1rem;
    margin-bottom: 0;
}

#terapiaParaJovens div.card{
    border-radius: 15px;
    color: white;
    text-align: center;
    width: 85%;
}

#terapiaParaJovens div.card h1{
    margin-top: 2rem;
}

#cards-terapia-para-jovens{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    justify-items: center;
}

#cards-terapia-para-jovens div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white; 
    width: 90%; 
    border-radius: 15px;
    font-size: 1rem;
    text-align: center; 
}

#cards-terapia-para-jovens h3{
    font-size: 4vh;
    font-weight: bolder;
}

#card-roxo{
    background: #9664A9;  
    min-height: 30%; 
    padding: 40px;
} 

#card-roxo .descricao{
    font-size: 2.5vh;
}

#card-azul{
    background: #00C1DB; 
    max-height: 55%; 
    padding: 40px;
} 

#card-azul .descricao{
    font-size: 2.5vh;
}

#terapiaParaJovens h2{
    padding-top: 7rem;
    font-size: 7vh;
}

#terapiaParaJovens .h{
    width: 50%;
}

#rodape{
    background: #2E1156;
    color: white;
    height: 100%;
}

#atencao{
    background: #432967;
    color: white;
    height: 25vh;
}
#blogposts img{
    width: 8vh;
    height: 8vh;

@media (max-width: 1000px){
    width: 4vh;
    height: 4vh;
}
}

#blogposts a:hover{
    color: #ecd5f5;
}

#rssFeed ul{
    padding-left: 0rem;
}

#fraseConsulta{
    background: var(--cor-acentuacao-roxa);
    color: white;
}

#fraseConsulta .row{
    padding: 5vw;
}

#fraseConsulta img{
    width: 5vw;
}

#depoimentosPrincipais{
    height: max-content;
}

#depoimentosPrincipais h2{
    color: #543E75;
}

#botaoDescobrir{
    border: 2px solid white;
    background-color: var(--cor-acentuacao-roxa);
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 15px;
    outline: 0;
}

#botaoDescobrir:click{
    text-decoration: none;
} 

#depoimentosPrincipais .row{
    background: #EAEAEA;
    height: 100%;
}

#depoimentosPrincipais h2{
    font-size: 7vh;
    text-align: center;
    padding-top: 4vh;
}
 
#chatbubbles div.card{
    padding: 4vw;
    border-radius: 4em;
    margin-bottom: 3vh;
    background: #9664A9;
    color: white;
    width: fit-content;
}

#apoyos{
    height: max-content !important;
}

#certificados h4{ 
    font-size: 2.5vh; 
}

#primeiroDepoimento::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 3.125em solid transparent;
    border-left-color: #9664A9;
    border-right: 0;
    border-bottom: 0;
    margin-top: -1.562em;
    margin-right: -3.125em;
} 

#section-como-funciona{
    background-color: #EAEAEA;
    padding-bottom: 2vh;
}

div#segundoDepoimento {
    width: 100% !important;
}

#menuTopo{
    padding-left: 27vw;
    font-weight: bolder;
}

#segundoDepoimento::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 3.125em solid transparent;
    border-right-color: #9664A9;
    border-left: 0;
    border-bottom: 0;
    margin-top: -1.562em;
    margin-left: -3.125em;
}

#depoimentosPrincipais img{
    height: 100%;
    width: 60%;
    margin-left: 25vh;
}

#atencao .row{
    padding: 5vw;
}

#certificados{
    text-align: center;
}

#certificados h3{
    font-size: 2.5vh;
} 

.positiveSSL{
    margin-top: 3vh;
}

.blog{ 
    background: var(--cor-background-principal);
    padding-bottom: 5rem;
}

.dispositivos h2{
    font-size: 6vh;
}

.wrapperBlog{
    background: url(../img/site/fundo-branco-2.svg) center no-repeat;
    background-size: 35%;
    height: auto;
}

div#conteudoTerapia{
    background: #EAEAEA;
}

div.section-como-funciona {
    background: #EAEAEA;
}

#dispositivos h2 {
    color: #543E75;
    font-weight: 700;
}

#conteudoBlog{
    display: flex;
    align-content: center;
    justify-content: center;
    height: 400px !important;
    margin-top: 10vh;
}


.blog img {
    height: 80%;
    width: 100%;
    background-size: cover;
}

.blog h3{
    font-weight: 700;
    font-size: 16px;
}

#blogposts{
    height: 60vh;
    width: 60vh;
    border-radius: 20px;
    background: #9664A9;
    color: white;
    padding: 2vh 2vh 2vh 0vh;
    margin-top: 5vh;
}

#rssFeed h3{
    font-size: 1.1rem;
}

#blogposts .card-body{
    overflow-y: scroll;
}
#blogposts .card-body::-webkit-scrollbar-track {
    background-color: white;
}
#blogposts .card-body::-webkit-scrollbar {
    width: 15px;
    background: #F4F4F4;
}
#blogposts .card-body::-webkit-scrollbar-thumb {
    background: #c094d1;
    border-radius: 20px;
}

/* Botões do scroll */
#blogposts .card-body::-webkit-scrollbar-button:single-button {
    background-color: white;
    display: block;
    border-style: solid;
    height: 13px;
    width: 16px;
}
/* Cima */
#blogposts .card-body::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #9664A9 transparent;
}

#blogposts .card-body::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #c094d1 transparent;
}
/* Baixo */
#blogposts .card-body::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 8px 0 8px;
    border-color: #9664A9 transparent transparent transparent;
}

#blogposts .card-body::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #c094d1 transparent transparent transparent;
}


#atencao a{
    color: #E1A0FF;
    font-weight: 600;
}

#atencao a:hover{
    color: #eeccfc;
}
#responsibilidade-tecnica{
    background: white;
    color: black;
    height: 50vh;
}


#responsibilidade-tecnica h2 {
    color: #666666;
    font-weight: 600;
    font-size: 1.06rem;
}

#responsibilidade-tecnica h3 {
    color: #666666;
    font-weight: 600;
    font-size: 3vh !important;
}

#responsibilidade-tecnica .row{
    padding: 7vw 5vw 5vw 5vw;
    color: #999999;
}

#responsibilidade-tecnica a{
    padding-left: 0.5vw;
}

#responsibilidade-tecnica img{
    height: 2.7rem;
    width: auto;
}

#iconGoogleSafeBrowsing{
    height: 1rem;
    width: 10vw;
}

#escolhaPais, #psicologiaViva{
    background: white;
    color: black;
    height: 20vh;
}

#escolhaPais .row, #psicologiaViva .row{
    padding: 5vw;
}

.tituloFooter{
    font-size: 1rem;
}

#listaRedesSociais li{
    margin-left: 2vw;
}

.footer-menu-titulo{
    margin: 3vw 0vw 1vw 0.9vw;
    font-weight: 700;
    color: #786692;
}

.footer-menu-quartaColuna{
    margin-top: 3vw;
}

.footer-menu-baixeOApp{
    margin: 1vw 0vw 1vw 0.9vw;
    font-weight: 700;
    color: #786692;
}

.footer-menu img{
    margin-left: 0.5vw;
    margin-bottom: 1vw;
}

.wrapperMainContent{
    position: relative;
    min-height: 340px;
    width: 100%;
    overflow: hidden;
    background: url("../img/site/fundo-branco.svg") center no-repeat;
    background-size: 66%;
    background-position: left 44em top 5%;
}

.wrapperProfissionaisLicenciados{
    position: relative;
    min-height: 340px;
    width: 100%;
    overflow: hidden;
    background: url("../img/site/fundo-branco.svg")  right 5% top -10% no-repeat;
    background-size: 50%;
}

.headerProfissionais{
    display: flex;
    justify-content: space-evenly;
    margin-top: 3rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
}

.tab-pane{
    width: 100%!important;
    padding-left: -20px!important;
}

.headerProfissionais p{
    font-size: 1.3rem;
    font-weight: bolder;
    color: #BFCBCD;
    border-bottom: 6px solid var(--cor-acentuacao-azul);  
}

#txtProfissionaisLicencidos{
    padding-left: 5em;  
}

#botaoBuscar{
    display: flex;
        flex-direction: row-reverse;
}

#txtProfissionaisLicencidos p{
    line-height: 1.7rem;
}

#descricaoProfissionaisLicenciados{
    font-weight: 700;
    color: #3F484C;
    margin-top: 1rem;
    width: 90%;
    font-size: 2vh;
}
 

.tituloProfissionais{
    font-weight: 700 !important;
    font-size: 7vh;
    line-height: 2rem;
    padding-top: 0rem !important;
    margin: 0rem !important;
}

.terapia .link {
    text-align: right
}

.cards, .ilustracoes, .noticias {
    margin: 0 -15px
}

.cards h2.h, .ilustracoes h2.h, .noticias h2.h {
    text-align: center;
    line-height: 3
}

.cards h2.h span, .ilustracoes h2.h span, .noticias h2.h span {
    color: #8c8c8c
}

.cards .slider-card .card, .ilustracoes .slider-card .card, .noticias .slider-card .card {
    position: relative;
    width: 100%;
    height: 450px
}

.cards .slider-card .card:hover .content .btn, .cards .slider-card .card:hover .content .txt p, .cards .slider-card .card:hover .content h2, .ilustracoes .slider-card .card:hover .content .btn, .ilustracoes .slider-card .card:hover .content .txt p, .ilustracoes .slider-card .card:hover .content h2, .noticias .slider-card .card:hover .content .btn, .noticias .slider-card .card:hover .content .txt p, .noticias .slider-card .card:hover .content h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.cards .slider-card .card .content, .ilustracoes .slider-card .card .content, .noticias .slider-card .card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .2s;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: 200;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 43px;
    background-color: rgba(33, 19, 53, .5);
    height: 100%;
    padding: 20px
}

.cards .slider-card .card .content img, .ilustracoes .slider-card .card .content img, .noticias .slider-card .card .content img {
    width: 40px;
    margin: 5rem auto 2.5rem;
    opacity: 0
}

.cards .slider-card .card .content .data, .ilustracoes .slider-card .card .content .data, .noticias .slider-card .card .content .data {
    opacity: 0
}

.cards .slider-card .card .content .txt p, .ilustracoes .slider-card .card .content .txt p, .noticias .slider-card .card .content .txt p {
    margin-bottom: 8.75rem
}

.cards .slider-card .slick-dots, .ilustracoes .slider-card .slick-dots, .noticias .slider-card .slick-dots {
    left: 0
}

.cards .slider-card .slick-dots li, .cards .slider-card .slick-dots li button, .ilustracoes .slider-card .slick-dots li, .ilustracoes .slider-card .slick-dots li button, .noticias .slider-card .slick-dots li, .noticias .slider-card .slick-dots li button {
    width: 10px;
    height: 10px
}

.cards .slider-card .slick-dots li button:before, .ilustracoes .slider-card .slick-dots li button:before, .noticias .slider-card .slick-dots li button:before {
    display: none
}

.cards .slider-card .slick-dots li.slick-active, .ilustracoes .slider-card .slick-dots li.slick-active, .noticias .slider-card .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background: #5e7370
}

.noticias .slider-card .card .content {
    font-style: normal;
    text-align: left;
    padding: 3.75rem
}

.noticias .slider-card .card .content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 15px
}

.noticias .slider-card .card .content h2 span {
    display: block;
    text-transform: initial
}

.noticias .slider-card .card .content .txt p {
    margin-bottom: 1.875rem
}

.noticias .slider-card .card .content .btn {
    width: 210px;
    margin: 0 auto;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: none;
    padding: 7px
}

.noticias .slider-card .card .content .btn:hover {
    color: #09b198;
    background: #fff;
    text-shadow: none
}

.dispositivos {
    align-items: center;
    background: white;
}

.dispositivos figure {
    width: 93%;
    margin-left: 7%
}

.dispositivos .content {
    padding-left: 8%
}

.dispositivos .content h2 {
    line-height: 1.2;
    margin-bottom: 20px
}

.dispositivos .content .txt p {
    color: #222f2d;
    margin-bottom: 30px
}

.dispositivos .store-icon li {
    display: inline-block;
    margin-right: 15px
}

.como-funciona h2.h {
    text-align: center;
    margin: 5rem 0 4.375rem
}


.como-funciona h2.h a {
    display: block;
    font-size: 16px;
    color: #8c8c8c
}

.como-funciona h2.h a span {
    text-transform: uppercase;
    color: #ba83bf
}

.como-funciona .content {
    padding: 0 10%
}

.como-funciona{
    font-size: 1.25rem;
    font-weight: 100;
    color: #8c8c8c;
    margin-bottom: 2.5rem
}

.como-funciona .content .slider-como-funciona {
    padding-top: 10px;
    margin-left: 0;
}

.como-funciona .content .slider-como-funciona .item h3 {
    font-size: 1.3125rem;
    font-weight: 100;
    color: #543E75;
    font-weight: 600;
}

.como-funciona .content {
    line-height: 1.6
}

.slider-como-funciona .item p{
    color: black;
    font-size: 1rem;
    font-weight: 100;
}

.como-funciona .content .slider-como-funciona .slick-dots {
    left: -34%;
    width: 20%;
    margin: 0;
    top: 5px
}

.como-funciona .content .slider-como-funciona .slick-dots li {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: 0 0;
    margin: 0
}

.como-funciona .content .slider-como-funciona .slick-dots li.slick-active button {
    opacity: 1;
    color: #543E75;
}

.como-funciona .content .slider-como-funciona .slick-dots li button {
    font-size: 3.125rem;
    font-weight: 100;
    color: white;
    opacity: .3;
    margin-bottom: 15px;
    width: auto;
    height: auto;
    line-height: 1;
    margin-top: 43px;
}

.como-funciona .content .slider-como-funciona .slick-dots li button:before {
    display: none
}

.como-funciona .content figure {
    margin-left: 15px;
    width: 100%;
    margin-top: -80px!important;
    object-fit: contain;
}


.servicos .msg-terapia {
    background-image: url(../../ps);
    background-position: center bottom;
    height: 43.75rem
}

.servicos .msg-terapia .content {
    padding: 3.75rem 5rem
}

.servicos .msg-terapia .content h2 {
    text-align: center;
    line-height: 1;
    color: #222f2d;
    margin-bottom: 20px
}

.servicos .msg-terapia .content .txt {
    text-align: center
}

.servicos .msg-terapia .content .txt p {
    color: #222f2d;
    margin-bottom: 30px
}

.servicos .msg-terapia .content .btn {
    margin: 0 auto
}

.servicos .terapia-casais, .servicos .terapia-para-jovens {
    height: 21.875rem;
    position: relative;
    overflow: hidden
}

.servicos .terapia-casais:after, .servicos .terapia-para-jovens:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
    content: "";
    background-image: url(../../ps)
}

.servicos .terapia-casais:hover .content .txt, .servicos .terapia-para-jovens:hover .content .txt {
    padding-top: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.servicos .terapia-casais:hover .content .btn, .servicos .terapia-para-jovens:hover .content .btn {
    opacity: 1
}

.servicos .terapia-casais .content, .servicos .terapia-para-jovens .content {
    padding: 0 5rem;
    position: relative;
    z-index: 9
}

.servicos .terapia-casais .content h2, .servicos .terapia-para-jovens .content h2 {
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px
}

.servicos .terapia-casais .content .txt, .servicos .terapia-para-jovens .content .txt {
    text-align: center;
    padding-top: 80px;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.servicos .terapia-casais .content .txt p, .servicos .terapia-para-jovens .content .txt p {
    color: #fff;
    margin-bottom: 30px
}

.servicos .terapia-casais .content .btn, .servicos .terapia-para-jovens .content .btn {
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: none;
    margin: 0 auto;
    opacity: 0;
    color: #fff
}

.servicos .terapia-casais .content .btn:hover, .servicos .terapia-para-jovens .content .btn:hover {
    color: #09b198;
    background: #fff;
    text-shadow: none
}

.servicos .terapia-para-jovens {
    background-color: #368797
}

.servicos .terapia-para-jovens:hover:after {
    opacity: 1;
    transform: scale(1.1, 1.1);
    background-image: url(../../ps);
    top: 0
}

.servicos .terapia-casais:after, .servicos .terapia-casais:hover:after {
    background-image: url(../../ps)
}

.servicos .terapia-casais {
    background-color: #5b355d
}

.servicos .terapia-casais:hover:after {
    opacity: 1;
    transform: scale(1.1, 1.1);
    top: 0
}

.depoimentos {
    width: 80%;
    height: 100%;
    margin: 5rem auto 3.75rem;
    opacity: 1 !important;
}

#carrosselDepoimentos{
    background: #C5E0ED;
    height: 25rem;
}

.tituloDepoimentos{
    color: #543E75;
    font-weight: 700;
    font-size: 3.5em;
    text-align: center;
}

.depoimentos .slider-depoimentos-thumb {
    margin-bottom: 3.125rem
}

.depoimentos .slider-depoimentos-thumb .item {
    opacity: .5;
    text-align: center;
    padding-left: 40px
}

.depoimentos .slider-depoimentos-thumb .item img {
    display: inline-block
}

.depoimentos .slider-depoimentos-thumb .item.slick-current.slick-active {
    opacity: 1;
}

.depoimentos .slider-depoimentos {
    width: 60%;
    margin: 0 auto 2.5rem
}

.depoimentos .slider-depoimentos .item {
    text-align: center
}

.depoimentos .slider-depoimentos .item img {
    text-align: center;
    margin: 30px auto 40px;
    width: 40px
}

.depoimentos .slider-depoimentos .item .txt p {
    color: #000;
    font-style: italic
}

.depoimentos .slider-depoimentos .item .data {
    color: #8c8c8c
}

.depoimentos .link {
    text-align: center
}

.depoimentos .link a {
    color: #ba83bf
}

.newsletter {
    background: #47234a;
    padding: 50px 0
}

.btnWz {
    position: fixed;
    bottom: 24px;
    padding-left: 24px;
    z-index: 9999999
}

.btnWzImg {
    width: 50px;
    height: 50px
}

.imgLogoRod {
    max-height: 4rem
}

.footerB {
    background: #2E1156 !important
}

.formacoestop {
    margin-top: -110px
}

.newsletterb {
    background: #fff !important;
    padding: 50px 0 !important;
    margin-bottom: -73px
}

.newsletter-white {
    background: #fff;
    padding: 50px 0;
    margin-bottom: -73px
}

.newsletter .form-newsletter {
    align-items: center;
    justify-content: center
}

.especialidades {
    margin: 0
}

.newsletter .form-newsletter input {
    width: 300px;
    background: 0 0;
    border-bottom: 1px solid #ba83bf;
    color: #919da3;
    margin-right: 10px;
    padding: 5px
}

.newsletter .form-newsletter input::-moz-placeholder {
    color: #ba83bf
}

.newsletter .form-newsletter input::-webkit-input-placeholder {
    color: #ba83bf
}

.newsletter .form-newsletter input:-ms-input-placeholder {
    color: #ba83bf
}

.newsletter .form-newsletter input[type=submit] {
    width: auto;
    color: #ba83bf;
    border: 1px solid #ba83bf;
    border-radius: 5px;
    background: 0 0;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 17px;
    letter-spacing: 1px
}

.pv-bannerTextContent .center p, .pv-bannerTextContent .pv-subtitle {
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.pv-bannerTextContent .pv-title {
    color: #fff
}

.pv-bannerTextContent .center p {
    text-align: center;
    margin-bottom: 5px
}

.pv-bannerTextContent .center-buttons {
    width: 500px;
    margin: 0 0 20px;
    clear: both;
    display: table
}

.pv-bannerTextContent .center-buttons .btn-plano-de-saude {
    width: 220px;
    float: left;
    background: #7ba6db;
    color: #fff;
    margin: 20px 10px;
    border: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, .45);
    font-size: 13px;
    font-weight: 700;
    outline: 0;
    border-radius: 0
}

.pv-breadcrumb a, .pv-button, .pv-footerLink, .pv-message, .pv-paginationItem, .pv-systemAvatarInfo a, a.pv-button:hover {
    text-decoration: none
}

.pv-bannerTextContent .btn-libras {
    position: relative
}

.pv-bannerTextContent .img-libras {
    position: relative;
    top: -1px;
    right: -4px;
    width: 44px;
    height: 44px
}

.pv-bannerTextContent .center-buttons .left {
    float: left
}

.pv-button.pv-button--small {
    font-size: .9rem;
    height: 35px;
    min-width: auto;
    line-height: 35px;
    font-weight: 600
}

.busca-psi label, .dados-PsicologiaViva h2, .pv-block.como-funciona .pv-title, .pv-button, .pv-fidelityProgramHeader, .pv-fidelityTable thead, .pv-footer .content-footer .txt p strong, .pv-sidebar .pv-divider {
    text-transform: uppercase
}


body, textarea {
    color: #716d71;
    font-weight: 400
}


div#chatbubbles {
    padding-top: 10vh;
    padding-left: 20vh;
} 

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }

    .modal-dialog {
        max-width: 540px;
        margin: 1.75rem auto
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media screen and (max-width: 767px) {

    .alert-isolamento {
        margin-bottom: 0
    }

    .header nav.menu .logo-close {
        position: inherit;
        width: 100% !important
    }

    #security {
        display: grid !important;
        grid-template-columns:repeat(3, 1fr) !important
    }

    .como-funciona .content figure {
 
        margin-top: 40px!important;

    }

    .no-gutters {
        margin-right: 0;
        margin-left: 0
    }

    .btn-libras {
        text-align: center
    }

    .depoimentos .slider-depoimentos .item img {
        width: 25px;
        margin: 0 auto 20px
    }

    .newsletter .form-newsletter {
        display: block
    }

    .depoimentos .slider-depoimentos {
        width: 90%
    }

    .depoimentos {
        width: 90%;
        margin: 2.5rem auto 1.875rem
    }

    #depoimentosPrincipais img{
        text-align: center;
        margin-left: 0!important;
    }

    .servicos .terapia-casais .content .txt, .servicos .terapia-para-jovens .content .txt {
        padding: 0
    }

    .servicos .terapia-casais .content .btn, .servicos .terapia-para-jovens .content .btn {
        width: 189px;
        margin: 0 auto;
        padding: 10px;
        font-size: 14px;
        opacity: 1
    }

    .servicos .terapia-casais:after, .servicos .terapia-para-jovens:after {
        opacity: 1
    }

    .servicos .terapia-casais .content, .servicos .terapia-para-jovens .content {
        padding: 0 2.5rem
    }

    .servicos .msg-terapia .content .btn {
        width: 150px;
        margin: 0 auto;
        padding: 10px;
        font-size: 14px
    }

    .como-funciona .content .slider-como-funciona .slick-dots {
        left: -21%
    }

    .como-funciona .content .slider-como-funciona .slick-dots li button {
        margin-bottom: 0
    }

    .servicos {
        display: block
    }

    .servicos .msg-terapia {
        height: 500px
    }

    .servicos .msg-terapia .content {
        padding: 2.5rem .9375rem
    }

    .como-funciona .content .slider-como-funciona {
        margin: 0;
        min-height: 180px
    }

    .como-funciona .content {
        padding: 0
    }


    .section-como-funciona{
        background: #EAEAEA !important;
    }

    .como-funciona{
        font-size: 16px;
        margin-bottom: .625rem
    }

    .dispositivos .content {
        padding: 0
    }

    .dispositivos .content h2 {
        text-align: center
    }

    .dispositivos .content .txt {
        max-width: none;
        text-align: center
    }

    .dispositivos .store-icon li {
        margin-right: 5px;
        width: 45%;
        text-align: center
    }

    .dispositivos {
        display: block;
        padding: 20px 15px
    }

    .dispositivos figure {
        margin-bottom: 20px
    }

    .noticias .slider-card .card .content .btn {
        width: 180px;
        padding: 5px;
        font-size: 14px
    }

    .cards .slider-card .card .content .data, .ilustracoes .slider-card .card .content .data, .noticias .slider-card .card .content .data {
        opacity: 1
    }

    .cards .slider-card .card .content .txt p, .ilustracoes .slider-card .card .content .txt p, .noticias .slider-card .card .content .txt p {
        margin-bottom: 3.125rem
    }

    .noticias .slider-card .card {
        height: 410px
    }

    .noticias .slider-card .card .content {
        padding: 1.875rem;
        text-align: center
    }

    .cards .slider-card .card .content img, .ilustracoes .slider-card .card .content img, .noticias .slider-card .card .content img {
        width: 28px;
        opacity: 1;
        margin: 15px auto 30px
    }

    .cards .slider-card .card .content, .ilustracoes .slider-card .card .content, .noticias .slider-card .card .content {
        opacity: 1
    }

    .terapia figure {
        margin-top: -20px
    }

    .terapia .content .txt {
        width: 100%;
    }

    .terapia .destaque {
        text-align: center;
        margin-bottom: 20px
    }

    .terapia .destaque span {
        font-size: 18px;
        text-align: center
    }

    .terapia .content {
        max-width: 100%
    }

    .terapia .content h2 {
        text-align: center
    }


    .home .slick-dots {
        bottom: 37px
    }

    .terapia {
        padding: 20px 5% 40px;
        margin-bottom: 0
    }

    .newsletter .form-newsletter input {
        width: 87%;
        margin: 10px 20px 20px
    }

    .newsletter .form-newsletter input[type=submit] {
        width: 150px;
        margin: 0 auto;
        padding: 10px;
        font-size: 14px;
        display: block
    }

    .pv-covenant, .pv-testimonial, .pv-testimonial .pv-starts {
        padding: 0
    }

    .busca-psi .campos #comeceagora {
        margin-left: 0
    }

    .busca-psi .filtro-avancado, .busca-psi .grid-20, .busca-psi .grid-25 {
        float: none;
        width: 100%
    }

    .busca-psi .filtro-avancado {
        margin: 0
    }

    .busca-psi .filtro-avancado i {
        display: inline-block
    }

    .busca-psi .grid-20 {
        margin-bottom: 10px
    }

    .pv-bannerTextContent .center-buttons {
        width: 100%
    }

    .pv-bannerTextContent .center-buttons .left {
        float: none
    }

    .pv-bannerTextContent .center-buttons .btn-plano-de-saude {
        width: 100%;
        margin: 20px 0
    }

    .pv-testimonial p {
        font-size: 20px
    }

    .pv-bannerTextContent .img-libras {
        right: -10px
    }

    #selecione.tab {
        width: 100%;
        padding: 0 10px
    }

    footer .footer-top .redes-sociais {
        margin-bottom: 20px
    }

    footer .footer-top .links-footer {
        display: block
    }

    footer .footer-top .links-footer ul li {
        margin-bottom: 20px
    }

    footer .footer-bottom {
        display: block
    }

    footer .footer-bottom a {
        display: block;
        text-align: center;
        margin: 0
    }

    footer .footer-bottom a img {
        width: 70px;
        margin-bottom: 20px
    }

    footer .footer-bottom .img-albert {
        height: 40px
    }

    .no-mobile {
        display: none;
        padding-bottom: 80px
    }

    .no-desktop {
        display: block
    }

    h2.h {
        font-size: 27px
    }

    .content h2 {
        font-size: 27px;
    }

    .txt {
        font-size: 14px
    }

    #blip-chat-container #blip-chat-open-iframe {
        bottom: 24px !important
    }

    .home .fullscreen-bg {
        display: none
    }

    .button-cta {
        font-weight: 600;
        background: #a157a8;
        color: #fff;
        border-radius: 24px;
        padding: 10px 16px;
        display: block;
        transition: all .3s ease-in-out;
        margin: 0 3rem
    }
    .button-cta + .button-cta {
        margin: 1rem 3rem
    }
}

/* Mobile Screens */
@media screen and (max-width:640px) {
    #primeiroDepoimento::after, #segundoDepoimento::after {
        display: none;
    }
    #txtProfissionaisLicencidos {
        padding-left: 1em;
    }
    
    .txt p.bold {
        font-size: 1rem;
    }
    .bgCardRoxo {
        margin-top: 1rem;
        height: 45vh;
    }
    #chatbubbles div.card{
        border-radius: 2em;
    }

    #terapiaParaJovens .titulo {
        padding: 0;
    }
    .bgCardAzul {
        height: 60vh;
    } 
    #depoimentosPrincipais {
        height: 130vh;
    }
    #carrosselDepoimentos {
        height: 70vh;
    }
    #rodape {
        height: 100%;
    }
    #atencao {
        height: 32vh;
    }
    #responsibilidade-tecnica {
        height: 80vh;
    }
    div#chatbubbles {
        padding-top: 15vh;
        padding-left: 5vh;
    }
    #navbarMobile{
        width: 95%;
    }
    #descricaoPrincipal{
        padding: 5vh 0vh 0vh 0vh;
    }
    #especialidades {
        width: 100% !important;
    }
    div#opcoesBusca {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    footer#rodape div.row{
        padding-top: 2vh;
    }
    .tituloFooter{
        font-size: 1rem;
        text-align: center;
        padding-bottom: 2vh;
    }
    .uruguai{
        padding-top: 2vh;
    }
    div#certificados {
        padding-top: 5vh;
    }
    #certificados img {
        margin-top: 20px;
    }
    #escolhaPais{
        height: 25vh;
    }
    #fraseConsulta{
        padding: 5vh;
        width: 100%;
    }
    #fraseConsulta img {
        width: 10vh;
    }
    #chatbubbles h3{
        font-size: 2.5vh;
    }
    .tituloDepoimentos{
        font-size: 2.7em;
    }
}

/* Tablet Screens */
@media screen and (max-width: 768px) and (max-height: 1024px){ 

    .terapia img{
        margin-top: 20vh;
        margin-left: 2vh;
    }
    .wrapperProfissionaisLicenciados{
        background-image: none;
    }

    .wrapperBlog{
        background-image:none;
        height: auto;
    }

    wrapperMainContent{
        background-image:none;
    }

    .como-funciona h2.h {
        font-size: 3rem;
    }


    #terapiaParaJovens h2 {
        padding-top: 20vh;
    }
    #depoimentosPrincipais {
        height: 100%;
    }
    div#chatbubbles {
        padding-top: 3rem;
    }

    #rodape{
        height: 100%;
    }
    #atencao{
        height: 100%;
    }
    #responsibilidade-tecnica {
        height: 100%;
    }
    #escolhaPais{
        height: 100%;
    }
}

@media screen and (max-width: 1280px){  
    .bgCardAzul {
        height: 50%;
        margin-bottom: 5vh;
    }

    #depoimentosPrincipais {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .alert-isolamento {
        padding: 1rem
    }

    .header nav.menu ul li a.login {
        background: #00af7d;
        color: #fff;
        border-radius: 4rem;
        padding: .625rem 1rem
    }

    .container {
        max-width: 720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media screen and (max-width: 860px) {
    footer .footer-top .sobre-a-psicologia .content .selo-psi {
        position: inherit;
        left: inherit;
        margin-bottom: 30px;
        margin-right: 20px;
        float: left
    }

    footer .footer-top .sobre-a-psicologia .content .psi {
        position: inherit;
        left: inherit
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .alert-amarelo, .alert-branco, .alert-isolamento, .alert-novembro-azul, .alert-outubro-rosa {
        text-align: center
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media screen and (max-width: 1024px) {
    .tablet-cboth {
        clear: both
    }

    footer .footer-top .links-footer ul:first-child {
        margin-right: 25px
    }

    footer .footer-top .links-footer ul li a {
        font-size: 16px
    }

    body {
        font-size: 14px
    }

    h2.h {
        font-size: 30px
    }

    .content h2 {
        font-size: 30px
    }

    .home {
        height: auto
    }

    .home .header-content {
        background-image: url(../../ps);
        background-position: top center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .terapia {
        padding: 57px 5% 35px;
        margin-bottom: 40px
    }

    .terapia figure {
        width: 100%
    }

    .cards .slider-card .card, .ilustracoes .slider-card .card, .noticias .slider-card .card {
        height: 410px
    }

    .cards .slider-card .card .content img, .ilustracoes .slider-card .card .content img, .noticias .slider-card .card .content img {
        margin: 0 auto 2.5rem
    }

    .noticias .slider-card .card .content {
        padding: 0 25px
    }

    .como-funciona .content {
        padding: 0 5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .logo-pv {
        padding: 0 6rem 0 1rem
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px
    }

    .no-gutters {
        margin-right: 300px;
        margin-left: 0
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .header.scroll .row.no-gutters ul {
        margin-right: 0 !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {

    .header nav.menu ul, .text-right {
        margin-right: 0
    }

    .header nav.menu ul li a {
        color: #fff;
        font-size: .8rem
    }
}

@media screen and (min-width: 1221px) and (max-width: 1440px) {
    .header nav.menu ul li a {
        color: #fff;
        font-size: .8rem
    }
}

@media screen and (max-width: 1440px) {
    ul.ui-autocomplete.ui-menu {
        width: 270px
    }

    footer .footer-top {
        padding: 4.375rem 5% 2.5rem
    }

    body {
        font-size: 15px
    }

    .terapia .busca-psicologo .input-busca {
        width: 90%
    }

    .dispositivos .content {
        padding-left: 5%
    }

    .dispositivos .content h2 {
        font-size: 40px
    }

    .como-funciona h2.h {
        font-size: 2.5rem
    }

    .como-funciona .content figure {
        margin-left: 10%;
        width: 90%
    }

    footer .footer-top .links-footer ul:first-child {
        margin-right: 39px
    }

    .servicos .msg-terapia {
        height: 100%
    }

    .servicos .terapia-casais, .servicos .terapia-para-jovens {
        height: 23.5rem
    }
}

@media screen and (min-width: 1441px) {
    .alert {
        margin-bottom: 0
    }
}

/* Modal Mobile */
.modal-super-app {
    position: absolute;
    display:none;
    z-index: 10000000000;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    min-height: 100%;
    background: #C5E0ED;
}

.conteudo-modal{
    position: absolute;
    text-align: center;
}

.conteudo-modal h2{
    color: var(--cor-acentuacao-roxa);
    font-weight: 700;
}

.conteudo-modal p{
    color: black;
}

.botao-fechar-modal{
    background-color: var(--cor-acentuacao-roxa);
    border-radius: 15px;
    padding: 2.5%;
    color: white;
    margin-top: 5%;
}