.elementor-1870 .elementor-element.elementor-element-82bb97{padding:50px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1870 .elementor-element.elementor-element-27b6dcb3{text-align:center;}.elementor-1870 .elementor-element.elementor-element-27b6dcb3 img{width:35%;}.elementor-1870 .elementor-element.elementor-element-218c84f6{padding:100px 0px 100px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-208c0743 */<style>
.inventario-wrapper{
    font-family: Arial, sans-serif;
    max-width:1100px;
    margin:0 auto;
    padding:20px;
    color:#333;
    line-height:1.8;
}

.inventario-header{
    background:linear-gradient(135deg,#002b6b,#0057d9);
    color:#fff;
    padding:50px 30px;
    border-radius:20px;
    text-align:center;
    margin-bottom:40px;
}

.inventario-header h1{
    margin:0;
    font-size:46px;
    font-weight:800;
}

.inventario-section{
    background:#fff;
    border-radius:18px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 4px 14px rgba(0,0,0,0.08);
    border-left:5px solid #f0a500;
}

.inventario-section h2{
    color:#002b6b;
    margin-top:0;
    margin-bottom:20px;
    font-size:30px;
}

.inventario-section h3{
    color:#0057d9;
    margin-top:25px;
}

.inventario-section strong{
    color:#002b6b;
}

.inventario-section ul{
    padding-left:22px;
}

.inventario-section li{
    margin-bottom:10px;
}

.inventario-contact{
    background:#f7f9fc;
    padding:20px;
    border-radius:12px;
    margin-top:20px;
}

.inventario-contact a{
    color:#0057d9;
    text-decoration:none;
    font-weight:bold;
}

.inventario-footer{
    text-align:center;
    padding:30px;
    background:#002b6b;
    color:#fff;
    border-radius:18px;
    margin-top:40px;
}

@media(max-width:768px){

    .inventario-header h1{
        font-size:34px;
    }

    .inventario-section{
        padding:22px;
    }
}
</style>/* End custom CSS */