.br16 {
    border-radius: 16px;
}

.margintop64 {
    margin-top: 64px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb32 {
    margin-bottom: 32px;
}

.text {
    font-size: 16px;
    color: #577180;
    margin-bottom: 30px;
}

.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
    display: none;
}

.vf_home_11 .rt-col-md-12 .profile-img-wrapper:after {
    background-image: none;
}

.center-section {
    text-align: center;
}

.country-buttons-section {
    text-align: center;
    margin-bottom: 64px;
}

.country-buttons {
    display: inline-block;
    /* Hace que los botones estén en línea */
    border-radius: 4px;
}

input,
button {
    margin-bottom: 16px;
}

button {
    background-color: #ff8c00;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

button:hover {
    background-color: #CC7000;
    color: white;
}

.country-buttons a:hover {
    background-color: #CC7000;
    color: white;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 32px 10px 0 10px;
    background-color: #ff8c00;
    color: white;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 12px;
    padding: 24px;
}

.underline-link {
    text-decoration: underline;
    /* Aplica subrayado */
}


/*Retoques home*/

.size80 {
    width: 80px;
    height: 80px;
}

.vf_home_1 .wpb_single_image img {
    max-width: 100%;
    width: 100%;
}

/* Proyectos */

.proyectos {
    min-height: 0px !important;
    /* padding: 70px 0; */
    max-width: 1200px;
    padding-bottom: 0px;

}

.proyectos .wpb_text_column h2 {
    color: #0062be;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px !important;
    position: relative;
}

/* Retoques en la página "Firma electrónica" */

.vf_aplicacion_5 {
    padding-bottom: 128px;
}

.vf_aplicacion_8 {
    max-width: 800px;
}

.vf_home_8 {
    margin-top: 48px;
}

.vf_home_9 {
    padding-top: 64px;
}


/* Retoques en la página "Firma desatendida" */

.pasos_certificados {
    padding-bottom: 0px;
}

.feature_desatendida {
    min-height: 0px !important;
    /* padding-top: 80px; */
    /* padding-bottom: 70px; */
    max-width: 1140px;
}

.feature_desatendida .wpb_text_column strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #0062be;
    font-size: 32px;
    line-height: 1.2;
}

/* Retoques en la página "Gestor de certificados digitales" */
@media (max-width: 767px) {
    .margin64 {
        margin-top: 64px;
    }
}

.title_certificado {
    min-height: 0px !important;
    padding-top: 80px;
    max-width: 1440px;
}

.feature_certificados {
    min-height: 0px !important;
    /* padding-top: 80px; */
    /* padding-bottom: 70px; */
    max-width: 1140px;
}

.feature_certificados .wpb_text_column strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #0062be;
    font-size: 32px;
    line-height: 1.2;
}

.vf_aplicacion_5 .vc_col-sm-6:nth-child(1)>div>.wpb_wrapper {
    margin-left: 0px;
}

/* Retoques en la página "Sellos de tiempo" */

.vf_aplicacion_2 {
    padding-bottom: 0px;
}

.feature_sellos {
    min-height: 0px !important;
    /* padding-top: 80px; */
    /* padding-bottom: 70px; */
    max-width: 1140px;
}

.feature_sellos .wpb_text_column strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #0062be;
    font-size: 32px;
    line-height: 1.2;
}

/* Blog buscador */

.vf_blog_buscador {
    margin-bottom: 0px;
}

.ast-scroll-to-top-right {
    right: 30px;
    bottom: 90px !important;
}

/* inicia sesion */

.vf_iniciasesion {
    min-height: 0px !important;
    max-width: 1200px
}

.vf_iniciasesion .wpb_text_column {
    color: #0062be;
    font-size: 32px;
    margin-bottom: 40px;
    padding-left: 30px
}

.vf_iniciasesion .wpb_raw_html>div {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    grid-gap: 30px !important;
}

.vf_iniciasesion .wpb_raw_html>div>a {
    -webkit-box-shadow: 0px 0px 32px 0px rgb(0 0 0/10%);
    -moz-box-shadow: 0px 0px 32px 0px rgb(0 0 0/10%);
    box-shadow: 0px 0px 32px 0px rgb(0 0 0/10%);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 30px 50px;
    color: #577180;
    text-decoration: none;
    font-size: 16px;
    transition: all .3s ease
}

.vf_iniciasesion .wpb_raw_html>div>a strong {
    display: inline-block;
    width: 100%;
    color: #0062be;
    font-size: 16px;
    margin-bottom: 5px
}

.vf_iniciasesion .wpb_raw_html>div>a:hover {
    -webkit-box-shadow: 0px 0px 64px 0px rgb(0 0 0/40%);
    -moz-box-shadow: 0px 0px 64px 0px rgb(0 0 0/40%);
    box-shadow: 0px 0px 64px 0px rgb(0 0 0/40%);
}

