@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');


/*****ciber-page***/
.sec-ciber{
     margin: 0;
     padding: 5rem 0;
    
}
.sec-ciber.nis1{
     background-color: #f8f9fa
}
section.sec-ciber{
    margin: 0;
   padding: 5rem 0;
}
.ciber-page .quote-web{
  font-weight: 400;
     color: #000;
    margin-bottom: 30px;
    
}
.ciber-page  .quote-style2::before{
    font-weight: 400;
}
.ciber-page .btn i{
 margin: 0 10px!important;
     color: #fff;
    font-size: 16px;
    
}
.btn-gorria{
     background-color: #ef106e;
    color: #fff;
     padding-right: 10px;
    padding: 10px;
}
.btn-gorria:hover{
     background-color: #000;
    color: #fff;
}
.ciber-page .btn-group {
  margin: 2rem 0 5rem 30px;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
     justify-content: flex-start;
}
.ciber-page .btn-group a {
  margin:20px 0;
}
.ciber-page .norgara-sec03-box{
     margin:0;
    align-items: flex-start;
    
}
.ciber-page .norgara-sec03-item{
     flex-direction: row;
    width: 45%;
     justify-content:flex-start;
     align-items: center
}

.ciber-page .norgara-sec03-item h4{
    font-size: 20px;
    position: relative;
    
}
.ciber-page .norgara-sec03-item h4::before{
    content: "";
  left: -30px;
  position: absolute;
  top: 10px;
  width: 12px;
    border-bottom: 4px solid #ef106e;
}
.ciber-page .quote-web span.destakatu{
    color:#ef106e
    
}
.text-parrafo{
     margin: 30px 0 50px 0;
}

    .section-raw-table {
        padding: 40px 20px;
        background-color: #ffffff;
         
    }

    .raw-table-container {
        max-width: 900px;
        margin: 30px auto;
        overflow-x: auto;
    }

    .raw-table {
        width: 100%;
        border-collapse: collapse; 
        border: 2px solid #000000; 
    }

    .raw-table th, 
    .raw-table td {
        border: 1px solid #000000; 
        padding: 12px 15px; 
        text-align: left;
        vertical-align: top;
        color: #000000;
        font-size: 15px;
    }

    .raw-table th {
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .raw-table .col-left,
    .raw-table .col-right {
        width: 50%;
    }
.ciber-page .azalpena{ 
    text-align: center; 
    font-size: 20px;
    color: #111;
     font-weight: 600;
    text-transform: uppercase
    
}
.blokeak{
     margin: 50px 0;
    
}
.services-section {
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;             
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background-color: #ffffff;
    border: 4px solid #eaeaea;
    padding: 30px;
    
    flex: 1 1 calc(33.333% - 16px);            
    
    display: flex;
    flex-direction: column;
}
.service-card4 .service-card {
    flex: 1 1 calc(50% - 18px);
     min-height: inherit
}
.service-card .sub-titulo{
    color: #d9383a;
     text-transform: uppercase;
    font-weight: 600;
     font-size: 14px;
}
.card-icon {
    font-size:20px;
    color: #d9383a; 
    margin-bottom: 20px;
}

.card-title {
    color: #111111;
    font-size:20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.icon-placeholder{
     font-size: 25px;
}

.card-description {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    
    flex-grow: 1; 
}

.card-footer-text {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-top: auto; 
}

@media (max-width: 992px) {
    .service-card {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .service-card {
        flex: 1 1 100%;
        padding: 20px;
    }
}
.process-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.process-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; 
}

.process-container::before {
    content: '';
    position: absolute;
    top: 45px; 
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: #ddd; 
    z-index: 1;
}

.process-step {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    position: relative;
    z-index: 2; 
}

.step-number-wrapper {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 20px; 
    margin-bottom: 25px;
}

.step-number {
    width: 90px;
    height: 90px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #b5b5b5; 
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02); 
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.step-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    max-width: 250px;
    margin: 0 auto; 
}

@media (max-width: 768px) {
    .process-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .process-container::before {
        display: none;
    }
    
    .process-step {
        margin-bottom: 20px;
    }
    
    .step-number-wrapper {
        margin-bottom: 15px;
    }
}
.azpimarra{
     font-weight: 600;
    color: #111;
     border-bottom: 1px solid #ef106e
}

.cert-section {
    background-color: #ffffff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cert-card {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    padding: 40px 20px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
     max-width: 400px;
}

.cert-icon i {
    font-size: 4.5rem;
    color: #e50000; 
    line-height: 1;
}

.cert-title {
    margin-top: 30px;
    margin-bottom: 25px;
}

.cert-title span {
    background-color: #e50000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 4px 12px;
    letter-spacing: 0.5px;
    display: inline-block; 
}

.cert-text-block {
    margin-top: 5px;
}

.cert-text-block p {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-weight: 500;
}

.cert-text-block p:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .cert-shadow-layer {
        height: 380px;
    }
    .cert-title span {
        font-size: 1.4rem;
    }
    .cert-text-block p {
        font-size: 0.75rem;
    }
}

