/*
 Theme Name:   Smartcube Child
 Template:     smartcube
 Version:      1.0
 Author:       Nayrobi
*/
@media print {
    .contenido-impresion > div:first-child {
        display: none;
    }
}

 .form-planificacion {
    background: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-width: 860px;
    margin: 30px auto;
    font-family: 'Segoe UI', sans-serif;
    border: 1px solid #dde2eb;
}

.form-planificacion label {
    display: block;
    font-weight: bold;
    margin: 15px 0 5px;
    color: #1d71b8;
}

.form-planificacion input[type="text"],
.form-planificacion textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbd1dc;
    border-radius: 6px;
    font-size: 15px;
    background-color: #fff;
}

.form-planificacion button[type="submit"] {
    background: #1d71b8;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.form-planificacion button[type="submit"]:hover {
    background: #145d91;
}
   
.seccion-formulario {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2a2a2a;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
}
    
    
    
    
    