.vf_iniciasesion .wpb_raw_html>div>a:hover strong {
    color: #fcfcfc
}

.vf_iniciasesion_1 {
    min-height: 0px !important;
    max-width: 1200px
}

.vf_iniciasesion_1 .wpb_text_column {
    color: #0062be;
    font-size: 32px;
    margin-bottom: 40px;
    padding-left: 30px
}

.vf_iniciasesion_1 .wpb_raw_html>div {
    display: grid !important;
    grid-template-columns: 1fr !important;
    /*justify-items: center !important;*/
    width: 100% !important;
    grid-gap: 30px !important;
}

.vf_iniciasesion_1 .wpb_raw_html>div>a {
    -webkit-box-shadow: 0px 0px 32px 0px rgb(0 0 0/5%);
    -moz-box-shadow: 0px 0px 32px 0px rgb(0 0 0/5%);
    box-shadow: 0px 0px 32px 0px rgb(0 0 0/5%);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 30px 50px;
    color: #577180;
    text-decoration: none;
    font-size: 16px;
    transition: all .3s ease
}

.vf_iniciasesion_1 .wpb_raw_html>div>a strong {
    display: inline-block;
    width: 100%;
    color: #0062be;
    font-size: 16px;
    margin-bottom: 5px
}

.vf_iniciasesion_1 .wpb_raw_html>div>a:hover {
    -webkit-box-shadow: 0px 0px 64px 0px rgb(0 0 0/250%);
    -moz-box-shadow: 0px 0px 64px 0px rgb(0 0 0/25%);
    box-shadow: 0px 0px 64px 0px rgb(0 0 0/25%);
}

.vf_iniciasesion_1 .wpb_raw_html>div>a:hover strong {
    color: #fcfcfc
}


@media (max-width: 767px) {
    .vf_iniciasesion .wpb_text_column {
        font-size: 28px;
        text-align: center;
        padding-left: 0px;
    }

    .vf_iniciasesion .wpb_raw_html>div {
        grid-template-columns: 1fr !important;
    }
}

/*Autoridad de certificación*/

.certificados {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1100px;
}

.certificados .wpb_text_column {
    color: #577180;
    font-size: 12px;
    max-width: 520px;
    margin: auto;
    margin-bottom: 60px;
}

.certificados .wpb_text_column strong {
    color: #0062be;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2;
}

.certificados .wpb_row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    justify-items: center !important;
    width: 100% !important;
    grid-gap: 16px !important;
}

.certificados .wpb_row:before {
    display: none !important;
}

.certificados .wpb_row:after {
    display: none !important;
}

.certificados .vc_col-sm-3 {
    -webkit-box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 25px 15px;
    width: 100% !important;
}

.certificados .vc_col-sm-3 .wpb_single_image {
    margin-bottom: 20px !important;
}

.certificados .vc_col-sm-3 .wpb_text_column {
    margin-bottom: 0px !important;
}

.certificados .vc_col-sm-3 .wpb_text_column strong {
    font-size: 18px !important;
    margin-bottom: 0px !important;
}

.certificados .vc_col-sm-3 .wpb_text_column ul {
    padding-left: 0px;
}

.certificados .vc_col-sm-3 .wpb_text_column ul li {
    list-style: none;
    color: #0062be;
    font-size: 15px;
}

