body {
  height: 100%;
  overflow-x: hidden;
  color: #4C4D4F;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 400;
  outline: none !important;
}

*,
button,
a,
div {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #182f53;
}

.navbar {
  font-weight: 600;
  padding: 30px 0px 15px 0px;
  background-color: transparent;
}

.navbar.menuInterna {
  position: relative !important;
  padding: 15px 0px;
}

.menuInterna .redes .nav-link {
  color: #4a72b0 !important;
}

.menuInterna .botao-default {
  color: #ffffff !important;
  background-color: #4a72b0 !important;
}

.menuInterna .botao-default.bg-branco:hover {
  color: #4a72b0 !important;
  background-color: #e0e8f5 !important;
  ;
}

.navbar .dropdown-menu {
  font-size: .8rem;
  background-color: #4a72b0;
}

.navbar .dropdown-item {
  color: #fff;
  font-weight: bold;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #4a72b0;
  text-decoration: none;
  background-color: #f8f9fa;
}

.navbar.fixed-top {
  position: absolute;
}

.navbar-brand img {
  height: auto;
}

.navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 20px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 15px;
  }
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

nav.navbar .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: transparent;
  color: #4a72b0;
  text-align: center;
  -webkit-transition: ease .2s;
  -o-transition: ease .23s;
  transition: ease .2s;
  padding: 0;
  padding-bottom: 15px;
}

nav.navbar .nav-link.active {
  border-bottom: 2px solid #4a72b0;
}

nav.navbar .nav-link:hover {
  color: #34517d;
  -webkit-transition: ease .2s;
  -o-transition: ease .2s;
  transition: ease .2s;
  border-bottom: 2px solid #4a72b0;
}

