:root {
  --color-resalte: black;
  --color-fondo: #ffffff;
  --color-fondo-detras: #ffffff;
  --color-letras: #222;
  --color-letras-negativo: #eee;
  --color-principal: #514E9C;
  --color-secundario: #86CFE4;
  --color-terciario-a: #CF752A;
  --color-terciario-b: #F59E40;
}

h2,
p {
  cursor: default;
}

body {
  min-width: 375px;
  background: var(--color-fondo-detras);
  color: var(--color-letras);
  font-family: "Nunito Sans", sans-serif;
  animation-duration: 700ms;
  animation-name: fadein;
  font-optical-sizing: auto;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.container {
  background: var(--color-fondo);
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
}

.text-justify {
  text-align: justify;
}

.alert {
  z-index: 1;
  position: relative;
  border-radius: 0 !important;
  margin-left: 20px;
  margin-right: 20px;
}

.alert-danger{
  color:#fff;
  background-color:#8c1b25;
  border-color: #a42430;
}

.alert-success{
  color:#fff;
  background-color:#0b9556;
  border-color: #00c46b
}

.btn {
  border-radius: 0;
}

a.privacypolicy {
  text-decoration: underline !important;
}

/* ==========================================================================
   Top Header
   ========================================================================== */

.navbar {
  margin-bottom: 0;
}

.row-secundario {
  background-color: var(--color-secundario);
}

h1 {
  font-size: 160%;
  font-weight: 900;
  margin-bottom: 1ex;
  color: var(--color-principal);
}

.header .logos-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header .people-image {
  position: relative;
  top: -100px;
  left: -0.75rem;
}

h1 span {
  text-transform: none;
}

h2 {
  font-size: 28px;
  margin-bottom: 1ex;
  font-weight: 900;
  color: var(--color-principal);
  text-align: center;
}

h2.overlay-number{
  color: var(--color-terciario-b);
}

h2 span {
  text-transform: none;
}

.eventdesc-sm {
  margin-top: 40px;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

@media (max-width: 1199px) {
  .logo-citius {
    margin-top: 40px;
    width: 250px;
    height: 120px;
    margin-left: 0;
  }
  .logo-campusvida {
    margin-bottom: 5px;
    width: 90px;
    background-size: 590px;
    background-position: -505px center;
  }
  .logo-usc {
    margin-bottom: 5px;
    width: 90px;
    background-size: 590px;
    background-position: -413px center;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 19px;
  }
  h1.logo-itl {
    width: 235px;
    height: 125px;
    margin-left: 30px;
    margin-top: 5px;
  }
  .logo-citius {
    margin-top: 20px;
    width: 185px;
    height: 77px;
    margin-left: 0;
  }
  .logo-campusvida {
    margin-bottom: 5px;
    width: 80px;
    background-size: 520px;
    background-position: -446px center;
  }
  .logo-usc {
    margin-bottom: 5px;
    width: 80px;
    background-size: 520px;
    background-position: -364px center;
  }
}

@media (max-width: 767px) {
  .eventdesc-sm {
    margin-top: 0;
  }
  .logo-citius {
    margin-top: 30px;
    width: 250px;
    height: 120px;
    margin-left: 20px;
  }
  .logo-campusvida {
    margin-bottom: 5px;
    width: 90px;
    background-size: 590px;
    background-position: -505px center;
  }
  .logo-usc {
    margin-bottom: 5px;
    width: 90px;
    background-size: 590px;
    background-position: -413px center;
  }
}

@media (max-width: 491px) {
  .eventdesc-sm {
    margin-top: 0;
  }
  .logo-citius {
    margin-top: 30px;
    width: 190px;
    height: 120px;
    margin-left: 20px;
    margin-right: 2px;
  }
  .logo-campusvida {
    margin-bottom: 5px;
    width: 75px;
    background-size: 500px;
    background-position: -430px center;
  }
  .logo-usc {
    margin-bottom: 5px;
    width: 75px;
    background-size: 500px;
    background-position: -350px center;
  }
}

/* ==========================================================================
   Normal Header
   ========================================================================== */

div.header img {
  max-width: 100%;
}

.logos-xs a {
  display: inline-block;
  height: 60px;
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logos-xs a span {
  display: none;
}

@media (max-width: 1199px) {
  div.header .text-date {
    font-size: 25px;
  }
  div.header .text-time {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  /* sm & xs */
  div.header .text-date {
    margin-left: 30px;
    font-size: 22px;
    height: 70px;
  }
  div.header .text-time {
    font-size: 18px;
  }
  div.header .text-datetime {
    margin-top: 0;
    top: 20px;
    right: 40%;
    position: absolute;
  }
  div.header .text-datetime .text-date {
    font-size: 40px;
  }
  div.header .text-datetime .text-time {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* xs */
  div.header img.logo {
    height: auto;
    max-height: 340px;
    width: auto;
  }
  div.header::before {
    background-size: cover;
  }
}

@media (max-width: 685px) {
  div.header .logos-xs a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 635px) {
  div.header .logos-xs a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 585px) {
  div.header .logos-xs a {
    height: 50px;
  }
  div.header .logos-xs a.citius {
    width: 280px;
    background-position: 0 center;
  }
  div.header .logos-xs a.usc {
    width: 58px;
    background-position: 124px center;
  }
  div.header .logos-xs a.campusvida {
    width: 58px;
    background-position: 63px center;
  }
}

/* ==========================================================================
   Description
   ========================================================================== */

div.container.description {
  margin-top: 75px;
}

div.description .description-left {
  background: #4a72b2;
}

div.description .description-left h1 {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 40px;
}

div.description p:first-child {
  margin-top: 20px;
}

@media (max-width: 991px) {
  /* sm & xs */
  div.description {
    background: #4a72b2;
  }
  div.description .description-left h1 {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
}

/* ==========================================================================
   Formulario de inscripción
   ========================================================================== */

div.inscricion {
  position: relative;
  overflow: hidden;
  background: var(--color-secundario);
}

div.inscricion a:hover {
  cursor: pointer;
}

div.inscricion img.logo {
  display: block;
  position: relative;
  height: 450px;
  width: auto;
}

div.inscricion div.logo-container {
  margin-left: 100px;
  position: relative;
}

div.inscricion div.logo-container::before,
div.inscricion div.logo-container::after {
  background-image: url(../img/main_logo_bg.svg);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background-size: auto 450px;
  background-repeat: no-repeat;
}

div.inscricion div.logo-container::after {
  background-image: url(../img/main_logo_fg.svg);
}

div.inscricion div.inscricion-left {
  background: linear-gradient(
    135deg,
    rgba(74, 114, 178, 1) 0%,
    rgba(74, 114, 178, 1) 49.9%,
    rgba(255, 255, 255, 1) 49.9%,
    rgba(255, 255, 255, 1) 100%
  );
  min-height: 600px;
  position: relative;
  top: -1px;
}
/*
@media (max-width: 991px) { /* sm & xs
  div.inscricion div.inscricion-left{
    background: linear-gradient(145deg, rgba(74,114,178,1) 0%, rgba(74,114,178,1) 49.9%, rgba(255,255,255,1) 49.9%, rgba(255,255,255,1) 100%);
  }
  div.inscricion div.logo-container{
    margin-left:0;
  }
  div.inscricion img.logo{
    margin:0 auto;
  }
  div.inscricion div.logo-container::before,
  div.inscricion div.logo-container::after{
    background-position: center;
  }
}

@media (max-width: 612px) { /* xxs
  div.inscricion div.inscricion-left {
    min-height:500px;
  }
}*/

form input[type="text"],
form input[type="email"] {
  border: 2px solid var(--color-principal) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: var(--color-letras) !important;
  font-weight: light !important;
  font-size: 18px !important;
  height: 50px !important;
  line-height: 50px !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7d7173 !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7d7173 !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7d7173 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7d7173 !important;
}

form h4,
form h4 {
  color: #4a72b2;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
}

form h4 span {
  text-transform: none;
}

form button {
  background: var(--color-terciario-b) !important;
  color: #000 !important;
  font-weight: bold !important;
  border-radius: 0 !important;
  height: 45px !important;
  font-size: 100% !important;
  padding-top: 2px;
  text-transform: uppercase;
  border: 0 !important;
}

.register-button{
  background: var(--color-principal) !important;
  color: var(--color-letras-negativo) !important;
}

form .form-check label {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* sm */
  .content-bg::before,
  .content-bg::after {
    background: none;
  }
}

/* ==========================================================================
   Zona de demostradores
   ========================================================================== */

.demostradores {
  background: var(--color-fondo);
}

.demostradores .demostrador .demo-image-container {
  position: relative;
}

.demostradores .demostrador:hover {
  cursor: pointer;
}

.demostradores .demostrador .demo-image {
  display: block;
  width: 100%;
  border: 3px solid transparent;
  border-radius: 0;
  position: relative;
}

.demostradores .demostrador .demo-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 3px solid transparent;
  border-radius: 0;
  opacity: 0;
  transition: all linear 0.2s;
}

.demostradores .demostrador .demo-title {
  font-weight: bold;
  font-size: 120%;
}

.demostradores .demostrador div.demo-image-container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 15%;
  height: 25%;
  background: url(../img/play.svg) center center no-repeat;
  background-size: contain;
  opacity: 0.95;
  z-index: 1;
  transition: all linear 0.2s;
}

.demostradores .demostrador-sinvideo div.demo-image-container::before {
  display: none;
}

.demostradores .demostrador div.demo-image-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 15%;
  height: 25%;
  background: url(../img/play_on.svg) center center no-repeat;
  background-size: contain;
  opacity: 0;
  z-index: 2;
  transition: all linear 0.2s;
}

.demostradores .demostrador-sinvideo div.demo-image-container::after {
  display: none;
}

.demostradores .demostrador:hover div.demo-image-container::after {
  opacity: 1;
}

.demostradores .demostrador:hover div.demo-image-container::before {
  opacity: 0.2;
}

.demostradores .demostrador:hover .demo-image {
  border-color: var(--color-terciario-a);
  transition: all 0.2s;
}

.demostradores .demostrador:hover .demo-preview {
  opacity: 1;
}

.demostradores .demo-number {
  color: var(--color-principal);
  font-family: "Nunito Sans" sans-serif;
  font-size: 75px;
  text-align: right;
}

@keyframes blur{
  0% {
    backdrop-filter: blur(0px);
  }
  100% {
    backdrop-filter: blur(10px);
  }
}

.overlayed-demostrador-back {
  z-index: 90;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  animation: 0.2s ease-in forwards blur;
}

@keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes revealwidth {
  0% {
    opacity: 0;
    transform: scale(0.5) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(-50%);
  }
}

.overlayed-demostrador {
  z-index: 90;
  position: fixed;
  left: 5vw;
  top: 5vh;
  width: 90vw;
  height: 90vh;
  color: var(--color-terciario-b);
  text-align: left;
  padding: 0 !important;
  margin: 0;
  background: var(--color-principal);
  display: block !important;
  overflow-y: hidden;
  animation: 0.12s ease-in forwards reveal;
  box-shadow: 0 0 30px 0 rgba(255,255,255,0.2);
}

.overlayed-demostrador .overlayed-content {
  padding: 2em;
  padding-top: 64px;
  height: 30%;
  color: white;
}

.overlayed-demostrador .overlayed-content h2 {
  font-size: 70px;
  margin-bottom: 0;
  text-align:left;
  display:block-inline;
  float:left;
  padding-right:0.5em;
  line-height:1.1;
  font-weight:400;
}

.overlayed-demostrador .overlayed-content h3,
.overlayed-demostrador .overlayed-content p {
  padding-left: 123px;
}

.overlayed-demostrador:hover {
  cursor: default !important;
}

.overlayed-demostrador .close-button {
  width: 100%;
  color: #fefefe;
  cursor: pointer;
  font-size: 32px;
  text-align: right;
  padding-right: 0.5em;
  line-height: 2;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.overlayed-demostrador .numero,
.overlayed-demostrador .texto,
.overlayed-demostrador .description {
  padding-left: 30px !important;
}

.overlayed-demostrador .numero {
  margin-top: 20px !important;
  max-width: 50%;
}

.overlayed-demostrador .texto {
  font-size: 28px;
  margin-bottom: 1ex;
  max-width: 70%;
}

.overlayed-demostrador:hover .numero {
  color: #4964a6 !important;
}

.overlayed-demostrador:hover .texto {
  color: #4964a6 !important;
}

.overlayed-demostrador .description {
  color: #333;
  font-size: 17px;
  max-width: 80%;
}

.overlayed-demostrador .video-responsive {
  position: relative;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  display: block;
  margin: 0 auto;
  width: 1280px;
  max-width: 100%;
}

.overlayed-demostrador .video-responsive iframe,
.overlayed-demostrador .video-responsive object,
.overlayed-demostrador .video-responsive embed {
  height: 720px;
}

.overlayed-demostrador p.videoprox {
  margin-top: 40px;
  text-align: center;
  color: #888;
}

.overlayed-demostrador h3.overlay-title {
  font-weight: bold;
}

@media (min-width: 1544px) {
  .overlayed-demostrador {
    z-index: 90;
    position: fixed;
    top: 5vh;
    max-width:1300px;
    height: 90vh;
    left:50%;
    transform:translateX(-50%);
    right:auto;
    animation: 0.12s ease-in forwards revealwidth;
  }
}

@media (max-width: 1199px) {
  .overlayed-demostrador .video-responsive iframe,
  .overlayed-demostrador .video-responsive object,
  .overlayed-demostrador .video-responsive embed {
    height: 470px;
  }
}

@media (max-width: 991px) {
  .overlayed-demostrador .video-responsive iframe,
  .overlayed-demostrador .video-responsive object,
  .overlayed-demostrador .video-responsive embed {
    height: 400px;
  }
  .overlayed-demostrador {
    z-index: 90;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }
  .demostrador {
    line-height: 1.1;
  }
  .overlayed-demostrador h3.overlay-title {
    font-size: 1.5em;
  }

  .overlayed-demostrador .lead {
    font-size: 1.2em;
    line-height: 1.38;
  }

  .demostradores .demo-number {
    font-size: 70px;
  }
}

@media (max-height: 950px) {
  .overlayed-demostrador .video-responsive iframe,
  .overlayed-demostrador .video-responsive object,
  .overlayed-demostrador .video-responsive embed {
    height: 480px;
  }
  .overlayed-demostrador h3.overlay-title {
    font-size: 1.5em;
  }

  .overlayed-demostrador .lead {
    font-size: 1.2em;
    line-height: 1.38;
  }
}

@media (max-height: 840px) {
  .overlayed-demostrador .video-responsive iframe,
  .overlayed-demostrador .video-responsive object,
  .overlayed-demostrador .video-responsive embed {
    height: 400px;
  }
  .overlayed-demostrador h3.overlay-title {
    font-size: 1.4em;
  }

  .overlayed-demostrador .lead {
    font-size: 1.1em;
    line-height: 1.3;
  }
}

@media (max-height: 735px) {
  .overlayed-demostrador .video-responsive iframe,
  .overlayed-demostrador .video-responsive object,
  .overlayed-demostrador .video-responsive embed {
    height: 300px;
  }
  .overlayed-demostrador h3.overlay-title {
    font-size: 1.3em;
  }

  .overlayed-demostrador .lead {
    font-size: 1.05em;
    line-height: 1.25;
  }
}

@media (max-height: 639px) {
  .overlayed-demostrador .video-responsive iframe,
  .overlayed-demostrador .video-responsive object,
  .overlayed-demostrador .video-responsive embed {
    height: 220px;
  }
}

@media (max-width: 609px) {
  .demostradores .demostrador div.demo-image-container::before {
    width: 20%;
  }

  .demostradores .demostrador div.demo-image-container::after {
    width: 20%;
  }

  .overlayed-demostrador h3.overlay-title {
    font-size: 1.3em;
  }

  .overlayed-demostrador .lead {
    font-size: 1.05em;
    line-height: 1.25;
  }

  .overlayed-demostrador .overlayed-content h2 {
    font-size: 60px;
    margin-bottom: 0;
    text-align:left;
    display:block-inline;
    float:left;
    padding-right:0.5em;
    line-height:1.1;
    font-weight:400;
  }
  
  .overlayed-demostrador .overlayed-content h3,
  .overlayed-demostrador .overlayed-content p {
    padding-left: 100px;
  }
}

@media (max-width: 412px) {
  .demostradores .demostrador div.demo-image-container::before {
    width: 25%;
  }

  .demostradores .demostrador div.demo-image-container::after {
    width: 25%;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
  background: var(--color-principal);
  color: var(--color-letras-negativo);
}

.footer .logos {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  background: var(--color-fondo);
}

.footer .contact {
  position: relative;
  padding-bottom: 20px;
  overflow-x: hidden;
}

.footer .logos img {
  height: 70px;
}

.footer-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-2 img {
  max-height: 66px;
}

@media (max-width: 991px) {
  /* sm & xs */
  .footer .doctornfriends-container {
    background-size: contain;
    background-image: url(../img/footer_doctornfriends_mobile.png);
    background-position: center bottom;
  }
  .footer .contact .col {
    margin-left: 10px;
  }
}


.footer .cell-icon {
  padding-left: 62px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 62px;
  position: relative;
}

.footer .cell-icon::before {
  width: 44px;
  height: 44px;
  content: "";
  background-image: url(../img/icon_location.svg);
  background-size: auto 42px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  position: absolute;
  overflow: hidden;
  display: inline-block;
}

.footer .cell-icon-twitter::before {
  background-image: url(../img/icon_twitter.svg);
}

.footer .cell-icon-mail::before {
  background-image: url(../img/icon_email.svg);
}

.footer .cell-icon-phone::before {
  background-image: url(../img/icon_mobile.svg);
}

/* ==========================================================================
   Language bar
   ========================================================================== */

div.language-selector {
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

div.language-selector ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.language-selector ul li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline;
  padding: 10px;
  color: #666;
  text-transform: uppercase;
}

div.language-selector ul li:hover {
  color: #fff;
  background-color: var(--color-secundario);
}

div.language-selector ul li.active,
div.language-selector ul li.active:hover {
  color: #ddd;
  background-color: var(--color-principal)
}

/* ==========================
   Modal
   ========================== */

.modal-body {
  max-height: 70vh !important;
  overflow-y: scroll !important;
}

.modal-body h2 {
  font-size: 22px;
}

.modal-dialog{
  color:#000;
}

/* ==========================
   Animations
   ========================== */

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  30% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(8%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(8%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-6%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-6%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  3% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  6% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  9% {
    -webkit-transform: scale3d(1.08, 0.92, 1);
    transform: scale3d(1.08, 0.92, 1);
  }
  14% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1);
  }
  17% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.shake,
.shake-before::before,
.shake-after::after {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0%,
  10%,
  30%,
  50%,
  60%,
  90%,
  100% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  1%,
  11%,
  31%,
  51%,
  61%,
  91% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
}

.floatinganim {
  animation: float 12s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}