.certificados .vc_col-sm-3 .wpb_text_column ul li i {
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.pasos_certificados {
    min-height: 0px !important;
    padding-top: 55px;
    padding-bottom: 40px;
    max-width: 1200px;
}

.pasos_certificados .vc_col-sm-6:nth-child(1) h2 {
    color: #0062be;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pasos_certificados .vc_col-sm-6:nth-child(1) .wpb_text_column {
    color: #577180;
    font-size: 16px;
    margin-bottom: 15px;
}

.pasos_certificados .vc_col-sm-6:nth-child(1) .wpb_text_column p {
    max-width: 360px;
}

.pasos_certificados .vc_col-sm-6:nth-child(1)>div>div>div:nth-child(3) {
    display: inline-block;
}

.pasos_certificados .vc_col-sm-6:nth-child(1)>div>div>div:nth-child(3) a {
    color: #0062be;
    text-decoration: none;
    line-height: 35px;
    font-size: 16px;
    margin-left: 15px;
}

.pasos_certificados .vc_col-sm-6:nth-child(1)>div>div>div:nth-child(3) a:hover {
    text-decoration: underline;
}

.pasos_certificados .vc_col-sm-6:nth-child(1)>div>div>div:nth-child(3) i {
    color: #ff8c00;
    font-size: 8px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    border: solid;
    border-width: 1px;
    border-color: #ff8c00;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    text-align: center;
    line-height: 18px;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) {
    padding-left: 120px;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column {
    position: relative;
    color: #577180;
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 0px;
    min-height: 150px;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column p {
    margin-bottom: 0px;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column strong {
    color: #0062be;
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(1):before {
    content: "1";
    position: absolute;
    top: -13px;
    left: -85px;
    border-radius: 50%;
    color: #ff8c00;
    font-size: 20px;
    border: solid;
    border-width: 1px;
    border-color: #0062be;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(1):after {
    content: "";
    position: absolute;
    left: -60px;
    top: 37px;
    height: 100px;
    border-left: 1px solid #0b69c1;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(2):before {
    content: "2";
    position: absolute;
    top: -13px;
    left: -85px;
    border-radius: 50%;
    color: #ff8c00;
    font-size: 20px;
    border: solid;
    border-width: 1px;
    border-color: #0062be;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(2):after {
    content: "";
    position: absolute;
    left: -60px;
    top: 37px;
    height: 100px;
    border-left: 1px solid #0b69c1;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(3):before {
    content: "3";
    position: absolute;
    top: -13px;
    left: -85px;
    border-radius: 50%;
    color: #ff8c00;
    font-size: 20px;
    border: solid;
    border-width: 1px;
    border-color: #0062be;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(3):after {
    content: "";
    position: absolute;
    left: -60px;
    top: 37px;
    height: 100px;
    border-left: 1px solid #0b69c1;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(4):before {
    content: "4";
    position: absolute;
    top: -13px;
    left: -85px;
    border-radius: 50%;
    color: #ff8c00;
    font-size: 20px;
    border: solid;
    border-width: 1px;
    border-color: #0062be;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(4):after {
    content: "";
    position: absolute;
    left: -60px;
    top: 37px;
    height: 100px;
    border-left: 1px solid #0b69c1;
}

.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(5):before {
    content: "5";
    position: absolute;
    top: -13px;
    left: -85px;
    border-radius: 50%;
    color: #ff8c00;
    font-size: 20px;
    border: solid;
    border-width: 1px;
    border-color: #0062be;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}

/*.pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(3){min-height: auto !important;}*/

@media (max-width: 767px) {
    .certificados .wpb_row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        width: 100% !important;
        grid-gap: 16px !important;
    }

    .pasos_certificados .vc_col-sm-6:nth-child(2) {
        padding-left: 80px;
    }

    .pasos_certificados .vc_col-sm-6:nth-child(2) .wpb_text_column {
        position: relative;
        color: #577180;
        font-size: 14px;
        max-width: 300px;
        margin-bottom: 0px;
        min-height: 150px;
    }
}

/*Aplicaciones*/

.card_app {
    -webkit-box-shadow: 0px 0px 32px 0px rgb(0 0 0/10%);
    -moz-box-shadow: 0px 0px 32px 0px rgb(0 0 0/10%);
    box-shadow: 0px 0px 32px 0px rgb(0 0 0/10%);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 30px 50px;
    color: #577180;
    text-decoration: none;
    font-size: 16px;
    transition: all .3s ease
}

/*version*/
.vf_version .vc_row .wpb_column:nth-child(1) .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 40px !important;
}

.vf_version .vc_row .wpb_column:nth-child(2) .vc_column-inner {
    padding-right: 0px !important;
    padding-left: 40px !important;
}

.vf_version .vc_row h2 {
    display: inline-block;
    width: 100%;
    font-size: 20px !important;
    color: #0062be !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

.vf_version .vc_row a {
    display: inline-block;
    width: 100%;
    color: #577180;
    text-decoration: none !important;
    border: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #e1e1e1;
    padding: 15px 0px;
    line-height: 1.4;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    transition: all 0.3s ease;
}

.vf_version .vc_row a:before {
    content: "\f0f6";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    transition: all 0.3s ease;
}

.vf_version .vc_row a:hover {
    color: #0062be !important;
    transition: all 0.3s ease;
}

.vf_version .vc_row a:hover::before {
    color: #0062be !important;
    transition: all 0.3s ease;
    left: 5px;
}

.vf_version .vc_row .leer_mas {
    background-color: #0062be !important;
    text-decoration: none !important;
    color: #fcfcfc !important;
    padding: 10px 22px !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
    background-image: none !important;
    border: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto !important;
    margin-top: 15px !important;
}

.vf_version .vc_row .leer_mas:before {
    display: none !important
}

.vf_version .vc_row .leer_mas:hover {
    background: #003b73 !important;
    color: #fcfcfc !important;
}

.vf_category_version.archive.category .content-area .ast-row {
    display: inline-block !important;
    padding-top: 0px !important;
}

.vf_category_version.archive.category .content-area {
    max-width: 1010px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
}

.vf_category_version.archive.category .ast-archive-description {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

.vf_category_version.archive.category .ast-archive-description p {
    color: #577180 !important
}

.vf_category_version.archive.category .content-area .ast-row .ast-no-thumb .entry-title {
    margin: 0px !important;
}

.vf_category_version.archive.category .site-main article .ast-excerpt-container {
    display: none !important
}

.vf_category_version.archive.category .site-main article .entry-header {
    display: none !important
}

.vf_category_version.archive.category .site-main article .ast-blog-featured-section {
    display: none !important
}

.vf_category_version.archive.category .site-main article a {
    display: inline-block;
    width: 100%;
    color: #577180;
    text-decoration: none !important;
    border: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #e1e1e1;
    padding: 15px 0px;
    line-height: 1.4;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    transition: all 0.3s ease;
}

.vf_category_version.archive.category .site-main article a:before {
    content: "\f0f6";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    transition: all 0.3s ease;
}

.vf_category_version.archive.category .site-main article a:hover {
    color: #0062be !important;
    transition: all 0.3s ease;
}

.vf_category_version.archive.category .site-main article a:hover::before {
    color: #0062be !important;
    transition: all 0.3s ease;
    left: 5px;
}


.contenedor-botones {
    text-align: center;
    margin-bottom: 32px;
}

.boton-volver {
    background-color: #fcfcfc !important;
    text-decoration: none !important;
    color: #0062be !important;
    padding: 10px 22px !important;
    font-size: 12px !important;
    transition: all .3s ease !important;
    background-image: none !important;
    border: solid !important;
    border-width: 1px !important;
    border-color: #0062be !important;
    border-radius: 4px;
}

.boton-volver:hover {
    color: #003b73 !important;
    border-color: #003b73 !important
}

.menu-item-33851 {
    background-color: #ff8c00;
}

.menu-item-48183 {
    background-color: #ff8c00;
}

/* Página descargas */

.flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 768px) {
    .flex {
        flex-direction: column;
    }

}

/*Formulario de contacto*/
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
    background-color: #5f1010;
    border-radius: 4px;
    padding: 0 8px 0 24px;
    /* margin-left: 27px; */
    font-size: 10px;
}

.wpcf7-not-valid {
    border-color: #dc3232 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: darkgreen;
    border-radius: 8px;
    padding: 32px;
    font-size: 14px;
}

.wpcf7-spinner {
    visibility: hidden;
    display: flex;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    justify-content: center;
}

.vf_global_contacto_campos_news {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    width: 100% !important;
    grid-gap: 20px !important;
}

.vf_global_contacto_campos_news>div {
    width: 100%
}

.vf_global_contacto_campos_news>div>p {
    margin-bottom: 18px
}

.vf_global_contacto_campos_news input[type=text] {
    background: #0b58a0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    border: solid;
    border-width: 1px;
    border-color: #698dae !important;
    font-size: 12px;
    padding: 0 24px;
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=text]::-webkit-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=text]:-moz-placeholder {
    color: #fcfcfc;
    opacity: 1
}

.vf_global_contacto_campos_news input[type=text]::-moz-placeholder {
    color: #fcfcfc;
    opacity: 1
}

.vf_global_contacto_campos_news input[type=text]:-ms-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=text]::-ms-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=text]::placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=email] {
    background: #0b58a0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    border: solid;
    border-width: 1px;
    border-color: #698dae !important;
    font-size: 12px;
    padding: 0 24px;
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=email]::-webkit-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=email]:-moz-placeholder {
    color: #fcfcfc;
    opacity: 1
}