nav .redes {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav .redes .nav-link:last-child {
  margin-right: 0;
}

nav .redes .nav-link {
  margin-right: 15px;
  font-size: 30px !important;
  color: #fff !important;
}

nav .redes .nav-link:hover {
  border: 0;
}

nav .redes .botao-default {
  font-size: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.redes .botao-default i {
  font-size: 20px !important;
}

@media (max-width: 999px) {
  .navbar-brand {
    background-color: #fff;
    padding: 7px 15px;
    border-radius: 8px;
    margin-left: 10px;
  }

  .navbar.menuInterna {
    position: absolute !important;
    padding: 15px 0px;
  }

  .navbar-brand img {
    max-width: 110px;
  }

  .navbar {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    background-color: #34517d;
  }

  .navbar.show {
    background-color: #34517d;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    position: absolute !important;
  }

  .navbar.show .navbar-toggler.x .icon-bar {
    background-color: #fff;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    width: fit-content;
    padding: 50px 20px 0 50px;
    color: #fff;
    text-align: right;
    margin-left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: none;
    font-weight: 600;
    color: #fff;
  }

  ul.navbar-nav {
    min-width: unset;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0px;
  }

  .fixed-top {
    z-index: 1060;
  }

  .navbar-expand-lg .navbar-nav {
    margin-top: 0px;
  }

  /* ANIMATED X */
  .navbar-toggler.x {
    border: none;
  }

  .navbar-toggler.x:focus {
    outline: none;
  }

  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  .navbar-toggler.x .icon-bar {
    width: 30px;
    display: block;
    height: 4px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .navbar-toggler.x .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

/* BANNER ROTATIVO */

.full-banner {
  height: 95vh;
  position: relative;
  background-color: #fff;
}

.full-banner-404 {
  height: 55vh;
  position: relative;
  background-color: #fff;
}

.full-banner .imagem,
.full-banner .imagem-left,
.full-banner .imagem-right,
.full-banner-404 .imagem-right {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .full-banner .imagem {
    background-size: 140% 100%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
  .full-banner .imagem {
    background-size: 225% 100%;
  }
  .full-banner .imagem-left,
  .full-banner .imagem-right,
  .full-banner-404 .imagem-right {
    background-size: auto;
    background-position: center center;
  }
  nav .redes {
    display: none !important;
  }
}

@media (min-width: 1428px) and (max-width: 1523.98px){
  .full-banner .imagem,
  .full-banner .imagem-left {
    background-size: 108% 100%;
    background-position: left;
  }
  .full-banner-404 .imagem-right,
  .full-banner .imagem-right {
    background-size: 108% 100%;
    background-position: right;
  }
}

@media (min-width: 1524px) and (max-width: 1600.98px){
  .full-banner .imagem,
  .full-banner .imagem-left {
    background-size: 107% 100%;
    background-position: left;
  }
  .full-banner-404 .imagem-right, 
  .full-banner .imagem-right {
    background-size: 107% 100%;
    background-position: right;
  }
}

.full-banner .feature {
  width: 100%;
}

.full-banner .feature img {
  max-width: 400px;
  width: 100%;
}

.full-banner .alinha-direita {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.full-banner .alinha-direita .texto {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
}

.full-banner .alinha-esquerda,
.full-banner-404 .alinha-esquerda {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.full-banner .alinha-centro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.full-banner .alinha-esquerda .texto,
.full-banner-404 .alinha-esquerda .texto {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  height: 100%;
  width: 100%;
}


.full-banner .texto,
.full-banner-404 .texto {
  color: #fff;
}

.full-banner .texto h1,
.full-banner-404 .texto h1 {
  font-size: 3.8rem;
  color: #4a72b0;
  font-weight: 700;
}


.full-banner .texto h4 {
  font-size: 1.3rem;
  color: #34517d;
}

/*BANNER INTERNA */

.full-banner.interna .imagem-left .feature img {
  max-width: 600px;
  margin-top: 0;
  width: 100%;
}

.full-banner.interna .imagem-right .feature img {
  max-width: 670px;
  margin-top: 0;
  width: 670px;
}

@media (max-width: 1440px) {

  .full-banner .feature img {
    width: 70%;
    margin-top: 50px;
  }

  .full-banner {
    height: 85vh;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 10px;
  }

}

@media (max-width: 999px) {

  .full-banner .texto h1,
  .full-banner-404 .texto h1 {
    font-size: 2rem;
  }

  .full-banner .feature img {
    margin-top: 0;
    max-width: 280px;
  }

  .full-banner.interna .imagem-right .feature img {
    max-width: 670px;
    margin-top: 0;
    width: 450px;
  }

  .full-banner {
    height: 77vh;
    background-color: #fff;
  }

  .full-banner-404 {
    height: 45vh;
    background-color: #fff;
  }

  .full-banner .texto,
  .full-banner-404 .texto {
    color: #fff;
    width: 100%;
  }

}

@media (max-width: 750px) {

  .full-banner .texto h1,
  .full-banner-404 .texto h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  .full-banner.interna .texto h1 {
    color: #fff !important;
  }

  .full-banner .texto h4 {
    font-size: 0.9rem;
    text-align: center;
  }


  .full-banner .feature {
    right: 0;
    top: 0;
  }

  .full-banner .feature img {
    width: 100%;
    max-width: 120px;
  }

  .full-banner.interna .imagem-right .feature img {
    max-width: 670px;
    margin-top: 0;
    width: 100%;
  }

  .full-banner .alinha-esquerda .texto,
  .full-banner-404 .alinha-esquerda .texto,
  .full-banner .alinha-direita .texto {
    align-items: center;
  }

  .full-banner .alinha-esquerda,
  .full-banner-404 .alinha-esquerda,
  .full-banner .alinha-direita {
    align-items: center;
    height: auto;
  }

  .full-banner .imagem,
  .full-banner .imagem-left {
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: 55px;
  }

  .full-banner-404 .imagem-right,
  .full-banner .imagem-right {
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: 75px;
  }

  .full-banner .imagem-left.text-white {
    background-position: right;
  }

  .full-banner .imagem-right.text-white {
    background-position: left;
  }

  .full-banner-404 .imagem-right.text-white {
    background: transparent;
    background-color: #4a72b0;
  }

  .full-banner,
  .full-banner-404 {
    height: auto;
  }

}

/* SOBRE NOS */

body .sobre {
  padding-bottom: 370px;
}

.sobre {
  background-image: url('../images/backgrounds/bg-azul.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.boxes {
  background-image: url('../images/backgrounds/bg-branca.jpg');
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  height: 1000px;
}

.box {
  width: 100%;

  border-radius: 45px;
  box-shadow: 4px 6px 20px 3px rgb(0 0 0 / 17%);
}

.boxes .especialidades>div {
  width: 24.5%;
}

.personal .box,
.especialidades .box {
  min-height: 330px;
}

.personal .box iframe,
.personal .box video {
  width: 100%;
  height: 280px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.box-video{
  position: relative;
}
.bg-box-video{
  background: #000;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  position: absolute;
  opacity: 0.6;
  content: "";
  width: 100%;
  height: 280px;
}
.box-video:hover .bg-box-video,
.box-video:focus .bg-box-video{
  background: #000;
  opacity: 0.6!important;
}
.box-video .play-video.active{
  transition: background 1s ease,opacity 1s ease;
  opacity: 0;
}
.box-video:hover .play-video.active,
.box-video:focus .play-video.active{
  transition: background 1s ease,opacity 0s ease;
  opacity: 1;
}
.play-video i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3rem;
  color: #fff;
}
.play-video i:hover,
.play-video i:focus{
  color: #4a72b0;
}

@media (max-width: 999px) {
  .boxes .especialidades>div {
    width: 100%;
  }

  .boxes {
    height: 3500px;
    padding-bottom: 40px;
  }

  .box {
    margin-top: 50px;
  }
}

.onde-encontrar .box {
  min-height: 640px;
}

.mapa {
  width: 100%;
  display: flex;
}

.mapa iframe {
  width: 100%;
  height: 230px;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

hr {
  border-top: rgba(230, 234, 239, 0.7) solid 1.5px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*INTERNAS*/

/*O PROFISSIONAL*/

.locais-atuacao {
  background-image: url('../images/backgrounds/bg-azul-escuro.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

/* VIDEOS */

.container.no-gutters {
  margin-left: unset;
  margin-right: auto !important;
  padding: 0;
}

.comment-video h5 {
  color: #4a72b0 !important;
  font-size: 16px !important;
}

.content-comment {
  background-color: #e5e5e7;
  padding: 15px;
  margin: 8px 0;
}

a.btn-more-comment {
  color: #182f53 !important;
  text-align: left;
  transition: .4s all;
  font-weight: bold;
}

a.btn-send-comment {
  color: #4a72b0;
  text-align: right !important;
  transition: .4s all;
  font-weight: bold;
}

.icon-like {
  color: #72c042;
  font-weight: bold;
  font-size: 18px !important;
}

.icon-love {
  color: #ff5c5c;
  font-weight: bold;
  font-size: 18px !important;
}

.row.video {
  background-color: #f9f9f9;
}

/*MODAL*/

.comentarios {
  height: 60vh;
  overflow-y: auto;
}

.comentarios>div {
  border-bottom: 1px solid rgba(74, 115, 176, 0.435);
}

.comentarios>div:last-child {
  border-bottom: 0;
}

/* FOOTER */

footer a,
footer .frase {
  font-weight: 500;
  font-size: 12px;
  color: #4a72b0;
  transition: all .3s ease;
}

footer a:hover {
  padding-left: 6px;
  transition: all .3s ease;
}

footer .redes a {
  background-color: #34517d;
  padding: 5px 0px;
  font-size: 20px;
  width: fit-content;
  text-align: center;
  width: 40px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  transition: all .3s ease;
}

footer .redes a:hover {
  background-color: #4a72b0;
  transition: all .3s ease;
}

footer p.copyright a {
  font-size: 1rem;
  font-weight: 700;
}

footer p.copyright a:hover {
  transition: all .3s ease;
}

/* UTILITARIOS */

.up-top {
  -webkit-transform: translateY(290px);
  -ms-transform: translateY(-290px);
  transform: translateY(-290px);
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.linha {
  width: 100%;
}

::-webkit-scrollbar {
  width: 12px
}

::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb {
  background: #34517d
}

::-webkit-scrollbar-thumb:hover {
  background: #555
}

@media (max-width: 999px) {
  .linha {
    width: unset;
  }
  
}

/* BOTÕES */

.pointer {
  cursor: pointer;
}

.botao-default {
  color: #ffffff;
  font-weight: 600;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-width: 170px;
  text-align: center;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  border-radius: 8px;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.botao-default:hover {
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

button.close {
  padding: 0;
  background-color: #34517d;
  border: 0;
  opacity: 1;
  margin: -2rem -1.7rem -1rem auto !important;
  padding: 2px 10px !important;
}

button.close:hover {
  opacity: 1 !important;
  background-color: #182f53;
}

.botao-default.bg-branco:hover {
  color: #4a72b0;
  background-color: #e0e8f5;
}

.botao-default.bg-azul:hover {
  color: #ffffff;
  background-color: #34517d;
}

.botao-default.bg-azul-escuro:hover {
  color: #ffffff;
  background-color: #4a72b0;
}

.botao-default span {
  font-weight: bold;
  font-family: Calibri;
}

.botao-default:hover span {
  -webkit-animation: bounceRight 1.2s infinite;
  animation: bounceRight 1.2s infinite;
}

button.botao-default {
  min-width: unset;
}

.botao-mais {
  border: 3px solid #B7C72C;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #B7C72C;
  font-size: 30px;
  padding-bottom: 3px;
  background-color: transparent;
  transition: background ease-out .5s;
  transition: transform ease-out .3s;
  transform: scale(1.0);
}

.botao-mais:hover {
  color: #fff;
  background-color: #B7C72C;
  transition: background ease-out .5s;
  transition: transform ease-out .3s;
  transform: scale(1.2);
}

@media (max-width: 999px) {
  button.botao-default {
    min-width: 100%;
  }
}

/* PADDINGS */

.py-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-md {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-lg {
  padding-top: 100px;
}

@media (max-width: 999px) {
  .py-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .py-md {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .numeros.py-lg {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

/* MARGINS */

.mt-lg {
  margin-top: 50px;
}

.mt-md {
  margin-top: 25px;
}

/* INPUTS */

.form-control {
  border: 0;
  background-color: #34517d;
  border-radius: 0;
  min-height: 45px;
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.form-control::placeholder {
  color: #fff;
  opacity: 1
}


select.form-control {
  -webkit-appearance: none;
  background-image: url('../images/sprites/arrow-down.png');
  background-repeat: no-repeat;
  background-position: right;
}

textarea.form-control {
  min-height: 210px;
}

/* TIPOGRAFIA */

.title {
  text-transform: uppercase;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

.arial {
  font-family: 'Arial'
}

.calibri {
  font-family: 'Calibri'
}

.txt-azul {
  color: #4a72b0 !important;
}

.txt-azul-escuro {
  color: #34517d !important;
}

.txt-laranja {
  color: #ff6d35 !important;
}

.txt-preto {
  color: #000 !important;
}

.txt-cinza {
  color: #202020;
}

.txt-cinza-claro {
  color: #727176;
}

.padrao-texto p {
  font-size: 1rem;
  color: #4a72b0;
}

.padrao-texto p.smaller {
  font-size: 1rem !important;
}


.padrao-texto.bg-verde p,
.padrao-texto.bg-verde-claro p {
  color: #fff;
}

.lh-sm {
  line-height: 1;
}

h2.xl-h2 {
  font-size: 7rem;
}

h2.lg-h2 {
  font-size: 3.5rem;
}

h2.md-h2 {
  font-size: 2.5rem;
}

.p-sm {
  font-size: .9rem !important;
}

@media (max-width: 999px) {
  h2.lg-h2 {
    font-size: 30px;
  }

  h2 {
    font-size: 1.3rem;
  }

  .h4,
  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  .padrao-texto p {
    font-size: 0.9rem;
  }

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/* BACKGROUNDS */


.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-right {
  background-position: right;
}

.bg-azul {
  background-color: #4a72b0;
}

.bg-azul-escuro {
  background-color: #34517d;
}

.bg-branco {
  background-color: #ffffff;
}

.bg-cinza {
  background-color: #F4F4F8;
}

.bg-preto {
  background-color: #000000;
}

@media (max-width: 999px) {}

/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.primeira-visualizacao.fade-in {
  -webkit-animation: fade-in 1.3s ease-in-out both;
  animation: fade-in 1.3s ease-in-out both;
}

.primeira-visualizacao.slide-left {
  -webkit-animation: slide-in-left 1.3s ease-in-out both;
  animation: slide-in-left 1.3s ease-in-out both;
}

.primeira-visualizacao.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
  animation: fade-in-bottom 1s ease-in-out both;
}

.primeira-visualizacao.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
  animation: slide-in-right 1s ease-in-out both;
}

.scrolled.fade-in {
  -webkit-animation: fade-in 1s ease-in-out both;
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  -webkit-animation: slide-in-left 1s ease-in-out both;
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
  animation: slide-in-right 1s ease-in-out both;
}

.anima.bounce {
  animation: bounce 2s infinite alternate;
  -webkit-animation: bounce 2s infinite alternate;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* right bounce */
@keyframes bounceRight {
  0% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

/* /right bounce */


@keyframes bounce {
  from {
    transform: scale(1.0);
  }

  to {
    transform: scale(1.1);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: scale(1.0);
  }

  to {
    transform: scale(1.1);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.pagination {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.pagination a.active {
  color: #fff; border-color: #4a72b0;
  background: #4a72b0;
}

.pagination a.active:hover {
  color: #4a72b0; border-color: #4a72b0;
  background: #fff;
}

.pagination a, .pagination span {
  color: #4a72b0;
  text-decoration: none;
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid transparent;
  line-height: 27px;
  margin: 0 3px;
  margin-bottom: 10px;
}

.pagination a:hover {
  color: #4a72b0; border-color: #4a72b0;
  background: #fff;
}

.pagination a.next, .pagination a.prev {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  border-color: #4a72b0;
}

.pagination a.next:hover, .pagination a.prev:hover {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  border-color: #4a72b0;
  background: #4a72b0;
  color: #fff;
}