@media (max-width: 360px) {

       .miniatura-evento{
        height:150px;
      }


      .button-generico{
        margin-top: 1.5rem;
      }

      .profesionales .carousel__slide {

    width: var(--carousel-slide-width, 100%);
}

.miniatura-evento{
    height: 250px;
}

}




@media (max-width: 768px) {

 .dashboard .header-mobile span{
  color: #fff;
  padding: 0 .5rem;
}

      .logo-margen{
           padding: 1.57rem 5rem;
      }

      .p-section{
        padding: 5rem 2rem;
      }

      .button-generico{
        margin-top: 1.5rem;
      }




.profesionales .carousel__slide {

    width: var(--carousel-slide-width, 30%);
}

a[data-fancybox] img {
    cursor: zoom-in;
    margin-bottom: 1rem;
    width: 100%;
}


.navbar-brand {
    padding-right: 0;
}

.logo-main {
    width: 25%;
    position: inherit;
}

.sub-header p{
    margin: 0 0 15px 0;
    color: #fff;
    padding-left: 0;
    text-align: center;
}

.miniatura-evento{
    height: 250px;
}

#cuenta {
    display: inherit;
    justify-content: initial;
    margin-bottom: 100px;
}

.simply-section {
    width: 39%;
    padding: 1rem;
    height: initial;
    margin: 20px;
    display: inline-flex;
}
.simply-amount {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.simply-word {
    font-size: 18px;
        text-align: center;
    display: block;
}


}/*Cierra*/