.cta-security-section {
    background-color: #d9383a; 
    background-size: 80px 80px; 
    
    padding: 80px 20px;
    text-align: center;
     margin-bottom: 50px;
}

.cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 2.8rem); 
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}
.cta-description {
    color: rgba(255, 255, 255, 0.85); 
    font-size:18px;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto 40px auto;
}

.cta-button-wrapper {
    display: flex;
    justify-content: center;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #d9383a; 
    text-decoration: none;
    padding: 16px 35px;
    font-size: 16;
    font-weight: 700;
    border-radius: 4px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

.btn-arrow {
    margin-left: 12px;
    font-size: 1.3rem;
    line-height: 1;
    transform: translateY(-1px); 
    transition: transform 0.2s ease;
}

.cta-btn:hover {
    background-color: #f8f9fa;
    color: #b30000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover .btn-arrow {
    transform: translateX(4px) translateY(-1px); 
}

@media (max-width: 576px) {
    .cta-security-section {
        padding: 60px 15px;
        background-size: 50px 50px; 
    }
    
    .cta-btn {
        width: 100%; 
        justify-content: center;
        padding: 14px 20px;
        font-size: 0.95rem;
    }
}
.eduki-osoa{
    
  scroll-margin-top: 80px;
     margin: 50px 0;
    
}
.eduki-osoa .card-title{
    font-size: 24px;
    margin-bottom: 30px;
    
}
.analysis-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.analysis-card {
    background-color: #f8f9fa; 
    padding: 35px 30px;
    
    flex: 1 1 calc(50% - 10px); 
    min-width: 300px; 
    
    display: flex;
    flex-direction: column;
}

.analysis-title {
    color: #d9383a; 
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.analysis-description {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .analysis-container {
        gap: 15px;
    }
    
    .analysis-card {
        flex: 1 1 100%; 
        padding: 25px 20px;
    }
    
    .analysis-title {
        font-size: 1.2rem;
    }
}


.protection-container {
    margin-left: 30px;
}

.protection-main-title {
    color: #d9383a;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 45px;
    letter-spacing: -0.5px;
}

.protection-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
     margin-left: 30px;
    background-color: #f8f9fa;
    padding: 20px;
}

.protection-item {
    display: flex;
    align-items: flex-start; 
}

.protection-icon {
    margin-right: 24px; 
    flex-shrink: 0;     
    padding-top: 4px;  
}

.protection-icon i {
    font-size: 18px;  
    color: #e50000;     
    line-height: 1;
}

.protection-content {
    flex: 1;
}
.protection-title {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.4;
}

.protection-text {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 576px) {
    .protection-main-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
    
    .protection-item {
        gap: 0; 
    }
    
    .protection-icon {
        margin-right: 16px;
    }
    
    .protection-icon i {
        font-size: 1.4rem;
    }
    
    .protection-title {
        font-size: 1.1rem;
    }
    
    .protection-text {
        font-size: 0.95rem;
    }
}

.grid-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px;
    align-items: center;
}
.img-right .grid-layout {
  grid-template-columns: 1fr 1fr;
  align-items:flex-start;
}
.img-right .text-column{
     justify-content: flex-start;
    
}
.graphic-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shield-graphic-img {
    display: block;
    max-width: 100%;
    height: auto;
    
    margin-right: -20px; 
}

.text-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; 
    padding: 30px 0;
     margin-left: 20px;
}

.feature-block {
    margin-bottom: 25px;
}

.feature-block:last-child {
    margin-bottom: 0;
}

.feature-title {
    color: #d9383a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.feature-desc {
    color:#333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.footer-highlight-text {
    color: #d9383a;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin: 50px 0 0 20px;
    
    padding-left: 0px; 
}

