html,
body {
    height: 100%;
    font-family: "Roboto", system-ui;
    background: #333;
}

.visible-xp {
    display: none !important;
}
@media screen and (max-width: 767px){
    .visible-xp {
        display: block !important;
    }
    .hidden-xp {
        display: none !important;
    }

}



.roboto-thin {
    font-family: "Roboto", system-ui;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", system-ui;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", system-ui;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", system-ui;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", system-ui;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", system-ui;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", system-ui;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", system-ui;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", system-ui;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", system-ui;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", system-ui;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", system-ui;
    font-weight: 900;
    font-style: italic;
}


.link-z1{
    padding: 10px 20px 10px 10px;
    color:#333;
    background: #f1f2f9;
    background: #f7f9fc;
    background: #f0f4f8;
    font-size: 16px;
    font-weight: bold;
    display:flex;
    gap:5px 5px;
    flex-wrap: wrap;
}
.link-z1 .boton_z1{
    background: #fff;
    padding: 5px 10px;
    position: relative;
}
.link-z1 .icono_z1{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    margin-left: 10px;
}
.link-z1 .label_z1{
    margin-left: 30px;
}
.link-z1 .label_z1_active{
    padding: 5px 10px;
}



.flex-element-1{
    flex: 0 0 350px;
}
.flex-element-2{
    background: #ddd;
    flex: 1 1 450px;
    padding: 0px 15px 15px 15px;
    background: #fff;
    font-size: 16px;
}

@media (max-width: 800px) {
    .flex-element-1 {
        flex: 0 0 100%;
    }
    .flex-element-2 {
        flex: 1 1 100%;

    }
}

.soporte-a{
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0px;
}
.soporte-b{
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 0px;
}
.soporte-flex{
    display:flex;
    gap: 20px;
    flex-wrap: wrap;
    height: auto;
}

.caja-base{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 200px;
    min-width: 200px;
}
.caja-base2{
    background: #fff;
    border: 2px solid #000;
    pafdding: 20px;
    min-width: 200px;
    flex: 1 1 400px;
}

.caja-base-titulo{
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    background: #f5f5f5;
    padding: 20px 25px
}
.caja-base-contenedor{
    padding:20px;
}