.vf_global_contacto_campos_news input[type=email]::-moz-placeholder {
    color: #fcfcfc;
    opacity: 1
}

.vf_global_contacto_campos_news input[type=email]:-ms-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=email]::-ms-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news input[type=email]::placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news textarea {
    background: #0b58a0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 215px;
    line-height: 1.5;
    border: solid;
    border-width: 1px;
    border-color: #698dae !important;
    font-size: 12px;
    padding: 0 24px;
    color: #fcfcfc;
    padding-top: 12px;
    padding-bottom: 12px
}

.vf_global_contacto_campos_news textarea::-webkit-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news textarea:-moz-placeholder {
    color: #fcfcfc;
    opacity: 1
}

.vf_global_contacto_campos_news textarea::-moz-placeholder {
    color: #fcfcfc;
    opacity: 1
}

.vf_global_contacto_campos_news textarea:-ms-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news textarea::-ms-input-placeholder {
    color: #fcfcfc
}

.vf_global_contacto_campos_news textarea::placeholder {
    color: #fcfcfc
}

.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 8px;
}

/* Form Sellos de tiempo */

.vf_global_contacto {
    padding: 70px 0;
    background: #0062be;
}

.vf_global_contacto > .wpb_column {
    max-width: 850px;
    margin: 0 auto;
}