@media (max-width: 992px) {
    .grid-layout {
       
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    
    .graphic-column {
        display: none !important;
    }
    
    .text-column {
        height: auto; 
        padding: 0;
    }
    
    .feature-title {
        font-size: 1.25rem;
    }
    
    .feature-desc {
        font-size: 1rem;
    }
    
    .footer-highlight-text {
        text-align: center;
        margin-top: 40px;
    }
}
.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.custom-security-table {
    width: 100%;
    border-collapse: collapse; 
    font-family: system-ui, -apple-system, sans-serif;
    text-align: left;
    min-width: 600px; 
}

.custom-security-table thead tr {
    background-color: #1e1e1e; 
}

.custom-security-table th {
    color: #ffffff;
    padding: 18px 24px;
    font-size: 16;
    font-weight: 600;
}

.custom-security-table td {
    padding: 18px 24px;
    font-size: 16;
    line-height: 1.4;
    vertical-align: middle;
}

.custom-security-table tbody tr:nth-child(odd) {
    background-color: #ddd; 
}

.custom-security-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.col-focus {
    font-weight: 700;
    color: #000000;
    width: 25%; 
}
.col-actions {
    color: #333333;
    width: 45%;
}

.col-result {
    font-weight: 700;
    color: #d9383a; 
    width: 30%;
}
/****ciber orria bukaera***/
/****IA orria ***/
.ia-page.ia-page .norgara-sec03-item{
     flex-direction:column;
    width: 30%;
     justify-content:space-between;
     align-items: center
}
.etiketa{
     background-color: #ef106e;
     text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
     display: flex;
     justify-content: flex-start;
    text-align: center;
     font-weight: 600;
    color: #fff;
     margin-bottom: 30px;
}
.card-etiketa{
    background-color: #ccc;
     text-transform: uppercase;
    text-align: center;
     font-weight: 600;
    color: #111;
     font-size: 10px;padding: 0 5px;
    
}
.ia-page .card-icon{
     display: flex; 
	justify-content: space-between;
     align-items: center;
}
.punt-text{
    font-size: 12px;
     margin-top:20px;
}
.ia-page .ia-sec1 .service-card, .ia-page .ia-sec2 .service-card{
    flex: 1 1 calc(45.333% - 16px);
    
}
.ia-page .ia-sec3 .service-card{
    flex: 1 1 calc(33.333% - 16px);
    
}
.ia-page .ia-sec3 .services-container{
    max-width: 800px;
     margin-bottom: 50px;
    
}
.ia-page .ia-sec3 .card-etiketa{
    padding: 5px;
     margin-bottom: 10px;
     background-color:#4988e3;color: #fff;
    
}
.ia-page .ia-sec3 .card-icon img{
    max-width: 100px;
    
}

.ia-page .ia-sec3 .card-icon img{
    max-width: 100px;
    
}
.azalpen-oharra{
     margin-top:30px;
    background-color:#111;
    padding: 20px;color:#fff;
    
}
.azalpen-oharra p.azal-title{
     font-size: 18px;
    font-weight: 600;
    color:#d9383a;
    
}
.ia-page .ia-sec5 .card-etiketa{
     background-color:#d9383a;
     color: #fff;
    font-size: 15px;
    
}
.ia-page .ia-sec6 .service-card{
    position: relative;
    border: 4px solid #999;
    
}
.card-zbk{
    position:absolute;
    right: 30px;
     top:30px;
    color: #999;
    font-size: 50px;
    font-weight: 600;
    
}
/*****odoo estilo berriak*****/
.odoo-etiketak-box .feature-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.5rem;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    color: #222;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}.odoo-beneficios{
    background:#404040;
    padding:70px 0;
}

.odoo-beneficio{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    height:100%;
}

.odoo-beneficio-icono{
    width:40px;
    height:40px;
    margin-bottom:25px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;
    background:#714b67;
}

.odoo-beneficio-icono i{
    color:#fff;
    font-size:20px;
}

.odoo-beneficio p{
    margin:0;
    color:#fff;
    font-size:1.5rem;
    font-weight:500;
    line-height:1.45;
    max-width:260px;
}


@media (max-width:991px){

    .odoo-beneficios{
        padding:50px 0;
    }

    .odoo-beneficio{
        margin-bottom:40px;
    }

    .odoo-beneficio p{
        max-width:320px;
    }
}


@media (max-width:767px){

    .odoo-beneficio-icono{
        width:40px;
        height:40px;
    }

    .odoo-beneficio-icono i{
        font-size:20px;
    }

    .odoo-beneficio p{
        font-size:1.5rem;
    }

}
.odoo-panel,
.odoo-panel * {
    box-sizing: border-box;
}

.odoo-panel {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 24px;
    color: #333;
    box-shadow: none;
    margin: 80px auto;
}

.odoo-panel-cabecera {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 26px;
}

