
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: url(../img/bg.png) #ffffff;
    direction: ltr;
    font-family: Arial, sans-serif;
}

.bg_m{
  background: url(../img/bg.png) #ffffff;
}

.bg_01{
    background: #8b1111 !important;
    color: white !important;
}

.bg_02{
    background: #550b0b !important;
    color: white !important;
}

.bg_03{
    background: #f5f5f5 !important;
    color: rgb(24, 21, 21) !important;
}

.bg_04{
  background: #E52713 !important;
  color: rgb(255, 255, 255) !important;
}

.btn_01{
    background: #8b1111 !important;
    border: #550b0b !important;
    color: white;
}

.btn_01:hover{
    background: rgba(0,0,0,.5) !important;
}

.btn_02{
    background: #550b0b !important;
    border: #8b1111 !important;
    color: white;
}

.btn_02:hover{
    background: rgba(0,0,0,.5) !important;
}

.btn_03{
    background: #f5f5f5 !important;
    border: #5f5f5f !important;
    color: rgb(24, 21, 21);
}

.btn_03:hover{
    background: rgba(0,0,0,.5) !important;
}

.btn_04{
    background: #E52713 !important;
    border: #5f5f5f !important;
    color: rgb(255, 255, 255);
}

.btn_04:hover{
    background: rgba(0,0,0,.5) !important;
}
.pointer{
    cursor: pointer;
}

.text-error-form{
    color: red !important;
}

.text-01{
  color: #8b1111 !important;
}

.text-02{
  color: rgba(182, 5, 5, 0.651) !important;
}


body ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    background-color: rgb(248, 248, 248);
}

body ::-webkit-scrollbar:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

body ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    background-clip: padding-box;
    border: 2px solid transparent;
    min-height: 10px;
}

body ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    background-clip: padding-box;
    border: 2px solid transparent;
    min-height: 10px;
}

body ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.033);
}


.modal .modal-dialog-aside{ 
  width: 350px; max-width:80%; height: 100%; margin:0;transform: translate(0); transition: transform .2s;
}
.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.modal.show .modal-dialog-aside{ transform: translateX(0);  }

.modal-dialog-buttom{
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 5rem);
}

.nav-tabs .nav-link{
  color: #333 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: rgba(182, 5, 5, 0.651) !important;
  font-weight: 800 !important;
}

