/*
#sp-header {
    height: 500px;
}*/

#section-id-186c7ff5-492b-4df0-8b52-5f290c25d99c .sppb-row-container {
    padding-left: 0;
    padding-right: 0;
}

#sp-footer, #sp-bottom {
    background: #79017e;
    color: #ffffff;
}

.offcanvas-overlay {
    background-image: linear-gradient(100deg, rgb(139 0 168 / 70%) 10%, rgb(67 109 169 / 70%) 40%, rgb(151 203 8 / 70%) 80%);
}

/*/////
CONVENIOS
///////*/

/*Pop-up*/
@media only screen and (min-width: 1200px) {
  .white-popup-block {
      padding: 20px 40px;
      align-content: center;
  }
}

/*Imagen-Flip*/
.threeD-flip-back, .threeD-flip-front {
    background-position: center;
}

/*//////
ETIQUETAS
//////*/

.mln-purple {
	height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    background: #8600c2;
    color: #fff;
    border-radius: 3px;
}

.mln-green {
	height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    background: #94bf4a;
    color: #000;
    border-radius: 3px;
}

.mln-blue {
	height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    background: #3c619d;
    color: #fff;
    border-radius: 3px;
}

/*//////
TOP TOP
/////*/

.sp-scroll-up {
  bottom: 15px;
}

@media only screen and (max-width: 1080px) {
    .logo-image {
    height: 50px;
    margin-top: 10px;
    }
    #sp-header {
    height: 60px;
    }
    .content__title {
    font-size: clamp(0.5rem, 10vw, 3rem);
    }
}

/*POP UP COOKIES*/
#jbcookies .modal-dialog {padding-top:7rem !important;}