.odoo-panel-puntos {
    display: flex;
    align-items: center;
    gap: 8px;
}

.odoo-panel-punto {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.odoo-panel-punto-rojo {
    background-color: #714b67;
}

.odoo-panel-punto-amarillo {
    background-color: #d6a600;
}

.odoo-panel-punto-verde {
    background-color: #2fa56c;
}

.odoo-panel-ruta {
    margin: 0;
    color: #666;
    font-size: 1.3rem;
    font-weight: 600;
     margin-left: auto;
}

.odoo-modulos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.odoo-modulo {
    position: relative;
    min-height: 118px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #dcd5d9;
}

.odoo-modulo-destacado {
    background-color: #fff4f5;
    border-color: #e31d3b;
}

.odoo-modulo-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    background-color: #714b67;
    border-radius: 10px;
    color: #fff;
    font-size: 1.1rem;
}

.odoo-modulo-icono i {
    color: #fff;
    font-size: 20px;
}

.odoo-modulo-titulo {
    margin: 0;
    color: #222;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
}

.odoo-modulo-etiqueta {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 7px;
    background-color: #fff;
    border: 1px solid #e31d3b;
    border-radius: 999px;
    color: #b8152f;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.odoo-ordenes {
    margin-top: 28px;
    padding: 18px;
    background-color: #fff;
    border: 1px solid #dcd5d9;
    border-radius: 15px;
}

.odoo-ordenes-cabecera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
}

h2.odoo-ordenes-titulo {
    margin: 0;
    color: #555;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.odoo-ordenes-fecha {
    color: #777;
    font-size: 1.1rem;
}

.odoo-orden {
    display: grid;
    grid-template-columns: 70px minmax(100px, 1fr) 100px;
    align-items: center;
    gap: 12px;
}

.odoo-orden + .odoo-orden {
    margin-top: 14px;
}

.odoo-orden-codigo,
.odoo-orden-lote {
    color: #444;
    font-size: 1rem;
    font-weight: 600;
}

.odoo-orden-lote {
    text-align: right;
}

.odoo-orden-progreso {
    width: 100%;
    height: 7px;
    overflow: hidden;
    background-color: #e2dde0;
    border-radius: 999px;
}

.odoo-orden-barra {
    display: block;
    height: 100%;
    background-color: #e31d3b;
    border-radius: inherit;
}

.odoo-orden-barra-82 {
    width: 82%;
}

.odoo-orden-barra-46 {
    width: 46%;
}

.odoo-orden-barra-100 {
    width: 100%;
}

@media (max-width: 767px) {
    .odoo-panel {
        width: calc(100% - 20px);
        padding: 18px;
    }

    .odoo-modulos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .odoo-orden {
        grid-template-columns: 62px minmax(80px, 1fr);
    }

    .odoo-orden-lote {
        grid-column: 1 / -1;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .odoo-modulos {
        grid-template-columns: 1fr;
    }
}

.odoo-card-destacado{
    background-color: #fff4f5;
  border: 4px solid #e31d3b;
}
.odoo-card-destacado .card-etiketa{

    background-color: #fff4f5;
    border: 1px solid #e31d3b;
}
.odo-azalpena span{

color: #e31d3b;
font-weight: 600;;
}
.odoo-perfiles{
    padding:0;
     margin: 0;;
}

.odoo-perfiles-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.odoo-perfil{
    background:#fff;
    border:1px solid #dddddd;
    padding:35px 25px;
    text-align:center;
    min-height:360px;

    display:flex;
    flex-direction:column;
    align-items:center;
}

.odoo-perfil-icono{
    width:54px;
    height:54px;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#fde9ec;
    color:#e31d3b;
    font-size:22px;

    margin-bottom:25px;
}

.odoo-perfil-icono i{
    color:#e31d3b;
}

.odoo-perfil-titulo{
    margin:0 0 18px;
    font-size:2rem;
    font-weight:700;
    line-height:1.3;
    color:#111;
}

.odoo-perfil-texto{
    margin:0;
    color:#555;
    font-size:1.5rem;
    line-height:1.7;
}

@media (max-width:1200px){

    .odoo-perfiles-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media (max-width:991px){

    .odoo-perfiles-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:767px){

    .odoo-perfiles-grid{
        grid-template-columns:1fr;
    }

    .odoo-perfil{
        min-height:auto;
    }

}
.odoo-nis{

background-color: #222;

}
.odoo-negocio .odoo-perfil-icono{
     margin-right: 20px;

}
span.destakatu {
  color: #ef106e;
}
.odoo-datos,
.odoo-datos * {
    box-sizing: border-box;
}

.odoo-datos {
    padding: 60px 0;
    background-color: #ffffff;
}

.odoo-datos-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.odoo-dato {
    min-height: 140px;
    padding: 30px 24px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.odoo-dato-numero {
    display: block;
    margin-bottom: 10px;
    color: #e31d3b;
    font-size: clamp(2.5rem, 3.2vw, 3.3rem);
    font-weight: 700;
    line-height: 1;
}

.odoo-dato-texto {
    margin: 0;
    color: #4e4747;
    font-size: 15px;
    line-height: 1.45;
}

.odoo-alcance {
    margin-top: 38px;
    padding: 40px 34px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}

.odoo-alcance-titulo {
    margin: 0 0 30px;
    color: #111111;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.2;
}

.odoo-alcance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}

.odoo-alcance-lista {
    margin: 0;
    padding: 0;
    list-style: none;
}

.odoo-alcance-lista li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #3f3939;
    font-size: 14px;
    line-height: 1.4;
}

.odoo-alcance-lista li + li {
    margin-top: 18px;
}

.odoo-alcance-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    background-color: #fde3e6;
    border-radius: 50%;
    color: #e31d3b;
    font-size: 14px;
}

