

.navBut {
    color: white;
    transition: 0.3s;
}

.butLink {
    color: white;
    padding-top: 0;
    padding-bottom: 0;
}

.navButton {
    color: white;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 15px;
    margin-left: 15px;
    transition: 0.5s;
}

.whiteButton {
    color: white;
    background-color: white;
    border-radius: 30px;
}

.whiteButton:hover {
    color: #4699dd;
    padding-left: 20px;
    padding-right: 20px;
}

.whiteButton:hover {
    transform: scale(1.05,1.05);

    /* opacity: 0.7 */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2) , 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.blogImage {
    border-radius: 10px;
}

.wave-container > svg {
    width: 100%;
}

/* .animUnderline::hover::before {
    visibility: visible;
    transform: scaleX(1);
} */
.un {
    display: inline-block;
    left: 50%;
}

.un:after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: #ffffff;
    transition: 300ms;
}

.un:hover:after {
    width: 100%;
    left: 0;
}

.specialLine:after {
    background: #6e73e1 !important;
}

/* Para el elemento seleccionado */
.active {
    color: #000000;

    /* Mantener el color del texto negro */
    opacity: 1;

    /* Totalmente visible */
}

/* Para los elementos no seleccionados */
.inactive {
    opacity: 0.5;

    /* Opacidad reducida */
}

.progress-bar-container {
    width: 40px;
    height: 8px;
    background-color: #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 10px;

    /* Espacio entre el texto y la barra de progreso */
    display: none;

    /* Inicialmente oculta */
}

/* Barra de progreso */
.progress-bar {
    width: 0;
    height: 100%;
    background-color: #5923ea;
    transition: width 0.2s ease-in-out;
}

.rowType {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.card {
    transition: 0.5s;
}

.card:hover {
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.43);
    transform: scale(1.05);
}


.faq {
    border: 0 solid;
}

.faq:hover {
    transform: scale(1);
    box-shadow: 0 0;
}

.faqTop {
    background-color: white;
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0.3 dashed;
    border-bottom: 0.3 solid;
}

.faqTitle {
    color: #202020;
    font-size: 11pt;

    /* font-weight: bolder */
    text-decoration: none;

    /* text-transform: uppercase */
}

.faqResponse {
    color: #919191;
    font-size: 11pt;
}

.titleVersion {
    color: #878787;
    font-size: 15px;
}

.releaseParagraph {
    font-size: 15px;
}

.extraFeature {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    background: #4e54c8;
    border: -0 solid;
    border-radius: 16px;
    font-weight: bold;
    margin: 10px 15px 0 0;
    transition-duration: 0.3s;
    padding: 7px 10px;
}

.featureText {
    color: #9a9a9a;
    font-size: 14px;
}

.titleFeature {
    font-size: 18pt;
    font-weight: normal;
    color: #6c6c6c;
}

.titleBlog {
    font-size: 25pt;
    font-weight: 600;
    color: rgb(43, 43, 43);
}

.subtitleBlog {
    font-size: 14pt;
    font-weight: 500;
    color: rgb(43, 43, 43);
}


.bodyTextBlog {
    font-size: 12pt;
    font-weight: 300;
    color: rgb(139, 139, 139);
}

.blogContainer {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.purchaseButton {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background: #4e54c8;
    border: -0 solid;
    border-radius: 10px;
    font-weight: 500;
    margin: 10px 15px 0 0;
    transition-duration: 0.3s;
    padding: 10px 12px;
}

.flexContainer {
    display: flex;
    flex-wrap: wrap; /* permite que el contenido baje si no hay suficiente espacio */
    align-items: flex-start;
    gap: 15px; /* Espacio entre la imagen y el texto */
    padding-top:20px;
}

.extraFeature:hover {
    cursor: pointer;
    transform: scale(1.1,1.1);
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.64);
}

.tableFeatures {
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.notunderlined {
    text-decoration: none;
}

.remoteAppIcon {
    background-image: -webkit-image-set(url(Img/remoteapp_roundicon.png) 1x,url(Img/remoteapp_roundicon@2x.png) 2x);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    padding-top: 0;
    margin-top: 0;
}

.partifierAppIcon {
    background-image: -webkit-image-set(url(Img/partifierapp_roundicon.png) 1x,url(Img/partifierapp_roundicon@2x.png) 2x);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    padding-top: 0;
    margin-top: 0;
}

.brandIcon {
  background-image: image-set(url(../Resources/imatges/img_favIcon.png) 1x, url(../Resources/imatges/img_favIcon@2x.png) 2x);
  background-image: -webkit-image-set(url(../Resources/imatges/img_favIcon.png) 1x, url(../Resources/imatges/img_favIcon@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 21px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
}
.brandInstitutionsIcon {
    background-image: -webkit-image-set(url(Img/logo_digitalScoreInstitutions.png) 1x,url(Img/logo_digitalScoreInstitutions@2x.png) 2x);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    padding-top: 0;
    margin-top: 0;
}


.faqGray {
    background-color: #f3f3f3;
}



.backgroundTop {
    background-image: linear-gradient(#00a0e4 0%, #00f2ff 100%);
}