.vf_global_contacto .wpb_text_column p {
    color: #fcfcfc;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.vf_global_contacto .wpb_text_column p::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 90px;
    border-top: 2px solid #fcfcfc;
}

.vf_global_contacto_campos_st {
    display: grid;
    gap: 20px;
    justify-items: center;
    width: 100%;
    max-width: 450px;
}

.vf_global_contacto_campos_st > div {
    width: 100%;
}

.vf_global_contacto_campos_st > div > p {
    margin-bottom: 18px;
}

.content_timestamp {
    justify-items: center;
}

/* Estilos de inputs y select */
.vf_global_contacto_campos_st input[type='text'],
.vf_global_contacto_campos_st input[type='email'],
.vf_global_contacto_campos_st select,
.vf_global_contacto_campos_st textarea {
    background: #0b58a0;
    border-radius: 8px;
    border: 1px solid #698dae;
    font-size: 12px;
    color: #fcfcfc;
    padding: 0 24px;
}

/* Específicos de inputs */
.vf_global_contacto_campos_st input[type='text'],
.vf_global_contacto_campos_st input[type='email'],
.vf_global_contacto_campos_st select {
    height: 40px;
    line-height: 40px;
}

/* Específico de textarea */
.vf_global_contacto_campos_st textarea {
    height: 215px;
    line-height: 1.5;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Placeholder común */
.vf_global_contacto_campos_st input::placeholder,
.vf_global_contacto_campos_st textarea::placeholder,
.vf_global_contacto_campos_st select::placeholder {
    color: #fcfcfc;
}

/* Estilos del checkbox */
.wpcf7 input[type=checkbox],.wpcf7 input[type=radio] {
    display: inline-block;
    background: #e9eef2;
    color: #555;
    clear: none;
    cursor: pointer;
    line-height: 0;
    /*height: 1.1em;*/
    margin: -3px 1px 0 0;
    outline: 0;
    padding: 0;
    border-radius: .2em;
    text-align: center;
    vertical-align: middle;
    width: 1.1em;
    min-width: 1.4em;
    transition: all .2s linear
}

.vf_global_contacto_checks_st {
    color: #fcfcfc;
    font-size: 10px;
    line-height: 1.5;
    padding-left: 40px;
    max-width: 450px;
}

.vf_global_contacto_checks_st_text {
    color: #fcfcfc;
    font-size: 10px;
    line-height: 1.5;
    padding-left: 40px;
    max-width: 450px;
}

.vf_global_contacto_checks_st_text a {
    color: #fcfcfc;
    text-decoration: underline;
}

.vf_global_contacto_checks_st .wpcf7-list-item {
    position: absolute;
    top: 2px;
    left: -40px;
}

.vf_global_contacto_checks_st > p {
    display: inline-block;
    width: 100%;
}

.vf_global_contacto_checks_st a {
    color: #fcfcfc;
    text-decoration: underline;
}

/* Estilos del botón de submit */
.vf_global_contacto_campos_st input[type="submit"] {
    background: #ff8c00;
    border-radius: 8px;
    width: 100%;
    padding: 11px 0;
    color: #fcfcfc;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

/* Estilos para mensajes de validación y respuesta */
.vf_global_contacto_campos_st .wpcf7-not-valid-tip,
.vf_global_contacto .wpcf7-response-output {
    color: #fcfcfc;
    font-size: 12px;
}

/* FIN FORM sellos de tiempo */

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    bottom: 70px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

/* Quitar navegaciómn en changelog */

.single-version .navigation {
    display: none;
}

/*imagen home en mobile */

@media(max-width: 768px) {
    .vf_home_1 .wpb_single_image img {
        width: 320px;
        height: 320px;
    }

    .vf_home_1 .wpb_text_column h1 {
        font-size: 24px;
    }

    .vf_home_1 .wpb_wrapper div:nth-child(3) a {
        font-size: 14px;
        line-height: 38px;
        margin-left: 30px;
    }

    input,
    button {
        margin-bottom: 4px;
    }

    .custom-mobile-image {
        width: 100%;
        /* La imagen se ajustará al 100% del ancho del contenedor */
        max-width: 450px;
        /* Ajusta este valor para definir un ancho máximo */
        height: auto;
        /* Mantiene la proporción de la imagen */
    }

    .post-thumb-img-content {
        width: 100%;
        /* La imagen se ajustará al 100% del ancho del contenedor */
        max-width: 450px;
        /* Ajusta este valor para definir un ancho máximo */
        height: auto;
        /* Mantiene la proporción de la imagen */
    }
}

@media(max-width: 375px) {
    .vf_home_1 .wpb_single_image img {
        width: 260px;
        height: 260px;
    }

    .vf_home_1 .wpb_text_column h1 {
        font-size: 24px;
    }

    .vf_home_1 .wpb_wrapper div:nth-child(3) a {
        font-size: 14px;
        line-height: 38px;
        margin-left: 16px;
    }

    .custom-mobile-image {
        width: 100%;
        /* La imagen se ajustará al 100% del ancho del contenedor */
        max-width: 300px;
        /* Ajusta este valor para definir un ancho máximo */
        height: auto;
        /* Mantiene la proporción de la imagen */
    }

    .post-thumb-img-content {
        width: 100%;
        /* La imagen se ajustará al 100% del ancho del contenedor */
        max-width: 300px;
        /* Ajusta este valor para definir un ancho máximo */
        height: auto;
        /* Mantiene la proporción de la imagen */
    }
}

/*Banner newsletter*/

.vf_home_CTA {
    min-height: 0px !important;
    max-width: 1200px;
    margin-bottom: 64px;
    background-color: #F2F5F7;
    border-radius: 20px;
    margin-top: 64px;
}

.vf_home_news {
    min-height: 0px !important;
    max-width: 1200px;
    margin-bottom: 64px;
}

.vf_home_news .wpb_single_image {
    margin-bottom: 0 !important
}

.vf_home_news .vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding-left: 64px;
    padding-right: 100px;
}

.vf_home_news .vc_col-sm-6:nth-child(2)>.vc_column-inner {
    padding-left: 0;
    padding-right: 20px;
}

.vf_home_news .wpb_text_column {
    color: #577180;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 420px;
}

.vf_home_news .wpb_text_column h4 {
    color: #0062be;
    font-size: 18px;
}

.vf_home_news .wpb_text_column em {
    font-style: normal;
    color: #0062be;
    font-size: 18px;
}

.vf_home_news .vc_col-sm-3 {
    width: auto !important;
    margin-right: 10px !important
}

.vf_home_news .vc_col-sm-3 .vc_column-inner {
    padding: 0 !important
}

.vf_home_news .vf_boton_azul {
    margin-top: 15px;
}

.vf_home_news .vf_boton_azul_v2 a {
    font-size: 10px !important;
    padding: 6px 25px !important;
    margin-bottom: 10px;
}

/*KIT DIGITAL*/

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    max-width: 1440px;
    margin: 2rem auto;
    padding: 1rem;
  }
  
  .plan-card {
    background-color: #fff;
    border: 2px solid #0062BE;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(100% - 2rem); /* Para pantallas pequeñas */
    max-width: 300px; /* Limitar el tamaño en pantallas grandes */
    padding: 1.5rem;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  
  .plan-card h3 {
    font-size: 1.5rem;
    color: #0062BE;
    margin-bottom: 1rem;
  }
  
  .plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
  
  .plan-card ul li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }
  
  .plan-card .cta {
    display: inline-block;
    padding: 0.8rem 1.2rem;
    background-color: #0062BE;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    transition: background-color 0.3s;
  }
  
  .plan-card .cta:hover {
    background-color: #004a8c;
  }
  
  /* Logotipo de certificaciones */