.odoo-alcance-icono i {
    color: #e31d3b;
}
.service-card{
    position: relative;
}
@media (max-width: 991px) {

    .odoo-datos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .odoo-alcance-grid {
        gap: 30px;
    }

}

@media (max-width: 767px) {

    .odoo-datos {
        padding: 40px 0;
    }

    .odoo-dato {
        min-height: 125px;
        padding: 24px 20px;
    }

    .odoo-dato-numero {
        font-size: 2.5rem;
    }

    .odoo-dato-texto {
        font-size: 1rem;
    }

    .odoo-alcance {
        padding: 28px 24px;
    }

    .odoo-alcance-titulo {
        margin-bottom: 24px;
        font-size: 2rem;
    }

    .odoo-alcance-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .odoo-alcance-lista li {
        font-size: 1rem;
    }

}

@media (max-width: 480px) {

    .odoo-datos-grid {
        grid-template-columns: 1fr;
    }

}
.odoo-faq,
.odoo-faq * {
    box-sizing: border-box;
}

.odoo-faq {
    padding: 60px 0;
}

.odoo-faq-acordeon {
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
}

.odoo-faq-acordeon .odoo-faq-item {
    margin: 0;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.odoo-faq-acordeon .odoo-faq-item + .odoo-faq-item {
    border-top: 1px solid #ded8da;
}

.odoo-faq-cabecera {
    padding: 0;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

.odoo-faq-titulo {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    border: 0;
}

.odoo-faq-enlace {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    padding: 24px 28px;
    color: #111111;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.odoo-faq-enlace:hover,
.odoo-faq-enlace:focus {
    color: #111111;
    text-decoration: none;
    background-color: #fff8fa;
}

.odoo-faq-enlace:focus {
    outline: 3px solid rgba(227, 29, 59, 0.35);
    outline-offset: -3px;
}

.odoo-faq-icono {
    flex: 0 0 auto;
    color: #e31d3b;
    transition: transform 0.25s ease;
}
i.odoo-faq-icono {
    font-size: 22px;
}

/* Flecha hacia arriba cuando está abierto */
.odoo-faq-enlace:not(.collapsed) .odoo-faq-icono {
    transform: rotate(180deg);
}

.odoo-faq-respuesta {
    padding: 0 28px 25px;
    border-top: 0 !important;
    color: #554b4e;
    font-size: 1.5rem;
    line-height: 1.6;
}

.odoo-faq-respuesta p {
    margin: 0;
}

@media (max-width: 767px) {
    .odoo-faq {
        padding: 40px 0;
    }

    

    .odoo-faq-enlace {
        padding: 20px;
        font-size: 1rem;
    }

    .odoo-faq-respuesta {
        padding: 0 20px 22px;
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .odoo-faq-icono {
        transition: none;
    }
}
.oddo-logo{
     margin-bottom: 20px;

}
.oddo-logo img{
     max-width: 300px;;

}
.panel-logo img{
     max-width: 90px;

}
.atal-nagusia section.odoo-sec{
    margin:0 auto;
     ;
}
.odoo-eskema1{
    text-align: center;
}
.odoo-eskema1 img{
    max-width: 800px;
}
.atal-nagusia section.odoo-beneficios{
    margin-bottom: 0;
}