.z04_base {
    backgrmound: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.z04_contenedor {
    padding: 0px 0px;
    max-width: 1200px;
    margin: 0 auto;
}



.z04_contenedor_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.z04_item {
    width: 250px;
    background: #fff;
    overflow: hidden;
    flex-grow: 1;
    bordder:1px solid #bbb;
    bordder-radius: 5px;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 18px 36px -18px, rgba(50, 50, 93, 0.25) 0px 30px 45px -30px;
    position:relative;
    border-bottom: 5px solid  #0089cf
}
.z04_item:hover{
    border-bottom: 5px solid  orange
}

.z04_contenedor_imagen {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 0px;
    text-align: center;
    border:10px solid #fff;
    border-bottom: 5px solid #fff;
    position: relative;
}

.z04_imagen {
    width: 100%;
    min-height: 140px;

    object-fit: cover;
    pafdding:20px;
    borsder:1px solid #aaa;
}








.z04_ajuste {
    height: 0px;
    width: 250px;
    background: #fff;
    flex-grow: 1;
}



.z04_texto16px{
    font-size: 16px;
}

.z04_text_box {
    background: #FFF;
    padding: 10px 15px 0px 15px;
    text-align: left
}
.z04_text1 {
    font-weight: bold;
    color:#888;
}
.z04_text2 {
    color:#333;
    font-weight: bold;
    padding: 2px 0px 3px 0px;
    font-size: 16px;
}
.z04_text3 {
    font-weight: bold;
    color:#0089cf;
    font-weight: normal;
}
.z04_text4 {
    padding: 10px 15px 20px 15px;
    font-size: 16px;
}

 .z00_titulo {
                font-size: 24px;
                font-weight: bold;
                padding-bottom: 30px;
                padding-top: 40px;
            }

            .z00_titulo__inner {
                border-left: 3px solid #f89e1c;
                padding: 5px 15px;
                color: #0567c3;
                background: rgba(255, 255, 255, 0.4);
                display: inline-block;
            }
            
             .z09_elemento1_base {
        background: #f6f9fc;
        position: relative;
        padding-top: 20px;
    }

    .z09_contenedor {
        padding: 20px 10px;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    .z09_contenedor_flex {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    .z09_item {
        background: #fff;
        padding: 25px;
        border: 1px solid #ccc;
        text-align: left;
        flex: 1 1 calc(50% - 25px);
        min-width: 220px;
        box-sizing: border-box;
        border-top: 5px solid #0567c3;
    }

    .z09_item__icon {
        font-size: 46px;
        border:1px solid #f89e1c;
        padding: 10px;
        border-radius: 5px;
        color:#0567c3;
    }

    .z09_item__titulo {
        color: #0567c3;
        font-weight: bold;
        font-size: 14px;
        padding-top: 15px;
    }

    .z09_item__contenido {
        margin-top: 5px;
        font-size: 20px;
        color:#333;
        font-weight: bold;
    }
    .z09_item__contenido2 {
        margin-top: 10px;
        font-size: 16px;
        color:#777;
        padding-bottom: 20px;
    }

    .z09_titulo {
        color: #444;
        font-size: 26px;
        margin-top: 20px;
    }

    .z09_subtitulo {
        color: #666;
        padding-top: 20px;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .z09_subtitulo span {
        color: #f89e1c;
    }

    .z09_item__icon {
        font-size: 46px;
    }

    .z09_ajuste {
        height: 0px;
        background: #fff;
        flex-grow: 1;
        padding: 0px 10px;
        cursor: pointer;
        text-align: center;
        flex: 1 1 calc(50% - 25px);
        min-width: 160px;
        box-sizing: border-box;
    }
    .z09_btn-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: #0567c3;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 15px;
        border-radius: 6px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        transition: background 0.2s;
        width: 100%;
    }

    .z09_btn-primary:hover {
        color: #fff;
    }

    /*    .z09_btn-primary:active {
            transform: scale(0.98);
        }*/

    .z09_btn-outline {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: transparent;
        color: #0567c3;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 15px;
        border-radius: 6px;
        text-decoration: none;
        border: 1px solid #0567c3;
        cursor: pointer;
        transition: border-color 0.2s, color 0.2s;
        width: 100%;
    }

    /*    .z09_btn-outline:hover {
            border-color: #0567c3;
            color: #c8922a;
        }
    
        .z09_btn-outline:active {
            transform: scale(0.98);
        }*/

    .z09_btn-primary .material-symbols-outlined,
    .z09_btn-outline .material-symbols-outlined {
        font-size: 18px;
        font-variation-settings: 'wght' 300;
        line-height: 1;
        vertical-align: middle;
    }
     .z10_elemento1_base {
        background: #fff;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px dashed #eee;
    }

    .z10_contenedor {
        padding: 10px 10px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }
     .custom-main-containerF {
        background: #0567c3;
        position: relative;
        padding-bottom: 20px;
        color:#fff;
    }

    .custom-inner-container {
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
        padding-top: 40px;
    }

    .custom-b2024-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .custom-b2024-item {
        flex-grow: 1;
        padding: 20px;
    }

    .custom-border-left {
        border: none;
        border-left: 1px dashed #ccc;
    }

    .custom-logo {
        height: 50px;
        margin-bottom: 20px;
    }

    .custom-address {
        font-size: 16px;
        word-wrap: break-word;
    }

    .custom-contact {
        margin-top: 5px;
        font-size: 16px;
    }

    .custom-title {
        font-size: 16px;
        font-weight: bold;
        color:#f89e1c;
        background: rgba(1,1,1,0.1);
        padding: 5px 10px;
    }

    .custom-t1 {
        font-size: 15px;
        margin-top: 5px;
        padding: 0px 10px;
        display:block;


    }

    a, a:visited, a:hover, a:active {
        text-decoration: none;
        color: inherit;
    }
    
      .z01_elemento1_base {
        background: #f6f9fc;
        position: relative;
        padding-top: 20px;
    }
  

    .z01_contenedor {
        padding: 20px 10px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .z01_header {
        text-align: center;
    }

    .z01_titulo {
        color: #0089cf;
        font-size: 30px;
        font-weight: bold;
        margin-top: 10px;
    }

    .z01_subtitulo {
        color: #f89e1c;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
    }

    .z01_descripcion {
        color: #333;
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 40px;
    }
    
     @media screen and (max-width: 767px){
        .z01_titulo {font-size: 20px;text-align:left;} 
        .z01_subtitulo {font-size: 16px;text-align:left;}
        .z01_descripcion {font-size: 16px;text-align:left;}
     }

    .z01_contenedor_flex {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .z01_item {
        background: #fff;
        padding: 15px 10px;
        border: 1px solid #aaa;
        cursor: pointer;
        text-align: center;
        flex: 1 1 calc(20% - 15px);
        min-width: 160px;
        box-sizing: border-box;
    }

    .z01_icon {
        color: #2a99d9;
        font-size: 44px !important;
        line-height: 44px !important;
    }

    .z01_label {
        padding: 0px 15px;
        font-weight: bold;
        color: #000;
        font-size: 16px;
    }

    .z01_ajuste {
        height: 0px;
        background: #fff;
        flex-grow: 1;
        padding: 0px 10px;
        cursor: pointer;
        text-align: center;
        flex: 1 1 calc(20% - 15px);
        min-width: 160px;
        box-sizing: border-box;
    }
    
     .z06_elemento1_base {
        background: #fafafa;
        position: relative;
        padding-top: 20px;
    }

    .z06_contenedor {
        padding: 20px 10px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .z06_contenedor_flex {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    .z06_item {
        background: #fff;
        padding: 20px;
        border: 1px solid #ccc;
        text-align: left;
        flex: 1 1 calc(25% - 25px);
        min-width: 220px;
        box-sizing: border-box;
    }

    .z06_item__icon {
        font-size: 46px;
    }

    .z06_item__titulo {
        color: #0567c3;
        font-weight: bold;
        font-size: 16px;
        margin-top: 5px;
        lineD-height: 20px;
    }

    .z06_item__contenido {
        margin-top: 10px;
        font-size: 16px;
    }
    
  

    .z06_titulo {
        color: #888;
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
    }

    .z06_subtitulo {
        color: #0567c3;
        padding-top: 10px;
        font-weight: bold;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    
    @media screen and (max-width: 767px){
        .z06_titulo {font-size: 18px;tnext-align:left;}
        .z06_subtitulo {font-size: 20px;line-height:28px;texnt-align:left;}
    }

    .z06_subtitulo span {
        color: #f89e1c;
    }

    .z06_ajuste {
        height: 0px;
        background: #fff;
        flex-grow: 1;
        padding: 0px 10px;
        cursor: pointer;
        text-align: center;
        flex: 1 1 calc(20% - 15px);
        min-width: 195px;
        box-sizing: border-box;
    }
    
     .z08_base {
        padding-top: 10px;
        padding-bottom: 10px;
    }
     

    .z08_contenedor {
        max-width: 1200px;
        margin: 0 auto;
    }

    .z08_titulo {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 30px;
        padding-top: 40px;
    }

    .z08_titulo__inner {
        border-left: 3px solid #f89e1c;
        padding: 5px 15px;
        color: #0567c3;
        background: rgba(255, 255, 255, 0.4);
        display: inline-block;
    }

    .z08_contenedor_flex {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .z08_item {
        width: 250px;
        background: #fff;
        overflow: hidden;
        flex-grow: 1;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 36px -18px, rgba(50, 50, 93, 0.25) 0px 30px 45px -30px;
        border-top: 1px solid #111;
        border-left: 1px solid #111;
        border-right: 1px solid #111;
        border-bottom: 5px solid #0089cf;
    }

    .z08_item:hover {
        border-bottom: 5px solid orange;
    }

    .z08_contenedor_imagen {
        background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        padding: 0px;
        text-align: center;
        position: relative;
    }

    .z08_imagen {
        height: 120px;
        width: 100%;
        object-fit: cover;
        border-bottom: 5px solid #0089cf;
    }

    .z08_icon_badge {
        display: flex;
        justify-content: center;
        border: 1px solid #aaa;
        margin: 0 auto;
        margin-top: -40px;
        position: absolute;
        background: #fff;
        right: 10px;
        padding: 5px 8px;
    }

    .z08_icon_badge .material-symbols-outlined {
        font-size: 50px;
        font-weight: bold;
    }

    .z08_text_box {
        background: #fff;
        padding: 20px 15px 0px 15px;
        text-align: left;
    }

    .z08_text1 {
        font-weight: bold;
        color: #888;
    }

    .z08_text2 {
        color: #333;
        font-weight: bold;
        padding: 2px 0px 3px 0px;
        font-size: 16px;
    }

    .z08_text3 {
        color: #0089cf;
        font-weight: bold;
    }

    .z08_text4 {
        padding: 10px 15px 20px 15px;
        font-size: 14px;
    }

    .z08_ajuste {
        height: 0px;
        width: 250px;
        background: #fff;
        flex-grow: 1;
    }
    
     @media screen and (max-width: 767px){
    .z08_base {padding: 10px 20px;}
.z08_ajuste{display:none;}
.z08_item {box-shadow:none;}

      }
    
     .z05-hfero {
        background: #0089cf url('/res/fondos/f5.webp') bottom;
        padding: 80px 20px 20px;
        min-height: 300px;
    }

    .z05-hero__container {
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .z05-hero__content {
        color: #fff;
        font-size: 28px;
        text-align: left;
    }

    .z05-hero__tag {
        font-size: 18px;
        font-weight: bold;
        color: #f89e1c;
        letter-spacing: 2px;
        background: rgba(1, 1, 1, 0.15);
        display: inline-block;
        padding: 5px 10px;
        margin-top: 20px;
    }

    .z05-hero__title {
        font-size: clamp(26px, 5vw, 36px);
        font-weight: bold;
        line-height: 40px;
        xbackground: rgba(1, 1, 1, 0.05);
        display: inline-block;
        padding: 15px 10px;
    }

    .z05-hero__title span {
        color: #f89e1c;
    }

    .z05-hero__subtitle {
        font-size: 22px;
        font-weight: normal;
        xbackground: rgba(1, 1, 1, 0.05);
        display: inline-block;
        padding: 15px 10px;
    }
    

    .z05-hero__actions {
        display: flex;
        padding: 10px 10px 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .z05-hero__btn {
        padding: 7px 10px;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
        text-decoration: none;
    }

    .z05-hero__btn--primary {
        color: #fff;
    }

    .z05-hero__btn--secondary {
        color: #444;
        background: #fff;
    }

    .z05-hero__btn-icon {
        /* material-icons-round ya provee el estilo base */
    }

    .z05-hero__btn-label {
        padding-left: 5px;
    }
    
    
      @media screen and (max-width: 767px){
.z05-hero__tag{font-size: 14px;text-align:left;margin-bottom:0px;background:none;}
.z05-hero__title{line-height: 28px;font-size: 20px;text-align:left;}
.z05-hero__subtitle{font-size:18px;padding: 10px 10px;text-align:left;}
    .z05-hero__actions { display: none;}

      }
    
    