.logo-ens {
    width: 78px;
    height: 95px;
    margin: auto;
}

 /* AVISO */

 .aviso-container {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.aviso-box {
    background-color: var(--token-main-surface-primary);
    color: var(--token-text-primary);
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center; /* Alinea verticalmente todo en el centro */
    justify-content: center; /* Centra horizontalmente */
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    gap: 8px; /* Espacio entre elementos */
    text-align: center;
}

/* Contenedor que agrupa el icono y el texto */
.aviso-main {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aviso-icon {
    font-size: 18px;
    color: #ffffff;
    height: 16px;
    width: 16px;
}

.aviso-text {
    color: #222222;
    font-size: 10pt;
    line-height: 1.2;
}

/* Estilo para el botón */
.aviso-button {
    background-color: #f3efc7 ; /* Color del botón */ 
    color: #222222;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    margin: auto;
    text-decoration: underline;
}

.aviso-button:hover {
    background-color: #222222; /* Color al pasar el mouse */
    transform: scale(1.02);
    color: #fcfcfc;
}

/* Estilos para dispositivos móviles */
@media (max-width: 600px) {
  .aviso-box {
    flex-direction: column; /* Se apilan en dos líneas */
    height: auto;           /* Altura automática para ajustarse al contenido */
  }
  
  .aviso-main {
    flex-direction: row;    /* Icono y texto en la misma línea */
    width: 100%;
    justify-content: center;
    gap: 4px;
  }
  
  .aviso-icon {
    font-size: 18px;
    color: #ffffff;
    height: 18px;
    width: 18px;
}

  .aviso-text {
    white-space: normal;    /* Permite salto de línea si es necesario */
    font-size: 10px;
  }
  
  .aviso-button {
    font-size: 8px;
    margin-top: 5px;        /* Espacio entre la fila superior y el botón */
    line-height: normal;
  }
}

/*ocultar aviso*/
body:not(.home) .aviso-container{
    display: none !important;
}


body:not(.home) .ast-above-header-wrap{
    display: none;
}

body.home .aviso-container {
    display: block !important;
}

@media (max-width: 768px) {
    .mi-html-personalizado {
        display: block !important;
    }
}


/*Formulario de campaña*/
.vf_global_contacto_campos1{justify-items: center !important;width: 100% !important;grid-gap: 20px !important; max-width: 600px; margin: auto;}
.vf_global_contacto_campos1 > div{width:100%;}
.vf_global_contacto_campos1 > div > p{margin-bottom: 18px;}
.vf_global_contacto_campos1 input[type='text']{background: #0b58a0;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;height: 40px;line-height: 40px;border: solid;border-width: 1px;border-color: #698dae !important;font-size: 12px;padding: 0px 24px;color:#fcfcfc;}
.vf_global_contacto_campos1 input[type='text']::-webkit-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 input[type='text']:-moz-placeholder {color:    #fcfcfc;opacity:  1;}
.vf_global_contacto_campos1 input[type='text']::-moz-placeholder {color:    #fcfcfc;opacity:  1;}
.vf_global_contacto_campos1 input[type='text']:-ms-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 input[type='text']::-ms-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 input[type='text']::placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 select{background: #0b58a0;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;height: 40px;line-height: 40px;border: solid;border-width: 1px;border-color: #698dae !important;font-size: 12px;padding: 0px 24px;color:#fcfcfc;}
.vf_global_contacto_campos1 select::-webkit-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 select:-moz-placeholder {color:    #fcfcfc;opacity:  1;}
.vf_global_contacto_campos1 select::-moz-placeholder {color:    #fcfcfc;opacity:  1;}
.vf_global_contacto_campos1 select:-ms-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 select::-ms-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 select::placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 input[type='email']{background: #0b58a0;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;height: 40px;line-height: 40px;border: solid;border-width: 1px;border-color: #698dae !important;font-size: 12px;padding: 0px 24px;color:#fcfcfc;}
.vf_global_contacto_campos1 input[type='email']::-webkit-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 input[type='email']:-moz-placeholder {color:    #fcfcfc;opacity:  1;}
.vf_global_contacto_campos1 input[type='email']::-moz-placeholder {color:    #fcfcfc;opacity:  1;}
.vf_global_contacto_campos1 input[type='email']:-ms-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 input[type='email']::-ms-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 input[type='email']::placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 textarea{background: #0b58a0;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;height: 215px;line-height: 1.5;border: solid;border-width: 1px;border-color: #698dae !important;font-size: 12px;padding: 0px 24px;color:#fcfcfc;padding-top:12px;padding-bottom:12px;}
.vf_global_contacto_campos1 textarea::-webkit-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 textarea:-moz-placeholder {color:    #fcfcfc;opacity:  1;}
.vf_global_contacto_campos1 textarea::-moz-placeholder {color:    #fcfcfc;opacity:  1;}
.vf_global_contacto_campos1 textarea:-ms-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 textarea::-ms-input-placeholder {color:    #fcfcfc;}
.vf_global_contacto_campos1 textarea::placeholder {color:    #fcfcfc;}
.vf_global_contacto_checks1{color: #fcfcfc;font-size: 10px;line-height: 1.5;margin-bottom: 0px !important;padding-left: 40px; max-width: 600px; margin: auto;}
.vf_global_contacto_checks1 .wpcf7-list-item{margin-left: 0px;position: absolute;top: 2px;left: -30px;}
.vf_global_contacto_checks1 > p{display: inline-block;width: 100%;}
.vf_global_contacto_checks1 a{color:#fcfcfc;text-decoration:underline;}

/*videotutoriales*/
.wpb_video_widget .wpb_wrapper iframe {
    border-radius: 24px;
    box-shadow:0px 0px 32px 0px rgb(0 0 0/10%) ;
}

/*Página status*/
iframe {
    width: 100%;
    height: 100vh;
    border: none;
  }

  .fallback {
    padding: 2rem;
    text-align: center;
  }

  /* Post relacionados (aislado para evitar conflictos) */
/* Contenedor principal grid */
.vf_related_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .vf_related_posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vf_related_posts {
    grid-template-columns: 1fr;
  }
}

/* Post individual */

.single-post .content-area>.site-main article
{
    padding-bottom: 0px !important;
}

.vf_related_posts .vc_gitem-post-data-source-post {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0px !important;
}

/* Enlace imagen y efecto zoom */
.vf_related_posts .vc_gitem-post-link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding-top: 56.25%; /* 16:9 ratio */
  margin-bottom: 20px;
}

.vf_related_posts .vc_gitem-post-link img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 12px;
  display: block;
}

.vf_related_posts .vc_gitem-post-link:hover img {
  transform: scale(1.1);
}

/* Categoría */
.vf_related_posts .vc_gitem-post-data-source-post_category a {
  color: #0073aa;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}

/* Título */
.vf_related_posts .vc_gitem-post-data-source-post_title {
  font-weight: 700;
  font-size: 16px !important;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.vf_related_posts .vc_gitem-post-data-source-post_title a {
  color: #0062be;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.vf_related_posts .vc_gitem-post-data-source-post_title a:hover {
  color: #004a8a;
}

/* Extracto */
.vf_related_posts .vc_gitem-post-data-source-post_excerpt {
  margin: 0 0 12px 0;
  color: #444444;
  font-size: 12px;
  line-height: 1.5;
}

/* Título general (opcional, estiliza el <h2>) */
.vf_related_posts_title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #0062be;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

/* Wrapper general si quieres controlar márgenes externos */
.vf_related_posts_wrapper {
  margin-top: 50px;
}

/* Bloque autor personalizado */
.custom-author-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 40px 0;
  font-family: 'Poppins', sans-serif;
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

.custom-author-photo-wrapper {
  flex-shrink: 0;
}

.custom-author-photo {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
  display: block;
}

.custom-author-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.custom-author-name {
  font-size: 18px;
  font-weight: 600;
  color: #0062be;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.custom-author-name a {
  text-decoration: none;
  display: inline-flex;
}

.custom-author-name a:hover svg {
  fill: #004a8a;
}

.linkedin-icon svg {
  fill: #0062be;
  transition: fill 0.3s ease;
  vertical-align: middle;
}

.custom-author-separator {
  border: none;
  border-top: 1px solid #ddd;
  margin: 12px 0;
}

.custom-author-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .custom-author-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .custom-author-meta {
    align-items: center;
  }

  .custom-author-name {
    justify-content: center;
  }
}

/* --- Estilos para la sección de Videotutoriales (Diseño 3 columnas) --- */

.seccion-videotutoriales {
    width: 100%;
    max-width: 1200px; /* Ancho máximo de la sección */
    margin: 24px auto;
    box-sizing: border-box;
}

/* --- ESTILOS PARA EL NUEVO TÍTULO --- */
.seccion-videotutoriales-titulo {
    color: #0062be !important;
    font-size: 32px;
    display: inline-block; /* O block, el resultado es el mismo con width 100% */
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold; /* 'strong' es negrita por defecto, así que lo añadimos */
    padding: 0; /* Reseteamos por si el tema añade padding a los h2 */
}


/* --- ESTA ES LA PARTE MODIFICADA --- */
.videos-grid {
    display: grid;
    gap: 25px; /* Espacio entre los vídeos */
    margin-bottom: 30px;
    
    /* --- MOBILE FIRST (Por defecto): 1 columna --- */
    /* Para pantallas pequeñas, cada vídeo ocupa una sola columna (1fr = 1 fracción) */
    grid-template-columns: 1fr;
}

/* --- DESKTOP (Para pantallas de 768px o más) --- */
/* Cuando la pantalla sea más ancha que 768px, aplicamos este estilo */
@media (min-width: 768px) {
    .videos-grid {
        /* Cambiamos la cuadrícula a 3 columnas de igual tamaño */
        grid-template-columns: repeat(3, 1fr);
    }
}
/* --- FIN DE LA PARTE MODIFICADA --- */


/* Contenedor responsivo para cada vídeo */
.video-item {
    position: relative;
    padding-bottom: 56.25%; /* Proporción 16:9 para vídeos */
    height: 0;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Estilo del botón "Ver más" */
.contenedor-boton-ver-mas {
    text-align: center;
}

.boton-ver-mas {
    padding: 10px 22px;
    background-color: #0062be;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 12px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.boton-ver-mas:hover {
    background-color: rgba(0, 59, 115);
    color: #ffffff;
}

.vf_aplicacion_tutoriales .wpb_text_column {
    color: #577180;
    font-size: 16px;
    max-width: 520px;
    margin: auto;
}

.vf_aplicacion_tutoriales {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1100px;
}

.vf_aplicacion_tutoriales .wpb_text_column strong {
    color: #0062be;
    font-size: 32px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2;
}