.ftco-schedule {
    position: relative;
    width: 100%;
    display: block; }
    .ftco-schedule .nav-pills {
      width: 100%;
      display: block; }
      .ftco-schedule .nav-pills p {
        margin-bottom: 0; }
      .ftco-schedule .nav-pills .nav-link {
        padding: 35px 30px !important;
        border-radius: 0;
        margin-bottom: 0;
        color: #000000;
        font-size: 22px;
        font-weight: 700;
        position: relative;
        display: inline-block;
        border: 1px solid transparent;
        background: #fff;
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
        .ftco-schedule .nav-pills .nav-link:after {
          position: absolute;
          top: 50%;
          bottom: 10px;
          right: -11px;
          width: 0;
          height: 0;
          margin-top: -10px;
          content: '';
          border-style: solid;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent #8b1111;
          opacity: 0; }
        .ftco-schedule .nav-pills .nav-link span {
          display: block;
          font-size: 14px; }
        @media (max-width: 767.98px) {
          .ftco-schedule .nav-pills .nav-link {
            color: rgba(255, 255, 255, 0.7); } }
        .ftco-schedule .nav-pills .nav-link:hover {
          background: #8a6363;
          color: #fff; }
        .ftco-schedule .nav-pills .nav-link.active {
          color: #fff;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          border: 1px solid transparent;
          background: #8b1111; }
          .ftco-schedule .nav-pills .nav-link.active:after {
            opacity: 1; }
          @media (max-width: 767.98px) {
            .ftco-schedule .nav-pills .nav-link.active:after {
              opacity: 0; } }
        @media (max-width: 767.98px) {
          .ftco-schedule .nav-pills .nav-link {
            display: block;
            margin-bottom: 5px; } }
    .ftco-schedule .tab-content {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
  
      .ftco-schedule {
        position: relative;
        width: 100%;
        display: block; }
        .ftco-schedule .nav-pills {
          width: 100%;
          display: block; }
          .ftco-schedule .nav-pills p {
            margin-bottom: 0; }
          .ftco-schedule .nav-pills .nav-link {
            padding: 35px 30px !important;
            border-radius: 0;
            margin-bottom: 0;
            color: #8b1111;
            font-size: 22px;
            font-weight: 700;
            position: relative;
            display: inline-block;
            border: 1px solid transparent;
            background: #fff;
            width: 100%;
            margin-bottom: 10px;
            -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
            -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0; }
            .ftco-schedule .nav-pills .nav-link:after {
              position: absolute;
              top: 50%;
              bottom: 10px;
              right: -11px;
              width: 0;
              height: 0;
              margin-top: -10px;
              content: '';
              border-style: solid;
              border-width: 10px 0 10px 10px;
              border-color: transparent transparent transparent #8b1111;
              opacity: 0; }
            .ftco-schedule .nav-pills .nav-link span {
              display: block;
              font-size: 14px; }
            @media (max-width: 767.98px) {
              .ftco-schedule .nav-pills .nav-link {
                color: rgba(22, 0, 0, 0.7); } }
            .ftco-schedule .nav-pills .nav-link:hover {
              background: #8a6363;
              color: #fff; }
            .ftco-schedule .nav-pills .nav-link.active {
              color: #fff;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              transition: all 0.3s ease;
              border: 1px solid transparent;
              background: #8b1111; }
              .ftco-schedule .nav-pills .nav-link.active:after {
                opacity: 1; }
              @media (max-width: 767.98px) {
                .ftco-schedule .nav-pills .nav-link.active:after {
                  opacity: 0; } }
            @media (max-width: 767.98px) {
              .ftco-schedule .nav-pills .nav-link {
                display: block;
                margin-bottom: 5px; } }
        .ftco-schedule .tab-content {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; }
      
      .speaker-wrap {
        width: 100%;
        background: #fff;
        padding: 40px;
        margin-bottom: 20px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .speaker-wrap .speaker-img {
          width: 120px;
          height: 120px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .speaker-wrap .text {
          width: calc(100% - 120px); }
          .speaker-wrap .text h2 {
            font-size: 18px;
            font-weight: 700; }
            .speaker-wrap .text h2 a {
              color: #000000; }
          .speaker-wrap .text h3.speaker-name {
            font-size: 20px; }
          .speaker-wrap .text .position {
            font-size: 18px;
            color: rgba(0, 0, 0, 0.4); }
          .speaker-wrap .text .time {
            font-size: 16px;
            color: rgba(182, 5, 5, 0.651); }
        .speaker-wrap:hover, .speaker-wrap:focus {
          -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
          -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07); }
      
      .speaker .text {
        position: relative; }
        .speaker .text:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          content: '';
          width: 80%;
          height: 1px;
          margin: 0 auto;
          background: #6827ff;
          background: -moz-linear-gradient(45deg, #6827ff 0%, #847dff 100%);
          background: -webkit-gradient(left bottom, right top, color-stop(0%, #6827ff), color-stop(100%, #847dff));
          background: -webkit-linear-gradient(45deg, #6827ff 0%, #847dff 100%);
          background: -o-linear-gradient(45deg, #6827ff 0%, #847dff 100%);
          background: -ms-linear-gradient(45deg, #6827ff 0%, #847dff 100%);
          background: linear-gradient(45deg, #6827ff 0%, #847dff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6827ff', endColorstr='#847dff', GradientType=1 ); }
      
      .speaker h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 0; }
      
      .speaker .position {
        font-size: 15px; }
      
      .speaker .ftco-social {
        margin: 0;
        padding: 0;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .speaker .ftco-social li {
          display: inline-block;
          padding: 0 5px; }
          .speaker .ftco-social li a {
            color: #8b1111;
            font-size: 18px; }
            .speaker .ftco-social li a:hover, .speaker .ftco-social li a:focus {
              color: #8b1111; }
      
      .speaker:hover .ftco-social {
        opacity: 1; }


        
  .nav-item{
    margin: 0 .5em !important;
  }
  .navbar-nav .active{
    margin: 0 .5em !important;
    border-bottom: 2px solid !important;
    font-weight: 800 !important;
  }

  .foto_user{
    /* filter: grayscale(100%); */
    /* transition: all .4s ease-in-out; */
  }

  .foto_user:hover, .foto_user_active{
    /* filter: grayscale(0%); */
    /* transition: all .4s ease-in-out; */
  }

  .efecto_gris{
    filter: grayscale(100%);
    transition: all .4s ease-in-out;
  }

  .efecto_gris:hover{
    filter: grayscale(0%);
  }

  .efecto_desenfoque{
    transition: all .4s ease-in-out;
    filter: blur(10px);
  }

  .efecto_desenfoque:hover{
    filter: blur(0px);
  }

  /* ---------------[production]---------------- */

.dataTable [data-progressbar-value] {
    min-width: 70px;
}


.no-padding>table,
.no-padding .dataTables_wrapper table {
    border: none !important;
    margin-bottom: 0px !important;
    border-bottom-width: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-gutter {
    padding: 13px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.no-padding>table tr td:last-child,
.no-padding>table tr th:last-child,
.no-padding .dataTables_wrapper table tr td:last-child,
.no-padding .dataTables_wrapper table tr th:last-child {
    border-right: none !important;
}

.no-padding>table tr td:first-child,
.no-padding>table tr th:first-child,
.no-padding .dataTables_wrapper table tr td:first-child,
.no-padding .dataTables_wrapper table tr th:first-child {
    border-left: none !important;
}

.no-padding .dataTables_wrapper table tbody tr:last-child td {
    border-bottom: 0;
}

.dataTables_scrollBody thead {
    opacity: 0;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}


/* ---------------[production-plugins]-------------------- */



div.dataTables_length label {
  font-weight: 400;
}

div.dataTables_length select {
  /* width: 75px; */
}

div.dataTables_filter label {
  font-weight: 400;
}

div.dataTables_filter input {
  width: 16em;
}

div.dataTables_paginate {
  margin: 0;
}

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable {
  clear: both;
  margin-top: 6px!important;
  margin-bottom: 6px!important;
  max-width: none!important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.dataTable thead>tr>th {
  padding-right: 18px;
}

table.dataTable th:active {
  outline: 0;
}

div.dataTables_scrollHead table {
  margin-bottom: 0!important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

div.dataTables_scrollHead {
  border-top: 1px solid #a7a7a7 !important;
  border-left: 1px solid #a7a7a7 !important;
  border-right: 1px solid #a7a7a7 !important;
  border-bottom: 1px solid #a7a7a7 !important;
}

div.dataTables_scrollBody {
  border-bottom: 1px solid #a7a7a7 !important;
  border-left: 1px solid #a7a7a7 !important;
  border-right: 1px solid #a7a7a7 !important;
  /* background:
      linear-gradient(to right, white 10%, rgba(255,255,255,0)),
      linear-gradient(to right, rgba(255,255,255,0), white 10%) top right,
      radial-gradient(farthest-side at 0 60%, rgba(0,0,0,.2), rgba(0,0,0,0)),
      radial-gradient(farthest-side at 100% 60%, rgba(0,0,0,.2), rgba(0,0,0,0)) top right;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100px 100%, 100px 100%, 100px 100%, 100px 100%;
  background-attachment: local, local, scroll, scroll;
  z-index: initial; */
}

div.dataTables_scrollHead table thead tr:last-child td:first-child,
div.dataTables_scrollHead table thead tr:last-child th:first-child {
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

div.dataTables_scrollBody tbody tr:first-child td,
div.dataTables_scrollBody tbody tr:first-child th {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0!important;
  border-top: none;
}

table.table-bordered.dataTable {
  /* border-collapse: separate!important; */
}

table.table-bordered thead td,
table.table-bordered thead th {
  border-left-width: 0;
  border-top-width: 0;
}

table.table-bordered tbody td,
table.table-bordered tbody th {
  border-left-width: 0;
  border-bottom-width: 0;
}

table.table-bordered td:last-child,
table.table-bordered th:last-child {
  border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.DTTT .btn {
  color: #333!important;
  font-size: 12px;
}

div.DTTT .btn:hover {
  text-decoration: none!important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
  color: #333!important;
}

ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #08c;
  color: #fff!important;
}

div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}

div.DTTT_print_info h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

div.DTFC_LeftFootWrapper table,
div.DTFC_LeftHeadWrapper table,
div.DTFC_RightFootWrapper table,
div.DTFC_RightHeadWrapper table,
table.DTFC_Cloned tr.even {
  background-color: #fff;
  margin-bottom: 0;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  margin-bottom: 0!important;
  border-top-right-radius: 0!important;
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}

div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child {
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0!important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightFootWrapper table {
  border-top: none;
}

div.FixedHeader_Cloned table {
  margin: 0!important;
}

table.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, .7);
  z-index: 202;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}


div.ColVis {
  float: right;
}

button.ColVis_Button,
ul.ColVis_collection li {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999;
  cursor: pointer;
  *cursor: hand;
  font-size: .88em;
  color: #000!important;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
}

.ColVis_Button:hover,
ul.ColVis_collection li:hover {
  border: 1px solid #666;
  text-decoration: none!important;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background: #f3f3f3;
  background: -webkit-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  background: linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
}

button.ColVis_Button {
  height: 30px;
  padding: 3px 8px;
}

button.ColVis_Button::-moz-focus-inner {
  border: none!important;
  padding: 0;
}

button.ColVis_Button:active {
  outline: 0;
}

div.ColVis_collectionBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 1100;
}

ul.ColVis_collection {
  padding: 8px 8px 4px;
  margin: 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, .3);
  overflow: hidden;
  z-index: 2002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

ul.ColVis_collection li {
  position: relative;
  height: auto;
  left: 0;
  right: 0;
  padding: .5em;
  display: block;
  float: none;
  margin-bottom: 4px;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  text-align: left;
}

ul.ColVis_collection li.ColVis_Button:hover {
  border: 1px solid #999;
  background-color: #f0f0f0;
}

ul.ColVis_collection li span {
  display: inline-block;
  padding-left: .5em;
  cursor: pointer;
}

ul.ColVis_collection li.ColVis_Special {
  border-color: #555;
  background: #ededed;
  background: -webkit-linear-gradient(top, #ededed 0, #d6d6d6 77%, #e8e8e8 100%);
  background: -moz-linear-gradient(top, #ededed 0, #d6d6d6 77%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #ededed 0, #d6d6d6 77%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #ededed 0, #d6d6d6 77%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #ededed 0, #d6d6d6 77%, #e8e8e8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e8e8e8', GradientType=0);
}

ul.ColVis_collection li.ColVis_Special:hover {
  background: #e2e2e2;
  background: -webkit-linear-gradient(top, #d0d0d0 0, #d5d5d5 89%, #e2e2e2 100%);
  background: -moz-linear-gradient(top, #d0d0d0 0, #d5d5d5 89%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0, #d5d5d5 89%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #d0d0d0 0, #d5d5d5 89%, #e2e2e2 100%);
  background: linear-gradient(top, #d0d0d0 0, #d5d5d5 89%, #e2e2e2 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2', GradientType=0);
}

span.ColVis_radio {
  display: inline-block;
  width: 20px;
}

div.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}

.disabled {
  color: #999;
}

div.DTTT_container {
  position: relative;
  float: right;
  margin-bottom: 1em;
}

@media screen and (max-width:640px) {
  div.DTTT_container {
      float: none!important;
      text-align: center;
  }
  div.DTTT_container:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0;
  }
}

a.DTTT_button,
button.DTTT_button,
div.DTTT_button {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999;
  cursor: pointer;
  *cursor: hand;
  font-size: .88em;
  color: #000!important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
}

button.DTTT_button {
  height: 30px;
  padding: 3px 8px;
}

.DTTT_button embed {
  outline: 0;
}

a.DTTT_button:hover,
button.DTTT_button:hover,
div.DTTT_button:hover {
  border: 1px solid #666;
  text-decoration: none!important;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background: #f3f3f3;
  background: -webkit-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  background: linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
}

a.DTTT_disabled,
button.DTTT_disabled,
div.DTTT_disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
  background: -moz-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
  background: -ms-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
  background: -o-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
  background: linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}

button.DTTT_button_collection span {
  padding-right: 17px;
}

button.DTTT_button_collection:hover span {
  padding-right: 17px;
  background: #f0f0f0;
}

table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable tr.DTTT_selected.odd,
table.dataTable tr.DTTT_selected.odd td.sorting_1,
table.dataTable tr.DTTT_selected.odd td.sorting_2,
table.dataTable tr.DTTT_selected.odd td.sorting_3 {
  background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.even,
table.dataTable tr.DTTT_selected.even td.sorting_1,
table.dataTable tr.DTTT_selected.even td.sorting_2,
table.dataTable tr.DTTT_selected.even td.sorting_3 {
  background-color: #B0BED9;
}

div.DTTT_collection {
  width: 150px;
  padding: 8px 8px 4px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, .3);
  overflow: hidden;
  z-index: 2002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

div.DTTT_collection_background {
  z-index: 2001;
}

div.DTTT_collection a.DTTT_button,
div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}

.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  opacity: .95;
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, .5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
}

.DTTT_print_info h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

table.has-columns-hidden>tbody>tr>td>span.responsiveExpander {
  background: url(../img/plus.png) no-repeat 5px center;
  padding-left: 32px;
  cursor: pointer;
}

table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander {
  background: url(../img/minus.png) no-repeat 5px center;
}

table.has-columns-hidden>tbody>tr.row-detail>td {
  background: #eee;
}

table.has-columns-hidden>tbody>tr.row-detail>td>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table.has-columns-hidden>tbody>tr.row-detail>td>ul>li>span.columnTitle {
  font-weight: 700;
}

table.has-columns-hidden>tbody>tr.row-detail>td>ul>li {
  text-align: left !important;
}

.dt-toolbar {
  display: block;
  position: relative;
  padding: 6px 7px 1px;
  width: 100%;
  float: left;
  /* border-bottom: 1px solid #ccc; */
  /* background: #fafafa; */
}

.dt-toolbar-footer {
  background: #fafafa;
  font-size: 11px;
  overflow: hidden;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px #fff;
  -moz-box-shadow: inset 0 1px #fff;
  -ms-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
}

.dt-toolbar-footer>:first-child,
.dt-toolbar>:first-child {
  padding-left: 0!important;
}

.dt-toolbar-footer>:last-child,
.dt-toolbar>:last-child {
  padding-right: 0!important;
}

table.dataTable thead .sorting {
  background: url(data:image/png;
base64, iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
}

table.dataTable thead .sorting_asc {
  background: url(data:image/png;
base64, iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
}

table.dataTable thead .sorting_desc {
  background: url(data:image/png;
base64, iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
  background: url(data:image/png;
base64, iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==) no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
  background: url(data:image/png;
base64, iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC) no-repeat center right;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: #eee;
}

.dataTables_empty {
  padding: 20px 10px!important;
  font-size: 14px;
  text-align: center;
  color: #575757;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px 10px;
}

table.dataTable tfoot>tr>th,
table.dataTable thead>tr>th {
  padding-left: 9px!important;
}

table.dataTable tfoot>tr>th input,
table.dataTable thead>tr>th input {
  width: 100%!important;
  font-weight: 400;
}

table.dataTable thead>tr>th.hasinput {
  padding: 6px!important;
}

div.dataTables_info {
  padding-top: 9px;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: #969696;
}

.dataTable thead>tr>th {
  border-left: none!important;
}

.dataTable input[type=checkbox].checkbox,
.dataTable input[type=radio].radiobox {
  left: -999px;
}

table.dataTable thead>tr>th.sorting_disabled {
  padding-right: 9px!important;
}

.dataTables_filter {
  float: left;
  width: 100%
}

.dataTables_filter .input-group-addon {
  width: 32px;
  margin-top: 0;
  float: left;
  height: 32px;
  padding-top: 8px;
}

.dataTables_filter .input-group-addon+.form-control {
  float: left;
}

.dt-toolbar>:first-child .DTTT,
.dt-toolbar>:first-child .dataTables_filter>:only-child,
.dt-toolbar>:first-child .dataTables_length,
.dt-toolbar>:first-child .pagination {
  float: left!important;
}

.dt-toolbar>:last-child .DTTT,
.dt-toolbar>:last-child .dataTables_filter>:only-child,
.dt-toolbar>:last-child .dataTables_length,
.dt-toolbar>:last-child .pagination {
  float: right;
}

.dt-toolbar-footer>:first-child .DTTT,
.dt-toolbar-footer>:first-child .dataTables_filter>:only-child,
.dt-toolbar-footer>:first-child .dataTables_length,
.dt-toolbar-footer>:first-child .pagination {
  float: left;
}

.dt-toolbar-footer>:last-child .DTTT,
.dt-toolbar-footer>:last-child .dataTables_filter>:only-child,
.dt-toolbar-footer>:last-child .dataTables_length,
.dt-toolbar-footer>:last-child .pagination {
  float: right;
}

body.DTTT_Print {
  background: #fff!important;
}

.DTTT_Print #main {
  margin: 0!important;
}

.DTTT_PrintMessage {
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-weight: 700;
}

.DTTT_Print table.dataTable {
  margin-top: 0!important;
}

.DTTT_Print .dataTables_wrapper table {
  border: 1px solid #C7C7C7!important;
}

div.ColVis {
  margin-bottom: 0!important;
}

ul.ColVis_collection {
  width: 127px;
}

ul.ColVis_collection li span {
  vertical-align: 3px;
}

ul.ColVis_collection li label {
  margin-bottom: 0!important;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .9)25%, rgba(255, 255, 255, .9)75%, rgba(255, 255, 255, 0)100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .9)25%, rgba(255, 255, 255, .9)75%, rgba(255, 255, 255, 0)100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .9)25%, rgba(255, 255, 255, .9)75%, rgba(255, 255, 255, 0)100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .9)25%, rgba(255, 255, 255, .9)75%, rgba(255, 255, 255, 0)100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .9)25%, rgba(255, 255, 255, .9)75%, rgba(255, 255, 255, 0)100%);
}

.dataTable tbody .details-control {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.dataTable tbody .details-control:before {
  font-family: FontAwesome;
  content: "\f055";
  font-size: 1.4em;
  color: #739e73;
}

.dataTable tbody .shown .details-control:before {
  content: "\f056";
  color: #a90329;
}

.dataTable tbody .shown+tr>td {
  padding: 0!important;
}

.dataTable tbody .shown {
  background: rgba(205, 209, 98, .2)!important;
}

.dataTable tbody .shown>td {
  background: none!important;
}

.dataTable tbody .shown+tr>td>table>tbody>tr:last-child {
  border-bottom: 1px solid #c2c2c2;
}

.dataTable tbody .shown+tr>td>table tbody tr {
  background-color: rgba(205, 209, 98, .05)!important;
}

.dataTable tbody .shown .table>tbody>tr>td {
  border: none!important;
}

.table-bordered .progress {
  background: #fff!important;
  -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #D6D6D6 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #D6D6D6 inset;
  box-shadow: 0 1px 0 transparent, 0 0 0 1px #D6D6D6 inset;
}

.dataTables_scroll .dataTables_scrollBody,
.dataTables_scroll .dataTables_scrollHead,
.dataTables_scroll+.dt-toolbar-footer {
  float: left;
}

.dataTables_scroll+.dt-toolbar-footer {
  width: 100%
}

.dataTables_scroll .dataTables_scrollHeadInner {
  margin-top: -6px;
}

.dataTables_scroll .dataTables_scrollHead {
  background: #f4f4f4;
}


/* ---------------------------- */



body .pagination>li>a,
body .pagination>li>span {
    color: #8b1111;
    padding: 0.25em 0.5em;
    border: 1px solid grey;
    text-decoration: none;
}

body .pagination>.active>a,
body .pagination>.active>span{
  background: #882626 !important;
  border-color: #8b1111;
  color: rgba(255,255,255, .8);
}


body .pagination>.active>a:hover,
body .pagination>.active>span:hover{
    background: rgba(82, 82, 82, 0.75) !important;
}



body .paginate_button >a:hover,
body .paginate_button >span:hover{
    background: rgba(82, 82, 82, 0.75) !important;
    color: white !important;
}



/* .pagination.pagination-alt>li>a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  margin-left: -1px;
}

.pagination.pagination-alt>li:first-child>a {
  padding-left: 0px;
}



.pagination>li>a,
.pagination>li>span {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}


.pagination-xs>li>a,
.pagination-xs>li>span {
    padding: 4px 9px;
    font-size: 12px;
} */


.search_datatable {
  width: 37px !important;
  height: 37px !important;
  margin-top: 0 !important;
  float: right !important;
  padding-top: 8px !important;
  border: 1px solid rgb(206, 206, 206) !important;
  border-radius: .25em;
  text-align: center;
  margin-right: -1px;
}

.search_datatable:hover {
  background: rgb(92, 92, 92);
  color: #fff;
  cursor: pointer;
}

.search_datatable_advance {
  width: 32px !important;
  margin-top: 0 !important;
  float: left !important;
  height: 32px !important;
  padding-top: 8px !important;
  border: 1px solid #ccc !important;
  border-right: 0 !important;
}

.search_datatable_advance:hover {
  background: rgb(92, 92, 92);
  color: #fff;
  cursor: pointer;
}

.search_datatable_advance_active {
  background: rgb(92, 92, 92);
  color: #fff;
}


.paging_simple_numbers{
  display: inline-block !important;
}




/* CAMBIO */

/* body .dropdown-menu>.active>a:hover,
body .dropdown-menu>li>a:hover {
  background: rgb(59, 11, 11);
} */

body .dropdown-menu>.buttons-columnVisibility>a{
  background: #d3d3d3 !important;
  display: block !important;
  color: rgb(92, 92, 92) !important;
  padding: 0.25em .4em !important;
  text-decoration: none !important;
}

/* body .dropdown-menu>li>a:focus,
body .dropdown-menu>.active>a:focus, */
body .dropdown-menu>.active>a{
  background: #8b1111 !important;
  color: white !important;
}

body .dt-buttons .btn-default{
  background: #dfdfdf;
  color: #313131e0;
  /* padding: 0.4em .75em; */
  border: 1px solid rgba(0,0,0, .25);
}

body .dt-buttons .btn-default:hover{
  background: rgb(92, 92, 92);
  color: #fff;
}

body .dt-button-collection{
  padding: 0 !important;
}


body .dt-toolbar{
  font-size: .85em !important;
}


input[type="text"],input[type="mail"],input[type="number"],input[type="password"], select{
  height: 32px !important;
  padding: 0 0.5em !important;
}

.text-error-form{
  display: block !important;
}

.navbar-dark .navbar-nav .nav-link{
  color: rgba(255,255,255) !important;
}

.modal-header{
  padding: .7em !important;
}

.modal-title{
  margin: 0 !important;
  line-height: 1 !important;
  padding: 0.1em !important;
}


.flip-card {
  /* background-color: transparent; */
  /* width: 300px;
  height: 200px; */
  /* border: 1px solid #f1f1f1; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip_active{
  transform: rotateY(180deg);
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/* .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  /* background-color: white; */
  color: black;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}



.efecto_envivo_bg  {
  background:red;
  animation:efecto_envivo_bg 5s;
  -moz-animation:efecto_envivo_bg 5s infinite; /* Firefox */
  -webkit-animation:efecto_envivo_bg 5s infinite; /* Safari and Chrome */
}

@-moz-keyframes efecto_envivo_bg /* Firefox */ {
  0% {background:red;}
  50% {background:orange;}
  100% {background:red;}
}

@-webkit-keyframes efecto_envivo_bg /* Safari and Chrome */ {
  0% {background:red;}
  50% {background:orange;}
  100% {background:red;}
}


.efecto_envivo_text  {
  color:red;
  animation:efecto_envivo_text 5s;
  -moz-animation:efecto_envivo_text 5s infinite; /* Firefox */
  -webkit-animation:efecto_envivo_text 5s infinite; /* Safari and Chrome */
}

@-moz-keyframes efecto_envivo_text /* Firefox */ {
  0% {color:red;}
  50% {color:orange;}
  100% {color:red;}
}

@-webkit-keyframes efecto_envivo_text /* Safari and Chrome */ {
  0% {color:red;}
  50% {color:orange;}
  100% {color:red;}
}


.efecto_colores_text  {
  color:rgb(0, 170, 192);
  animation:efecto_colores_text 5s;
  -moz-animation:efecto_colores_text 5s infinite; /* Firefox */
  -webkit-animation:efecto_colores_text 5s infinite; /* Safari and Chrome */
}

@-moz-keyframes efecto_colores_text /* Firefox */ {
  0% {color:rgb(1, 219, 12);}
  50% {color:orange;}
  100% {color:rgb(1, 219, 12);}
}

@-webkit-keyframes efecto_colores_text /* Safari and Chrome */ {
  0% {color:rgb(1, 219, 12);}
  50% {color:orange;}
  100% {color:rgb(1, 219, 12);}
}


.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}

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

.animated.infinite{
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}

@-moz-keyframes flash {
  0%,
  50%,
  100% {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}

@-o-keyframes flash {
  0%,
  50%,
  100% {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}

.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%,
  100% {
      -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
      -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%,
  100% {
      -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
      -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%,
  100% {
      -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
      -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
      transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
      transform: translateX(10px);
  }
}

.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
      -webkit-transform: translateY(0);
  }
  40% {
      -webkit-transform: translateY(-30px);
  }
  60% {
      -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
      -moz-transform: translateY(0);
  }
  40% {
      -moz-transform: translateY(-30px);
  }
  60% {
      -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
      -o-transform: translateY(0);
  }
  40% {
      -o-transform: translateY(-30px);
  }
  60% {
      -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-30px);
  }
  60% {
      transform: translateY(-15px);
  }
}

.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
      -webkit-transform: scale(1);
  }
  10%,
  20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
      -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
      -moz-transform: scale(1);
  }
  10%,
  20% {
      -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
      -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
      -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
      -moz-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
      -o-transform: scale(1);
  }
  10%,
  20% {
      -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
      -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
      -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
      -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
      transform: scale(1);
  }
  10%,
  20% {
      transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
      transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
      transform: scale(1.1) rotate(-3deg);
  }
  100% {
      transform: scale(1) rotate(0);
  }
}

.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
      -webkit-transform-origin: top center;
  }
  20% {
      -webkit-transform: rotate(15deg);
  }
  40% {
      -webkit-transform: rotate(-10deg);
  }
  60% {
      -webkit-transform: rotate(5deg);
  }
  80% {
      -webkit-transform: rotate(-5deg);
  }
  100% {
      -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  20% {
      -moz-transform: rotate(15deg);
  }
  40% {
      -moz-transform: rotate(-10deg);
  }
  60% {
      -moz-transform: rotate(5deg);
  }
  80% {
      -moz-transform: rotate(-5deg);
  }
  100% {
      -moz-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  20% {
      -o-transform: rotate(15deg);
  }
  40% {
      -o-transform: rotate(-10deg);
  }
  60% {
      -o-transform: rotate(5deg);
  }
  80% {
      -o-transform: rotate(-5deg);
  }
  100% {
      -o-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
      transform: rotate(15deg);
  }
  40% {
      transform: rotate(-10deg);
  }
  60% {
      transform: rotate(5deg);
  }
  80% {
      transform: rotate(-5deg);
  }
  100% {
      transform: rotate(0deg);
  }
}

.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wobble {
  0% {
      -webkit-transform: translateX(0%);
  }
  15% {
      -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
      -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
      -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
      -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
      -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
      -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes wobble {
  0% {
      -moz-transform: translateX(0%);
  }
  15% {
      -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
      -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
      -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
      -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
      -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
      -moz-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  0% {
      -o-transform: translateX(0%);
  }
  15% {
      -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
      -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
      -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
      -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
      -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
      -o-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
      transform: translateX(0%);
  }
  15% {
      transform: translateX(-25%) rotate(-5deg);
  }
  30% {
      transform: translateX(20%) rotate(3deg);
  }
  45% {
      transform: translateX(-15%) rotate(-3deg);
  }
  60% {
      transform: translateX(10%) rotate(2deg);
  }
  75% {
      transform: translateX(-5%) rotate(-1deg);
  }
  100% {
      transform: translateX(0%);
  }
}

.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.1);
  }
  100% {
      -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
      -moz-transform: scale(1);
  }
  50% {
      -moz-transform: scale(1.1);
  }
  100% {
      -moz-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
      -o-transform: scale(1);
  }
  50% {
      -o-transform: scale(1.1);
  }
  100% {
      -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

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

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
      opacity: 0;
      -moz-transform: translateY(20px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
      opacity: 0;
      -o-transform: translateY(20px);
  }
  100% {
      opacity: 1;
      -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
      opacity: 0;
      -moz-transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
      opacity: 0;
      -o-transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
      opacity: 0;
      -moz-transform: translateY(-2000px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
      opacity: 0;
      -o-transform: translateY(-2000px);
  }
  100% {
      opacity: 1;
      -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
      opacity: 0;
      transform: translateY(-2000px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}


@-webkit-keyframes bounceInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
  }
  60% {
      opacity: 1;
      -webkit-transform: translateY(-30px);
  }
  80% {
      -webkit-transform: translateY(10px);
  }
  100% {
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
      opacity: 0;
      -moz-transform: translateY(2000px);
  }
  60% {
      opacity: 1;
      -moz-transform: translateY(-30px);
  }
  80% {
      -moz-transform: translateY(10px);
  }
  100% {
      -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
      opacity: 0;
      -o-transform: translateY(2000px);
  }
  60% {
      opacity: 1;
      -o-transform: translateY(-30px);
  }
  80% {
      -o-transform: translateY(10px);
  }
  100% {
      -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
      opacity: 0;
      transform: translateY(2000px);
  }
  60% {
      opacity: 1;
      transform: translateY(-30px);
  }
  80% {
      transform: translateY(10px);
  }
  100% {
      transform: translateY(0);
  }
}

.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}


@-webkit-keyframes bounceInDown {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
  }
  60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
  }
  80% {
      -webkit-transform: translateY(-10px);
  }
  100% {
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
      opacity: 0;
      -moz-transform: translateY(-2000px);
  }
  60% {
      opacity: 1;
      -moz-transform: translateY(30px);
  }
  80% {
      -moz-transform: translateY(-10px);
  }
  100% {
      -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
      opacity: 0;
      -o-transform: translateY(-2000px);
  }
  60% {
      opacity: 1;
      -o-transform: translateY(30px);
  }
  80% {
      -o-transform: translateY(-10px);
  }
  100% {
      -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
      opacity: 0;
      transform: translateY(-2000px);
  }
  60% {
      opacity: 1;
      transform: translateY(30px);
  }
  80% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0);
  }
}

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -moz-transform: translateX(-20px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -o-transform: translateX(-20px);
  }
  100% {
      opacity: 1;
      -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(-20px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes flip {
  0% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
      -webkit-animation-timing-function: ease-out;
  }
  40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
      -webkit-animation-timing-function: ease-out;
  }
  50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      -webkit-animation-timing-function: ease-in;
  }
  80% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
  }
  100% {
      -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
      -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  0% {
      -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
      -moz-animation-timing-function: ease-out;
  }
  40% {
      -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
      -moz-animation-timing-function: ease-out;
  }
  50% {
      -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      -moz-animation-timing-function: ease-in;
  }
  80% {
      -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
      -moz-animation-timing-function: ease-in;
  }
  100% {
      -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
      -moz-animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  0% {
      -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
      -o-animation-timing-function: ease-out;
  }
  40% {
      -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
      -o-animation-timing-function: ease-out;
  }
  50% {
      -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      -o-animation-timing-function: ease-in;
  }
  80% {
      -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
      -o-animation-timing-function: ease-in;
  }
  100% {
      -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
      -o-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
      transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
      animation-timing-function: ease-out;
  }
  40% {
      transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
      animation-timing-function: ease-out;
  }
  50% {
      transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      animation-timing-function: ease-in;
  }
  80% {
      transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
      animation-timing-function: ease-in;
  }
  100% {
      transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
      animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
}

@-moz-keyframes flipInX {
  0% {
      -moz-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
  40% {
      -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
      -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
      -moz-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
}

@-o-keyframes flipInX {
  0% {
      -o-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
  40% {
      -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
      -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
      -o-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
}

@keyframes flipInX {
  0% {
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
  40% {
      transform: perspective(400px) rotateX(-10deg);
  }
  70% {
      transform: perspective(400px) rotateX(10deg);
  }
  100% {
      transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
}

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}


@-webkit-keyframes slideInDown {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
  }
  100% {
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideInDown {
  0% {
      opacity: 0;
      -moz-transform: translateY(-2000px);
  }
  100% {
      -moz-transform: translateY(0);
  }
}

@-o-keyframes slideInDown {
  0% {
      opacity: 0;
      -o-transform: translateY(-2000px);
  }
  100% {
      -o-transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
      opacity: 0;
      transform: translateY(-2000px);
  }
  100% {
      transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}


@-webkit-keyframes bounceInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
  }
  60% {
      opacity: 1;
      -webkit-transform: translateX(30px);
  }
  80% {
      -webkit-transform: translateX(-10px);
  }
  100% {
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
      opacity: 0;
      -moz-transform: translateX(-2000px);
  }
  60% {
      opacity: 1;
      -moz-transform: translateX(30px);
  }
  80% {
      -moz-transform: translateX(-10px);
  }
  100% {
      -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
      opacity: 0;
      -o-transform: translateX(-2000px);
  }
  60% {
      opacity: 1;
      -o-transform: translateX(30px);
  }
  80% {
      -o-transform: translateX(-10px);
  }
  100% {
      -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
      opacity: 0;
      transform: translateX(-2000px);
  }
  60% {
      opacity: 1;
      transform: translateX(30px);
  }
  80% {
      transform: translateX(-10px);
  }
  100% {
      transform: translateX(0);
  }
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
  }
  60% {
      opacity: 1;
      -webkit-transform: translateX(-30px);
  }
  80% {
      -webkit-transform: translateX(10px);
  }
  100% {
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
      opacity: 0;
      -moz-transform: translateX(2000px);
  }
  60% {
      opacity: 1;
      -moz-transform: translateX(-30px);
  }
  80% {
      -moz-transform: translateX(10px);
  }
  100% {
      -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
      opacity: 0;
      -o-transform: translateX(2000px);
  }
  60% {
      opacity: 1;
      -o-transform: translateX(-30px);
  }
  80% {
      -o-transform: translateX(10px);
  }
  100% {
      -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
      opacity: 0;
      transform: translateX(2000px);
  }
  60% {
      opacity: 1;
      transform: translateX(-30px);
  }
  80% {
      transform: translateX(10px);
  }
  100% {
      transform: translateX(0);
  }
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}



@-webkit-keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

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

.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
  }
}



/* 



@-webkit-keyframes flipOutX {
  0% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
  100% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
}

@-moz-keyframes flipOutX {
  0% {
      -moz-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
  100% {
      -moz-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
}

@-o-keyframes flipOutX {
  0% {
      -o-transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
  100% {
      -o-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
      transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
  100% {
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
}

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
      -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
  }
}

@-moz-keyframes flipInY {
  0% {
      -moz-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
  40% {
      -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
      -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
      -moz-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
  }
}

@-o-keyframes flipInY {
  0% {
      -o-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
  40% {
      -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
      -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
      -o-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
  }
}

@keyframes flipInY {
  0% {
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
  40% {
      transform: perspective(400px) rotateY(-10deg);
  }
  70% {
      transform: perspective(400px) rotateY(10deg);
  }
  100% {
      transform: perspective(400px) rotateY(0deg);
      opacity: 1;
  }
}

.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
  }
  100% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
}

@-moz-keyframes flipOutY {
  0% {
      -moz-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
  }
  100% {
      -moz-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
}

@-o-keyframes flipOutY {
  0% {
      -o-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
  }
  100% {
      -o-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
      transform: perspective(400px) rotateY(0deg);
      opacity: 1;
  }
  100% {
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
}

.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
} */
/* 

@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
      opacity: 0;
      -moz-transform: translateX(20px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
      opacity: 0;
      -o-transform: translateX(20px);
  }
  100% {
      opacity: 1;
      -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
      opacity: 0;
      transform: translateX(20px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
      opacity: 0;
      -moz-transform: translateY(2000px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
      opacity: 0;
      -o-transform: translateY(2000px);
  }
  100% {
      opacity: 1;
      -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
      opacity: 0;
      transform: translateY(2000px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}


@-webkit-keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -moz-transform: translateX(-2000px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -o-transform: translateX(-2000px);
  }
  100% {
      opacity: 1;
      -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      transform: translateX(-2000px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
      opacity: 0;
      -moz-transform: translateX(2000px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
      opacity: 0;
      -o-transform: translateX(2000px);
  }
  100% {
      opacity: 1;
      -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
      opacity: 0;
      transform: translateX(2000px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

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

.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
      opacity: 1;
      -o-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(-20px);
  }
}

.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
      opacity: 1;
      -o-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(20px);
  }
}

.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
      opacity: 1;
      -o-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
      opacity: 1;
      transform: translateX(0);
  }
  100% {
      opacity: 0;
      transform: translateX(-20px);
  }
}

.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
      opacity: 1;
      -o-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
      opacity: 1;
      transform: translateX(0);
  }
  100% {
      opacity: 0;
      transform: translateX(20px);
  }
}

.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
      opacity: 1;
      -o-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(-2000px);
  }
}

.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
      opacity: 1;
      -o-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(2000px);
  }
}

.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
      opacity: 1;
      -o-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
      opacity: 1;
      transform: translateX(0);
  }
  100% {
      opacity: 0;
      transform: translateX(-2000px);
  }
}

.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
      opacity: 1;
      -o-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
      opacity: 1;
      transform: translateX(0);
  }
  100% {
      opacity: 0;
      transform: translateX(2000px);
  }
}

.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.3);
  }
  50% {
      opacity: 1;
      -webkit-transform: scale(1.05);
  }
  70% {
      -webkit-transform: scale(0.9);
  }
  100% {
      -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
      opacity: 0;
      -moz-transform: scale(0.3);
  }
  50% {
      opacity: 1;
      -moz-transform: scale(1.05);
  }
  70% {
      -moz-transform: scale(0.9);
  }
  100% {
      -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
      opacity: 0;
      -o-transform: scale(0.3);
  }
  50% {
      opacity: 1;
      -o-transform: scale(1.05);
  }
  70% {
      -o-transform: scale(0.9);
  }
  100% {
      -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
      opacity: 0;
      transform: scale(0.3);
  }
  50% {
      opacity: 1;
      transform: scale(1.05);
  }
  70% {
      transform: scale(0.9);
  }
  100% {
      transform: scale(1);
  }
}


@-webkit-keyframes slideInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
  }
  100% {
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
      opacity: 0;
      -moz-transform: translateX(-2000px);
  }
  100% {
      -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInLeft {
  0% {
      opacity: 0;
      -o-transform: translateX(-2000px);
  }
  100% {
      -o-transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
      opacity: 0;
      transform: translateX(-2000px);
  }
  100% {
      transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
  }
  100% {
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInRight {
  0% {
      opacity: 0;
      -moz-transform: translateX(2000px);
  }
  100% {
      -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInRight {
  0% {
      opacity: 0;
      -o-transform: translateX(2000px);
  }
  100% {
      -o-transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
      opacity: 0;
      transform: translateX(2000px);
  }
  100% {
      transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
      -webkit-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes slideOutLeft {
  0% {
      -moz-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes slideOutLeft {
  0% {
      -o-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
      transform: translateX(0);
  }
  100% {
      opacity: 0;
      transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
      -webkit-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes slideOutRight {
  0% {
      -moz-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(2000px);
  }
}

@-o-keyframes slideOutRight {
  0% {
      -o-transform: translateX(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
      transform: translateX(0);
  }
  100% {
      opacity: 0;
      transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
      -webkit-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes slideOutUp {
  0% {
      -moz-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes slideOutUp {
  0% {
      -o-transform: translateY(0);
  }
  100% {
      opacity: 0;
      -o-transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}


@-webkit-keyframes bounceOut {
  0% {
      -webkit-transform: scale(1);
  }
  25% {
      -webkit-transform: scale(0.95);
  }
  50% {
      opacity: 1;
      -webkit-transform: scale(1.1);
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
      -moz-transform: scale(1);
  }
  25% {
      -moz-transform: scale(0.95);
  }
  50% {
      opacity: 1;
      -moz-transform: scale(1.1);
  }
  100% {
      opacity: 0;
      -moz-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
      -o-transform: scale(1);
  }
  25% {
      -o-transform: scale(0.95);
  }
  50% {
      opacity: 1;
      -o-transform: scale(1.1);
  }
  100% {
      opacity: 0;
      -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
      transform: scale(1);
  }
  25% {
      transform: scale(0.95);
  }
  50% {
      opacity: 1;
      transform: scale(1.1);
  }
  100% {
      opacity: 0;
      transform: scale(0.3);
  }
}

.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
      -webkit-transform: translateY(0);
  }
  20% {
      opacity: 1;
      -webkit-transform: translateY(20px);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
      -moz-transform: translateY(0);
  }
  20% {
      opacity: 1;
      -moz-transform: translateY(20px);
  }
  100% {
      opacity: 0;
      -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
      -o-transform: translateY(0);
  }
  20% {
      opacity: 1;
      -o-transform: translateY(20px);
  }
  100% {
      opacity: 0;
      -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
      transform: translateY(0);
  }
  20% {
      opacity: 1;
      transform: translateY(20px);
  }
  100% {
      opacity: 0;
      transform: translateY(-2000px);
  }
}

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
      -webkit-transform: translateY(0);
  }
  20% {
      opacity: 1;
      -webkit-transform: translateY(-20px);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
      -moz-transform: translateY(0);
  }
  20% {
      opacity: 1;
      -moz-transform: translateY(-20px);
  }
  100% {
      opacity: 0;
      -moz-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
      -o-transform: translateY(0);
  }
  20% {
      opacity: 1;
      -o-transform: translateY(-20px);
  }
  100% {
      opacity: 0;
      -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
      transform: translateY(0);
  }
  20% {
      opacity: 1;
      transform: translateY(-20px);
  }
  100% {
      opacity: 0;
      transform: translateY(2000px);
  }
}

.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
      -webkit-transform: translateX(0);
  }
  20% {
      opacity: 1;
      -webkit-transform: translateX(20px);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
      -moz-transform: translateX(0);
  }
  20% {
      opacity: 1;
      -moz-transform: translateX(20px);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
      -o-transform: translateX(0);
  }
  20% {
      opacity: 1;
      -o-transform: translateX(20px);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
      transform: translateX(0);
  }
  20% {
      opacity: 1;
      transform: translateX(20px);
  }
  100% {
      opacity: 0;
      transform: translateX(-2000px);
  }
}

.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
      -webkit-transform: translateX(0);
  }
  20% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
      -moz-transform: translateX(0);
  }
  20% {
      opacity: 1;
      -moz-transform: translateX(-20px);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
      -o-transform: translateX(0);
  }
  20% {
      opacity: 1;
      -o-transform: translateX(-20px);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
      transform: translateX(0);
  }
  20% {
      opacity: 1;
      transform: translateX(-20px);
  }
  100% {
      opacity: 0;
      transform: translateX(2000px);
  }
}

.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
      -webkit-transform-origin: center center;
      -webkit-transform: rotate(-200deg);
      opacity: 0;
  }
  100% {
      -webkit-transform-origin: center center;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
}

@-moz-keyframes rotateIn {
  0% {
      -moz-transform-origin: center center;
      -moz-transform: rotate(-200deg);
      opacity: 0;
  }
  100% {
      -moz-transform-origin: center center;
      -moz-transform: rotate(0);
      opacity: 1;
  }
}

@-o-keyframes rotateIn {
  0% {
      -o-transform-origin: center center;
      -o-transform: rotate(-200deg);
      opacity: 0;
  }
  100% {
      -o-transform-origin: center center;
      -o-transform: rotate(0);
      opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
      transform-origin: center center;
      transform: rotate(-200deg);
      opacity: 0;
  }
  100% {
      transform-origin: center center;
      transform: rotate(0);
      opacity: 1;
  }
}

.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(90deg);
      opacity: 0;
  }
  100% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(90deg);
      opacity: 0;
  }
  100% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(0);
      opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(90deg);
      opacity: 0;
  }
  100% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(0);
      opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
      transform-origin: left bottom;
      transform: rotate(90deg);
      opacity: 0;
  }
  100% {
      transform-origin: left bottom;
      transform: rotate(0);
      opacity: 1;
  }
}

.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
      opacity: 0;
  }
  100% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(-90deg);
      opacity: 0;
  }
  100% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(0);
      opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(-90deg);
      opacity: 0;
  }
  100% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(0);
      opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
      transform-origin: left bottom;
      transform: rotate(-90deg);
      opacity: 0;
  }
  100% {
      transform-origin: left bottom;
      transform: rotate(0);
      opacity: 1;
  }
}

.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      opacity: 0;
  }
  100% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(-90deg);
      opacity: 0;
  }
  100% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(0);
      opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  0% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(-90deg);
      opacity: 0;
  }
  100% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(0);
      opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
      transform-origin: right bottom;
      transform: rotate(-90deg);
      opacity: 0;
  }
  100% {
      transform-origin: right bottom;
      transform: rotate(0);
      opacity: 1;
  }
}

.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      opacity: 0;
  }
  100% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(90deg);
      opacity: 0;
  }
  100% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(0);
      opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  0% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(90deg);
      opacity: 0;
  }
  100% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(0);
      opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
      transform-origin: right bottom;
      transform: rotate(90deg);
      opacity: 0;
  }
  100% {
      transform-origin: right bottom;
      transform: rotate(0);
      opacity: 1;
  }
}

.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
      -webkit-transform-origin: center center;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -webkit-transform-origin: center center;
      -webkit-transform: rotate(200deg);
      opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  0% {
      -moz-transform-origin: center center;
      -moz-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -moz-transform-origin: center center;
      -moz-transform: rotate(200deg);
      opacity: 0;
  }
}

@-o-keyframes rotateOut {
  0% {
      -o-transform-origin: center center;
      -o-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -o-transform-origin: center center;
      -o-transform: rotate(200deg);
      opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
      transform-origin: center center;
      transform: rotate(0);
      opacity: 1;
  }
  100% {
      transform-origin: center center;
      transform: rotate(200deg);
      opacity: 0;
  }
}

.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(-90deg);
      opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(-90deg);
      opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(-90deg);
      opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
      transform-origin: left bottom;
      transform: rotate(0);
      opacity: 1;
  }
  100% {
      transform-origin: left bottom;
      transform: rotate(-90deg);
      opacity: 0;
  }
}

.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(90deg);
      opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -moz-transform-origin: left bottom;
      -moz-transform: rotate(90deg);
      opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -o-transform-origin: left bottom;
      -o-transform: rotate(90deg);
      opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
      transform-origin: left bottom;
      transform: rotate(0);
      opacity: 1;
  }
  100% {
      transform-origin: left bottom;
      transform: rotate(90deg);
      opacity: 0;
  }
}

.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(90deg);
      opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(90deg);
      opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
      transform-origin: right bottom;
      transform: rotate(0);
      opacity: 1;
  }
  100% {
      transform-origin: right bottom;
      transform: rotate(90deg);
      opacity: 0;
  }
}

.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -moz-transform-origin: right bottom;
      -moz-transform: rotate(-90deg);
      opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(0);
      opacity: 1;
  }
  100% {
      -o-transform-origin: right bottom;
      -o-transform: rotate(-90deg);
      opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
      transform-origin: right bottom;
      transform: rotate(0);
      opacity: 1;
  }
  100% {
      transform-origin: right bottom;
      transform: rotate(-90deg);
      opacity: 0;
  }
}

.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
      -webkit-transform: rotate(0);
      -webkit-transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
      -webkit-transform: rotate(80deg);
      -webkit-transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
  }
  40% {
      -webkit-transform: rotate(60deg);
      -webkit-transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
  }
  80% {
      -webkit-transform: rotate(60deg) translateY(0);
      opacity: 1;
      -webkit-transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
  }
  100% {
      -webkit-transform: translateY(700px);
      opacity: 0;
  }
}

@-moz-keyframes hinge {
  0% {
      -moz-transform: rotate(0);
      -moz-transform-origin: top left;
      -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
      -moz-transform: rotate(80deg);
      -moz-transform-origin: top left;
      -moz-animation-timing-function: ease-in-out;
  }
  40% {
      -moz-transform: rotate(60deg);
      -moz-transform-origin: top left;
      -moz-animation-timing-function: ease-in-out;
  }
  80% {
      -moz-transform: rotate(60deg) translateY(0);
      opacity: 1;
      -moz-transform-origin: top left;
      -moz-animation-timing-function: ease-in-out;
  }
  100% {
      -moz-transform: translateY(700px);
      opacity: 0;
  }
}

@-o-keyframes hinge {
  0% {
      -o-transform: rotate(0);
      -o-transform-origin: top left;
      -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
      -o-transform: rotate(80deg);
      -o-transform-origin: top left;
      -o-animation-timing-function: ease-in-out;
  }
  40% {
      -o-transform: rotate(60deg);
      -o-transform-origin: top left;
      -o-animation-timing-function: ease-in-out;
  }
  80% {
      -o-transform: rotate(60deg) translateY(0);
      opacity: 1;
      -o-transform-origin: top left;
      -o-animation-timing-function: ease-in-out;
  }
  100% {
      -o-transform: translateY(700px);
      opacity: 0;
  }
}

@keyframes hinge {
  0% {
      transform: rotate(0);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
  }
  20%,
  60% {
      transform: rotate(80deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
  }
  40% {
      transform: rotate(60deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
  }
  80% {
      transform: rotate(60deg) translateY(0);
      opacity: 1;
      transform-origin: top left;
      animation-timing-function: ease-in-out;
  }
  100% {
      transform: translateY(700px);
      opacity: 0;
  }
}

.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollIn {
  0% {
      opacity: 0;
      -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  0% {
      opacity: 0;
      -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
      opacity: 1;
      -o-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
      opacity: 0;
      transform: translateX(-100%) rotate(-120deg);
  }
  100% {
      opacity: 1;
      transform: translateX(0px) rotate(0deg);
  }
}

.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@-moz-keyframes rollOut {
  0% {
      opacity: 1;
      -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
      opacity: 0;
      -moz-transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
  0% {
      opacity: 1;
      -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
      opacity: 0;
      -o-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
      opacity: 1;
      transform: translateX(0px) rotate(0deg);
  }
  100% {
      opacity: 0;
      transform: translateX(100%) rotate(120deg);
  }
}

.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
  0% {
      -webkit-transform: translateX(100%) skewX(-30deg);
      opacity: 0;
  }
  60% {
      -webkit-transform: translateX(-20%) skewX(30deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: translateX(0%) skewX(-15deg);
      opacity: 1;
  }
  100% {
      -webkit-transform: translateX(0%) skewX(0deg);
      opacity: 1;
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
      -moz-transform: translateX(100%) skewX(-30deg);
      opacity: 0;
  }
  60% {
      -moz-transform: translateX(-20%) skewX(30deg);
      opacity: 1;
  }
  80% {
      -moz-transform: translateX(0%) skewX(-15deg);
      opacity: 1;
  }
  100% {
      -moz-transform: translateX(0%) skewX(0deg);
      opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  0% {
      -o-transform: translateX(100%) skewX(-30deg);
      opacity: 0;
  }
  60% {
      -o-transform: translateX(-20%) skewX(30deg);
      opacity: 1;
  }
  80% {
      -o-transform: translateX(0%) skewX(-15deg);
      opacity: 1;
  }
  100% {
      -o-transform: translateX(0%) skewX(0deg);
      opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
      transform: translateX(100%) skewX(-30deg);
      opacity: 0;
  }
  60% {
      transform: translateX(-20%) skewX(30deg);
      opacity: 1;
  }
  80% {
      transform: translateX(0%) skewX(-15deg);
      opacity: 1;
  }
  100% {
      transform: translateX(0%) skewX(0deg);
      opacity: 1;
  }
}

.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes lightSpeedOut {
  0% {
      -webkit-transform: translateX(0%) skewX(0deg);
      opacity: 1;
  }
  100% {
      -webkit-transform: translateX(100%) skewX(-30deg);
      opacity: 0;
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
      -moz-transform: translateX(0%) skewX(0deg);
      opacity: 1;
  }
  100% {
      -moz-transform: translateX(100%) skewX(-30deg);
      opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  0% {
      -o-transform: translateX(0%) skewX(0deg);
      opacity: 1;
  }
  100% {
      -o-transform: translateX(100%) skewX(-30deg);
      opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
      transform: translateX(0%) skewX(0deg);
      opacity: 1;
  }
  100% {
      transform: translateX(100%) skewX(-30deg);
      opacity: 0;
  }
}

.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}

@-moz-keyframes spin {
  0% {
      -moz-transform: rotate(0deg);
  }
  100% {
      -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
      -o-transform: rotate(0deg);
  }
  100% {
      -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
      -ms-transform: rotate(0deg);
  }
  100% {
      -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(359deg);
  }
} */

.modal-body{
  padding: 0px;
}
#modal_function{
  padding:1rem;
}

#contador{
  font-weight: 900;
  color: #681212 ;
  font-size: 2.5em ; 
  text-shadow: 4px 1px rgb(197, 197, 197);
  font-family: "Lato",sans-serif;
}

@media (max-width: 992px) {
  #contador{
    font-size: 1.5em ; 
  }
}

.contenedor_contador{
  border: 3px solid #681212;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0 0.20em;
  background: white;
  border-radius: 0.05em 0 0 0;
  z-index: 1000000;
}

.alternativa{
  list-style: none;
  padding: 0;
}

.alternativa-item, .alternativa-item label{
  cursor: pointer;
}

.alternativa-item label:hover, .alternativa-item:hover{
  background: rgba(233, 233, 233, 0.849);
  color: rgb(0, 0, 0);
  /* font-weight: 900; */
  font-style: oblique;
  background: rgb(211, 211, 211);
  border-radius: 0.5em;
}

.alternativa-item{
  margin: 0.5em;
  line-height : 1;
  color :rgb(19, 19, 19) !important;
}

.alternativa-item label{
  display: inline-block;
  padding: 0.25em;
}


.alternativa-radio[type='radio']{
  display: none;
  visibility: hidden;
}

.alternativa-radio[type='radio']:checked+label{
  background: rgba(93, 196, 255, 0.37);
  color: rgb(80, 80, 80);
  font-weight: 900;
  border-radius: 0.5em;
}

.ekko-lightbox{
  background: rgba(0,0,0,.5) !important;
}

/* iconos */
.fa-lazo-black{
  display: inline-block;
  background-image: url('../img/ico/lazo_ico_black.png');
  background-size: 10px 13px;
  width: 10px;
  height: 13px;
}

.fa-lazo-white{
  display: inline-block;
  background-image: url('../img/ico/lazo_ico_white.png');
  background-size: 10px 13px;
  width: 10px;
  height: 13px;
}

.listar_usuarios{
  display: flex; margin: 2px 4px; padding: 4px 5px 4px 10px; border: 1px solid grey; border-radius: 5px;
  border-left: 6px solid grey;
}

.listar_usuarios_activo{
  border-left: 6px solid rgb(0, 172, 0);
}

.listar_usuarios div:nth-child(1){
  display: flex; width: auto; justify-content: center;align-items: center;
}
.listar_usuarios div:nth-child(1) img{
  border-radius: 1em;
  border: 2px solid rgb(95, 95, 95);
}
.listar_usuarios div:nth-child(1) img.activo{
  border: 2px solid rgb(0, 172, 0);
}
.listar_usuarios div:nth-child(2){
  display: inline; width: auto;
}
.listar_usuarios div:nth-child(2) p{
  padding: 1px 10px; margin: 0; font-size: 12px;
}

.popup_lr{
  width: 415px;
  position: absolute; 
  top: 60px; 
  right: 0; 
  z-index: 1100; 
  margin: .5em; 
  border-radius: .35em;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 0px 30px 13px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 0px 30px 13px rgba(0,0,0,0.57);
  box-shadow: 0px 0px 30px 13px rgba(0,0,0,0.57);
  padding: 0.5em;
}

.popup_lr_close{
  background: #8b1111 !important;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  margin: .2em;
  border: 1px solid rgba(0,0,0,0.57);
}
.popup_lr_close:hover{
  color: #db9494;
}

.popup_lr_content{
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  z-index: 1 !important;
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(53, 53, 53);
}

@media (max-width: 576px) {
  .popup_lr{
      width: 95% !important;
      top: 0; 
  }
}