.enlace_titulo>* a {
    color: #262d36;
    text-decoration: underline;
  }

  .enlace_titulo>a {
    color: #262d36;
    text-decoration: underline;
  }

  .enlace_celeste>* a {
    color: #0191a3;
    text-decoration: underline;
  }

  .enlace_celeste>a {
    color: #0191a3;
    text-decoration: underline;
  }

  .enlace_violeta>* a {
    color: #89229b;
    text-decoration: underline;
  }

  .enlace_violeta>a {
    color: #89229b;
    text-decoration: underline;
  }

  .enlace_blanco>* a {
    color: white;
    text-decoration: underline;
  }

  .enlace_blanco>a {
    color: white;
    text-decoration: underline;
  }

  .blogs-1 .card {
    margin-bottom: 40px;
  }

  .iframe_95 {
    width: 95%;
  }

  .iframe_90 {
    width: 90%;
  }

  .iframe_100 {
    width: 100%;
  }

  button.mercadopago-button {
    font-size: 1.5rem !important;
  }

  @media (max-width: 700px) {
    .ver_mobiles {
      display: block !important;
    }

    .ocultar_celular {
      display: none !important;
    }
  }

  ul {
    list-style-type: disc;
  }

  .page-header {
    background-position: center center !important;
  }

  .navbar-default {
    background-color: white;
    border-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-3 .phone-container {
    max-width: 300px;
  }

  .section,
  .section-image {
    background-size: auto;
    background-position: inherit;
  }

  .modal .modal-header .close i {
    font-size: 22px;
  }

  .title {
    margin-bottom: 20px;
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .my-float {
    margin-top: 16px;
  }

  a.float:hover,
  a.float:focus {
    color: #cbffbe;
    text-decoration: none;
  }

  .float-left {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: auto;
    left: 40px;
    background-color: #2327b8;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .my-float-left {
    margin-top: 16px;
  }

  a.float-left:hover,
  a.float-left:focus {
    color: #beccff;
    text-decoration: none;
  }

  .float-edit {
    opacity: 0.7;
    width: 60px;
    margin-top: 50px;
    height: 60px;
    position: absolute;
    right: auto;
    left: 45%;
    background-color: #17a51b;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1050;
  }

  .my-float-edit {
    margin-top: 16px;
  }

  a.float-edit:hover,
  a.float-edit:focus {
    color: #b6ffb5 !important;
    text-decoration: none;
  }

  .swal2-popup {
    font-size: 1.5rem;
  }

  .form-group {
    margin-top: 0px;
  }

  .form-group.label-floating {
    margin-top: 25px;
  }

  .form-group.label-floating label.control-label,
  .form-group.label-placeholder label.control-label {
    top: -28px !important;
    left: 0 !important;
    font-size: 11px !important;
    line-height: 1.07143 !important;
  }

  .my-float-adicional {
    margin-top: 10px;
  }

  .float-adicional {
    opacity: 0.7;
    width: 40px;
    height: 40px;
    position: absolute;
    right: auto;
    left: 45%;
    background-color: #17a51b;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1050;
  }

  a.float-adicional:hover,
  a.float-adicional:focus {
    color: #b6ffb5 !important;
    text-decoration: none;
  }

  .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: "";
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .blog_activado {
    background-color: #9c27b0;
    color: #ffffff;
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 20%),
      0 13px 24px -11px rgb(156 39 176 / 60%);
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .blog_activado:hover,
  .blog_activado:focus {
    color: white;
    font-weight: 500;
    outline: none;
    outline-offset: 0;
  }

  .blog_desactivado:hover,
  .blog_desactivado:focus {
    color: #89229b;
    font-weight: 500;
    outline: none;
    outline-offset: 0;
  }

  .quitar_filtros:hover,
  .quitar_filtros:focus {
    color: #ca3333;
    font-weight: 500;
    outline: none;
    outline-offset: 0;
  }

  .img_popup:hover {
    opacity: 0.8;
  }

  .ripple-container {
    display: none;
  }

  .loading-iframe {
    min-height: 300px;
    background: url("assets/images/loading-blue.gif") center center no-repeat;
  }

  .swal-text {
    text-align: center !important;
  }

  .pagination {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
  }

  .pagination a.active {
    background-color: #4caf50;
    color: white;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
  }

  @media (max-width: 990px) {
    .navbar-right {
      max-width: 500px;
      float: right !important;
      margin-right: -15px;
    }
  }

  @media (min-width: 990px) {
    .navbar-right {
      max-width: 800px;
      float: right !important;
      margin-right: -15px;
    }

    .top_padding_900 {
      padding-top: 20px;
    }
  }

  @media (min-width: 1200px) {
    .navbar-right {
      max-width: 900px;
      float: right !important;
      margin-right: -15px;
    }
  }

  .info.info-horizontal {
    padding: 0px;
  }

  .header-filter::before {
    background-color: rgba(0, 0, 0, 0.2);
  }

  nav.navbar.navbar-transparent.navbar-absolute {
    background-image: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0));
    text-shadow: 0px 0px 15px #000000;
    padding-bottom: 50px;
    border-radius: 0;
  }

  .shadow_class>* {
    text-shadow: 0px 0px 25px #000000;
  }

  .shadow_class_sm {
    text-shadow: 0px 0px 5px #000000 !important;
  }

  /* a:focus {
              outline: none;
              outline-offset: inherit;
          } */

  .page-header {
    min-height: 100vh;
    height: inherit;
  }

  

  .card-background:after,
  .back-background:after,
  .front-background:after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .features-5:after {
    background: rgba(0, 0, 0, 0.4);
  }

  .section-image:after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .card.card-testimonial,
  ul.nav.navbar-nav.navbar-right {
    text-shadow: none;
  }

  .subscribe-line.subscribe-line-image:after {
    background-color: rgba(0, 0, 0, 0.4);
  }

  a.left.carousel-control {
    opacity: 0.8;
  }

  a.right.carousel-control {
    opacity: 0.8;
  }

  .section {
    padding: 60px 0;
  }

  .slider_vacio::before {
    background-color: rgba(0, 0, 0, 0) !important;
  }


  .form-group {
    position: static!important;
}